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...
Is amazing really nice , there’s any chance to get a box ready just to add the led ? Having same results , I am planning something for New Year’s Eve and I will like to have something like that in my patio ,thanks for sharing with us such amazing job
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...
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.
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...
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.
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.
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.
Superrrrrrrrrrrr sir hats off u ....sir this is only 3.7 v system....this project how to make 12 v dc and ttwo led strip without mic module using sir... Tell me sir plzzz
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..
Can this project be done without the mic module? I want to make it. I bought everything except the mic module, I can buy the mic module if it is Must If it can be done without a mic module, can you tell me?Or make a video about it use the mic module
Sir how can make without vu meter or mic module and Arduino nano's programming same or different and what is maximum number of RGB LEDs are used please reply sir I like this
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
This light takes lighting to a whole new level, two of these working together, mind blowing. 🤩
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?
*सर आज हमने ये प्रोजेक्ट बनाया, बहुत काबिलेतारिफ बहुत खुबसूरत लगा। आपका बहुत बहुत धन्यवाद 🙏🙏🙏*
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..
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
नयी शुरुआत के बावजूद आखिर हमने बनहि लिया थिँकस
Excellent project
Thankyou 🙏
Menakjubkan, sangat bagus saat lampu menyala dengan irama musik..
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
Fantastic. Very easy to follow. Im going to try building this
would it be possible to buy the finished product from you and if so how much would you charge.
Not available
ruclips.net/video/YHqgU99JWUM/видео.html
फारच छान पाहायला मिळते.
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
Can i use it on any of rgb led strip will it work
Aap ki video bahut samajh mein a Gai Humko bahut acchi hai
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
Excelente !!! No necesitas pino de navidad ...
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
You are super I love your channel your subscriber IndrajitDas thanks 😍😍♥️🥰
Many many thanks 🙏🙏🙏🙏🙏
This was my first Arduino project - works very well! I am happy, Thank you very much, Hello from Czech Republic
That is so cool...where can a persongetalist of parts needed to make this.
Check description
Price kay he bhai
Mera 700-800
I couldn't find the connection diagram in any of the links you left.
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
Is amazing really nice , there’s any chance to get a box ready just to add the led ? Having same results , I am planning something for New Year’s Eve and I will like to have something like that in my patio ,thanks for sharing with us such amazing job
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 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
Analog sound sensor koi bhi chalega?
The diagram files is missing bro
Link has been changed. I will update
@@easytechzones where is the updated link sir
Greetings on the same board you can connect two LED strips or it's only for one
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
SP107E is good to make a vumetru whit WS2812B?
Sir its very wonderful. Nice job. Keep it up 👌👌👌👌👌
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
fantastic, can it be ordered?
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 ??
Hi this si so cool ! I have a question : Can i do this one with anything led strip ?
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...
Very nice , I'm using sp107e , but not satisfied sir , Bluetooth settings available sir , for changing model.
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
Very nice project Boos !!!!!!!!!
Pure LED strip 5 meter ka is circuits se control possible hai kiya ?
Yes. It is possible
@@easytechzones thanks
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.
Very very nice , superb. Thks 4 displayed all. 🙏🙏🙏
Thankyou 🙏
Sir , WS2812B LED strip price and purchase details plz in Tamil Nadu plz .
Nice sir किंमत किती
Congratulations!!! a question: how much supply voltage do you connect to the usb port. Thank you.
APA YANG HARUS KAMI SIAPKAN BAHAN
5v
This is professional work🔥 👍👍👍
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
Very fine make and sell the market
ok
Please share the link to buy the Analogue Sound Sensor module.
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.
Superrrrrrrrrrrr sir hats off u ....sir this is only 3.7 v system....this project how to make 12 v dc and ttwo led strip without mic module using sir... Tell me sir plzzz
RGB ye itne colour kese niklte he can you pls tell me
Depends on coding. Actually RGB color ko mix korke nikalta hya
Very nice, but can we use it without pressing push button. If yes, how? Sorry for the english.
Need button to change light effect
Thanks....
@@easytechzones dear sir price bataen m phly price donga phr ap corier baijna plz plz plz
What if I don't want to make vu meter
Also, can i use longer strip
Very cool make thank you for sharing
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.
Greatjob,absolutely love it,should sell them,could make yourself a few bucks
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 ruclips.net/channel/UCOG6Bi2kvpDa1c8gHWZI5CQ
Nice led rgb..
I would like to try building too, where can I find the material, microphone and control unit?
Thanks and congratulations.
Online and offline
I would like to ask how many LEDs are used in that circuit?
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
ชื้อได้ที่ไหน
Please provide products links it will be easy to buy for us
Vendor and the other side of things to say that the other hand I am not able and willing
BUENISIMO TE FELICITO GENIO..SALUDOS DESDE ARGENTINA👍
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?
اسلام وعلیکم جناب
ما شاہ اللہ جی بہت اچھی اچھی لائٹیں بناتے ھیں آپ کس شہر سے ھیں بتائیں اور اگر لائٹیں چاہیں تو کیسے ملیں گی
No funciona el código y el diagrama electrico está mal.
This guys just stole the great work from CINE-LIGHTS here: ruclips.net/video/muZx5FOn8gA/видео.html
Check it out.
Pusiste gativo con negativo jejejejejeeee nooo y haorra ke like jiiip dias de algrias fuertes ci .
Hii
Bisa pakai input audio dari output mixer analog audio tidak ya? Thanks
Meruku samana chahihe
Lao
very nice project
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
Этот отчёт будет иметь больше информации с
включенной опцией Файл -> Настройки ->
"Показать подробный вывод во время компиляции"
wow so nice
@EASY TECH: VERY NICE!!!!!
Thanks
Sir can we use aurduino uno rather tha aurduino nano
Can we add speakers?
wow... i want to have that in my room,,, can i purchase one? how? hehehe...
i wish u hve demonstrated with details of every connection yu did. as many of us liked ur work but clueless with the circuit connections.
wow, what an idea ,so supper
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
Can this project be done without the mic module?
I want to make it.
I bought everything except the mic module,
I can buy the mic module if it is Must
If it can be done without a mic module, can you tell me?Or make a video about it
use the mic module
can we do this with any RGB Led strip light set
Same is (Platinum) look first before you Make is that speaker sound good?
Well done brother... but little mistake in circuit diagram which is in description. Number of pins are shorted.
3.3v and ref
@@easytechzones you also show pins 22 thru 30 shorted as well; this would not work as drawn.
Bahut badhiya 👍👌👌
Thankyou 🙏
Are all the modes mic actuated or do some modes work without the mic too???
I want some of the modes to work without the mic too. Can it be done???
*very good*
Thanks
Diagram file is missing bro
অনেক সুন্দর, তবে প্রতিটি ইলেকট্রনিক যন্ত্রাংশের নাম বললে সুবিধা হতো
brother kya hum 1 arduino nano or 1 mic ke sath 2 vu meter tower bna skte hai kya plz reply
Sir how can make without vu meter or mic module and Arduino nano's programming same or different and what is maximum number of RGB LEDs are used please reply sir I like this
amazing
Is it possible to use a audio jack as line in for the mic?
Yes
@@easytechzones how? The same pins like the mic?
Adruino mein code kis software se daal saktein hain hum ? Please give the link of software and code in pinned comment or description please.
Hi. I want to repeat the project .Question. How does the microphone turn on and off?
'
wow very goood LED project
Con esa placa se puede poner dos tiras led o solo una tira led ??
Is mic module same with sound sensor module
Nice project, please i need the connection diagram, especially Arduino nano connection. Please Sir, thank you
Hlo bro please reply can we use other sound sensor please reply fast as possible 😟😟😟😟😟😟
Sensor like LM393 sound detection sensor module