Hello AAC Forum,
Most of the info on using the Arduino for controlling hundreds of LEDs is
about either shift registers (74HC595) or multiplexers like Maxim7219.
The number of 74HC595s needed to do 250 LEDS causes a space issue.
So the 7219 was chosen. But the research on the 7219 turned up a lot of
data on using that chip to control seven segment LEDs or matrices.
A PCB has been developed to control 256 LEDS in a more linear display like
a movie marquee.
Have strung four of these together and have it working but only for
eight groups of LEDs at a time. Would like to turn on all 256 at once
but the Arduino will only provide only half an amp of current.
The spec on the LEDs is
Emitting color: Green
Diameter: 3mm
Lens color:Water Clear
Wavelength: 515 - 520 nm
Forward voltage(V): 3.2 - 3.4 V
Current(mA): 20
If the LEDS each use 20 mA (i think this is a maximum and they actually
use about half that but will use 20mA for design purpose) then
256 would require 5120 mA or a little over five amps.
A five volt 10 amp power source has been acquired and should provide enough current
to drive the Arduino and the 256 LEDS but not sure how to connect
the power supply to the project. The project is based on the Maxin7219
such as that found at
http://www.planetarduino.org/?p=2861
which says if a separate power supply is used the grounds of power supply
and the Arduino ground should be connected.
A third system, a passive infrared detector, that turns the display
on also needs between 3 and 20 volts to send a signal to an input
pin on the Arduino
It has been suggested that the five volt, six amp power supply
be connected to 5 volt pin on the Arduino (not to the barrel jack as
shown in the schematic) and then, in serial to the
V++ post on the MAxim 7219 breakout and the PIR sensor PCBs.
Whats the best to provide power to the three systems?
Thanks.
Allen In Dallas
Most of the info on using the Arduino for controlling hundreds of LEDs is
about either shift registers (74HC595) or multiplexers like Maxim7219.
The number of 74HC595s needed to do 250 LEDS causes a space issue.
So the 7219 was chosen. But the research on the 7219 turned up a lot of
data on using that chip to control seven segment LEDs or matrices.
A PCB has been developed to control 256 LEDS in a more linear display like
a movie marquee.
Have strung four of these together and have it working but only for
eight groups of LEDs at a time. Would like to turn on all 256 at once
but the Arduino will only provide only half an amp of current.
The spec on the LEDs is
Emitting color: Green
Diameter: 3mm
Lens color:Water Clear
Wavelength: 515 - 520 nm
Forward voltage(V): 3.2 - 3.4 V
Current(mA): 20
If the LEDS each use 20 mA (i think this is a maximum and they actually
use about half that but will use 20mA for design purpose) then
256 would require 5120 mA or a little over five amps.
A five volt 10 amp power source has been acquired and should provide enough current
to drive the Arduino and the 256 LEDS but not sure how to connect
the power supply to the project. The project is based on the Maxin7219
such as that found at
http://www.planetarduino.org/?p=2861
which says if a separate power supply is used the grounds of power supply
and the Arduino ground should be connected.
A third system, a passive infrared detector, that turns the display
on also needs between 3 and 20 volts to send a signal to an input
pin on the Arduino
It has been suggested that the five volt, six amp power supply
be connected to 5 volt pin on the Arduino (not to the barrel jack as
shown in the schematic) and then, in serial to the
V++ post on the MAxim 7219 breakout and the PIR sensor PCBs.
Whats the best to provide power to the three systems?
Thanks.
Allen In Dallas