Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32 doesn't wake-up from deep sleep when battery goes flat #111

Open
simonccnomis opened this issue Apr 10, 2023 · 0 comments
Open

ESP32 doesn't wake-up from deep sleep when battery goes flat #111

simonccnomis opened this issue Apr 10, 2023 · 0 comments

Comments

@simonccnomis
Copy link

We have battery powered ESP32.

In the program start, a custom button is configured as an external wake-up source (through RTC GPIO). Afterwards, once application is done, device goes to deep sleep. Normally, I am able to wake-up the device with the button afterwards.

I only encounter problem in following scenario:

leave the device active for long time, battery discharges.
charge the battery so that device can get enough power.
press the custom button to wake the system - nothing happens at all.
reset the board - the system works normally again. Button for waking from sleep works.
So, the issue is that after some time device forgets that it can be awaken with the RTC GPIO. Only way to restore it is with manual reset.
Any idea to correct this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant