Some Arduino scripts to control 300 LEDs on a strip
- Arduino IDE
- Adafruit_Neopixel library
- Neopixel compatible RGB(W) LED strip (WS2821B)
- Arduino UNO or compatible
In each .ino file, you'll find two variables: PIN
and N_LEDS
. PIN defines the data pin that controls the LEDs and N_LEDS is the number of LEDs on your strip.
Simulated animations of each project
All C++ code in this repo was written by @Cvolton