Electronic – microcontroller programming

ledmicrocontrollerprogramming

In reference to this question

Is it possible to program the LEDs each to flash on consecutively each with its own activation speed in the sequence chase then add some sort of a randomizer programming to choose to speed up the chase by 1 second or slow down by 1 second at random intervals which is also shown by a LED as a visual notification. Can this be done through the Atmel AT89C2051 microcontroller?

Best Answer

If you want to take a stab at multiplexing or using shift registers, I would recommend visiting these links:

The Arduino is used in both those tutorials, but it should be relatively easy to apply the same concepts to your microcontroller.