Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > Electronic Projects Design/Ideas/Reviews


Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution.

Reply
 
Thread Tools Display Modes
Old 8th October 2007, 02:31 PM   (permalink)
Default

Quote:
Originally Posted by hardcore misery
do we need a differential amplifier?

EDITED: on what area of our circuit can we measure the current drops until the battery is fully charged?
Connect a low value resistor in series with the negative battery terminal to ground. Then use a comparator that works with its inputs near 0V like an LM393 or LM339 to compare when the current drops to about 3% of the battery cell's rated current.
__________________
Uncle $crooge
audioguru is offline   Reply With Quote
Old 8th October 2007, 03:45 PM   (permalink)
Default

Quote:
Originally Posted by audioguru
Connect a low value resistor in series with the negative battery terminal to ground. Then use a comparator that works with its inputs near 0V like an LM393 or LM339 to compare when the current drops to about 3% of the battery cell's rated current.
this was suggested by a friend of mine, but during that time i can't understand the principle of it, referring to this schematic, a 10 ohms/5W is added on the negative side of the battery charger(4.2V, on the actual circuit) so can we use this resistor for the comaparator?(btw, are we going to use another comparator?) so therefore we will disconnect the transistor and relay circuit on the given schematic, and can we use logic gates to compare two conditions? a condition for the OFF state when the comparator reaches 4.2V(but battery voltage is not fully charge) and another condition for the measurement of current drop until the battery is fully charged?

what can you advice sir? hoping that we can finish these all before thursday for to be ready with mock defense and finalize our documentations. thank you very much.

hardcore misery is offline   Reply With Quote
Old 8th October 2007, 03:58 PM   (permalink)
Default

You don't want to measure the charger's current which includes the relay's current, you want to measure the battery's current.

10 ohms causes a voltage drop of 3V when the current is 0.3A. That is a lot of wasted voltage.

You need a voltage regulator with its output adjusted to 4.2V plus or minus only 1%.

You also need safety features like temperature and pressure sensors and maybe a timer. you don't want the battery to catch on fire during your charging demonstration.
__________________
Uncle $crooge
audioguru is offline   Reply With Quote
Old 8th October 2007, 04:17 PM   (permalink)
Default

Quote:
Originally Posted by audioguru
You don't want to measure the charger's current which includes the relay's current, you want to measure the battery's current.

10 ohms causes a voltage drop of 3V when the current is 0.3A. That is a lot of wasted voltage.

You need a voltage regulator with its output adjusted to 4.2V plus or minus only 1%.

You also need safety features like temperature and pressure sensors and maybe a timer. you don't want the battery to catch on fire during your charging demonstration.

we are using a voltage regulator for the charger of battery (set to 4.2V)
we don't have temperature sensor.. so what if the voltage across battery in charging condition reaches 4.2V( as we all know, if we remove the battery, its voltage is not equal to 4.2V) what is the voltage drop across 10ohms?, where can i measure the current drop?
hardcore misery is offline   Reply With Quote
Old 8th October 2007, 04:40 PM   (permalink)
Default

Quote:
Originally Posted by hardcore misery
we don't have temperature sensor..
If your teacher knows about the hazzards of a Lithium-Ion battery catching on fire when it is overcharged because the charging circuit has failed then your extremely simple circuit will be shot down (in flames).

Most Lithium-ion battery cells have a temperature sensor inside. Use it as a shutdown backup in case your circuit fails.
__________________
Uncle $crooge
audioguru is offline   Reply With Quote
Old 8th October 2007, 04:43 PM   (permalink)
Default

so there will be another circuit for the temperature sensor? is it a voltage comparator again?
hardcore misery is offline   Reply With Quote
Old 8th October 2007, 04:51 PM   (permalink)
Default

can we know the time for fully charging a li-ion battery through computations?
hardcore misery is offline   Reply With Quote
Old 8th October 2007, 05:37 PM   (permalink)
Default

Quote:
Originally Posted by hardcore misery
can we know the time for fully charging a li-ion battery through computations?
As far as I know most li-ion chargers measure and use a battery end of charge voltage to detemine when to stop charging the battery. The temp sensor is an override shutdown of the charging regardless of state of charge of the battery.

Lefty
__________________
Measurement changes behavior
Leftyretro is offline   Reply With Quote
Old 8th October 2007, 05:59 PM   (permalink)
Default

Quote:
Originally Posted by Leftyretro
As far as I know most li-ion chargers measure and use a battery end of charge voltage to detemine when to stop charging the battery. The temp sensor is an override shutdown of the charging regardless of state of charge of the battery.

Lefty
hi Lefty,
From the graph you will see that the 4.2V state has to be held until the Icharge <= 3% of the 1C rate.

