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
 
Tools
Old 7th August 2008, 11:46 PM   #1
Default High power adjustable current regulator

Hi,
I would like to build a quick and cheap adjustable current regulator for LEDs.

I have a LM317 here so it would be nice to be able to use this. The problem is that I want to be able to drive both 0.5W LEDs and 10W LEDs. (As well as anything in between.)

The 0.5W LED requires 150mA and has a voltage drop of aprox 4V.
The 10W LED requires 1.5A and has a voltage drop of aprox 8V.

Therefore I need a 0 -> 1.5A adjustable current source powered of a 12V supply to make things nice and easy.

I worked out the resistor required for both of these LEDs. The 0.5W LED requires around 8Ohms and the 10W LED requires around 0.8Ohms. The problem is that the resistor needs to be around 3Watt in order to cope with the 10W LED. (It comes out at 1.8W if I use V * I and 2.8W if I use I^2 / R.)

Obviously this would be unreasonable to expect from a variable resistor, so what can I do ?

Thanks,
-Andrew.
yngndrw is offline  
Old 7th August 2008, 11:56 PM   #2
Default

Use an LM350

Quote:
Originally Posted by yngndrw View Post
Hi,
I would like to build a quick and cheap adjustable current regulator for LEDs.

I have a LM317 here so it would be nice to be able to use this. The problem is that I want to be able to drive both 0.5W LEDs and 10W LEDs. (As well as anything in between.)

The 0.5W LED requires 150mA and has a voltage drop of aprox 4V.
The 10W LED requires 1.5A and has a voltage drop of aprox 8V.

Therefore I need a 0 -> 1.5A adjustable current source powered of a 12V supply to make things nice and easy.

I worked out the resistor required for both of these LEDs. The 0.5W LED requires around 8Ohms and the 10W LED requires around 0.8Ohms. The problem is that the resistor needs to be around 3Watt in order to cope with the 10W LED. (It comes out at 1.8W if I use V * I and 2.8W if I use I^2 / R.)

Obviously this would be unreasonable to expect from a variable resistor, so what can I do ?

Thanks,
-Andrew.
__________________
I No Longer accept Private Messages on here.
All Emails to me Must Contain the Word \"Electronic\" in the \"Subject Line\"
or they go Directly to my Junk Mail Folder.
Email me at: chemelec@hotmail.com
Website: http://www3.telus.net/chemelec
chemelec is offline  
Old 8th August 2008, 12:09 AM   #3
Default

It's I^2 * R giving 1.8W, the same as V*I.

Actually, you can buy low resistance rheostats that will handle that power and current but they tend to be expensive (>$20).

It would be cheaper to use fixed power resistors and switch them in and out of the circuit. Of course that only gives fixed values of current.
__________________
Carl
Curmudgeon Elektroniker
crutschow is offline  
Old 8th August 2008, 12:11 AM   #4
Default

Quote:
Originally Posted by chemelec View Post
Use an LM350
That won't help. It's the 1.2V reference voltage that causes the power loss in the sense resistor that's the problem.
__________________
Carl
Curmudgeon Elektroniker
crutschow is offline  
Old 8th August 2008, 04:36 AM   #5
Default

Could you use something like this?
Attached Thumbnails
High power adjustable current regulator-high-current-source.png  
__________________
Ron

Roff is offline  
Old 8th August 2008, 05:32 AM   #6
Default

I always get the power formula mixed up when it has resistance in it, my bad.

I did want a continuously variable output so I think Roff's circuit could work well. It shows the LM350 but from the datasheet I think the LM317 would work just as well.

Shame that it needs an op-amp but oh well, would a 741 be fine ? I have no other use for the 741's that I have lying around here ..

How big would the heatsink need to be for a LM317 with in input voltage of 12V and an output voltage of 8V @ 1.5A ? Would those tiny clip on heatsinks work ?

