ESP-01s constant bootloop #9301
Replies: 3 comments 1 reply
-
It could be a power supply problem. Do you have a good stable 3.3V supply for the devices? The 3.3V output of a USB/UART bridge can typically not supply sufficient current. |
Beta Was this translation helpful? Give feedback.
-
I have placed a 1000uF low-esr cap on the 3V3 output of my FTDI adapters. |
Beta Was this translation helpful? Give feedback.
-
Try clearing the flash first. There was someone on the old forum having an almost identical problem, but I can't find the post. Try using esptool.py - you can see the error messages with that more easily. It can also tell you the detected flash size |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've tried flashing a set of 5 ESP-01s (1MB) and every chip results in the same boot-loop:
The REPL console responds for about 1-2 seconds, but then freezes and about 5 seconds later reboots with the same exact message.
I've flashed using both Thonny and the console (and tried every flash mode possible):
esptool.py --port /dev/ttyUSB0 --baud 115200 write_flash --flash_size=1MB -fm dout 0x0 Downloads/esp8266-1m-20220618-v1.19.1.bin
This bootloop occurs in all 5 of my ESP-01s modules. Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions