4

How do you utilize the Raspberry PI to be able to power hundreds of LED lights?

Imagine I have Christmas Lights (LED) and I want to be able to control all individually (write a program on the Raspberry pi).

What kind of equipment and chips do I need to be able to do that. Any help would be greatly appreciated.

Matthew
  • 231
  • 1
  • 2
  • 4

1 Answers1

3

The solution would vary depending on the number of independently controlled LED and the desired frequency of their change of status. To get an answer started (and shamelessly ripping off already existing answers, see below):


Sources and recommended further readings:

How to get MCP23s08(8 bit I/O expander) working with GPIO on Raspberry Pi?
What is the best way to increase digital I/O lines on Pi?
Raspberry pi GPIO extension
Controlling 400 LEDs from a raspberry pi
Controlling many LEDs with few GPIO pins
Ghanima
  • 15,958
  • 17
  • 65
  • 125