kwisatz / audio-visualizer

Very simple visualizer for ambient noise on a Tessel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio Visualizer

This is a simple audio visualizer that listens to ambient sound and flashes a string of lights in response. I've found it working pretty well with a string of Christmas lights listening to music on my laptop.

Materials

Instructions

  1. Clone this repo
  2. npm install to install the drivers for the ambient module
  3. Plug in the ambient module to port A on the Tessel
  4. Cut off the battery pack from the string lights and expose the wires. Plug one end of the wire into GND on the Tessel, and the other into pin G1.
  5. Plug in the Tessel to your computer.
  6. Run tessel run visualizer.js to run the code on your Tessel.
  7. Snap your fingers; the lights should flash!
  8. If the lights don't flash, try switching the wires; it will only work in one direction.
  9. You might need to change the sound trigger value to better match the volume of your music.

Good songs to visualize with it:

Vines of it working:

About

Very simple visualizer for ambient noise on a Tessel

License:Apache License 2.0


Languages

Language:JavaScript 100.0%