How do I reset an ESP8266 with an FTDI and no reset button? I assume that it has something to do with the reset pin on the ESP8266, but I cannot find a step-by-step usage of the pin online.
asked Jun 30, 2016 at 14:59
-
There is both a "reset" and a "program" pin on the ESP8266. You need both to reprogram it.Gerben– Gerben2016年06月30日 15:46:26 +00:00Commented Jun 30, 2016 at 15:46
-
But how specifically do I reset it?pulsar100– pulsar1002016年06月30日 16:17:19 +00:00Commented Jun 30, 2016 at 16:17
-
1there are lots of different esp8266 boards, and several kinds of modules. Which one in particular?JayEye– JayEye2016年07月01日 04:06:41 +00:00Commented Jul 1, 2016 at 4:06
-
also, are you asking how to do it under program control?JayEye– JayEye2016年07月01日 04:06:55 +00:00Commented Jul 1, 2016 at 4:06
-
sparkfun.com/products/13678pulsar100– pulsar1002016年07月01日 15:31:47 +00:00Commented Jul 1, 2016 at 15:31
1 Answer 1
Pull the reset pin up by connecting it to 3.3v with a 10k ohm resistor, then to reset the ESP you temporarily ground the pin, bringing it down to 0v/GND. I'd recommend putting in a button for that :)
answered Jul 5, 2016 at 15:36