Replies: 2 comments 9 replies
-
According to the schematics of the board the only information about the battery state you can get to the ESP32 is the battery voltage. That does not tell you much about the battery state. Li-Ion batteries have a voltage about 4.2V when full. When discharging, it drops fast to about 3.7V until almost empty, then the voltage drops fast until the protection circuit in the battery (if present) cuts it off at 2.6 V. So what you can tell: If the battery voltage is about 4.2V it is full, if it is below 3.2V it is empty. |
Beta Was this translation helpful? Give feedback.
-
For future reference - it's not possible without either additional hardware or physical changes to the board |
Beta Was this translation helpful? Give feedback.
-
Good day all,
I'm very much a noob with micro-controllers and IoT and I need your help please. I have the FireBeetle 2 ESP32-C6 board and I'm trying to get the battery voltage, percentage and if it's currently charging or not.
I have a 3.7V 5000 mAh LiPo battery hooked up.
Please help me with the code and explanation to get the battery voltage, percentage and charging status?
I decided to open a new discussion because I couldn't find other questions where the charger and PMU are integrated into the board like with the Firebeetle 2
Beta Was this translation helpful? Give feedback.
All reactions