Charge a Lipo battery and power a circuit

chargerlipo

I purchased this LiPo charger and I plan to connect the GND and BAT connections to the battery and an external circuit at the same time.

In the datasheet the reference drawings are for battery charging only but there is a part that says:

The MCP73831 is designed to operate in conjunction with a host microcontroller or in a stand-alone application

Which makes me believe it's intended to power a microcontroller as well.

My question is about connecting the battery and the external circuit to the BAT input at the same time while charging the battery. How safe is this?

I know the LiPo charging process goes through Constant Current and Constant Voltage, but if there is going to be an external circuit in parallel, I guess this can mess with the Constant Current part, since the Charger will regulate a constant current for both of them, while the current going into the battery might not be constant, since the external circuit current demands might change with time. Is this safe, or can it damage my battery?

To be fair, my circuit will be a low power one, but I rather to read an answer that covers all the cases so I can prevent issues with future projects as well.

Best Answer

Your concern is well-founded. If the battery is connected directly to the system load, there is no way for the charger to know how much current is going to the battery and how much is being used by the system.

For this reason, many chargers isolate VBAT from the system power rail (VSYS). In general, I would say that it is acceptable to put the system load in parallel with the battery when the system current is much smaller than the charge current, OR if the system current is very consistent. In that case, you can just crank up the charge current setting on the charger to account for the system current. But if the system current varies over a wide range, or is not consistent from unit-to-unit, I would look for a different charger IC.

As a side note, it appears that the MCP73831 does not have a charge timer. In other words, the only way for it to terminate charging is when the acceptance of the battery becomes sufficiently low. Normally, state of the art chargers would also have a timer, so that if the battery acceptance never becomes sufficiently low, charge will terminate anyway after allowing a generous interval of time. This lack is even more worrisome since you cannot separate the battery from the system load. The system load will make the battery acceptance appear higher than it really is, and the charger may never terminate, but just float at 4.2 V forever.

I recommend you ask Microchip about this, in case I am mistaken. But if it really is the case, then I have to suggest you look for another charger, because it is not safe to float lithium ion or polymer cells indefinitely at 4.2V. There needs to be a timer so that charge always terminates.

TI uses the term "power path" to describe chargers which keep the battery separate from the system. They are not the only ones with this feature, but I think searching for power path will help you to find chargers that do this, from TI and other vendors.