Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By martinayotte
#22722 I'm glad you had succeeded with your first Upload ! :)
Of course, Boot Process is initiated by a RESET (or by Power Up).
What kind of firmware are you uploading ?
Maybe it would be more convenient to try simple Blinker sketch in Arduino IDE ...
User avatar
By Atombuilder
#22723 I have it completely up and running now \:D/

It turned out that the firmware I uploaded were Github HTML pages, so I uploaded the wrong content. After I downloaded the correct files from esp8266_at and uploaded them into the esp8266 it is completely up and running again:

Code: Select allAT+GMR
0020000903

OK


So now I can go on with my search how to lower the baud rate because my current firmware does not have the AT+BAUD command. Any suggestions?