ericklein / air_quality

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

Battery display shows board default voltage when no battery attached and USB power #71

Closed ericklein closed 1 year ago

ericklein commented 1 year ago

Example: Adafruit Feather ESP32S2 board voltage is ~ 3.7v. LC709203F returns 3.71V when no battery is attached but USB power is attached. This leads to an incorrect battery display of ~14% battery life.

ericklein commented 1 year ago

need to work on detecting "ac" state and displaying a different UI element

ericklein commented 1 year ago

LC709203F doesn't work properly when the battery is not attached, per specification

ericklein commented 1 year ago

closing issue