Replies: 2 comments 3 replies
-
Hi, I am having a similar issue. Originally, I was able to flash them and they worked fine last weekend. I have several NodeMCU ESP8266 dev boards that exhibit the same symptoms. During this week they starting crashing and restarting via wdt reset. I have tried reflashing with different cables, different baud rates, different flash mode values and even 2 other laptops with fresh Python, PIP and Micropython installs. I have even tried a couple brand new dev boards out of the foil wrappers and have also tried a couple Wemos D1 Mini boards, all with same result. These boards all work fine with Arduino. I have some ESP32 dev boards that are working fine with Micropython. It's just the ESP8266 flavors that I am having trouble with. |
Beta Was this translation helpful? Give feedback.
-
Hi @gitout, thank you for messaging. I had tried that flash command as well but unfortunately it didn't help in my case. I am starting to wonder if it is something specific to the esptool software on Windows that may have changed recently? When I first started with Micropython with a NodeMCU esp8266 dev board the weekend before last I was able to flash 2 boards from a Windows 11 laptop and work with them no problem. Then at some point during the week I started getting random resets and garbage in the REPL. I tried another dev board brand new out of the foil with the same result and then tried a Wemos D1 mini, same result. I tried on 2 other Windows laptops with fresh installs of esptool, one was Windows 10 and the other Windows 11, all with the same result. All these boards work fine with Arduino, which I know doesn't necessarily mean anything other than the hardware seems fine. Then late last week I was curious about trying from Linux so I spun up an Ubuntu VM and these same boards are actually working now. When reconnecting to the Windows host (same laptop) the resets and garbage start again. Connect to the Linucx VM and they work fine... |
Beta Was this translation helpful? Give feedback.
-
Hi, I am having problems connecting to ESP8266. I am running Raspbian on an AML-S9055X-CC "Le Potato" connected to ESP8266 NodeMCU CP2102 ESP-12E via the USB port. I am able to successfully flash the chip and successfully install the latest stable firmware. ESP8266 is present as /dev/ttyUSB0, but when I run picocom /dev/ttyUSB0, I get "terminal ready" and then a bunch of garbage characters that keep on scrolling. rshell cannot connect either stuck on "trying to connect to REPL".
I have tried adjusting baud rates, flashing with different --flash_mode values, different USB cables, but no success. The power supply is a dedicated power supply for the board. Other than a hardware issue, is there anything else I could try?
Beta Was this translation helpful? Give feedback.
All reactions