Other Parts Discussed in Thread: EV2400
Hi,
I have used battery TLI-1550 of Tdiran Batteries. And the charger is CC/CV with 100mA and 4.2V.
The charger reeduce current, and the taper current is 10 % of the target configuration current, 10mA.
In my application I need to have a resolution of 100uA.
By default, bq gives a resolution of 1mA with sense resitor of 10mΩ.
So, I just read and follow steps of TRM (slua792). I had calculate the scaled factor like:
SCALED FACTOR = K = 1mA / 100uA = 10
New resistor is:
R = 10mΩ x 10 = 100mΩ
So, in my design I rescaled data like this:
Design Capacity = 330mAh x 10 = 3300mAh
Design Energy = 3.7 x Design Capacity = 3.7 x 3300 = 12210
Terminate Voltage = 2500 (According TLI-1550 datasheet)
Taper Rate = Design Capacity / (0.1 x Taper Current) = 3300 / (0.1 x (10 x K) = 3300 / (0.1 x 10 x 10) = 3300 / 10 = 330
Full Charge Set = 98
Full Charge Clear = 95
Taper Voltage = 4100
Terminate Charge Voltage = 4190
All data is loaded in flash in correct way, because I can read it with EV2400 tool.
The problem is when the current is 100mA (I read it with a precision tester) the bq AverageCurrent() reports 820 when it should be 1000... this device has an error of 20% with scaled data. I can't admit this error for my application.
Do you know any technique to calibrate current flow through sense resistor? In the Battery Management Studio isn't a box for calibrate current, only has a box for calibrate voltage offset.
Or maybe, have you got other solution for my problem?
Thanks and regards,
Rubén.