Hi, is there any way to implement battery detection functionality?
Regards,
Girish SIngh
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi, is there any way to implement battery detection functionality?
Regards,
Girish SIngh
Hi Girish,
You can write a host software routine that does some combination of the following:
1. If you have a thermistor monitoring battery temp, then use the ADC to periodically sample the TS pin voltage and store the last few TS voltage data points. If there is abrupt change in TS voltage from one measurement to then next (as opposed to slowly changing from then you know that the battery was removed/attached.
2. and/or if no thermistor or TS function disabled, then use the ADC to monitor charge status for rapid transition from fast charge to termination as the charger charges up only the output capacitors on the BAT pin, then terminations, then the capacitors discharge and the process restarts.
Regards,
Jeff