0

I have the setup described here: https://learn.adafruit.com/esp8266-temperature-slash-humidity-webserver/wiring

I currently have the reset pin set to float and the GPIO0 pin grounded, which should make it execute the uploaded program, but instead I get the flash mode output:

 writing flash
...................................................................................................................................................................................................................................................

How do I put it into execution mode?

asked Aug 2, 2016 at 16:36
3
  • Try putting a pullup on Reset and GPIO0. Commented Aug 2, 2016 at 21:52
  • GPIO0 pin grounded, which should make it execute - no, GPIO0 grounded is how to put the thing into programming mode Commented Aug 5, 2016 at 12:14
  • What is the correct configuration then? Commented Aug 5, 2016 at 19:44

1 Answer 1

1

I was stuck in a similar scenario. I managed to exit programming mode by floating GIPO0, then grounding RST for ~3 seconds, then floating it. If you power off the esp, and now turn it on, it should have exited programming mode. Powering it off is actually optional.

answered Nov 14, 2018 at 23:29

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.