ericklein / air_quality

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

Battery monitoring for non-LC709203 #69

Closed ericklein closed 1 year ago

ericklein commented 1 year ago

Most of the Adafruit ESP32 Feather boards have a technique for monitoring at least battery voltage. Can I create a LUT to determine battery percentage or use the LUT the LC709203 library uses? I think @disquisitioner has explored this idea?

ericklein commented 1 year ago

Implemented for ESP32 V2, which has the necessary hardware. Other boards implementing this voltage monitoring technique can be added.