-->
Page 1 of 1

Sleep command

PostPosted: Fri Jan 29, 2016 10:59 am
by Romanus
I'm here again to ask for some help.
I read somewhere that to enable sleep pin 8 and the pin 32 have to be connected together.
I don't know to what pin d(x) pin 8 e pin 32 match in my esp8266 12e dev kit. Is there any one who can help me?
In addition I didn't understand if there is the possibility to wake up by remote command?

Re: Sleep command

PostPosted: Fri Jan 29, 2016 11:36 am
by WereCatf
If you are talking about deep-sleep then all you need to do is connect GPIO16 to the reset-pin. As for the other question: no, while the device is in deep-sleep the CPU is fully off, no WiFi, no interrupts, no nothing -- only the clock is ticking and will pull on GPIO16 when the counter reaches the limit.