ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

Arduino Music Reactive LED | Sound activated music visualizer

Arduino tutorial

music reactive LED

music reactive

diy music reactive

music visualizing LED

music visualizer

diy led

arduino LED

arduino music

arduino music LED

music light

music equalizer

led music

sound activated LED

sound reactive LED

arduino light

Robotica DIY

Sound activated music visualizer

arduino project

Arduino project

Автор: Robotica DIY

Загружено: 2020-03-02

Просмотров: 29900

Описание: Arduino Music Reactive LED | Sound activated music visualizer
Scroll down for code.....
In this project we will make music reactive LED visualizer with Arduino. Series of light On/Off according to music.

If you want to support my video please buy any product through my amazon affiliate link. I will receive a commission, at no extra cost to you.

LIST OF COMPONENT (affiliate links)

http://amzn.to/2fvSRJq (Arduino)
https://amzn.to/3clOLMI (Sensor Detection Module)
http://amzn.to/2vSpUON (LED)
http://amzn.to/2vJ3lvo (Jumper wire)
http://amzn.to/2wxPmWz (Breadboard)
http://amzn.to/2vmSK8l (1K Resistor)


Song : Sky High
Artist : Elektronomia
watch:    • Elektronomia - Sky High | Progressive Hous...  
Licensed to YouTube by
AEI (on behalf of NCS); Featherstone Music (publishing), ASCAP, LatinAutor, UNIAO BRASILEIRA DE EDITORAS DE MUSICA - UBEM, and 9 music rights societies


Song: Fade
Artist: Alan Walker
watch:    • Видео  
Licensed to YouTube by
AEI (on behalf of NCS); Warner Chappell, CMRRA, ASCAP, LatinAutor, UNIAO BRASILEIRA DE EDITORAS DE MUSICA - UBEM, Sony ATV Publishing, PEDL, LatinAutor - Warner Chappell, LatinAutor - SonyATV, and 23 music rights societies


Song: On & On
Artist: Cartoon, Daniel Levi
watch:    • Cartoon, Jéja - On & On (feat. Daniel Levi...  
Licensed to YouTube by
AEI (on behalf of NCS); LatinAutor, ASCAP, Featherstone Music (publishing), and 17 music rights societies


int soundPin = A0;
int LED1 = 2;
int LED2 = 3;
int LED3 = 4;
int LED4 = 5;
int LED5 = 6;
int LED6 = 7;
int LED7 = 8;
int LED8 = 9;

void setup()
{
Serial.begin(9600);
pinMode(LED1, OUTPUT);
pinMode(LED2, OUTPUT);
pinMode(LED3, OUTPUT);
pinMode(LED4, OUTPUT);
pinMode(LED5, OUTPUT);
pinMode(LED6, OUTPUT);
pinMode(LED7, OUTPUT);
pinMode(LED8, OUTPUT);
}

void loop()
{
long sum = 0;
//instead of parenthesis () put angle bracket as YouTube description does not allow angle bracket
for(int i=0; i(100; i++) // taking 100 sample of sound
{
sum += analogRead(soundPin);
}

sum = sum/100; // average the sample of sound

if (sum)=100) digitalWrite(LED1, HIGH); else digitalWrite(LED1, LOW);
if (sum)=200) digitalWrite(LED2, HIGH); else digitalWrite(LED2, LOW);
if (sum)=300) digitalWrite(LED3, HIGH); else digitalWrite(LED3, LOW);
if (sum)=350) digitalWrite(LED4, HIGH); else digitalWrite(LED4, LOW);
if (sum)=400) digitalWrite(LED5, HIGH); else digitalWrite(LED5, LOW);
if (sum)=450) digitalWrite(LED6, HIGH); else digitalWrite(LED6, LOW);
if (sum)=500) digitalWrite(LED7, HIGH); else digitalWrite(LED7, LOW);
if (sum)=550) digitalWrite(LED8, HIGH); else digitalWrite(LED8, LOW);
delay(10);
Serial.println(sum);
}

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Arduino Music Reactive LED | Sound activated music visualizer

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

Make Your Own Sound Activated 12V RGB Party Light | Music Reactive Disco Light

Make Your Own Sound Activated 12V RGB Party Light | Music Reactive Disco Light

I tried the Cheapest Arduino Alternative (that Nobody heard of)

I tried the Cheapest Arduino Alternative (that Nobody heard of)

DIY LED Music Visualizer (Arduino and Python)

DIY LED Music Visualizer (Arduino and Python)

Motion-activated Sound Effects with Arduino, PIR Sensor & MP3 Player

Motion-activated Sound Effects with Arduino, PIR Sensor & MP3 Player

How to make Music Reactive RGB LEDs with Arduino

How to make Music Reactive RGB LEDs with Arduino

How to Make Gesture Control Game with Arduino Leonardo

How to Make Gesture Control Game with Arduino Leonardo

Add USB To Your Electronics Projects! - The USB Protocol Explained

Add USB To Your Electronics Projects! - The USB Protocol Explained

160 Core RISC-V supercluster on a single M.2

160 Core RISC-V supercluster on a single M.2

Music Reactive Multicolor LED Lights | Arduino Sound Detection Sensor | RGB LED Strip

Music Reactive Multicolor LED Lights | Arduino Sound Detection Sensor | RGB LED Strip

You can learn Arduino in 15 minutes.

You can learn Arduino in 15 minutes.

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]