sdd48 / L.E.D.-Zeppelin

0 stars 0 forks source link

LED Music Display

Supplies:

-Microcontroler, ESP8266

-Lights, WS2812B

-Power Source, Outlet to 5V

-Wall to Bare wire adapter (Can just chop off from some other cord or device)

Downloads

-Arduino IDE

-Adafruit Neopixel Drivers

Assembly

Hardware

-Tie the positive wire from the outlet input to L on the power adapted, the neutral wire to N and the ground to the ground symbol

-Tie one of the red positive wire from the lights to the +V output on the adapter and the white negative wire to -V

-Solder the other red positive wire from the lights to VIN on the MCU, the white one to ground and the middle green data pin to RX (NOT TX)

Software

-Select "Node MCU 1.0 (ESP-12 Module)" from tools->boards in the arduino IDE

-Open node.ino from the github project

-CHANGE SSID TO YOUR LOCAL NETWORK NAME AND PASS TO THE PASSWORD AT THE TOP OF NODE.INO

-Flash the file onto the MCU

-Run input.py play music and and watch the lights!