boot loop after fresh firmware install on ESP8266MOD 12-F and ESP-12E
I buy some nodeMCU on ebay,
i load the last micropython (1.12)... at boot i saw REPL and after 8s the device boot.
I find some info in the forum (here)... I have to run this :
import network; network.WLAN(network.AP_IF).active(False)
and it works very well. All my board could actually work with micropython if i disable wifi AP mode at start.
i try STA mod and it works well but if i try AP mod, the boot loop start again...
So i tried to flash with arduino an AP mode test program and ... It works !
Obviously there is somethings wrong with this board when AP mode start with micropython.
Some people in the forum says that it could be a lack of power and to solve that, put a 100µF cap between NE and ground... i don't try this because it works with arduino without it... That's why i think that it's not an hardware problem.
is someone interested by my problem ?
ESP8266 NodeMCU 12F V3 - Endless Loop (Wifi?)
Hello,
i tried to use the recent generic firmware (1.22.1) for a ESP8266-12F. Firmware flashing works as expected, i tried different flash modes and baudrates as well - no problem. The issue is, that the ESP gets stuck in an endless boot loop. The WIFI led keeps blinking very fast. I can connect via serial, but i have no chance to enter REPL.
Are there any solutions for this issue?
Thank you in advance