Means of controlling the battery charge voltage limit on Bangle.js 2? #5721
Replies: 1 comment
-
Posted at 2023-01-30 by @gfwilliams
No - I'm afraid this has been asked before, and it's not - it's just a standard run of the mill charge IC with no inputs. Posted at 2023-01-30 by digitalcircuit Noted, and understood! (And while I did try searching, I must've not looked far enough - pardon the clutter.) Posted at 2023-01-30 by @halemmerich The Chargie seems very cool. Thanks for dropping that name, I had searched for something like that a few months ago without success. I use a Palm Phone with a 770mAh battery and that degraded to about half its tiny capacity in 2 years of use. Charging daily or currently twice a day and using 100%-0% every day will do that fast. The Bangle with its week long runtime will probably degrade more by age than by charging. Posted at 2023-02-01 by @gfwilliams
That's a really neat tip! I'd be really surprised if someone hasn't made an inline USB gadget that does that already - but if not you should totally make one! Posted at 2023-02-01 by digitalcircuit
Sure thing! I'm glad mentioning this was helpful.
My pre-2013 powerbank does this and it has bugged me so much. Now I see that this is a feature! I've got a USB power meter that can be independently powered (so it won't increase the power bank's load) - next time I need to charge my Bangle 2, I'll see how it goes.
Ah, that's actually why I mentioned Chargie - see "Is there any way Chargie can work without the app?" on the FAQ page. Chargie was originally intended for managing phones via iOS and Android, but it also supports a hardware cut-off that's committed to memory. Granted, there are probably ways to make a cheaper circuit if you don't support Bluetooth control and all that. Posted at 2023-02-03 by digitalcircuit A brief follow-up - my Bangle.js 2 seems to charge at around 98 mA for the majority of time, then by the time it reaches "100%", it has tapered off to 67 mA, where my powerbank then cuts off power. This is before Charge Gently (chargent) even activates. My USB power meter was powered separately for the tests, so it did not impact the powerbank cutoff. Taking it off the charger, letting the voltage settle, that put my Bangle 2 at around "96%" (and a few hours later, "94%"). This is an excellent solution that turns an aggravation with my powerbank's cut-off into a free hardware charge limiter for my watch, thank you @halemmerich for the idea! Posted at 2023-02-04 by @halemmerich How much power do you get into the Bangle with that 67mA cut off? From battery size I would guess about ~80%/160mAh? Posted at 2023-02-11 by digitalcircuit Over a period of 1h:11m:46s, starting from around 36% charge and an (almost certainly inaccurate) calculated battery voltage of 3.8126v, using that 67 mA-ish cut-off… 0.113 Ah (or 0.57442 Wh) The USB power meter offers a way to calculate capacity, so by setting voltage to 3.8v and estimated charging efficiency to 90%, it results in an inaccurate estimated 0.1364 Ah battery capacity (real capacity is 350 mAh). I attempted to calculate the voltage with the following (using the
As it turns out, your estimate was pretty close! If I had drained the battery further, I'd probably have hit your target (I try to not let the battery dip too low, either). Posted at 2023-02-12 by rigrigrig Another solution: I created an app that sends the battery level to Home Assistant, which controls a Shelly plug with the charger. Posted at 2023-02-16 by @halemmerich My bangle ran out of battery and I used the chance to get some more info on the charging. Attachments: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2023-01-29 by digitalcircuit
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.)Beta Was this translation helpful? Give feedback.
All reactions