ericklein / air_quality

displays and logs local indoor and outdoor weather and air quality information
MIT License
0 stars 0 forks source link

batteries running down much faster than expected #21

Closed ericklein closed 2 years ago

ericklein commented 2 years ago

days instead of weeks. Correlated in time frame to integration of new code and SCD40

ericklein commented 2 years ago

Changing bug to P2 so it will be addressed after the code refactoring

ericklein commented 2 years ago

need to monitor power use via external tool

ericklein commented 2 years ago

SCD40 was pushing data every 5 seconds causing a consistent power draw during deep sleep. Issue resolved via implementing stopPeriodicMeasurement() in deepSleep() routine.