- Wed Oct 07, 2015 2:23 pm
#30825
I understand you confusion now. Some picture named the RST pin as GPIO16, but to my knowledge it is not true. In fact on some other ESPs, there are solder pads to link GPIO16 of the chip to EXT_RST to be able to wakeup from deep-sleep. So, the schematic here, there is an X on the XPD_DCDC (which is the GPIO16) because the pads are unsoldered by default.
And here, on the picture, we can see that some people did the same on ESP-01 because there are no pads for the same feature.
In my sketch, I was using GPIO16 by pure coincidence, because in fact I'm using ESP-12E, so plenty of GPIOs.
Try again using GPIO2 like you've done before but with my sketch updated accordingly.