Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fakufaku/elyzer

A simple processing sketch to control an Arduino to display a primitive spectrum of the audio input to the computer. This replicates a demonstration of the EL shield from seeed studio.
https://github.com/fakufaku/elyzer

Last synced: 25 days ago
JSON representation

A simple processing sketch to control an Arduino to display a primitive spectrum of the audio input to the computer. This replicates a demonstration of the EL shield from seeed studio.

Awesome Lists containing this project

README

        

ELyzer
======

A very simple processing sketch taking the Fourier transform of the audio input of the computer
and then controlling four digital outputs of an Arduino to display the spectrum.

This code replicates the demonstration of the [EL shield](http://www.seeedstudio.com/depot/el-shield-p-1287.html).

The `firmata` firmware is used for the bGeigie. You will also need to install the arduino library for Processing.
There are compatibility issues between the arduino library and Processing 2.0 beta. Use the latest stable version.