Thanks for all of your help guys.
yngndrw is offline  
Old 8th August 2008, 06:11 AM   #7
Default

Quote:
Originally Posted by yngndrw View Post
I always get the power formula mixed up when it has resistance in it, my bad.

I did want a continuously variable output so I think Roff's circuit could work well. It shows the LM350 but from the datasheet I think the LM317 would work just as well.

Shame that it needs an op-amp but oh well, would a 741 be fine ? I have no other use for the 741's that I have lying around here ..

How big would the heatsink need to be for a LM317 with in input voltage of 12V and an output voltage of 8V @ 1.5A ? Would those tiny clip on heatsinks work ?

Thanks for all of your help guys.
If you use an LM317, all the packages except TO-3 barely reach 1.5A. With 8V across the LED and 1.5V across the sense resistor, you will only have 2.5V across the regulator, which is below the spec. minimum of 3V. You could change the resistor to a lower value, like 0.1Ω. You would also have to change the pot range to 0-150mV.
You can't use a 741 because its inputs won't work at zero volts.
The thermal resistance of the TO-220 package is 4 deg C/watt. You have to add that to the thermal resistance of the heat sink to get the total thermal resistance. You need a maximum thermal resistance of (125-25)/6W≈17W.deg C. I would play it safe, and use (110-40)/6W, which means you would need a total thermal resistance of about 12 deg/W. Subtract 4 deg/W for the package, and you need a heat sink of 8 deg/W or less. You can go here to see some heat sinks. Click on the pictures to see the thermal resistance vs air flow curves.
__________________
Ron

Roff is offline  
Old 8th August 2008, 06:30 AM   #8
Default

From what I can see, my heatsink is about 21 deg/W so I'll have to find a better one. I guess that if I get a much better heatsink, the fact that I'd be running a LM317 to it's 1.5A limit shouldn't be a problem - It's for testing anyway.

The fact that the heatsink and op-amp needs to be bought is a shame, but on the other hand it means that I can get a more ideal heatsink and op-amp. I'll play with the resistances and put a regulated voltage reference in while I'm at it.

Quote:
Originally Posted by Roff View Post
You can't use a 741 because its inputs won't work at zero volts.
By this do you mean that if I use a -Vs of 0V it would not work or do you mean something else ? What field in the datasheet specifies this as I cannot find anything about it.

Thank you very much for your help, I've learnt much.

Last edited by yngndrw; 8th August 2008 at 06:36 AM.
yngndrw is offline  
Old 8th August 2008, 07:36 PM   #9
Default

In the Fairchild LM741 datasheet, see Input Voltage range in the specs section, and also see Fig. 2. Keep in mind that if the datasheet says the input range is ±12V for ±15V supplies, this really means that the inputs only work if they are 3 or more volts above the lower supply rail and below the upper supply rail..
__________________
Ron


Last edited by Roff; 8th August 2008 at 07:38 PM.
Roff is offline  
Old 8th August 2008, 07:48 PM   #10
Default

Ah I see, the National datasheet which I was looking at doesn't seem to have that information. Thanks again.
yngndrw is offline  
Old 9th August 2008, 12:06 AM   #11
Default

Would the LM311 be fine ? It says in the datasheet that it can work off single ended supplies and as far as I can see it would be right. http://www.datasheetcatalog.org/data...xkj21i4wwy.pdf

The problem with the LM321 is that I can't get it where I wanted to source the parts (Maplin.) and it's not in my simulator.

I have put together a full circuit diagram including the new values for my application. Could you please check it for me ?

I also added a regulator for the voltage reference so that I can run it off whatever supply I have lying around. (Including 12V batteries.)

Thanks for your help.
Attached Thumbnails
High power adjustable current regulator-high-power-adjustable-current-regulator.png  
yngndrw is offline  
Old 9th August 2008, 12:48 AM   #12
Default

