Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fakufaku/elyzer
- Owner: fakufaku
- Created: 2013-03-10T21:19:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-10T21:21:24.000Z (over 11 years ago)
- Last Synced: 2024-06-11T19:59:04.448Z (5 months ago)
- Language: Java
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.