Hi All,
I have a question that might be trivial, and I'd appreciate some advice on the correct method to handle it.
I’ve been using lithium-ion batteries with voltages of both 12.6V and 4.2V. The 12.6V battery has 3 sets of cells.
The battery pack also includes a protection circuit, which I believe regulates charging against overvoltage, undervoltage, high current, and temperature.
One issue I’ve noticed is that when the battery is fully drained, the voltage drops to a very low level, such as 2.7V. When you recharge the battery, the charging IC enters a preconditioning mode where it outputs a maximum of around 10mA. However, if you have other circuits or LEDs running, this 10mA is also consumed, preventing the battery from progressing past the preconditioning stage due to the voltage remaining very low.
I understand that I could use an ADC to monitor the battery in the microcontroller, and if the voltage reaches a certain level (e.g., 3V), I could switch off the entire circuit. However, I would then need to read the ADC values at intervals to check if the voltage has started to increase.
Is it possible to implement this logic using hardware alone?
My Li-ion charger IC is the LTC4162.
I have a question that might be trivial, and I'd appreciate some advice on the correct method to handle it.
I’ve been using lithium-ion batteries with voltages of both 12.6V and 4.2V. The 12.6V battery has 3 sets of cells.
The battery pack also includes a protection circuit, which I believe regulates charging against overvoltage, undervoltage, high current, and temperature.
One issue I’ve noticed is that when the battery is fully drained, the voltage drops to a very low level, such as 2.7V. When you recharge the battery, the charging IC enters a preconditioning mode where it outputs a maximum of around 10mA. However, if you have other circuits or LEDs running, this 10mA is also consumed, preventing the battery from progressing past the preconditioning stage due to the voltage remaining very low.
I understand that I could use an ADC to monitor the battery in the microcontroller, and if the voltage reaches a certain level (e.g., 3V), I could switch off the entire circuit. However, I would then need to read the ADC values at intervals to check if the voltage has started to increase.
Is it possible to implement this logic using hardware alone?
My Li-ion charger IC is the LTC4162.