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

Deep-Sleep Stub #57

Open
SFeli opened this issue Apr 15, 2024 · 2 comments
Open

Deep-Sleep Stub #57

SFeli opened this issue Apr 15, 2024 · 2 comments
Labels

Comments

@SFeli
Copy link

SFeli commented Apr 15, 2024

Hello,

I have checked all issues (open / closed) and read the informations on github and webpage.
The ESP32S3 supports the very economic way of deep-sleep which only runs the relevant code during wake up phase -
and not restart the whole program. - All relevant code must be in RTC-memory. It would be great, if a measurement and transmission of the data would run in a wake up stub. :-)

Just to start I would like to run the example in github - examples/system/deep_sleep_wake_stub but this doesn't work as described.
The board always starts from the beginning. Is it the PowerManagement which is not compatible ?

Glad to get your thoughts or in best case a solution.

@lewisxhe
Copy link
Contributor

As long as you don't operate the power management chip through I2C, it has nothing to do with the power management chip. I haven't tried the example you mentioned. I think you should raise an issue in esp-idf.

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants