-->
Page 1 of 1

Control Deep-sleep mode ESP8266-01

PostPosted: Tue Mar 22, 2016 12:26 pm
by Renan
Hello everyone,

I'm working on a project that uses ESP8266- 01, it is a wearable device , therefore I need to save power as much as I can, so I will use the deep-sleep mode when there is not need for transmitting .

I know there is a way of putting the ESP8266 in deep-sleep through AT+GLSP, but this AT command I have to specify a time for the radio wake up.

What I really wanna do is basically put the radio at deep-sleep mode and eventually when I need to transmit something I awake the radio. Dos anyone know how could I do it? I was wondering if I could configure a interrupt to awake up the radio and then after transmission get back to deep-sleep mode.

Anyway, I appreciate any advice. Thank you. :D

Re: Control Deep-sleep mode ESP8266-01

PostPosted: Tue Mar 22, 2016 1:09 pm
by onehorse
Can't you just connect the interrupt (active LOW) to the #RESET pin?

Re: Control Deep-sleep mode ESP8266-01

PostPosted: Tue Mar 22, 2016 7:02 pm
by bbx10node
viewtopic.php?f=11&t=4458&hilit=battery

About half way down on this message there is a schematic for wake up via pushbutton. Perhaps this will do what you want.

Re: Control Deep-sleep mode ESP8266-01

PostPosted: Sun Mar 27, 2016 4:40 pm
by Renan
That's exactly what I need, thank you guys :D