kike-canaries / canairio_firmware

CanAirIO is a citizen science initiative. We are developing a mobile application that is able to set a PM2.5 or CO2 sensors, and other related sensors, as a fixed station using WiFi or mobile station with an smartphone by using a Bluetooth connection.
https://canair.io
GNU General Public License v3.0
104 stars 23 forks source link

Battery min level voltage issue #218

Closed hpsaturn closed 2 years ago

hpsaturn commented 2 years ago

Overview

The minimal level right now for battery charger some times on new batteries, is minor than operational voltage, for this reason the GUI show charging graph when the device is disconnected.

Also in OLED the current min level for charging is minor too than BATTERY_MAX_V. It maybe is another issue.

hpsaturn commented 2 years ago

When I was fixing this issue I found the next issue in execution:

https://github.com/kike-canaries/canairio_sensorlib/issues/136