Okay, having built this, let me try to add some tech notes. You need the exact sound sensor shown (Analog Sound Sensor V2). I have a fistful of lookalikes, but I guess they aren’t analog. A wrong sensor gives you crazy results. What are the knobs for? As far as I can tell, one it sensitivity, and one is intensity. That’s how they seem to work. The video shows what I believe is a mistake, around pins 27 and 29. 27 is the 5v out, and 29 is the ground, The video seems to show attaching to neighboring pins. As I was narrowing down my errors, I found one of my pots wasn’t actually giving consistent or expected resistance. Otherwise, nice project. Thanks Easy Tech.
Cannot upload your code to the module....tried everything possible it's error all the time...is there anything missing in ur code...I always upload & do various project...pls reconsider your code & upload again...
Greetings from Colombia, congratulations for such a good project, thank you very much for sharing it To connect directly to the audio output of a pc that would have to be modified?
I would love to make this. I can do the programing but I'm having trouble understanding the wiring. I've tried watching your video but I have no idea what wires are going to and coming from. I've tried reading your diagram and I don't under stand it either...lol Can you help me out?
Daniel Head love it sir your LED r just perfect... Need to know about part and its working like MIC Module,10k POT, and how can we upload code of Arduino can u give us?
Cannot upload your code to the module....tried everything possible it's error all the time...is there anything missing in ur code...I always upload & do various project...pls reconsider your code & upload again...
Awesome video, you have gained a subscriber sir 🙌 This may sound like a silly question but what do the 10k pots adjust? Is it the brightness and the mic sensitivity? I'm most certainly going to have a go at this.. if I was to make it a larger project ie 2x 3meter lengths split what would be the best option for power? Cheers
The pixels are 0.7 watts each. Add up the total watts of pixels used. Watts divided by Volts = Amps Pixels come in different spacing so they are not all created equal. One of his pots is the brightness. He had the room lights on when he adjusted it.
Realise uno hace como 4 años atrás algún rato subiré el vídeo.. se lo puede hacer para los dos canales y ingresando el Audio directo por entradas analógicas teniendo mejores resultados.. de paso le agregué varios efectos etc.. queda muy bien por aclarar que son tiras led neopixel.
Hello, It is an interesting project but there are two problems. First in your schematic Vin, GND, Reset, +5V, A3 to A7 pins are connected together. Second, I tried to load the sketch in Arduino version 1.8.1.2, but I received two errors :" Could not create the sketch" and "File name RGB VU meter.ino is invalid: ignored". It is a problem with the .ino file . I tried to load the program with two different computers with Win 7 and Win 10 and the errors are the same. I need some advices to load the sketch. Thank you very much and best regards. Have a nice day.
Sir, What is the in put voltage and also I have 4 pin mic module instead of three so what to do? Should I use +, -, analogue output or +, -, digital out put please answer as soon as possible. Thank you. You've done a great job.
hello, i have a 135 led strip WS2812, but with your code in my arduino nano/UNO, it needs too much space (130% global variables). How do i fix it? i'll wait your answer, I thank you goodbye.
If you want to correct someone make sure you do it right, he used addressable RGB LED strip, saying that it's addressable LED is wrong as they come in various colors. Maybe it's better if you don't "just comment" or change your name...
congratulations on the project, you could remove the microphone circuit, and place a push button on it, and have the same light effect that you have with the microphone, just by the button, thanks
I have downloaded the software but your program is showing some compilation error: Arduino: 1.8.13 (Windows 10), Board: "Arduino Uno" RGB_VU_meter:1:10: fatal error: Adafruit_NeoPixel.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. exit status 1 Adafruit_NeoPixel.h: No such file or directory This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
Why r u not answering queries man...pls make a step by step video how u r uploading this project code to Arduino...cause it's not uploading,if you don't have time,stop wasting people's time wtf...
Your code is not uploading...chk your code...there is an error in code my friend...it's not only me.. everyone facing problem with your code while uploading..it does not even compile...
C:\ard\12\12.ino:8:0: note: this is the location of the previous definition #define BRIGHTNESS 255 // 0-255, higher number is brighter.
In file included from C:\ard\12\12.ino:2:0: C:\Program Files (x86)\Arduino\libraries\FastLED-master/FastLED.h:17:21: note: #pragma message: FastLED version 3.001.005 # pragma message "FastLED version 3.001.005" ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:\ard\12\12.ino:1024:0: C:\Program Files (x86)\Arduino\libraries\EEPROMex/EEPROMex.h:195:22: error: conflicting declaration 'EEPROMClassEx EEPROM' extern EEPROMClassEx EEPROM; ^~~~~~ In file included from C:\ard\12\12.ino:3:0: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\EEPROM\src/EEPROM.h:145:20: note: previous declaration as 'EEPROMClass EEPROM' static EEPROMClass EEPROM; ^~~~~~ 12:1027:19: error: conflicting declaration 'CRGB leds [14]' CRGB leds[NUM_LEDS]; ^ C:\ard\12\12.ino:90:6: note: previous declaration as 'CRGB leds [30]' CRGB leds[N_PIXELS]; ^~~~ C:\ard\12\12.ino: In function 'void setup()': 12:1068:6: error: redefinition of 'void setup()' void setup() { ^~~~~ C:\ard\12\12.ino:116:6: note: 'void setup()' previously defined here void setup() { ^~~~~ 12:1097:23: error: 'struct EEPROMClass' has no member named 'readInt'; did you mean 'read'? LOW_PASS = EEPROM.readInt(0); ^~~~~~~ read 12:1098:30: error: 'struct EEPROMClass' has no member named 'readInt'; did you mean 'read'? SPEKTR_LOW_PASS = EEPROM.readInt(2); ^~~~~~~ read C:\ard\12\12.ino: In function 'void loop()': 12:1102:6: error: redefinition of 'void loop()' void loop() { ^~~~ C:\ard\12\12.ino:147:6: note: 'void loop()' previously defined here void loop() { ^~~~ C:\ard\12\12.ino: In function 'void autoLowPass()': 12:1334:12: error: 'struct EEPROMClass' has no member named 'updateInt'; did you mean 'update'? EEPROM.updateInt(0, LOW_PASS); ^~~~~~~~~ update 12:1335:12: error: 'struct EEPROMClass' has no member named 'updateInt'; did you mean 'update'? EEPROM.updateInt(2, SPEKTR_LOW_PASS); ^~~~~~~~~ update Несколько библиотек найдено для "GyverButton.h" Используется: C:\Program Несколько библиотек найдено для "Adafruit_NeoPixel.h" Используется: C:\Program Не используется: C:\Program Несколько библиотек найдено для "FastLED.h" Используется: C:\Program Не используется: C:\Program Не используется: C:\Program Несколько библиотек найдено для "EEPROM.h" Используется: C:\Program Несколько библиотек найдено для "FHT.h" Используется: C:\Program Несколько библиотек найдено для "EEPROMex.h" Используется: C:\Program exit status 1 conflicting declaration 'CRGB leds [14]' Неверная библиотека найдена в C:\Program Files (x86)\Arduino\libraries\STM32: нет заголовочных файлов (.h), найденных в C:\Program Files (x86)\Arduino\libraries\STM32 Неверная библиотека найдена в C:\Program Files (x86)\Arduino\libraries\STM32: нет заголовочных файлов (.h), найденных в C:\Program Files (x86)\Arduino\libraries\STM32 Этот отчёт будет иметь больше информации с включенной опцией Файл -> Настройки -> "Показать подробный вывод во время компиляции"
Can it be connected to other sound source such as aux or Bluetooth... Means I don't want to use mic.. For the sound.. Just want to connect from the same sound source from which I m playing the music..
Could you possibly put a correct fritzing diagram up? No REF+3.3V connection and pins 22-30 shorted. I am wanting my son to make this and I am not as knowledgeable as yourself.
@@easytechzones ciao ho eseguito questo stupendo progetto ma non riesco a programmare Arduino Nano e la mia prima esperienza mi puoi aiutare non so cosa fare grazie mille. Non so mettere i parametri nel programma Arduino grazie mille
Okay, having built this, let me try to add some tech notes.
You need the exact sound sensor shown (Analog Sound Sensor V2). I have a fistful of lookalikes, but I guess they aren’t analog. A wrong sensor gives you crazy results. What are the knobs for? As far as I can tell, one it sensitivity, and one is intensity. That’s how they seem to work. The video shows what I believe is a mistake, around pins 27 and 29. 27 is the 5v out, and 29 is the ground, The video seems to show attaching to neighboring pins. As I was narrowing down my errors, I found one of my pots wasn’t actually giving consistent or expected resistance. Otherwise, nice project. Thanks Easy Tech.
i agree with you : i spend a lot of money and time to make this project but i failed
*सर आज हमने ये प्रोजेक्ट बनाया, बहुत काबिलेतारिफ बहुत खुबसूरत लगा। आपका बहुत बहुत धन्यवाद 🙏🙏🙏*
Can u explain me what all items u used and how I can gets these all item.
And explain me more details for this project..
Excellent project
Thankyou 🙏
Analog sound sensor koi bhi chalega?
Sir is this work if I skip mic module?? and everything ok!
Ok
Whether you skip mic or not this meter is not going to work as demonstrated in video
Bahut badhiya 👍👌👌
Thankyou 🙏
Cannot upload your code to the module....tried everything possible it's error all the time...is there anything missing in ur code...I always upload & do various project...pls reconsider your code & upload again...
Where can I find the code for this Arduino?
This light takes lighting to a whole new level, two of these working together, mind blowing. 🤩
Diagram file is missing bro
You are super I love your channel your subscriber IndrajitDas thanks 😍😍♥️🥰
Many many thanks 🙏🙏🙏🙏🙏
can I use this for lighiting effects without mic or mic module. Inot wnto to use as vu meter, I want to use this in Computer Cabinet .
Yes
@@easytechzones
The same
How to connect audio jack instead of mic?
@@easytechzones non 47 9vr
Amazing fantastic job 👏
#technicalshahzada
Thankyou
would it be possible to buy the finished product from you and if so how much would you charge.
Not available
th-cam.com/video/YHqgU99JWUM/w-d-xo.html
Sir its very wonderful. Nice job. Keep it up 👌👌👌👌👌
How many led can i maximum use in this project??
Depends on you
@@easytechzones 500?
@@easytechzones If i connect 4 meter 60 led/m two strips, it works normally or need some power sourse with more Watts
Nice bro 🤩🤩🤩
Thankyou 🙏🙏🙏
Amigo buenas me puede regalar el link donde comprar los socket de mini usb gracias
What was the overall cost including each and everything please reply me
Apporx 700 for me
Can you please tell me the overall price
@@easytechzones thanks a lot
@@easytechzones 700 dollars?
@@watersoundsmx nah 700 inr it would be around 8 or 9 dollars only
Very very nice , superb. Thks 4 displayed all. 🙏🙏🙏
Thankyou 🙏
Sir , WS2812B LED strip price and purchase details plz in Tamil Nadu plz .
Nice sir किंमत किती
This was my first Arduino project - works very well! I am happy, Thank you very much, Hello from Czech Republic
This is professional work🔥 👍👍👍
SP107E is good to make a vumetru whit WS2812B?
Can you explain me the detailed cost for arduino and led strip which you can did it in just 700
I was purchased 300led strip at just 1500
goo.gl/search/K.+G.+N+Chicken+Centre+Bus+Stand,+Bangali+Tola+Bus+Stand+Rd
📍 K. G. N Chicken Centre
Bus Stand, Bangali Tola Bus Stand Rd
093087 91445
Nice project 👌👌👌👌👌👌👍 osm bro
Thank you for the project.
I dont't find de EEPROM library. What's library correct name ? Is it necessary? Where i can find it?
Thank you
search eeprom
Actualiza la biblioteca
wow, what an idea ,so supper
Thankyou 🙏
Greetings from Colombia, congratulations for such a good project, thank you very much for sharing it
To connect directly to the audio output of a pc that would have to be modified?
Mua
0 dau
Bonne question
Nice video 😯
Thankyou 🙏
Price kay he bhai
Mera 700-800
@EASY TECH: VERY NICE!!!!!
Thanks
Congratulations!!! a question: how much supply voltage do you connect to the usb port. Thank you.
APA YANG HARUS KAMI SIAPKAN BAHAN
5v
Mast Bhai akdam fadu
Thankyou
नयी शुरुआत के बावजूद आखिर हमने बनहि लिया थिँकस
The diagram files is missing bro
Link has been changed. I will update
@@easytechzones where is the updated link sir
awesome video helped me
I would love to make this. I can do the programing but I'm having trouble understanding the wiring. I've tried watching your video but I have no idea what wires are going to and coming from. I've tried reading your diagram and I don't under stand it either...lol
Can you help me out?
Which portion you don't understand?
Daniel Head love it sir your LED r just perfect...
Need to know about part and its working like MIC Module,10k POT, and how can we upload code of Arduino can u give us?
Cannot upload your code to the module....tried everything possible it's error all the time...is there anything missing in ur code...I always upload & do various project...pls reconsider your code & upload again...
@@easytechzones Okay, Igot the wiring complete and the lights work but when I try using music part the lights continuously freeze
Any links to the schematics and the code please???.this is soon interesting
I couldn't find the connection diagram in any of the links you left.
Awesome video, you have gained a subscriber sir 🙌 This may sound like a silly question but what do the 10k pots adjust? Is it the brightness and the mic sensitivity? I'm most certainly going to have a go at this.. if I was to make it a larger project ie 2x 3meter lengths split what would be the best option for power?
Cheers
The pixels are 0.7 watts each.
Add up the total watts of pixels used.
Watts divided by Volts = Amps
Pixels come in different spacing so they are not all created equal.
One of his pots is the brightness. He had the room lights on when he adjusted it.
Bien!!! WOW Led Color Yea 😎👏👏👏👍👍👍👍👍👌👌👌
When you are doing something interesting please speak to better understand.. Please reload the video with audio
Ok
EASY TECH did u reload this vedio with sound ??
Best video 😘😘😘
Thankyou 🙏🙏🙏🙏
@@easytechzones welcome
I want you to make 1pair of this lights for me. I'll pay for it. I am really impressed by your quality of work.
Not available
@@easytechzones can you suggest me where I can get these kind of stuff ?
@@easytechzones अगर same product purchase करना हो तो कहाँ से मिलेगा
Very Osm product
@@rohitsahu8950 भाई ये तो एकदम चुपचाप बैठे हैं। कुछ भी बता नही रहे हैं।
Me bana dunga. Same to same
फारच छान पाहायला मिळते.
Realise uno hace como 4 años atrás algún rato subiré el vídeo.. se lo puede hacer para los dos canales y ingresando el Audio directo por entradas analógicas teniendo mejores resultados.. de paso le agregué varios efectos etc.. queda muy bien por aclarar que son tiras led neopixel.
ya lo subiste el video? esta interesante lo que dices
me interesa tambien ese proyecto , podrias subir el video porfavor? o compartir el codigo, gracias
Menakjubkan, sangat bagus saat lampu menyala dengan irama musik..
Hello, It is an interesting project but there are two problems. First in your schematic Vin, GND, Reset, +5V, A3 to A7 pins are connected together. Second, I tried to load the sketch in Arduino version 1.8.1.2, but I received two errors :" Could not create the sketch" and "File name RGB VU meter.ino is invalid: ignored". It is a problem with the .ino file . I tried to load the program with two different computers with Win 7 and Win 10 and the errors are the same. I need some advices to load the sketch.
Thank you very much and best regards.
Have a nice day.
On code click on ok and upload in your arduino nano
@@easytechzones hi
Open the arduino file with Bloc Notes, select all and drag it in Arduino IDE it will work. I'm doing like this. Just follow these steps. Good work.
Fantastic. Very easy to follow. Im going to try building this
Sir, What is the in put voltage and also I have 4 pin mic module instead of three so what to do? Should I use +, -, analogue output or +, -, digital out put please answer as soon as possible. Thank you. You've done a great job.
Did it worked..?
@@arpitlangia8169 no buddy the code has error
I'm also facing the same issue... Circuit is correct but its not working
hello,
i have a 135 led strip WS2812, but with your code in my arduino nano/UNO, it needs too much space (130% global variables).
How do i fix it?
i'll wait your answer, I thank you goodbye.
For that many LED's you would need a MEGA 2560 since the NANO and UNO do not have enough space for that many LEDs.
That is not RGB LED
IT IS ADSRESSABLE LED
Ok
If you want to correct someone make sure you do it right, he used addressable RGB LED strip, saying that it's addressable LED is wrong as they come in various colors.
Maybe it's better if you don't "just comment" or change your name...
Aap ki video bahut samajh mein a Gai Humko bahut acchi hai
RGB ye itne colour kese niklte he can you pls tell me
Depends on coding. Actually RGB color ko mix korke nikalta hya
*very good*
Thanks
wow u study in college
electrical and circuit we
d'ont know how to do this
No need, simply follow all the step
@@easytechzones I talk with you
hello, please kindly give me a schematic circuit diagram and code❤❤❤
Check description
the link is not anymore in the descrition.. Some error there.. Thanks for resending the link, please.@@easytechzones
Pls tell me about programming in detail
I will upload asap
where to upload at arduino.cc ??? and how do you find that please help
@@michaelspie359 th-cam.com/channels/OG6Bi2kvpDa1c8gHWZI5CQ.html
Can i use it on any of rgb led strip will it work
What if I don't want to make vu meter
Also, can i use longer strip
Darun bhai darun👍
congratulations on the project, you could remove the microphone circuit, and place a push button on it, and have the same light effect that you have with the microphone, just by the button, thanks
Microphone used for vu meter
I hope you seen the video end
@@easytechzones boss how can i get one of that complete set from you? Pls reply me.
Very good 👍👍👍👍👍
Code showing error "'vu' was not declared in this scope" Help required
Copy properly
@@easytechzones sir apse kuch bat karni hai mera whats app number 9734904727 please
ชื้อได้ที่ไหน
Very nice😯😯
Thankyou 🙏 🙏
@@easytechzones please give me this product rs.?
No funciona el código y el diagrama electrico está mal.
This guys just stole the great work from CINE-LIGHTS here: th-cam.com/video/muZx5FOn8gA/w-d-xo.html
Check it out.
Pusiste gativo con negativo jejejejejeeee nooo y haorra ke like jiiip dias de algrias fuertes ci .
Hii
Is it possible to use a audio jack as line in for the mic?
Yes
@@easytechzones how? The same pins like the mic?
I have downloaded the software but your program is showing some compilation error:
Arduino: 1.8.13 (Windows 10), Board: "Arduino Uno"
RGB_VU_meter:1:10: fatal error: Adafruit_NeoPixel.h: No such file or directory
#include
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Adafruit_NeoPixel.h: No such file or directory
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Need to add library file
@@easytechzones how
@@batangmokong search in library browser - "Adafruit neo pixel.h" and install
@@yasithisurantha6268 no not adafruit
@@batangmokong why?
Why r u not answering queries man...pls make a step by step video how u r uploading this project code to Arduino...cause it's not uploading,if you don't have time,stop wasting people's time wtf...
This is 100% workable code
If any issues contact me.
Your code is not uploading...chk your code...there is an error in code my friend...it's not only me.. everyone facing problem with your code while uploading..it does not even compile...
@@easytechzones When I download the code and open it in Arduino IDE it is blank
@@easytechzones Arduino: 1.8.10 (Windows 7), Плата:"Arduino Nano, ATmega328P (Old Bootloader)"
C:\ard\12\12.ino:945:0: warning: "BRIGHTNESS" redefined
#define BRIGHTNESS 100 // яркость (0 - 255)
C:\ard\12\12.ino:8:0: note: this is the location of the previous definition
#define BRIGHTNESS 255 // 0-255, higher number is brighter.
In file included from C:\ard\12\12.ino:2:0:
C:\Program Files (x86)\Arduino\libraries\FastLED-master/FastLED.h:17:21: note: #pragma message: FastLED version 3.001.005
# pragma message "FastLED version 3.001.005"
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from C:\ard\12\12.ino:1024:0:
C:\Program Files (x86)\Arduino\libraries\EEPROMex/EEPROMex.h:195:22: error: conflicting declaration 'EEPROMClassEx EEPROM'
extern EEPROMClassEx EEPROM;
^~~~~~
In file included from C:\ard\12\12.ino:3:0:
C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\EEPROM\src/EEPROM.h:145:20: note: previous declaration as 'EEPROMClass EEPROM'
static EEPROMClass EEPROM;
^~~~~~
12:1027:19: error: conflicting declaration 'CRGB leds [14]'
CRGB leds[NUM_LEDS];
^
C:\ard\12\12.ino:90:6: note: previous declaration as 'CRGB leds [30]'
CRGB leds[N_PIXELS];
^~~~
C:\ard\12\12.ino: In function 'void setup()':
12:1068:6: error: redefinition of 'void setup()'
void setup() {
^~~~~
C:\ard\12\12.ino:116:6: note: 'void setup()' previously defined here
void setup() {
^~~~~
12:1097:23: error: 'struct EEPROMClass' has no member named 'readInt'; did you mean 'read'?
LOW_PASS = EEPROM.readInt(0);
^~~~~~~
read
12:1098:30: error: 'struct EEPROMClass' has no member named 'readInt'; did you mean 'read'?
SPEKTR_LOW_PASS = EEPROM.readInt(2);
^~~~~~~
read
C:\ard\12\12.ino: In function 'void loop()':
12:1102:6: error: redefinition of 'void loop()'
void loop() {
^~~~
C:\ard\12\12.ino:147:6: note: 'void loop()' previously defined here
void loop() {
^~~~
C:\ard\12\12.ino: In function 'void autoLowPass()':
12:1334:12: error: 'struct EEPROMClass' has no member named 'updateInt'; did you mean 'update'?
EEPROM.updateInt(0, LOW_PASS);
^~~~~~~~~
update
12:1335:12: error: 'struct EEPROMClass' has no member named 'updateInt'; did you mean 'update'?
EEPROM.updateInt(2, SPEKTR_LOW_PASS);
^~~~~~~~~
update
Несколько библиотек найдено для "GyverButton.h"
Используется: C:\Program
Несколько библиотек найдено для "Adafruit_NeoPixel.h"
Используется: C:\Program
Не используется: C:\Program
Несколько библиотек найдено для "FastLED.h"
Используется: C:\Program
Не используется: C:\Program
Не используется: C:\Program
Несколько библиотек найдено для "EEPROM.h"
Используется: C:\Program
Несколько библиотек найдено для "FHT.h"
Используется: C:\Program
Несколько библиотек найдено для "EEPROMex.h"
Используется: C:\Program
exit status 1
conflicting declaration 'CRGB leds [14]'
Неверная библиотека найдена в C:\Program Files (x86)\Arduino\libraries\STM32: нет заголовочных файлов (.h), найденных в C:\Program Files (x86)\Arduino\libraries\STM32
Неверная библиотека найдена в C:\Program Files (x86)\Arduino\libraries\STM32: нет заголовочных файлов (.h), найденных в C:\Program Files (x86)\Arduino\libraries\STM32
Этот отчёт будет иметь больше информации с
включенной опцией Файл -> Настройки ->
"Показать подробный вывод во время компиляции"
Very nice... Loved it
Thankyou 🙏 🙏🙏
Please share the link to buy the Analogue Sound Sensor module.
I would like to try building too, where can I find the material, microphone and control unit?
Thanks and congratulations.
Online and offline
Sir ai light ta banatay ki ki lagbay pelisse bolunna🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏 ami bananor chasta korbo. 🙂
Meruku samana chahihe
Lao
Very good😀
Vendor and the other side of things to say that the other hand I am not able and willing
'
wow very goood LED project
Very cool make thank you for sharing
Nice
Thankyou
Can it be connected to other sound source such as aux or Bluetooth... Means I don't want to use mic.. For the sound.. Just want to connect from the same sound source from which I m playing the music..
Yed
Yes
Good👍👍👍👍🇮🇩🇮🇩🇮🇩🤗
Thanks
Super bro exlant Vijay from Vizag.
Hi. can I do this project with a KY-037 sound sensor? Because the sensor that you use will not find it. I hope you can help me. Thank you.
Yes. You can uae. You need use analog output
thanks for your answer. nice project. I will do it
@@easytechzones can you explain me please
Dios bendiga tu conocimiento, quedó brutal.hermosa.
Super ✌️👽
👌🏻👌🏻👌🏻👌🏻 nice
BUENISIMO TE FELICITO GENIO..SALUDOS DESDE ARGENTINA👍
Hlo bro please reply can we use other sound sensor please reply fast as possible 😟😟😟😟😟😟
Sensor like LM393 sound detection sensor module
very nice project
Oo nice👍👏
We're should I buy the video products
Nice project.
Thanks
amazing
Could you possibly put a correct fritzing diagram up? No REF+3.3V connection and pins 22-30 shorted. I am wanting my son to make this and I am not as knowledgeable as yourself.
Please check blogpost you will get proper diagram
@@easytechzones you the man! Very much appreciated and love your projects!!
Hallo sir aap batai to aap kon sa saman lagaya hai
Check description and link
Very fine make and sell the market
ok
Thanks brother.i made this and work same as video❤❤🇧🇩🇧🇩
Hi brother I make this project but not compile code on arduino
what if i replace the WS2812B with a regular rgb Led Strip which has 4pins?
what should i change?
supper.. hit love this vide
Hi. I want to repeat the project .Question. How does the microphone turn on and off?
Wow nice
Thay
Pixels Ki program kaisa kar na hai?konsa software SAA?
Amazing idea, keep it up
Thankyou 🙏🙏🙏🙏
@@easytechzones ciao ho eseguito questo stupendo progetto ma non riesco a programmare Arduino Nano e la mia prima esperienza mi puoi aiutare non so cosa fare grazie mille. Non so mettere i parametri nel programma Arduino grazie mille