Other Parts Discussed in Thread: BQSTUDIO,
I am working with a NiMH pack, 10S so 12V nominal voltage.
I am charging the battery pack through its full capacity (4900mAh). I know the pack is fully charged because of the time it took for it to fully charge, and because of the dT/dt (temperature rise per minute) rate.
The Remaining Capacity (RC) reading shows 4900 as expected.
However, once I disconnect the charger and start discharging, RC immediately drops to some value around 150mAh.
I thought it could be related to my firmware doing something wrong when the state chaged from charging to discharging, so I stopped the firmware (on debugger) when full charge was reached (RC was at 4900) before disconnecting the charger and connecting the load; fuel gauge was being monitored with bqStudio.
What am I doing wrong? Is there some configuration that I may have forgotten to set?
FWIW I am using the gauge only for its measuring capacities (current, voltage, temperature, RC etc.); it is up to my firmware to determing the charging termination based on dT/dt or dV/dt or maximum temperature , whichever happens first.