Search found 2 matches

by iemand33
Tue Nov 19, 2024 12:47 pm
Forum: ESP-ADF
Topic: Normal i2s init works, but trying to init via i2s stream no sound/data
Replies: 1
Views: 668

Re: Normal i2s init works, but trying to init via i2s stream no sound/data

Pfff I've finally figured it out. So ESF-ADF overwrites the GPIO pins set in the i2s_cfg with it's own pins, based on the audio board selected in menuconfig. I've changed the pins in the board_pins_config.c associated with my selected board and now it's working. Trying to include a custom board (whi...
by iemand33
Mon Nov 18, 2024 11:21 pm
Forum: ESP-ADF
Topic: Normal i2s init works, but trying to init via i2s stream no sound/data
Replies: 1
Views: 668

Normal i2s init works, but trying to init via i2s stream no sound/data

Hi all, This has been driving me absolutely nuts for the past couple days and I have been able to resolve the issue. Some help is greatly appreciated! I'm trying to use my INMP441 as an input for my ESP-ADF pipeline but it's not working, however using the same i2s config for the more traditional ini...