All Projects → t413 → Soundburst

t413 / Soundburst

µSoundBurst is a color organ for your embedded projects.

Labels

Projects that are alternatives of or similar to Soundburst

Sitewhere
SiteWhere is an industrial strength open-source application enablement platform for the Internet of Things (IoT). It provides a multi-tenant microservice-based infrastructure that includes device/asset management, data ingestion, big-data storage, and integration through a modern, scalable architecture. SiteWhere provides REST APIs for all system functionality. SiteWhere provides SDKs for many common device platforms including Android, iOS, Arduino, and any Java-capable platform such as Raspberry Pi rapidly accelerating the speed of innovation.
Stars: ✭ 788 (+15660%)
Mutual labels:  arduino
Esp8266 Weather Station
ESP8266 Weather Station library supporting OpenWeatherMap, Aeris and other sources
Stars: ✭ 822 (+16340%)
Mutual labels:  arduino
Proximity Mp3
Bare Conductive MPR121 Proximity-to-MP3 Example Code
Stars: ✭ 5 (+0%)
Mutual labels:  arduino
Aaduino
An AA sized ISM radio Arduino clone
Stars: ✭ 816 (+16220%)
Mutual labels:  arduino
Stewart Platform Code
Basic functionality for stewart platform with servos
Stars: ✭ 5 (+0%)
Mutual labels:  arduino
Unplug
Stars: ✭ 5 (+0%)
Mutual labels:  arduino
Adafruit sensor
Common sensor library
Stars: ✭ 757 (+15040%)
Mutual labels:  arduino
Mqtt For Waspmote 3g Module
An MQTT library for Waspmote's 3G Module
Stars: ✭ 5 (+0%)
Mutual labels:  arduino
Dolly Slider Bt
Dolly Slider Arduino app
Stars: ✭ 5 (+0%)
Mutual labels:  arduino
Lbscratch
This repository is for anybody who wants to use Scratch with the littleBits system, or help us develop code to do so.
Stars: ✭ 5 (+0%)
Mutual labels:  arduino
Frequency Analyzer Arduino
Spectrum Analyzer using Goertzel Algorithm in Arduino (2016)
Stars: ✭ 5 (+0%)
Mutual labels:  arduino
Open Home Automation
Open Home Automation with Home Assistant, ESP8266/ESP32 and MQTT
Stars: ✭ 820 (+16300%)
Mutual labels:  arduino
Rallyduino
Automatically exported from code.google.com/p/rallyduino
Stars: ✭ 5 (+0%)
Mutual labels:  arduino
Arduino Esp32
Arduino core for the ESP32
Stars: ✭ 7,741 (+154720%)
Mutual labels:  arduino
Blemini sparkcore
Spark Core and BLE Mini in Central Role
Stars: ✭ 5 (+0%)
Mutual labels:  arduino
Arduinothread
⏳ A simple way to run Threads on Arduino
Stars: ✭ 760 (+15100%)
Mutual labels:  arduino
Arduino Esp8266 Pir
Use Arduino with ESP8266 WiFi module and a PIR sensor
Stars: ✭ 5 (+0%)
Mutual labels:  arduino
Pov display
For E190p Embedded Systems
Stars: ✭ 5 (+0%)
Mutual labels:  arduino
Ardusat Experiments
A set of useful experiments that can be run on Ardusat.
Stars: ✭ 5 (+0%)
Mutual labels:  arduino
Esp8266 As Arduino Shield Sketches
Sketches for the Arduino (UNO, unless otherwise specified) that interface with the ESP8266 WiFi card to do neat things.
Stars: ✭ 5 (+0%)
Mutual labels:  arduino

#µSoundburst - Color Organ for your Arduino


Make anything- your robot or your whole room- light up with the color or music! This is a 'Color Organ' where instead of playing music with sound it plays color shapes and patterns.

I built mine using an Arduino Atmega328 (a TinyCircuits's TinyLily board). It uses the onboard 10bit ADC to sample audio signals then uses FHT (magnitude only FFT) from OpenMusicLabs. I perform beat and pattern detection on each frequency bin then create and modulate LED display patterns based on the results!

###Algorithm Explanation TODO!

###Build your own

  1. Create an audio interface for your input like this.
  2. Connect up your leds. I use WS2812 strips like these from Adafruit or Sparkfun.
  3. add magic
  4. Done!

No seriously, I'm not done with documentation. If you'd like a better howto let me know!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].