I have 6 microphones, so I need 3 data lines. Maybe that's not possible.
But it's ok, I gave up on this and went with a different path.
But thanks for checking.
Search found 2 matches
- Fri Oct 17, 2025 3:36 pm
- Forum: ESP-IDF
- Topic: Raw PDM with more than two microphones
- Replies: 3
- Views: 1860
- Thu Aug 28, 2025 6:20 pm
- Forum: ESP-IDF
- Topic: Raw PDM with more than two microphones
- Replies: 3
- Views: 1860
Raw PDM with more than two microphones
Hello,
I am interested in using the raw PDM mode on the I2S peripheral with 6 microphones (3 data lines).
I can get the raw PDM data of one data line (two microphones) using the following configuration:
i2s_pdm_rx_config_t pdm_rx_cfg = {
.clk_cfg = {
.sample_rate_hz = 3072000,
.clk_src = I2S ...
I am interested in using the raw PDM mode on the I2S peripheral with 6 microphones (3 data lines).
I can get the raw PDM data of one data line (two microphones) using the following configuration:
i2s_pdm_rx_config_t pdm_rx_cfg = {
.clk_cfg = {
.sample_rate_hz = 3072000,
.clk_src = I2S ...