1

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...

asked Apr 5, 2018 at 16:46
4
  • 2
    the Blink program replaced the AT program Commented Apr 5, 2018 at 17:42
  • @Juraj How can I put it back? Commented Apr 5, 2018 at 17:54
  • 1
    download 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/… Commented Apr 5, 2018 at 18:10
  • 1
    Done, thanks! Can you add this as an answer, people who has the same problem may see it easier :) Commented Apr 5, 2018 at 18:26

1 Answer 1

3

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.

answered Apr 5, 2018 at 18:37

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.