-->
Page 2 of 15

Re: Sleep & Low Power Modes?

PostPosted: Fri Nov 07, 2014 11:01 pm
by Fadi
to my understanding, after a deep sleep, the rtc wakes up the mcu by pulling EXT_RSTB (Pin#32) LOW. and you start all over again as if it was a hard-reset.
of course this was contributed by costaud here:
http://bbs.espressif.com/viewtopic.php? ... &p=106#p96

I wish there was more information for us to go on.. like will I be able to check a certain flag to know this startup was after a loong deep sleep or was from a power -reset...etc.!

Re: Sleep & Low Power Modes?

PostPosted: Sun Nov 09, 2014 6:27 pm
by fasmide
Awesome thanks for sharing :) i have a 002 module and it needed some hacking to get the rst and gpio16 connected but now it wakes just fine :)

I think ill go for the esp-003's next time...

Re: Sleep & Low Power Modes?

PostPosted: Sun Nov 09, 2014 7:43 pm
by Fadi
What is really strange is the fact that you can't (to my knowledge) make that connection internally via registers.

Meaning, why not configure the chip to make that connection internally without having to physically solder the two pins together.
this keeps your options better I believe, switching modes on the fly :)

Re: Sleep & Low Power Modes?

PostPosted: Mon Nov 10, 2014 2:30 am
by alonewolfx2
Edit: thank you for your picture. sleepmode working for me now :)

Edit2: the module waking up pullup gpio16 and rst to gnd.

fasmide wrote:Awesome thanks for sharing :) i have a 002 module and it needed some hacking to get the rst and gpio16 connected but now it wakes just fine :)

I think ill go for the esp-003's next time...