Quote:
Originally Posted by yngndrw View Post
Would the LM311 be fine ? It says in the datasheet that it can work off single ended supplies and as far as I can see it would be right. http://www.datasheetcatalog.org/data...xkj21i4wwy.pdf

The problem with the LM321 is that I can't get it where I wanted to source the parts (Maplin.) and it's not in my simulator.

I have put together a full circuit diagram including the new values for my application. Could you please check it for me ?

I also added a regulator for the voltage reference so that I can run it off whatever supply I have lying around. (Including 12V batteries.)

Thanks for your help.
Good job on your schematic, except LM311 is not an op amp, it's a comparator. if you try to use it, your circuit will probably oscillate. You can use LM324, which is the quad version of LM321. LM324 is very common. Maplin has it under the part number LM324N. If you use it, you need to connect all the unused noninverting inputs to ground, to disable the unused sections.

BTW, Maplin has a piss-poor search engine. It says LM324 is discontinued, but you can find it if you search for LM324N.
__________________
Ron

Roff is offline  
Old 9th August 2008, 12:51 AM   #13
Default

Why use efficient LEDs with a power wasting linear regulator?

Go for a switching regulator, some of the more modern ICs are cheap and you can build easilly build an efficient unregulated switching supply using a 555 timer.
__________________

I do not answer private messages asking for help because no one else can: benefit from advice I may give or correct me if I'm wrong.

Please ask on the open forum if you have a question and I'll be happy to help,
if I know the answer.
Hero999 is offline  
Old 9th August 2008, 03:08 AM   #14
Default

Am I right in saying that a comparator is different to an op-amp becuase the output of a comparator is either one rail or the other while the op-amp's output is analogue ?
Or by saying that a comparator is an op-amp with a very high gain ?

It would be a shame to waste three op-amps but it happens. Would it not be best to tie one input high and one input low for the unused op-amps, in order to make sure that they stay in one state ?

Maplin doesn't have the best site in the world and their range is poor. Then there's the prices .. It is however convenient which is why I use them.

Hero: The reason for this is just for testing. While I said it's for LEDs, it's actually for anything. I will also use it for laser diodes and such. I commonly find that I'd like to limit the current of things quickly and this seems the cheapest way.

Come to think of it, if my assumptions about comparators are correct - Could I not use a comparator and a MOSFET instead of the regulators so that it becomes a PWM chopper ? I'll probably keep it as it is, but was just wondering.

Cheers.
yngndrw is offline  
Old 9th August 2008, 06:34 AM   #15
Default

An op amp generally has internal frequency compensation to prevent oscillation when connected in a negative feedback loop. This compensation makes it work slowly as a comparator, and you generally have to add external circuitry to get the logic levels or output drive that you need.
A comparator is not compensated internally, because it is not intended to have negative feedback around it, so it generally switches faster than an op amp. Its output is also optimized to drive logic gates or some other type of switching device. Otherwise, they are similar, with high-impedance differential inputs low input bias currents, and high open loop gain.
You can use PWM for LED brightness control, and a sawtooth (or triangle) generator, a comparator, and a switching transistor (MOSFET or bipolar) is one way to do it.
__________________
Ron

Roff is offline  
Reply

Tags
adjustable, current, high, power, regulator

Thread Tools
Display Modes


Similar
Title Starter Forum Replies Latest
high current regulated power supply dimper129 General Electronics Chat 2 7th July 2007 11:42 PM
High power regulator Electronics4you General Electronics Chat 10 28th January 2007 04:17 PM
Circuit diagram for an adjustable current regulator Futterama Electronic Projects Design/Ideas/Reviews 1 11th January 2006 01:59 PM
high current power supply circuit. Bondfire General Electronics Chat 18 18th April 2005 08:07 PM
adjustable voltage regulator help gezzuzz Datasheet/Parts Requests 4 20th February 2005 04:00 AM



All times are GMT. The time now is 02:11 PM.


Electronic Circuits  |  Learning Electronics
eXTReMe Tracker