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

[Feature Request]: low-power states for TRACKER/SENSOR roles #2845

Closed
andrekir opened this issue Sep 28, 2023 · 0 comments · Fixed by #2865
Closed

[Feature Request]: low-power states for TRACKER/SENSOR roles #2845

andrekir opened this issue Sep 28, 2023 · 0 comments · Fixed by #2865
Assignees
Labels
enhancement New feature or request

Comments

@andrekir
Copy link
Member

Platform

NRF52, ESP32

Description

SENSOR and TRACKER roles can benefit from exponential increase in battery life by primarily remaining in low-power states (including LoRa radio off) and only waking up during scheduled broadcast intervals.

Since the ESP32 library already provides sleep methods, it looks like a good starting point to explore "what and where" these low-power states can be triggered and how they fit in the existing power Finite State Machine (FSM) design.

Then this foundation can be streamlined to the other architectures by implementing their own low-power/sleep methods (Related info exploring NRF52 sleep in #2822).

This feature request is a work in progress. Input, feedback, and suggestions are welcome.

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

Successfully merging a pull request may close this issue.

3 participants