-->
Page 2 of 2

Re: Bricked my ESP8266-1?

PostPosted: Wed Sep 02, 2015 5:52 pm
by twaymouth
The AT firmware can be downloaded from this page:

http://www.electrodragon.com/w/ESP8266_ ... d_firmware

When you are flashing firmware ensure that GPIO-0 is pulled low for flash mode and left floating for normal operation. I.e. disconnect power, pull GPIO-0 LOW, connect power and flash firmware. For normal operation disconnect power, ensure that GPIO-0 is not low and power up.

If you are comfortable with the command line then I would recommend esptool for flashing:

https://github.com/themadinventor/esptool

Re: Bricked my ESP8266-1?

PostPosted: Thu Sep 03, 2015 12:59 am
by Kevin Liu
I will give esptool a try! Quick question about the baud rate. Can I set that myself or do I have to match the baud rate on the chip (which I don't know :/ ).

Re: Bricked my ESP8266-1?

PostPosted: Thu Sep 03, 2015 5:48 am
by twaymouth
No need to set the baudrate when flashing, for normal operation the baud rate will be either 9600 or 115200 for the AT firmware. Good luck