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

Sleep modes? #3

Closed
Nereuxofficial opened this issue Apr 9, 2023 · 1 comment
Closed

Sleep modes? #3

Nereuxofficial opened this issue Apr 9, 2023 · 1 comment

Comments

@Nereuxofficial
Copy link
Collaborator

Nereuxofficial commented Apr 9, 2023

Saving power when the device is not in use for multiple minutes is very worthwhile. We could use the built-in sleep modes of the esp to wake it up after a time interval saving massive amounts of power. Also we could use rtc memory to store data that is persistent during even deep sleep.

Unfortunately light/deep sleep doesn't seem supported in esp-hal yet. We could also use esp-idf, which would no longer use the pure rust bindings.

@Nereuxofficial
Copy link
Collaborator Author

Nereuxofficial commented May 11, 2023

@bjoernQ Thanks for the inspiration! That will really help us implement this.

Github delivered the email but the comment here seems to have been lost during the Github outages, so i'll take the liberty and quote it

For inspiration

https://github.com/bjoernQ/esp32c3-sleep-experiment
https://matrix.to/#/!LdaNPfUfvefOLewEIM:matrix.org/$MGQY24t_Zo-eufQ6vFjUX99MLHOb7W41f9F44BwBHX8?via=matrix.org&via=tchncs.de&via=mozilla.org

@Nereuxofficial Nereuxofficial closed this as not planned Won't fix, can't repro, duplicate, stale Jun 9, 2023
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