From ae24d9a8869c497537839f330384cbadb2cf687c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 10:17:43 +0100 Subject: Updated theme --- public/esp8266-and-micropython-guide.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'public/esp8266-and-micropython-guide.html') diff --git a/public/esp8266-and-micropython-guide.html b/public/esp8266-and-micropython-guide.html index 61e7db1..d0d007f 100755 --- a/public/esp8266-and-micropython-guide.html +++ b/public/esp8266-and-micropython-guide.html @@ -13,7 +13,7 @@ around with and I finally found a project to try it out.

For my project, I use but I could easily choose ESP8266. This guide contains which tools I use and how I prepared my workspace to code for -ESP8266.

ESP8266 and ESP32 boards

This guide covers:

Make sure that you are using a good USB cable. I had some problems with +ESP8266.

ESP8266 and ESP32 boards

This guide covers:

Make sure that you are using a good USB cable. I had some problems with mine and once I replaced it everything started to work.

Flashing the SOC

Plug your ESP8266 to USB port and check if the device was recognized with executing dmesg | grep ch341-uart.

Then check if the device is available under /dev/ by running ls /dev/ttyUSB*.

Linux users: if a device is not available be sure you are in dialout group. You can check this by executing groups $USER. You can add a user to @@ -91,11 +91,11 @@ device.

> import freq
 
 # CTRL+x will exit REPL
-

Additional resources


Posts from blogs I follow around the net