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.

Battery charging - should I stop PWM when measuring voltage?

Status
Not open for further replies.

hne573

Junior Member level 1
Joined
Feb 26, 2009
Messages
18
Helped
6
Reputation
12
Reaction score
0
Trophy points
1,281
Activity points
1,430
Battery Charging - Help?

Hi,
I want to make a battery charger LiIon with a micro controller.
I study about Li-Ion battery, charging methods and ...
LiIon should be charge with Constant Current/Constant Voltage method.
So we should be able to control current and voltage of charger.
So I use PWM for controlling these signals.
PWM On/Off Fets for charging with determined current and voltage
and with ADC we measured the voltage and current.
After reading the current and voltage, the duty cycle must be changed
if needed(change with PWM).
Now I want know, Should be stop the PWM when I want to measure voltage
and current?If yes, why? or if no, why?
please help me.
 

Re: Battery Charging - Help?

Hi
Atmel,TI,Freescale,Microchip have application note with software & hardware for li-ion battery charger where you can learn more

All the best

Bobi
 

Re: Battery Charging - Help?

Dear hne573,

Here is your solution's

Should be stop the PWM when I want to measure voltage
and current?If yes, why? or if no, why?

If you want to charge the battery, you have to give continuous pulse & monitor the voltage & current continuously.Both are co-related without pulse voltage & current won't come & without voltage & current you can't charge the battery.So both is mandatory.So you shouldn't stop PWM pulse.

So your firmware flow will be like this :-
1. First Acquire the sensing voltage.
2. Acquire the sensing current.
3. Do necessary action to control voltage & current by using PWM.

By the way are you using any control techniques?
Please let me know

Regards
Chanchal
 

Re: Battery Charging - Help?

bobcat1 said:
Atmel,TI,Freescale,Microchip have application note with software & hardware for li-ion battery charger where you can learn more
Yep. For example, here's an app note (AN1012) on the subject by Microchip: **broken link removed**
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top