Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 434 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 434 Bytes

led-audio-visualizer

Install

On linux:

sudo apt-get install python-pyaudio python-matplotlib 
sudo pip install keyboard

Download https://github.com/adafruit/Adafruit_NeoPixel/archive/master.zip and import library into Arduino.

On Windows:

c:\Python27\Scripts\pip.exe install matplotlib keyboard pyaudio pyserial

Install the Adafruit Neopixel library through Sketch -> Include Libraries -> Manage Libraries.