Hi,
I use a battery pack that incorporates a bq40z50-r1.
When the battery pack is left without charging or discharging, is the following procedure OK for checking whether the bq40z50-r1 is in RELAX mode?
Or is there a better way?
Assumption: DF's Gas Gauging: Current Threshold: Quit Current is the default value (10mA).
1. read 0x16 BatteryStatus() D6 DSG
2. read 0x0a Current()
3.
if (DSG==1 && Current() > -10mA) { Battery is in RELAX mode }