Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
April 19, 2024, 06:00:08 18:00


Login with username, password and session length


Pages: [1]
Print
Author Topic: need power supply +5v to drive 640 LEDs  (Read 4338 times)
0 Members and 1 Guest are viewing this topic.
xmobix
Newbie
*
Offline Offline

Posts: 19

Thank You
-Given: 9
-Receive: 1


« on: December 14, 2007, 02:24:06 02:24 »

hi friends

I have made a scroll message display with pic16f84 ,MAX7219 and 8x8 LED dotmatrix

of course all IC's are supplied with +5v ,how to make a powerfull power supply to make all components working perfect

I use one 7805 regulator and the display work perfect but after ~1minute leds goes OFF and regulator goes very hot

can I use one +5v regulator for each 4 components or can't

please tell me how to power this led scroll message panel

thanks ver much.

Logged
pl4tonas
Active Member
***
Offline Offline

Posts: 145

Thank You
-Given: 318
-Receive: 195



« Reply #1 on: December 14, 2007, 06:43:53 06:43 »

Hi,
You can use a regulator of higher current capability like LT1084CP5 which is 5A at 5V, the MC78T05CT (ON semiconductors) is 3A at 5V.
You can also use an LM335 or LM338 (3A and 5A regulators) variable regulators and choose external resistors for 5V.
Another option is to use a parallel PNP transistor to a standard 5V 1A regulator in order to boost its current.

Quote
can I use one +5v regulator for each 4 components or can't
Most probable, yes.  Use sepparate regulator for different LED banks.

Also, minimise the input voltage of your regulator and the losses (heat on the regulator) will decrease.
If you supply the regulator with 16V and your output is 5V@1A then 16-5=9V so 9V*1A=9W is dissipated as heat by the regulator.
If the supply is 10V then 10-5=5V which gives 5V*1A=5W as heat on the regulator.
So by supplying the regulator with lower voltage, you minimise the losses.  The minimum input voltage is 5+2=7V approximately.
Logged
6theo4
Junior Member
**
Offline Offline

Posts: 57

Thank You
-Given: 93
-Receive: 41


« Reply #2 on: December 14, 2007, 07:12:33 07:12 »

one good idea is to use a computer power supply...it is cheap and it supplies many amps at 5 V
so no need for regulators...
Logged
xmobix
Newbie
*
Offline Offline

Posts: 19

Thank You
-Given: 9
-Receive: 1


« Reply #3 on: December 14, 2007, 02:08:22 14:08 »

thanks friends for help

but if someone can provide me a shematic of 3 output of +5v , I will use one regulator for each 4 max7219 ,is this right

about friend that tell me to  use PC pwr supply ,then I use one output for all IC's and LEds or I use many outputs

friends ,hope that you will help me with schematic

thanks again
Logged
localcrack
Active Member
***
 Muted
Offline Offline

Posts: 173

Thank You
-Given: 64
-Receive: 21



« Reply #4 on: December 15, 2007, 08:16:24 20:16 »

you may use ua723 with bipolar transistor.
please download the datasheet of ua723 from ti.com it gives many examples.

The other way is to use computer's SMPS
Logged
xmobix
Newbie
*
Offline Offline

Posts: 19

Thank You
-Given: 9
-Receive: 1


« Reply #5 on: December 16, 2007, 01:00:00 01:00 »

thanks to all
I will try.
Logged
belinao
Newbie
*
Offline Offline

Posts: 16

Thank You
-Given: 1
-Receive: 12


« Reply #6 on: December 16, 2007, 04:30:58 04:30 »

if you dont have to limit your board dimensions you could use several 7805, just remember to shor their groundings. You could also try a linear regulator, i think that lm317 datasheet has a circuit using a bipolar to increase current,
Logged
MAXPAYNE
Hero Member
*****
Offline Offline

Posts: 694

Thank You
-Given: 492
-Receive: 359


It's a little funny......


« Reply #7 on: December 16, 2007, 04:51:14 04:51 »

check http://www.zen22142.zen.co.uk/Circuits/Power/boosti.htm

perfect solution for u....
Logged

Whats the Craziest Project u have done lately...?
Ret12_12
Junior Member
**
Offline Offline

Posts: 75

Thank You
-Given: 104
-Receive: 32


« Reply #8 on: December 16, 2007, 11:16:53 11:16 »


I agree too, but also if you have one power supply from pc you can start it when make a jump connection in green cable with one black on the big plug and then use the red with black for 5Vdc.
Logged
Trishool
Active Member
***
Offline Offline

Posts: 113

Thank You
-Given: 9
-Receive: 9



« Reply #9 on: December 17, 2007, 09:09:50 09:09 »

thanks friends for help

but if someone can provide me a shematic of 3 output of +5v , I will use one regulator for each 4 max7219 ,is this right

about friend that tell me to  use PC pwr supply ,then I use one output for all IC's and LEds or I use many outputs

friends ,hope that you will help me with schematic

thanks again

Use as much 7805  on  the board to power the circuit , hope your source has enough current , and connect all the 7805 GND pins together simple , isnt it .

Regarding the current issue , If you glow all the leds in worst case that is 640leds , and lets say each consume 15ma , then the supply you would require is  {[0.015x640] Amp X [5]V}=48Watt , this means you require  9.6Amps . One 7805 can deliever upto 1A , this would mean 10 indepandant LM7805 regulators on the board to meet the worst case scenario . There will be a lot of heat in the casing , I would use rather switching regulators, which are efficient and deliever more current .

