8 Bit LED Ring Light Controller Using Arduino

by techrallyofficial in Circuits > Arduino

2174 Views, 0 Favorites, 0 Comments

8 Bit LED Ring Light Controller Using Arduino

Ring light.png

8 bit LED Ring Light controller using Arduino pro micro

Supplies

  1. Arduino pro micro
  2. DC to DC Buck converter
  3. 8bit LED Ring light

Circuit Diagram

8Bit LED Ring light .png

Circuit Diagram

Code

Download the below code and Upload:

Please change the data pin number in code if you are using different Arduino board "#define DATA_PIN  7"

#define NUM_LEDS  8 - Define the number if LEDs in your ring light

Downloads