I’m working a new design to be used for upcoming programs. Part of the design requires an LED indicator that will light when a battery only has a certain amount of remaining charge (e.g. 25% remaining). The battery type is lithium thionyl chloride. This type of battery maintains its nominal voltage until it is very near end of life and then declines quickly to zero volts. So I think I can’t use a voltage comparator to determine remaining battery life. I think I need a fuel gauge. My other issue is that we want to monitor battery life when the unit is in storage. So we won’t have primary power available and won’t be able to communicate with the fuel gauge. In short I would need a fuel gauge that when running on battery power can:
1. Monitor battery charge
2. Provide an indication through an output pin when the battery is less than 25% of its total charge
3. Reset itself to initial conditions when the battery is replaced with a new one
4. Not need to use the I2C interface for the above requirements
One potential candidate is the TI bq34210-g. But I’m not sure if it can satisfy my requirements especially when I won’t have I2C communication capability. Any suggestions or potential designs would be greatly appreciated. It doesn’t have to be a fuel gauge if there is another way.