This is where the problem lies with hardcores charger circuit, it now cuts off at 4.2V when it reaches 4.2v!.
Attached Images
File Type: jpg screenhunter11.jpg (42.9 KB, 12 views)
__________________
Eric
"Good enough is Perfect"

PIC tutorials:
Gramo's: www.digital-diy.net/
Bill's: www.blueroomelectronics.com/

Last edited by ericgibbs; 7th July 2008 at 11:22 AM.
ericgibbs is offline   Reply With Quote
Old 8th October 2007, 08:39 PM   (permalink)
Default

It is too bad that the school kids can't use a lithium battery charger IC that does everything that should be done to charge a dangerous lithium battery.
__________________
Uncle $crooge
audioguru is offline   Reply With Quote
Old 9th October 2007, 12:59 AM   (permalink)
Default

Quote:
Originally Posted by ericgibbs
hi Lefty,
From the graph you will see that the 4.2V state has to be held until the Icharge <= 3% of the 1C rate.

This is where the problem lies with hardcores charger circuit, it now cuts off at 4.2V when it reaches 4.2v!.

is there a way to measure the Icharge? this is very confusing to me because if you connect a 10ohms resistor between the negative terminal of the charger and battery,

the charge voltage is 4.2V, while for example the battery voltage is 3.7V

at noload, the load current is 420maH, when the 3.7V is loaded to the charger, there will be a voltage drop on the 10ohms resistor (4.2V - 3.7V)
which is equal to 0.5V and has a current of 50maH, so if the battery voltage reaches 4.2V, theres no voltage drop on the 10 ohms resistor and the current drop on the 10 ohms is ZERO?

where can i measure the current drop illustrated on the graph? is it possible to have two conditions on the charger?

condition1: when the battery voltage reaches 4.2V while charging the transistor will turn OFF.
condition2: when current drops at < 3% (which means that the battery is said to be fully charged) another transistor turns OFF

so a RELAY will turn OFF when these to conditions are met.

is this possible? if yes, what way can we do this? through logic gates?
hardcore misery is offline   Reply With Quote
Old 9th October 2007, 01:23 AM   (permalink)
Default

Sense and regulate the voltage across the battery to be 4.2V. Then sense the current in the 10 ohm resistor in series with the battery.
__________________
Uncle $crooge
audioguru is offline   Reply With Quote
Old 9th October 2007, 01:52 AM   (permalink)
Default

Quote:
Originally Posted by audioguru
Sense and regulate the voltage across the battery to be 4.2V. Then sense the current in the 10 ohm resistor in series with the battery.
how can we regulate the voltage across the battery? in charging condition, at this point, there is sudden fluctuation on the voltage at 4.2V. sir if you don't mind, i would like to see some illustrations on what you are trying to explain sir, or just equations or formulas, or examples.. thank you sir..
hardcore misery is offline   Reply With Quote
Old 9th October 2007, 01:57 AM   (permalink)
Default

Quote:
Originally Posted by audioguru
Sense and regulate the voltage across the battery to be 4.2V. Then sense the current in the 10 ohm resistor in series with the battery.
how can we regulate the voltage across the battery? in charging condition, at this point, there is sudden fluctuation on the voltage at 4.2V. sir if you don't mind, i would like to see some illustrations on what you are trying to explain sir, or just equations or formulas, or examples.. thank you sir
hardcore misery is offline   Reply With Quote
Old 9th October 2007, 08:04 AM   (permalink)
Default

Quote:
Originally Posted by hardcore misery
how can we regulate the voltage across the battery? in charging condition, at this point, there is sudden fluctuation on the voltage at 4.2V. sir if you don't mind, i would like to see some illustrations on what you are trying to explain sir, or just equations or formulas, or examples.. thank you sir
hi,
A block diagram of the circuit you require.
Attached Images
File Type: gif ChrgBlk1.gif (3.6 KB, 13 views)
__________________
Eric
"Good enough is Perfect"

PIC tutorials:
Gramo's: www.digital-diy.net/
Bill's: www.blueroomelectronics.com/

Last edited by ericgibbs; 7th July 2008 at 11:22 AM.
ericgibbs is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Latest
Lead Acid battery charger manojp01 Electronic Projects Design/Ideas/Reviews 5 29th January 2008 05:16 PM
Battery charger help... dieselmo34 Electronic Projects Design/Ideas/Reviews 14 18th December 2006 05:30 PM
Cheapo battery charger auto shutoff? Iceman_Chris General Electronics Chat 3 21st November 2006 06:01 PM
Battery charger for mobile phone Motorola 2PAC Mafia General Electronics Chat 0 4th October 2005 03:19 PM
constant voltage, constant current Lead Acid Battery Charger Erwin_Macaraig Micro Controllers 0 4th January 2005 09:35 PM



All times are GMT. The time now is 09:04 PM.


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.