Friday 2 June 2017

batteries - SLA battery constantly being charged and used


I have a 12V 7Ah SLA battery with a smart battery charger for SLA batteries with the maximal output of 0.8A.


I would like to use the battery to charge an Arduino board with few other things (at most 0.5A current consumption). Several times a day, the battery must be used for few seconds to power a motor (which takes few amps).


The battery must be contantly used for powering the board. Is it safe to charge and use the battery constantly? Is it a standard use case, can't it reduce its lifetime?



Answer



You aren't really charging and using it at the same time in reality. This is the same when you use your smartphone, whilst plugged into a charger.



Any power required by the system (in this case the motor, and your aurdino board) is taken from the power input (the smart battery charger input). Anything remaining in the power budget is then used to charge the batteries. This means you are charging the battery, but powering the system straight from the main input and not the battery.


The trickier situation is when the power required by the system is greater than the main power input. In the common example is when charging a phone from a PC (only 500mA) and the phone is using more than 500mA (especially common when using GPS). This situation requires sourcing power from the battery at the same time as using main input power, and is requires some kind of load balancing. In this situation the battery is not charging - it is discharging.


This has no real impact on the battery life, beyond the usual charge/discharge fatigue you would expect.


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...