Other Parts Discussed in Thread: EV2400, BQ24296, BQSTUDIO
Hello,
We are using BQ27426 in our system. We have completed a learning cycle but the SOC stops at 99% and never rises to 100%. We have determined that this is because FC bit is not getting set. The algorithm for determining Full charge is the default one, where FC Set% is set to -1. According to the Technical reference there are three conditions to be met to achieve full charge:
- During two consecutive periods of 40 seconds: IRateAvg1 < Taper Rate and IRateAvg2 < Taper Rate
- During the same periods: Accumulated change in capacity per 40-second period
- Voltage() > Taper Voltage
I figured the second one is a typo.
Our setup:
Chemistry profile: 1202 (4200mV)
Battery capacity: 4400mAh
Taper Rate: 266
Taper Voltage: 4100mV
Charge has taper current set to 128mA and the charge voltage is set to 4200mV.
I think we successfult pass the first and last condition, but probably not the second.
Has anyone has any suggestions on how we could improve our setup or what are we doing wrong. Your help is appreciated.