Fixes for Raspberry Pi 3 and notmatt/audio-reactive-led-strip
Go to file
2016-12-27 01:36:06 -07:00
arduino/ws2812_controller Added a status indicator LED that blinks when command is received 2016-12-24 20:37:43 -07:00
python Renamed mel_visualization.py to visualization.py 2016-12-27 01:31:50 -07:00
.gitattributes 🎉 Added .gitattributes & .gitignore files 2016-10-12 14:44:03 -07:00
.gitignore Added new visualization module that uses a mel filterbank instead of onset detection 2016-11-07 17:45:52 -08:00
block-diagram.png Added block diagram to explain the purpose of this repository 2016-12-26 23:21:44 -07:00
description-cropped.gif Added a cropped description gif to better match README formatting 2016-12-26 23:58:29 -07:00
description.gif Added a smaller description gif that doesn't take up as much space 2016-12-26 17:59:08 -07:00
led-effect-demo.gif Added gif to demonstrate LED visualization effect 2016-12-27 00:58:29 -07:00
README.md Updated README with overview information 2016-12-27 01:35:56 -07:00
scroll-effect-demo.gif Added demo gif of scroll effect 2016-12-27 01:11:17 -07:00

audio-reactive-led-strip

Real-time LED strip music visualization using the ESP8266 and Python

block diagram

overview

Demo (click gif for video)

visualizer demo

Overview

The repository includes everything needed to build an LED strip music visualizer (excluding hardware):

  • Python Real-time visualization, which includes code for:
  • Arduino firmware for the ESP8266 (ws2812_controller.ino)