MP34DT05 PDM on ESP32 #881
-
Hey Phil! Is it possible to use #include "AudioLibs/AudioMP34DT05.h" like this example: Because when I'm trying to start it with my esp32 board on Arduino IDE "PDM.h" file used in the "AudioLibs/AudioMP34DT05.h" does not indexed properly. Or can you recommend some other example of such a PDM mic usage for esp32 with your beautiful libs |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
I have tried with such configuration just with basic I2S api, but it doesn't seem to work - just noisy crackles. (double and triple checked all hw connections). info_micro.channels = 2; |
Beta Was this translation helpful? Give feedback.
-
I don't have any experience with the MP34DT05 PDM on the ESP32. |
Beta Was this translation helpful? Give feedback.
-
If I work with a processor which is not in the list I always use the ESP32 Dev Module. |
Beta Was this translation helpful? Give feedback.
-
Here you can find some additonal info: https://esp32.com/viewtopic.php?t=6062 |
Beta Was this translation helpful? Give feedback.
-
I updated the documentation: https://github.com/pschatzmann/arduino-audio-tools/wiki/External-ADC |
Beta Was this translation helpful? Give feedback.
Here you can find some additonal info: https://esp32.com/viewtopic.php?t=6062
Looks like you need to define the channel_format and that the wiring (pin assignments) is a bit unexpected!