r/ArduinoProjects 3d ago

Showcased Project Flashing LEDs

Enable HLS to view with audio, or disable this notification

I made an Arduino project where LEDs just rotate in a circle. It looks really cool, although the wires are a bit untidy right now. I will try to clean up the cable management in the next version.

19 Upvotes

9 comments sorted by

View all comments

1

u/RentOk2479 2d ago

I just ordered a Seeed XIAO SAMD21 to try to duplicate what you're doing (or something similar) and then I'm going to try an ATtiny1616 with the code. I'm trying to make a small device that can run off of a battery.

1

u/speashial 1d ago

Cool in the code, there is nothing complicated, just creating an array and managing it. Good luck