Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Charging a lead acid accumulator.

Status
Not open for further replies.

Ogu Reginald

Full Member level 6
Joined
Oct 7, 2011
Messages
369
Helped
47
Reputation
94
Reaction score
46
Trophy points
1,308
Location
Nigeria
Activity points
3,391
I want to construct a device that will charge a battery. The mode of operation of the device is: it should start charging the battery with maximum current and later charhges the battery wiith a constant current and when the battery is full, it should prevent thw battery from being over charged by producing a negligible current output. Please can anyone help me with a circuit diagram and tutorials.
 

Last edited:

Using a microcontroller will simplify the control of the charger, provided you can work with microcontrollers. Control without microcontroller is also possible.

You need to measure the battery voltage and charging current.

Use this algorithm:
When battery voltage < 13V, charge battery with high current (you can charge a 12V battery with 14.5V to 15V to maximize charging current).
When battery voltage reaches 13V, charge battery at fixed current (C/10 maybe). Use a sensor (shunt or hall-effect) to detect charging current and use feedback to keep charging current constant.
When battery voltage reaches 14V, charge battery at 13.5V so that the battery is charged in "float" mode.

For adjusting voltage and current, implement two feedback loops - the voltage loop is activated when battery voltage < 13V and when battery voltage > 14V. In between, the current loop is activated. There will be two reference voltages for the voltage loop - one when battery voltage < 13V and a different one when battery voltage > 14V. The current feedback loop will have a fixed reference.

You could add some hysteresis in the feedback loops so that a loop is "entered" and "left" at slightly different voltages to prevent oscillation between loops. You could also just use a time difference to increase the time between oscillations.

Hope this helps.
Tahmid.
 

check out this site for a through put in battery charger designs and how to ....**broken link removed**
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top