I've just bought NodeMCU LoLin ESP8266, I tried to send AT commands (after spending days on ESP8266-01) and everything was okay. Than I've uploaded the Blink example to the board, after that moment it's not responding to any command.
I tried to update firmware, it's updating successfully but nothing has changed. By the way blink app is not working also...
-
2the Blink program replaced the AT programJuraj– Juraj ♦2018年04月05日 17:42:08 +00:00Commented Apr 5, 2018 at 17:42
-
@Juraj How can I put it back?Sahin– Sahin2018年04月05日 17:54:35 +00:00Commented Apr 5, 2018 at 17:54
-
1download the AT firmware binary from Espressif site. On Windows you can use Espressif Flash Download Tool to flash it. On Linux use esptool.py. espressif.com/en/support/download/…Juraj– Juraj ♦2018年04月05日 18:10:21 +00:00Commented Apr 5, 2018 at 18:10
-
1Done, thanks! Can you add this as an answer, people who has the same problem may see it easier :)Sahin– Sahin2018年04月05日 18:26:36 +00:00Commented Apr 5, 2018 at 18:26
1 Answer 1
If you replaced AT firmware in esp8266 with Blink and you want it back, download the AT firmware from Espressif download page and flash it with the Espressif Flash Download Tool (Windows) or with esptool.py.