max power limit propeller chip
zapmaster
Posts: 54
In the specifications of the propeller chip.
max current is 300ma.
pins can source/sink 40ma.
i want to light 18 indepent led's with pwm up to 35 ma each 630ma total.
can i sink them with the pins.
with a seprate 5v power supply.
will this be ok for the· propeller chip?
·
max current is 300ma.
pins can source/sink 40ma.
i want to light 18 indepent led's with pwm up to 35 ma each 630ma total.
can i sink them with the pins.
with a seprate 5v power supply.
will this be ok for the· propeller chip?
·
Comments
Joe
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I'm going insaine. It's SOOOOOO much fun. lol
I want to know if it·will burn up the chip?
the chip will still be drawing 35ma. well under 300ma
but the ground bus will have the 665ma.·(can it take it)?
I want to make this with as few componets.
http://www.jaycar.com.au/images_uploaded/CD4050BC.PDF
I have a workaround i just want to know if i can do this.
when i'm done i'm going to have 156 led in this system. dmx controled
i set this up once with a bs2e talking to max6956 talking ic2 but the distances 1000' was to long.
One follow-on thought...you may buy yourself extra breathing room if you source 9 LEDs (common ground) and sink the other 9 LEDs (common Vcc). In this way the IR drops would be distributed between the VSS and VDD.
Post Edited (Miner_with_a_PIC) : 2/20/2010 9:46:43 PM GMT
Bill
I’m also in the flight path so I hope not to have accidental landings.
the master prop will be sending signals using dmx for the long run.
I have used the td62783a 8CH non-inverting Octal buffer for a while now, with great results. It is similar to the ULN2803's mentioned previously, but it is a high side driver, so it sources instead of sinks (I think I said that right)... The current is 500mA per channel, and is happy with a 3.3v input, and up to about 35v at vcc.
I might suggest wiring the chip with 12v or more, and use an appropriate current limiting resistor. DC does not travel as well as AC over long distances, so to compensate for that, a higher voltage at the input should result in a higher voltage at the output... You should be able to calculate the resistance of the wire at each pole based on the length of wire leading up to it to find the voltage drop across the line.
Another option that you should consider if you are already adding extra chips, is a shift register.
Check out this object in the obex:
http://obex.parallax.com/objects/437/
74HC595 Regular and MultiPWM Shift Register Driver
It will give you 8 outputs at 20mA per chip output, which may not be enough... maybe you should go with shift registers for I/O expansion and Darlington arrays for current buffering. You should be able to get all 156 on one propeller chip I believe.
Post Edited (Tired2) : 2/23/2010 6:56:40 PM GMT
I have a couple on order to try out. Digi Key $3.11 each for DIP
Are you going to run dmx over RS-485 and have a prop on each end?
Jim
Post Edited (hover1) : 2/23/2010 6:10:32 PM GMT
yes power is going to be a big issue. ·12 vdc·with a battery at the end charging during the day and at night will help power the display. each device having a 5v and 3.3v regulator.
want to look into water cooling the propeller chip [noparse]:)[/noparse]....
Russ
uses 8 pins and 8 resistors.
As only one LED is on any ant time,
when one pin is high and one pin is ground
and the other 6 pins are tristated.
It keeps the total current low,
but with as low as 2% duty they will be a little dim.
In your case I would use a 5pins for 20 LEDS
do this 6 times on the prop and it uses a total of 30 pins
Total 120 LEDS
Or you could go with 5 NPN transistors for a 20% duty
http://www.instructables.com/files/deriv/FX7/WSQ2/FHM8R2A6/FX7WSQ2FHM8R2A6.MEDIUM.jpg
P.S tricolor LED uses 3 times more pins so now you would be down to 40LEDS
Post Edited (tonyp12) : 2/25/2010 12:22:23 AM GMT