Introduction: Neopixel Led's Programing

Arduino UNO x 1

Neopixel LEDs strip x 1m

Programing cable x1

Step 1: Connections

connections

Neopixel Have 3 pins Din, Vcc, and Gnd.

Arduino neopixel

---------- ------------

7 Din

vcc 5v

Gnd Gnd

Step 2: Library

Open Arduino IDE and go to Sketch>Include library>Manage library

or

ctrl+shift+I

In search bar type FastLed and chose latest on and press install

Step 3: Code

Connect your Arduino with pc and upload the code