Tool/software:
I am using the BQ27542 fuel gauge in my device to monitor a single-cell Li-ion battery. When my device is in a cold state (approximately 0°C) and I plug in a USB charger, I encounter the following issues:
- AverageCurrent() Reading 0: Despite the USB charger being plugged in and the device presumably charging, the AverageCurrent() consistently reports 0.
- Decreasing Remaining Capacity and Battery Percentage: Instead of increasing, the Remaining Capacity and battery percentage steadily decrease while the charger is connected.
Steps to Reproduce:
- Allow the device to reach a cold state (around 0°C).
- Plug in the USB charger.
- Observe the AverageCurrent(), Remaining Capacity, and battery percentage values.
Questions:
- What could be causing the AverageCurrent() to report 0 under these conditions?
- Why would the Remaining Capacity and battery percentage decrease when AverageCurrent() to report 0 at low temperatures?
- Are there specific configurations or calibrations for the BQ27542 that can mitigate these issues in cold environments?
- Could the battery's internal protection mechanisms or increased internal resistance at low temperatures be affecting the fuel gauge's readings?
Additional Information:
- The fuel gauge configuration has been verified and works correctly at room temperature.
- The temperature sensor appears to be accurate, reflecting the actual battery pack temperature.
- The battery and fuel gauge are designed to support the operating temperature range, but these issues only occur at around 0°C.
Any insights or suggestions on how to resolve these issues would be greatly appreciated.