Hello,
I plugged an i2s microphone like this on an ESP32:
SD → io 22
WS → io 5
SCK → io 21
I activated Audio reactive and configured wled as below but nothing happens, no LED reaction.
Thanks again for your help.
Hello,
I plugged an i2s microphone like this on an ESP32:
SD → io 22
WS → io 5
SCK → io 21
I activated Audio reactive and configured wled as below but nothing happens, no LED reaction.
Thanks again for your help.
Better if use standard pins for audio usermod.
What are the standard pins for audio mods?
its a chris maher video, so probably no. most stuff he does is incorrect.
What’s the best way for me to connect and configure an i2s on my ESP32?
Thanks
do not use dupont wires if you have any problems, they are unreliable: use soldered wires.
try this:
https://mm.kno.wled.ge/WLEDSR/Digital-Microphone-Hookup/
Hello,
I’ve started from scratch. I reinstalled my ESP32 and soldered the i2s on the default pins after installation (32,15,14). The L/R of the i2s is soldered to ground. The i2s is an INMP441.
I activated AudioReactive in WLED and rebooted by pressing the Reset button. There is no reaction with the sound.
Here’s my configuration:
I have a question about my problem. Is my ESP32 (ESP32-WROOM-32S) compatible or powerful enough for AudioReactive?
My ESP32 is this one:
Thanks
yes, its powerful enough.
Either your config is still wrong (wrong pins set), your wiring is not good or your microphone is broken.
the wiring is good, I’ve soldered pins D32, D15, D14.
I’m going to order another I2S to try it out.
Thanks
you are missing my point. look at the picture.
I think I’ve figured it out, I soldered the i2s on pins D32, D15 and D14 and set up Wled like the capture in the post above. Did I miss something in your picture?
Thanks
on your board, are the pins exactly like that? numbering and all?
use a multimeter to check if all GND are actually GND. there is a lot of bad clones.
Tomorrow I’ll make you a diagram of my set-up and we’ll talk about it.
that looks right. so either broken mic or bad connection, assuming you triple checked GPIO numbers and GND connections.
ok thanks for your answers. I’ve ordered another INMP441, I’ll test it tomorrow.