View previous topic :: View next topic |
Author |
Message |
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
|
Reducing heat in 7805 |
Posted: Fri Apr 03, 2009 3:03 pm |
|
|
Sorry this is off topic.
I'm trying to reduce the heat in my 7805 regulator.
If I do my pwm for my LED back lighting using a N-FET
And run the + from raw 12VDC instead of the +5 from 7805
Wouldn't that reduce the current through the 7805 and the heat? |
|
|
rnielsen
Joined: 23 Sep 2003 Posts: 852 Location: Utah
|
|
Posted: Fri Apr 03, 2009 3:34 pm |
|
|
One thing I do, sometimes and it's been stated here before, is place a power resistor in series with the 12V input to the 7805. I calculate, or measure, the maximum current that will be drawn and then calculate the largest value resistance that will drop the input voltage to just above the drop-out voltage of the 7805. As your circuit draws more current, more voltage is dropped across the resistor which will help reduce the power dropped across the 7805.
It's sort-of a dirty trick to use but it works.
As far as pulsing your LED from the 12V, it will work. Just need to figure out the maximum pulse widths to keep it from over heating. Also, not knowing how your back lighting is set up, you can run your LEDs from the 12V without pulsing as long as you adjust your resistance to keep the current to safe levels, assuming that it's possible to change the resistance of your current limiting resistor for the LEDs.
Ronald |
|
|
asmboy
Joined: 20 Nov 2007 Posts: 2128 Location: albany ny
|
|
Posted: Fri Apr 03, 2009 3:46 pm |
|
|
i know what you want to do:
basically use the N fet as a low side quasi- buck regulator - right ?
the bad side of this solution is that you can make considerable harmonic RFI if the design is not filtered .
ALSO
w/o feedback - as the LED load varies - the voltage can swing rather widely at the low duty cycle you will be using to drop 12 down to 5V or less .
adding a properly calculated storage inductor ( for your load current vs PWM freq) , a splash diode and tantalum output filter capacitor will go a long way towards making it play well in the RF universe.
but basically it will work pretty well if the LED load does not vary - ie is JUST backlighting frinstance.
keep in mind that it could be done cleanly and simply as a HIGH side buck too with very nice hi efficency - especially compared to a linear regulator .
- and then the LEDS would all be sinked ( sunk ?) to ground potential - but at the disadvantage of needing an extra part like a 2n7000 /7002 or 2n3904 - gate pulldown driver for a P fet switch
HOW MUCH current do you wanna draw?
give me an email address and i'll share a small PDF of the very simple - tested circuit with you . |
|
|
newguy
Joined: 24 Jun 2004 Posts: 1907
|
|
Posted: Fri Apr 03, 2009 5:33 pm |
|
|
What package (TO-220, TO-92, etc)? I always design my PCBs (usually just 2 sided) with top & bottom copper pours over almost all of the unused space - they become my ground plane. I just make sure that the regulator has a good thermal bond with the plane and as long as the board is more than approx 1"x1" heat isn't an issue. If you're using a small (ie 100mA) regulator then I agree that heat will be a problem. |
|
|
asmallri
Joined: 12 Aug 2004 Posts: 1634 Location: Perth, Australia
|
Re: Reducing heat in 7805 |
Posted: Fri Apr 03, 2009 8:22 pm |
|
|
treitmey wrote: | Sorry this is off topic.
I'm trying to reduce the heat in my 7805 regulator.
If I do my pwm for my LED back lighting using a N-FET
And run the + from raw 12VDC instead of the +5 from 7805
Wouldn't that reduce the current through the 7805 and the heat? |
Yes. Another option is to use a lower supply voltage like 9 volts. _________________ Regards, Andrew
http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!! |
|
|
MikeW
Joined: 15 Sep 2003 Posts: 184 Location: Warrington UK
|
|
|
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
|
|
Posted: Mon Apr 06, 2009 7:21 am |
|
|
Thanks for all the good ideas.
I am actually using a mc34063 switching regulator. I want to
keep the inductor as small as possible. But the theory is the same.
Reduce current & power. ((don't drop voltage as heat))
(1) I've got to start with 12V, that can't be changed.
(2) I think the resistor is just dropping the voltage as heat in a similar fashion to the 7805(I think).
(3)The quasi- buck regulator idea is interesting, but it adds an inductor.
I will bread board the design and test its functionality. I am using the PIC pwm to drive gate of bss123 N-FET that low side controls the back light of my LCD at 12VDC. I was just curious if I'm low side switching 12VDC. if the current somehow gets into the mc34063? |
|
|
asmallri
Joined: 12 Aug 2004 Posts: 1634 Location: Perth, Australia
|
|
Posted: Mon Apr 06, 2009 7:53 am |
|
|
treitmey wrote: |
(2) I think the resistor is just dropping the voltage as heat in a similar fashion to the 7805(I think). |
Yes, the idea is to spread the thermal load between the 7805 and the resistor.
Quote: | I was just curious if I'm low side switching 12VDC. if the current somehow gets into the mc34063? |
If it does then its only by Voodoo _________________ Regards, Andrew
http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!! |
|
|
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
|
|
Posted: Mon Apr 06, 2009 9:00 am |
|
|
Thanks. |
|
|
|