Hello,
I am working on a device that uses a BQ24296 charger to charge its internal Li-ion battery. The device draws current from a 24V car battery (through a step-down converter that feeds 5V into the charger's VBUS).
To protect the car battery we want the device to stop drawing current when its voltage goes below 22V. The device must work on its internal battery in that case. It can start using the car battery again only when its voltage goes above 24V.
The device has a microcontroller connected to the charger and able to measure the car battery's voltage. Unfortunately the step-down converter is always (hard-wired) enabled and we cannot modify the PCB. Is there a way to force the BQ24296 to power the device from its battery and not draw current from VBUS (even though there is 5V on VBUS)? It seems we can set the charger into HiZ mode but I'm not sure this is the right way to do what we want.
Thanks!