Electronic – How does a battery balance and protection circuit work

batteriesbattery-chargingcell-balancingchargerlipo

I am building a 4S LiPo battery pack that I would like to incorporate in a portable speaker project and I need to make sure the batteries will never require maintenance beside replacing them completely in 5 years or so. The batteries I am using are NCR18650B so they should be pretty decent.

I am using the following BMS board that is using a Seiko charging IC:
enter image description here

In order to test that this works properly I intentionally unbalanced a cell by having it charged up to 4V and I left the other 3 cells at the same voltage of 3.85V.

The bench power supply is set to 16.8V for charging and the following things can be observed:

  1. As soon as the first battery is charged to 4.25V the pack is disconnected from the power supply. In this particular case, the total energy in the pack is pretty low because the batteries where significantly unbalanced. Why not disconnect only the most charged cell?
  2. I am unable to detect balancing with the power supply on or off, after the BMS decides charging is done. No current is flowing from the most charged cell.
  3. I tried an alternative balancing board and this behavior seems to be consistent. All the commercial balancing PCBs "work" the same way?

How does all this balancing actually work? What would be the best option for my scenario where I need a 4S pack from which the load will draw peaks of ~1A for short periods of time?

Best Answer

I've read a chapter from a very good book which answers it all.

I highly recommend reading that chapter or the book but if you want the very short story things are like this.

  • Normally it is assumed that a pack is assembled with balanced cells thus a regular BMS is not designed to balance huge differences.
  • Normally lithium cells have a very low self-discharge rate and are quite evenly matched so only minor balancing is required to keep the pack in good working order.
  • Most BMS boards that have balancing only pass a very small current from the most charged cell to a shunt resistor thus they effectively waste charge until the other cells get to the same level.
  • Most balancing circuits don't pass current from a cell to another (active balancing) because it's more expensive to do so.
  • Depending on the charging circuit, balancing is not active all the time but might be active only during the and of the charging. Since a large imbalance should not happen it would be stupid to waste energy from a more charged cell when the pack is disconnected from the power supply.
  • It takes many cycles to balance the cells. Of course, depending on the circuit things might vary but you could expect to balance a 10% difference in 30 or so charge cycles.
  • The imbalance per cycle of properly matched LiPo cells is usually less than 0.1%

This simple balancing technique which is most likely implemented in common BMS boards works like this: enter image description here

The internal balancing P-MOSFET for a particular cell, which needs to be balanced, is turned on first. This creates a low-level bias current through the external resistor dividers, which connect the cell terminals to the battery cell balance controller IC. The gate-to-source voltage is thus established across R2, and the external MOSFET is turned on. The on-resistance of the external MOSFET is negligible compared with the external cell balance resistance and the external balancing current, I BAL , is given by I BAL = V CELL / R BAL . By properly selecting the R BAL resistance value, we can get the desirable cell-balancing current, which could be much higher than the internal cell-balancing current and can speed up the cell-balancing process. The drawback of this method is that balancing cannot be achieved on adjacent cells at the same time.

Related Topic