Skip to content

A proof-of-concept music visualizer for an Arduino equipped with a Neopixel shield

Notifications You must be signed in to change notification settings

ana-cc/arduino-neopixel-music-visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a proof-of-concept music visualizer for an Arduino that has a neopixel shield. Can be adapted for other type of individually addressable LED matrices. To use:

  1. apt install gstreamer1.0-pulseaudio libgstreamer1.0-dev python3-serial
  2. Modify the 'src' element in the C script to point to your soundcard output
  3. Compile the script: gcc `pkg-config --cflags --libs glib-2.0` `pkg-config --cflags --libs gstreamer-1.0` pulse_freq.c -o pulse_freq.out
  4. Upload the sketch to your Arduino Uno
  5. Start the python script and play some music

About

A proof-of-concept music visualizer for an Arduino equipped with a Neopixel shield

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages