Monday 14 January 2019

batteries - Controlling a LDO with voltage detector


For one of my project I need to shutdown my system when my Li-ion battery reaches 3V.
But I want to know if I can use this type of component : http://www.farnell.com/datasheets/11601.pdf
http://www.farnell.com/datasheets/76549.pdf
http://www.farnell.com/datasheets/11603.pdf
For detecting the battery voltage and disabling my LDO? I know they are designed to be used for the Reset of microcontrollers.

But it should work just fine by using one of those three no?

Thank you in advance !

EDIT :

I first wanted to use the TC54 from Microchip which is designed for this purpose but it seems to be obsolete...

I also need the system to be through hole.. This is why I don't use a battery protection chip, because I could not find one..



Answer



You can get a combined charge and discharge protector like this: -


enter image description here


This might be more of an effective solution. If you just want a low discharge current solution that is available in through-hole components then this might be of interest: -


enter image description here


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...