ESP32 SSD1306 NTP Clock
1:07
Күн бұрын
ESP32 Positive Messages eBoard.
3:32
14 күн бұрын
Testing ESP32 Scrolling Clock
0:58
14 күн бұрын
NTP Weather Clock and ZEN Messages
2:17
Esp32 Hub75 Matrix text practice
1:07
ESP32 AuroraDrop INMP441 MIC
6:10
2 жыл бұрын
WLED v0.14.0-b1 Matrix
3:25
2 жыл бұрын
esp32 VGA Audio Spectrum.
2:17
3 жыл бұрын
ESP32 16X32 Spectrum Analyzer.
2:21
3 жыл бұрын
Arduino Desktop VU-Meters
6:30
5 жыл бұрын
Arduino-MSGEQ7 Spectrum Analyzer
2:39
Arduino Neopixel Vu Meter Tower
1:01
Arduino 5x5x5 Pl9823 Cube.
1:22
6 жыл бұрын
Arduino 4x4x4 RGB CharlieCube
1:51
6 жыл бұрын
Пікірлер
@karimshariffisrael9189
@karimshariffisrael9189 5 күн бұрын
I have to do that
@zikrialghifahri4600
@zikrialghifahri4600 Ай бұрын
Thanks A lot..
@wclumiere5665
@wclumiere5665 16 күн бұрын
You're welcome!
@markslittleplanet7104
@markslittleplanet7104 3 ай бұрын
Wow! How did you make the brackets/stands? WS2812 or SK6812? Looks awesome. ❤
@wclumiere5665
@wclumiere5665 Ай бұрын
The lamps back bones are microphone stands and WS2812b led strips.
@klazing
@klazing 3 ай бұрын
Can you share the circuit board and software code?
@wclumiere5665
@wclumiere5665 3 ай бұрын
This is the original Creator: kzbin.info/www/bejne/g5jLY4qYobRolcU
@AshokSahoo-cx4gk
@AshokSahoo-cx4gk 6 ай бұрын
Sar circuit diagram top please
@AshokSahoo-cx4gk
@AshokSahoo-cx4gk 6 ай бұрын
Circuit diagram top please
@TheOldKid
@TheOldKid 7 ай бұрын
Dude i absolutely love it. I use to game heavy and then one day, for no reason at'all i just stopped and havent gotten back to it. If i do one day i will certainly follow your example. Great job
@DuroLabs85
@DuroLabs85 9 ай бұрын
what voltage to be given to Aref pin (external Voltage reference) ??
@Thunder_Owl
@Thunder_Owl Жыл бұрын
is app downloadable anywhere now, please?
@vlogbangsoso3629
@vlogbangsoso3629 Жыл бұрын
ino please
@vlogbangsoso3629
@vlogbangsoso3629 Жыл бұрын
can 2x6 panel
@Mcquade0815
@Mcquade0815 Жыл бұрын
How ? c:\Users\1234\Documents\Arduino\libraries\arduino_196568\src/ESP32-HUB75-MatrixPanel-I2S-DMA.h:7:10: fatal error: esp_err.h: No such file or directory 7 | #include <esp_err.h> | ^~~~~~~~~~~ compilation terminated. exit status 1 Compilation error: exit status 1
@byakuyalight9007
@byakuyalight9007 Жыл бұрын
Whats processor using ?
@an_4rt965
@an_4rt965 Жыл бұрын
please can i request coding and schematic esp32 to hub 75?
@wclumiere5665
@wclumiere5665 Жыл бұрын
Check the video's description, I updated the source code link. For the schematics follow the other links. Enjoy it!
@angiecar1960
@angiecar1960 Жыл бұрын
Nice🎉
@ortadoguled
@ortadoguled Жыл бұрын
Code ❤❤❤😅
@Thunder_Owl
@Thunder_Owl Жыл бұрын
Nice :)
@angiecar1960
@angiecar1960 Жыл бұрын
👌👌👌👌
@TheOldKid
@TheOldKid Жыл бұрын
I'd like to do one of these but I'll have to get more knowledgeable. I just got an esp32 wroom cam s3 and trying to figure it out. I've made a couple projects with wleds but it's just been single strip stuff with sound reaction. Nice work
@TheOldKid
@TheOldKid Жыл бұрын
Nice!
@angiecar1960
@angiecar1960 Жыл бұрын
👌👌👌👌👌
@EGORka140764
@EGORka140764 Жыл бұрын
Hi! I use controller WF1. Control from android apps via WiFi - Ledart. There are reviews of this controller on KZbin. i - kzbin.info/www/bejne/gZWcmYyiZ9ugp9U
@Can_I_Have_A_Go
@Can_I_Have_A_Go 2 жыл бұрын
time to go 2.0 bro...kzbin.info/www/bejne/aWOrZn-YfNGhiZo
@angiecar1960
@angiecar1960 2 жыл бұрын
👌
@alexanderbuck6207
@alexanderbuck6207 2 жыл бұрын
Do you have a shop by chance? I’ve been wanting to have one of these gizmos for a while but lack the how-to to create one. Thanks in advance
@wclumiere5665
@wclumiere5665 2 жыл бұрын
@Alexander Buck sorry no shop. Just a creation for fun.
@huepixe7
@huepixe7 2 жыл бұрын
WLED beta release 0.14.0-b1 Audio reactivity how setup usermod
@wclumiere5665
@wclumiere5665 2 жыл бұрын
@Art Crypto You have to create a platformio_override.ini with the following code: Have in mind I'm using esp32dev board, you will have to change it to the board you are using. Also I'm using the INMP441 Microphone. # Example PlatformIO Project Configuration Override # ------------------------------------------------------------------------------ # Copy to platformio_override.ini to activate overrides # ------------------------------------------------------------------------------ # Please visit documentation: docs.platformio.org/page/projectconf.html [platformio] default_envs = esp32dev [env:esp32dev] board = esp32dev platform = ${esp32.platform} platform_packages = ${esp32.platform_packages} build_unflags = ${common.build_unflags} build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32 -D WLED_USE_SD_SPI -D USERMOD_AUDIOREACTIVE -D UM_AUDIOREACTIVE_USE_NEW_FFT lib_deps = ${esp32.lib_deps} github.com/kosme/arduinoFFT#develop @ 1.9.2 monitor_filters = esp32_exception_decoder board_build.partitions = ${esp32.default_partitions}
@Can_I_Have_A_Go
@Can_I_Have_A_Go 2 жыл бұрын
hi my learned friend. I pulled another all nighter on this problem. 3rd night. I have absolutely No clue what I'm doing. I remember basic programming back in the long lost day... But after subscribing to what I call "bumble bee logic" I actually managed to compile a wled.bin wuhooo.. Now this may not be an achievement to the majority as I don't talk code fortran c++ or anything like that. I'm still on English 101. Anyways.. Truley if I can do it.. Many of those who think they can't.. really can.. (that makes sense right..?) Now flashed my resulting hard work lol onto 4 esp32s..with wled 14 with sound reaction. That's all I wanted and that what I got. And yes in the end it was relatively easy.
@thomasfalk8809
@thomasfalk8809 2 жыл бұрын
Top 👍👍👍
@Thunder_Owl
@Thunder_Owl 2 жыл бұрын
Super 😎👍
@aquariusfountain
@aquariusfountain 2 жыл бұрын
Please send program file and hardware detail
@andrewilliams3406
@andrewilliams3406 2 жыл бұрын
I have this running but it scrolls the message in each matrix but not across all the all
@Thunder_Owl
@Thunder_Owl 2 жыл бұрын
Hello, Thank You for sharing all your projects! I think, Android app link is broken?
@wclumiere5665
@wclumiere5665 2 жыл бұрын
Hi Juris, Thanks for letting me know. The app is no longer available in google play store. If I find the .apk file I'll make available in the GitHub page.
@Thunder_Owl
@Thunder_Owl 2 жыл бұрын
@@wclumiere5665 , Thank You, that would be nice :)
@Thunder_Owl
@Thunder_Owl 2 жыл бұрын
I wonder if anyone now ported this to esp32...
@rehanmughal6287
@rehanmughal6287 2 жыл бұрын
Plz share circuit
@Thunder_Owl
@Thunder_Owl 2 жыл бұрын
Nice :-)
@hassankate6187
@hassankate6187 2 жыл бұрын
المخطط لو سمحت
@djluispedradamaioba1353
@djluispedradamaioba1353 3 жыл бұрын
compartilha esse com modo reverso
@djassyrian6660
@djassyrian6660 3 жыл бұрын
Hello, how can I slow down the effects ...?
@ianhuntington9056
@ianhuntington9056 3 жыл бұрын
I can help a bit with a circuit design description............. 1. Design standard LM39nn circuit for as many as you want, 20,30 bars. 2. Include the circuit mod additions for the DOT mode as per datasheet. 3. Design simple op-amp driver for front end but make two instead of one. 4 the diode/capacitor time constants should be designed to be fast 0.47uF and slow 22uF but the slow must have high charge (low res input). 5 using a CD4066 to connect these to the bar input in parallel. 6 Using a bistable oscillator, drive the control inputs for the two at 50/50 mark space at around 200hz. 7. using the same bistable outputs, a for fast and bar, b for slow and dot and drive the dot/bar section simultaneously. 8, use separate cal pots for the inputs to balance the dot to the top of the peak....... That is the basics of the system. I have done this with 2 x 30 leds with peak..... it is also possible to leave the slow time constant so that it doesnt decay at all then use a 555 to discharge and reset the peak every 3-4 seconds or so.... I did leave out the dot/bar switching bit as thia is not as easy to explain but all yu do is use the same osc outputs to switch the dot/bar on the LM and also apply a pos onto led 1 pin at the same time.
@ianhuntington9056
@ianhuntington9056 3 жыл бұрын
led 1, not pin 1............my bad
@hassankate6187
@hassankate6187 2 жыл бұрын
لو سمحت مخطط للدائرة كاملا
@alaudioteknisi4378
@alaudioteknisi4378 3 жыл бұрын
Cara penyambungan skema kurang jelas pak, skemanya terpisah tidak di sambung langsung
@Павел-д7у3г
@Павел-д7у3г 3 жыл бұрын
still slow calculate fft
@soderpanas1988
@soderpanas1988 3 жыл бұрын
bagus
@shikhapundir
@shikhapundir 3 жыл бұрын
we have tried a lot but all lights remain lit and it's not working. how do we fix the light in accordance with changing sound level
@5VoltChannel
@5VoltChannel 3 жыл бұрын
Amazing 👍👍
@Referent74
@Referent74 3 жыл бұрын
Hello , I have Built this Projekt and the Patterns are ok. But my VU-Meter is not running . And I must take the two Datalines on one Output , it will only Run on PIN 6. Stereo will be the Best. Please can someone Help me, better in German. Greets Lars
@djluispedradamaioba1353
@djluispedradamaioba1353 3 жыл бұрын
Fui o primeiro a da like
@djluispedradamaioba1353
@djluispedradamaioba1353 3 жыл бұрын
Custou mas saiu 😉
@GreatProjects
@GreatProjects 3 жыл бұрын
Great Job!
@djluispedradamaioba1353
@djluispedradamaioba1353 3 жыл бұрын
saudade dos videos desse canal
@edgaryessidjaimes1496
@edgaryessidjaimes1496 4 жыл бұрын
tutorial please I can't understand the photo of the connections, I want to get one