Other Parts Discussed in Thread: BQSTUDIO
自制BQ40Z80开发板,使用4S 10800mah电池,开始Golden Learning的第一次充电。在充电末期(恒压充电阶段),触发了Satey Status 的OC位,无法再进行充电,也导致Golden Learning 的充电失败。
通过技术手册,OC是过充保护,触发条件是RemainingCapacity() ≥ FullChargeCapacity() AND Internal charge counter > 0,但bqstudio界面中reaming capacity的值为10431mah,full charge capacity的值为10537mah,未达到触发条件。
问题1:为何会触发过充保护,是否是因为OC阈值设置太小导致?
问题2:电池容量为10800mah为什么Full charge capacity为10537mah,在未完成golden learning前full charge capacity不应该为10800mah嘛?
问题3:技术手册上写解除过充保护需要满足RelativeStateOfCharge() < OC:RSOC Recovery,请问relative state of charge 和 absolute state of charge 有什么区别?