NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Microcontroller Programming » Shift Registers for LED Array Kits
September 17, 2010 by lavared |
All, I came across this information on shift registers to increase the number of leds available to be driven by the the MCU pins. http://www.arduino.cc/en/Tutorial/ShiftOut Is it possible to apply these shift registers to my LED array kit (while using the same Atmega 168 MCU) and expand it to a bigger array size? Or are these used to control the RGB leds only. Thanks |
---|---|
September 17, 2010 by Rick_S |
Not easily with the array wired the way it is. The best way with the array wired would be to do the SPI array from the tutorial section here. The reason it won't work with the array wired as is, is because to get a wider matrix, every other column is wired opposite. This doubled the amount of columns without requiring more outputs. They also use the high impedence state to help keep the "off" rows off. |
Please log in to post a reply.
Did you know that the Timer/Counter modules on the microcontroller can be configured to output a PWM (Pulse Width Modulation) signal? Learn more...
|