LED light sequence

Hello-

Just came across your website. I have a 36”x24” map I would like to utilize individual leds (10 or so) to sequence from one point to another. Then in a different area (actually 5 or 6 areas) on the same map, start a new sequence. As one sequence ends, there would be a pause then the next one would run. After all sequences are finished a button push would restart it. I’ve seen sequencers designs and controllers but nothing quite like what I would like. Any suggestions would be most appreciated.

Thanks!

Hello @cs1426

If you are interested in learning how to create such a design I can imagine this to be done by using a Microcontroller. There are microcontroller boards suitable for hobbyist projects such as an Arduino.

Starting first learning how to use an Arduino to control some simple LED circuits then progress to using an Arduino to work with addressable LED’s or possibly multiplexers.

Arduino Uno 1050-1024-ND

The Arduino website has a lot of tutorials to get started learning how to code and use their boards.

Tutorials | Arduino Documentation