You are on page 1of 1

The project requires each LED to be individually turned on and off.

It's obviously the job for a microcontroller but the requirement of 125 outputs is enormous. The second point to consider is the programming. Each LED will need to be given a value and you need to be able to add all the values to produce a pattern for e ach frame of a sequence. Next you need to have some form of input to activate each LED. You may need 125 push-switches in a 3D arrangement with a toggle on-off action to turn on the LED s for each frame of the sequence. This will involve another 125 "lines" or input s. You can consider multiplexing the whole display, but this will decrease the brig htness slightly.

You might also like