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...
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...
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?
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.
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.
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.
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.
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.
Ich möchte gerne 90LED s als VU Meter benutzen. Dann wird aber geringer Speicher gemeldet. Ich könnte auf andere Effekte verzichten. Ist es möglich den Code so zu verändern ,das die VU Meter mit 90 LED funktionieren.
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...
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.
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
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 Этот отчёт будет иметь больше информации с включенной опцией Файл -> Настройки -> "Показать подробный вывод во время компиляции"
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
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..
Hello easy tech I liked your projects the vu meter the chritmas tree and light effect using pixel just one question for when I want to transfer the codes I said that I have to delete some can you help me please thank you very much
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..
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
This light takes lighting to a whole new level, two of these working together, mind blowing. 🤩
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
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?
Nice project 👌👌👌👌👌👌👍 osm bro
Diagram file is missing bro
Analog sound sensor koi bhi chalega?
awesome video helped me
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
फारच छान पाहायला मिळते.
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
नयी शुरुआत के बावजूद आखिर हमने बनहि लिया थिँकस
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.
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
SP107E is good to make a vumetru whit WS2812B?
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
Darun bhai darun👍
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
Mast Bhai akdam fadu
Thankyou
Congratulations!!! a question: how much supply voltage do you connect to the usb port. Thank you.
APA YANG HARUS KAMI SIAPKAN BAHAN
5v
You are super I love your channel your subscriber IndrajitDas thanks 😍😍♥️🥰
Many many thanks 🙏🙏🙏🙏🙏
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
Sir its very wonderful. Nice job. Keep it up 👌👌👌👌👌
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.
Sir ai light ta banatay ki ki lagbay pelisse bolunna🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏 ami bananor chasta korbo. 🙂
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, 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
Hlo bro please reply can we use other sound sensor please reply fast as possible 😟😟😟😟😟😟
Sensor like LM393 sound detection sensor module
Excellent project
Thankyou 🙏
Is it possible to use a audio jack as line in for the mic?
Yes
@@easytechzones how? The same pins like the mic?
Please share the link to buy the Analogue Sound Sensor module.
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.
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
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!!
The diagram files is missing bro
Link has been changed. I will update
@@easytechzones where is the updated link sir
wow, what an idea ,so supper
Thankyou 🙏
This was my first Arduino project - works very well! I am happy, Thank you very much, Hello from Czech Republic
اسلام وعلیکم جناب
ما شاہ اللہ جی بہت اچھی اچھی لائٹیں بناتے ھیں آپ کس شہر سے ھیں بتائیں اور اگر لائٹیں چاہیں تو کیسے ملیں گی
Price kay he bhai
Mera 700-800
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
RGB ye itne colour kese niklte he can you pls tell me
Depends on coding. Actually RGB color ko mix korke nikalta hya
Best video 😘😘😘
Thankyou 🙏🙏🙏🙏
@@easytechzones welcome
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
Pixels Ki program kaisa kar na hai?konsa software SAA?
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
Ich möchte gerne 90LED s als VU Meter benutzen.
Dann wird aber geringer Speicher gemeldet.
Ich könnte auf andere Effekte verzichten.
Ist es möglich den Code so zu verändern ,das die VU Meter mit 90 LED funktionieren.
I would like to try building too, where can I find the material, microphone and control unit?
Thanks and congratulations.
Online and offline
Hi. I want to repeat the project .Question. How does the microphone turn on and off?
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
ชื้อได้ที่ไหน
Hallo sir aap batai to aap kon sa saman lagaya hai
Check description and link
What if I don't want to make vu meter
Also, can i use longer strip
Very cool make thank you for sharing
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 ??
Aap ki video bahut samajh mein a Gai Humko bahut acchi hai
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...
This is professional work🔥 👍👍👍
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
@EASY TECH: VERY NICE!!!!!
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.
Need to add library file
@@easytechzones how
@@batangmokong search in library browser - "Adafruit neo pixel.h" and install
@@yasithisurantha6268 no not adafruit
@@batangmokong why?
supper.. hit love this vide
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
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 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.
Can i use it on any of rgb led strip will it work
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
Этот отчёт будет иметь больше информации с
включенной опцией Файл -> Настройки ->
"Показать подробный вывод во время компиляции"
Fantastic. Very easy to follow. Im going to try building this
Meruku samana chahihe
Lao
Where do you’ve findin the LEDs that can have light patterns?..
Vendor and the other side of things to say that the other hand I am not able and willing
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 on the same board you can connect two LED strips or it's only for one
Where do you get your mini usb adapters with the pigtails? I cannot find them anywhere....would be nice to drill a hole then put that in!! Thank you!
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
goood, super
Thanks
Nice video 😯
Thankyou 🙏
Very good 👍👍👍👍👍
Very nice😯😯
Thankyou 🙏 🙏
@@easytechzones please give me this product rs.?
Menakjubkan, sangat bagus saat lampu menyala dengan irama musik..
That is so cool...where can a persongetalist of parts needed to make this.
Check description
'
wow very goood LED project
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???
Same is (Platinum) look first before you Make is that speaker sound good?
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
Eska pcb kaha milega or use oprate karne ke liye pc me konsa softwere ya app chahiye ye batayiye
Very good😀
hello,bro.can u use esp8266 to control rgb led like this?
I will try
Con el Esp32 quisiera que explique cómo sería el código?
Oo nice👍👏
Hello easy tech I liked your projects the vu meter the chritmas tree and light effect using pixel just one question for when I want to transfer the codes I said that I have to delete some can you help me please thank you very much
Kya hum ise bina mic module ke bana sakte hai
what if i replace the WS2812B with a regular rgb Led Strip which has 4pins?
what should i change?
Bien!!! WOW Led Color Yea 😎👏👏👏👍👍👍👍👍👌👌👌
Very nice project Boos !!!!!!!!!
Pure LED strip 5 meter ka is circuits se control possible hai kiya ?
Yes. It is possible
@@easytechzones thanks
if the LED that I use is more than what you made, can the Pot and the resistor be the same as the one you made or have to use a different one?
All are same. Only need number of led in code
Ok thanks bro
ruclips.net/video/YHqgU99JWUM/видео.html
Kon kon si chiaj lgi he bhaiya
Very nice , I'm using sp107e , but not satisfied sir , Bluetooth settings available sir , for changing model.