-->
Page 1 of 2

Deepsleep XPD pin ?

PostPosted: Fri May 22, 2015 5:45 am
by tytower
Anyone know which pin is the XPD pin? I'm using an ESP-12 board
Sparkfun's breakout board gets it from somewhere on the chip but I can't find mention of it elsewhere
https://learn.sparkfun.com/tutorials/esp8266-thing-hookup-guide/all#example-sketch-goodnight-thing-sleep-mode

Re: XPD pin ?

PostPosted: Fri May 22, 2015 6:11 am
by torntrousers
Its GPIO16 i think.

Re: XPD pin ?

PostPosted: Fri May 22, 2015 9:54 am
by martinayotte
Yes, it is ...

Re: XPD pin ?

PostPosted: Sat May 23, 2015 1:12 am
by tytower
Thanks I was trying that pin with a sleep arrangement where that pin is tied to reset and it takes the execution to the start of the program when the sleep time is up . However it does not seem to be working for me . Is there anything needed code wise to prepare the pin as XPD or does it need a resistor ?Seems to be reset if not connected and many resets if connected.