lewisxhe / XPowersLib

Arduino,CircuitPython,Micropython, esp-idf library for x-powers power management series
MIT License
63 stars 18 forks source link

Equivalent of AXP202 library #15

Closed NDC-SC closed 7 months ago

NDC-SC commented 8 months ago

Is there an equivalent library for a battery powered ESP32-S3 to the AXP202 library for the TTGO T-Watch. Currant usage could be measured without a device, such as an INA219 module. The getBattChargeCurrent() and getBattDischargeCurrent() function are very useful.

lewisxhe commented 7 months ago

What you should be talking about is AXP2101, which does not have a discharge current measurement function. Isn’t there a lot of libraries available on IN219 github?

NDC-SC commented 7 months ago

The advantage of the power management library for the TTGO T-Watch is that an external INA219 module is not required. Is there a comparable power management library for the ESP32-S3 ?