BLE Deep Sleep
Posted: Wed Oct 11, 2017 8:57 am
Hie,
I am developing BLE battery powered device. I want esp32 to put into power saving mode. I am able to force it into deep sleep mode and also able to wake it up from deep sleep mode using timer but as soon as it comes out of this mode it gets reset and reboots again.
I don't want this to happen, I want it to execute the code from where it left before entering into deep sleep. I have also tried writing Wake Stub code but it didn't solve my problem. Is there any way to avoid above situation? I have also found that there are other modes of power saving but I am unable to enter into that mode.
Please help me to find a way out of it.
Thanks
Deepak Patel
I am developing BLE battery powered device. I want esp32 to put into power saving mode. I am able to force it into deep sleep mode and also able to wake it up from deep sleep mode using timer but as soon as it comes out of this mode it gets reset and reboots again.
I don't want this to happen, I want it to execute the code from where it left before entering into deep sleep. I have also tried writing Wake Stub code but it didn't solve my problem. Is there any way to avoid above situation? I have also found that there are other modes of power saving but I am unable to enter into that mode.
Please help me to find a way out of it.
Thanks
Deepak Patel