AlexKlimaj / LiPow-Firmware

Lipo Battery Charger with USB C Power Delivery Based on the STM32G0
https://arkelectron.com/product/lipow-the-usb-c-lipo-battery-charger/
GNU General Public License v3.0
322 stars 98 forks source link

Balancing Algorithm #7

Closed AlexKlimaj closed 5 years ago

AlexKlimaj commented 5 years ago

Write balancing algorithm. Control discharging each cell through CELL_XS_DIS_EN.

Take ADC reading from each cell, discharge the higher voltage cells until they are all within +-50mV.

AlexKlimaj commented 5 years ago

Done