Skip to content

tigrisli/sound-reactive-lights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Sound Reactive Lights Tutorial

Materials List

  • Arduino – I'm using the Limited Edition Arduino Uno Mini
  • Microphone Sensor
  • RGB LED Strip (WS2812B)

1. Wire Diagram

Mic Sensor Arduino LED Strip
+ 5V +
- (GND) GND - (GND)
A0 A0
5 (digital pin) DIN

2. Install FastLED Library

This code uses the FastLED library to control LED lights. The library can be installed from the Arduino IDE by going to Sketch > Include Library > Manage Libraries. Then search for FastLED by Daniel Garcia and click Install.

3. Upload Code

Open the sound-reactive-lights.ino file and upload the code onto the Arduino board!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages