TheThingsIndustries / generic-node-se

Generic Node Sensor Edition
https://www.genericnode.com
Other
108 stars 31 forks source link

fix: Battery Monitor enable/disable sequence #250

Closed azerimaker closed 1 year ago

azerimaker commented 1 year ago

Summary:

The sensors_lorawanapp was consuming extra ~30µA in sleep mode. This was due to the battery monitor circuit being left ON. sensors_lorawan_seapp was fixed earlier in Software/app/sensors_lorawan_se/sensors.c. This issue which was mentioned in #248.

Changes:

Notes for Reviewers:

Code builds w/o errors and was verified with a power analyzer. Both sensors_lorawan & sensors_lorawan_se now draw ~2.1µA in-between the transmissions.

oti-arc

Release Notes: (optional)

...