-->
Page 2 of 4

Re: ESP8266 stable

PostPosted: Fri Jan 19, 2018 4:07 pm
by btidey
Can you point out where it recommends to ground GPIO0?

That would normally be a bad idea as that pin is sensed during boot and if it is 0 puts it in flash mode.

Re: ESP8266 stable

PostPosted: Fri Jan 19, 2018 6:34 pm
by hortplus
btidey wrote:Can you point out where it recommends to ground GPIO0?

That would normally be a bad idea as that pin is sensed during boot and if it is 0 puts it in flash mode.


http://www.instructables.com/id/How-to- ... n-ESP8266/

That was the whole idea to flash new repeater firmware from:

https://github.com/martin-ger/esp_wifi_repeater

Re: ESP8266 stable

PostPosted: Sat Jan 20, 2018 12:20 am
by rudy
Grounding GPIO-0 is only done to get the ESP8266 into the flash programming mode. To run the application code that input must be high during the reset of the chip.

Maybe I just don't understand what you mean by instability. I have only found the ESP8266 to be unstable when it was not supplied proper power.

Re: ESP8266 stable

PostPosted: Sat Jan 20, 2018 12:42 am
by hortplus
Can you describe the flashing process for me? I was under the impression gpio0 was held low during the entire process but you seem to be suggesting otherwise.