I am going to have to reserve some ~15% of my battery capacity during pack calibration, but how do I best free this reserve capacity at the moment I need it (I have a microcontroller with SMBus attached to the monitor)?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am going to have to reserve some ~15% of my battery capacity during pack calibration, but how do I best free this reserve capacity at the moment I need it (I have a microcontroller with SMBus attached to the monitor)?
If you set a non-zero value for reserved capacity, that will cause RSOC to reach 0% earlier, but the device won't stop discharging until the voltage hit CUV threshold. You can continue to discharge and use that reserved 15% capacity.
The LEDs can be configured to display either RSOC or ASOC (absolute state of charge) with the DMODE bit of the Operation Cfg A register. The default is to display RSOC (DMODE=0).
Regards,
Jason