Hope this helps
Ts

Ts
Logged
zuisti
Senior Member
****
Offline Offline

Posts: 409

Thank You
-Given: 242
-Receive: 780


« Reply #10 on: December 17, 2007, 09:56:41 09:56 »

@xmobix,

Hi,
I cannot agree regurarly with Trishol (however his calculation is right), beacuse the MAX7219 you are using has an internal multiplexing system (fortunately). You must (and only you can) be determine max. how many leds are ON in a moment (NOT all !!). I don't know your circuit and software, but the worst case current is sure smaller as Trishol wrote. I think it is around 8 times smaller (?)

You wrote:
> I will use one regulator for each 4 max7219...
I agree, use 7805 regulators (one for each 4 max7219), I think the using of a PC power supply is unnecessary.

And - of course - I agree also with pl4tonas about the minimising of the DC input voltages.

Regards
zuisti
Logged
Trishool
Active Member
***
Offline Offline

Posts: 113

Thank You
-Given: 9
-Receive: 9



« Reply #11 on: December 17, 2007, 01:52:37 13:52 »

@xmobix,

Hi,
I cannot agree regurarly with Trishol (however his calculation is right), beacuse the MAX7219 you are using has an internal multiplexing system (fortunately). You must (and only you can) be determine max. how many leds are ON in a moment (NOT all !!). zuisti

zuisti , What ever I said was related to the worst case scenario , Exact current can be measured with ammeter , I cant do this for him Smiley .  As you say 9.6/8=1.2A , But he said his LM7805 is overheating and blowing up??

Regards/
TrIsHooL
« Last Edit: December 17, 2007, 02:08:41 14:08 by Trishool » Logged
looser
Junior Member
**
Offline Offline

Posts: 40

Thank You
-Given: 23
-Receive: 11


« Reply #12 on: December 17, 2007, 08:00:16 20:00 »

xmobix
I have a stupidly simple solution for you. I know some of the guys will argue on this matter with me but this 100% works and I assure you are 99,9% safe.
Take about a 50W transformer having 3,5V secondary. So  a bridge rectifier and a big smooting capacitor will make 1,41 times the output voltage which is equal to 5,0V.

So just seperate the control section and feed them with your existing reg. Connect the remaining led drive to the new simple power source.

Take care.
Logged
drnewton
Guest
« Reply #13 on: December 20, 2007, 03:03:45 03:03 »

I've done this with a converted ATX power supply.  Very reliable and cheap.
Logged
linux2k
Junior Member
**
Offline Offline

Posts: 62

Thank You
-Given: 6
-Receive: 8


« Reply #14 on: December 22, 2007, 02:38:44 02:38 »

A computer supply would be your best choice here. It can source more than enough current for your needs. 
Logged
igq
Newbie
*
Offline Offline

Posts: 10

Thank You
-Given: 13
-Receive: 0


« Reply #15 on: December 22, 2007, 10:21:44 22:21 »

I think computer supply is not work, because it has a protection.
If you program to on 1 led and change 40 led I think computer supply will be  down.
In the datasheet of 7805 thay have a circuit to make it to supply more than 1 AMP.
Logged
twonuts
Active Member
***
Offline Offline

Posts: 118

Thank You
-Given: 55
-Receive: 42


« Reply #16 on: December 22, 2007, 11:01:01 23:01 »

I agree with using a computer power supply. As well as +5Vdc output, these also  have outputs for +12Vdc and -12Vdc which you can use with some CMOS circuits also These are handy also for bench power supplies, but you might need to add current limit circuit to 5V output for this.
Using fixed regulators like 7805, or same with an added pass transistor produces heat and wastes power as heat.
« Last Edit: December 22, 2007, 11:05:53 23:05 by twonuts » Logged
nboyaci
Guest
« Reply #17 on: December 22, 2007, 11:33:24 23:33 »

Comp power supply is a good idea.
Logged
arslanweb
Newbie
*
Offline Offline

Posts: 13

Thank You
-Given: 1
-Receive: 4


« Reply #18 on: December 23, 2007, 01:01:10 01:01 »

You can buy direkt switch mode 5Volt power supply.
Logged

chithanh04dt2
Junior Member
**
Offline Offline

Posts: 63

Thank You
-Given: 97
-Receive: 9


« Reply #19 on: December 30, 2007, 04:49:33 16:49 »

Hi Grin
i has simulatin power supply 5V-4A on Proteus, you can see Smiley
Logged

Sorry for my English.
Regard !
chen
Junior Member
**
Offline Offline

Posts: 59

Thank You
-Given: 2
-Receive: 5



« Reply #20 on: December 30, 2007, 06:10:51 18:10 »

comp psu is also a good choice but why dont u try building smps using ic 3842. its datasheet has got all the details for designing a circuit around this ic.

your exact requirments are best known to you. hence you yourself only can  design best ps to meet ur requirment. regarding designing, there are many on this forum to help you out.

try it yourself.

chen.............
Logged
Korvo
Newbie
*
Offline Offline

Posts: 15

Thank You
-Given: 1
-Receive: 1


« Reply #21 on: January 07, 2008, 10:31:24 22:31 »

Try use a pc power supply, works very well and fine.  Wink
Logged
Pages: [1]
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC