I've seen two separate apps that provide a way to alert on approaching full battery charge, chargent and powermanager.
chargent
powermanager
Rather than simply alerting, does the Bangle.js 2 hardware provide a way to actually reduce the maximum charging voltage limit?
It looks like the charge controller isn't programmable, but I thought I should double-check. I see mentions of pin_charging and pin_voltage, but those seem to be input-only, and the battery percentage code appears to simply convert an analog voltage value.
pin_charging
pin_voltage
(As context, I've been working on implementing battery charge voltage limiting for the Flipper Zero multi-tool, which is using a Texas Instruments bq25896 controlled over I²C.)
bq25896
@digitalcircuit started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I've seen two separate apps that provide a way to alert on approaching full battery charge,
chargent
andpowermanager
.Rather than simply alerting, does the Bangle.js 2 hardware provide a way to actually reduce the maximum charging voltage limit?
It looks like the charge controller isn't programmable, but I thought I should double-check. I see mentions of
pin_charging
andpin_voltage
, but those seem to be input-only, and the battery percentage code appears to simply convert an analog voltage value.(As context, I've been working on implementing battery charge voltage limiting for the Flipper Zero multi-tool, which is using a Texas Instruments
bq25896
controlled over I²C.)