Introduction: Multiple RGB Led Chaser

This design was inspired by https://www.instructables.com/Multiple-RGB-Led-Cha...

After changing this design it is also able to be used as a night light or decoration during the day.

For the Arduino code, I added a button to control the lights, and I also changed the delay to 2 seconds.

Step 1: Prepare Your Material

  • RGB Leds
  • Jumper wires
  • Arduino board (Leonardo/Uno) and breadboard
  • USB cable for Arduino
  • Computer

Step 2: Connect LED to Arduino Breadboard

As the image above, place 15 LEDs in a row on the breadboard.

Step 3: Write Arduino Code

This is my Arduino code.

this is the link to my code: https://create.arduino.cc/editor/lolamparsons/cb660dbc-0270-44e1-a6ee-58f0b46cff64/preview

Step 4: Finished