Fixes for Raspberry Pi 3 and notmatt/audio-reactive-led-strip
arduino/ws2812_controller | ||
python | ||
.gitattributes | ||
.gitignore | ||
block-diagram.png | ||
description-cropped.gif | ||
description.gif | ||
led-effect-demo.gif | ||
README.md | ||
scroll-effect-demo.gif |
audio-reactive-led-strip
Real-time LED strip music visualization using the ESP8266 and Python
Demo (click gif for video)
Overview
The repository includes everything needed to build an LED strip music visualizer (excluding hardware):
- Python Real-time visualization, which includes code for:
- Recording audio with a microphone (microphone.py)
- Digital signal processing (dsp.py)
- Constructing 1D visualizations (visualization.py)
- Sending pixel information to the ESP8266 over WiFi (led.py)
- Arduino firmware for the ESP8266 (ws2812_controller.ino)