IRNAS / PiRA-zero-firmware

Firmware for PiRa Zero board
GNU General Public License v3.0
3 stars 4 forks source link

BQ2429x driver bug #18

Closed SloMusti closed 6 years ago

SloMusti commented 6 years ago

There is a bug in BQ2429x driver that fails to correctly configure the pre-charge current or the charger itself resets the value often. Needs debugging.

SloMusti commented 6 years ago

The bug has been resolved. It is crucial that i2c watchdog is disabled, otherwise the charger will self-reset: https://github.com/IRNAS/PiRA-zero-firmware/blob/master/pira/boot.py#L144