Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.57 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.57 KB

Arduino Led Music Pulse

Controls an LED light-strip using an Arduino to pulse to the beat of a input from a 3.5mm audio device View the Demo.

Getting Started


Prerequisites

You will need to download the following libraries:

Hardware

Read HARDWARE.md to make sure you are using the correct parts.

Schematic

Please reference audio-in-schematic.png to connect the audio-in circuit correctly.
For the light strip: 5V connects to Arduino/external 5V, GND to Arduino/external GND and DATA to Arduino's Digital Pin 6.

Installing

Once you have downloaded the files and libraries, upload the code to your Arduino.
You can then plug in your phone or computer to the 3.5mm audio jack.
Provde power to your arduino and begin playing music.

Authors

License

This project is licensed under the GNU v3 License - see the LICENSE file for details

Acknowledgments

Devon Crawford for the inspiration for this project!
This StackExchange post for help getting the voltage divider correctly wired.
This Arduino Forum post for guidance.