Skip to content

Commit 50b1948

Browse files
author
Red Team
authored
Update README.md
1 parent 85e7c2c commit 50b1948

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# Table Of Constituents
1515
- [Intro](#intro)
1616
- [Setup](#setup)
17+
- [Video Tutorial](https://www.youtube.com/watch?v=Af74A0Tx-wA)
1718
- [Materials](#materials)
1819
- [Standalone Arduino UNO Setup](#standalone-arduino-uno-setup)
1920
- [Code](#code)
@@ -61,6 +62,7 @@ I can't find a guide worth a shit on YouTube or Github. I saw many videos showin
6162
# Setup
6263
So this is how to setup the most "dank" music visualizer ever.
6364
There will be two ways to set this puppy up. I prefer the second way, but that costs money.
65+
There is a full video tutorial [here](https://www.youtube.com/watch?v=Af74A0Tx-wA)
6466

6567
## Materials
6668
- [Arduino UNO](https://www.amazon.com/gp/product/B01N4LP86I/ref=oh_aui_detailpage_o06_s00?ie=UTF8&psc=1)
@@ -86,9 +88,10 @@ For this version of the music visualizer, you will need the [Sparkfun Spectrum S
8688
I prefer this version because it allows you to split the audio signal into 7 seperate channels (bass, mids, treb). This is important for anyone who wants their music visualizer to respond only to bass like mine.
8789

8890
### Code
89-
1. Open [this](https://github.com/the-red-team/Arduino-FastLED-Music-Visualizer/blob/master/music_visualizer_sparkfun_spectrum_shield.ino) code in your Arduino editor
91+
1. Open [this](https://github.com/the-red-team/Arduino-FastLED-Music-Visualizer/blob/master/music_visualizer_sparkfun_spectrum_shield.ino) code in your Arduino IDE
9092
2. Line 15, adjust `NUM_LEDS` to the number of LEDs you plan to use
91-
3. Upload to your Arduino UNO
93+
3. Install the FastLED library under "Manage Libraries"
94+
4. Upload to your Arduino UNO
9295

9396
### Pins
9497
- 5v - Connect to Vcc on LED strip

0 commit comments

Comments
 (0)