Hi there,
I have a design that uses a BQ25890 to charge a single lithium cell in a battery pack. The BQ25890 is configured over I2C by a microcontroller, running software that I have written. I'm a little worried that I'm doing something wrong and not charging the battery to completion, because the pack can also be inserted into an (Android-based) phone, also using a BQ25890, and the developer that configured the linux driver was originally able to charge the battery further. It seems he's struggling to reproduce the linux device tree config he had, so I thought it would be good to make sure I've got my end right.
The charger is configured with VREG = 4.208V (the default). I've also set the termination current limit (ITERM) to 64mA. This isn't over USB, so all the power handshake logic is disabled, and we set INLIM manually.
I can charge a battery with a multimeter probe connected across the actual battery terminals and the charging current supplied by a bench supply. I see the usual constant-current charge, with occasional pauses due to thermal limiting (good!). Then I start to see the current tail off as we enter the constant voltage region. Confusingly, the voltage across the battery terminals in that region is about 4.05V. Should I expect that, or does the fact this is 150mV under VREG suggest that something is wrong? (I don't think it's a hardware problem: the BAT_1 and BAT_2 terminals of the charger IC are connected directly to one terminal of the battery, and the other terminal is connected to the same ground as the charger IC).
After the battery has been CV charging for a while, I start to see short pulses (maybe one second?) of high current (1A or so at the bench supply), with the voltage across the terminals going up to about 4.25V (this number is pretty approximate - I'm not sure whether the multimeter is stabilising in time).
When the charge cycle finishes, the cell has a voltage of about 4.05V (as you'd expect). After a weekend disconnected (so the state of charge shouldn't have changed significantly), the voltage has dropped to 3.965V. This seems reasonable, I think?
Does this description sound like the correct behaviour to charge a 4.2V cell? If not, could you tell me which numbers look suspect and I'll look harder at how I'm configuring them on the charger.
Many thanks,
Rupert