Search found 6 matches
- Wed Apr 16, 2025 3:19 pm
- Forum: ESP-ADF
- Topic: ES8388 not outputing sound with ESP-WROOM-32E
- Replies: 0
- Views: 313
ES8388 not outputing sound with ESP-WROOM-32E
I have designed an audio board with ES8388 and an ESP-WROOM-32E module. I have successfully flashed the ESP module with some ESP-ADF code that configures the ES8388 correctly, the codec itself responds to the I2C commands. While trying to hook up some speakers to the LOUT1/ROUT1 of the ES8388 codec ...
- Sun Jan 19, 2025 2:47 pm
- Forum: ESP-ADF
- Topic: A2DP Sink with custom ES8388 setup always returns HW NACK on I2C commands
- Replies: 0
- Views: 5281
A2DP Sink with custom ES8388 setup always returns HW NACK on I2C commands
I am using the latest ESP-ADF with a custom ES8388 codec board (PCBArtists) and ESP32-WROOM-32D (MCLK on GPIO3/RX0). I have successfully added a custom board for this setup and the A2DP Sink example is working almost fine, meaning that I can hear everything coming from ESP32, but I can not change ...
- Fri Jan 10, 2025 9:51 am
- Forum: ESP-ADF
- Topic: esp32 adf hfp examples bug
- Replies: 4
- Views: 7631
Re: esp32 adf hfp examples bug
Hi! I think there is a problem in the example that I have observed without testing. While setting the control mode for the ES8388 codec ( https://github.com/espressif/esp-adf/blob/93a56fcddcabe3be856df547fbc2db566ee2f740/examples/get-started/pipeline_a2dp_sink_and_hfp/main/a2dp_sink_and_hfp_example ...
- Fri Jan 10, 2025 9:45 am
- Forum: ESP-ADF
- Topic: Confusion about the A2DP-HFP pipeline example
- Replies: 2
- Views: 9407
Re: Confusion about the A2DP-HFP pipeline example
Hi! I have not resolved the issue, because I use an ESP32-WROOM-32D and an ES8388 codec breakout board. I haven't connected a microphone to the ES8388 to test, but I get another problem on the A2DP sink example. The I2C commands do not work after starting the I2S stream, meaning that all I2C ...
- Mon Dec 23, 2024 5:15 pm
- Forum: ESP-IDF
- Topic: I2C and I2S at the same time problem
- Replies: 0
- Views: 1196
I2C and I2S at the same time problem
I know I am posting something about ADF in the IDF forum, but I suspect that this problem may not be related to ADF itself. I am using the latest ESP-ADF with a custom ES8388 codec board (PCBArtists) and ESP32-WROOM-32D (MCLK on GPIO3/RX0). I have successfully added a custom board for this setup and ...
- Wed Nov 13, 2024 11:38 am
- Forum: ESP-ADF
- Topic: Confusion about the A2DP-HFP pipeline example
- Replies: 2
- Views: 9407
Confusion about the A2DP-HFP pipeline example
In the A2DP-HFP pipeline example , I am not sure I understand how the HFP client-pipeline interaction works. The `pipeline_e` variable represents a pipeline that reads data from the codec ES8388 (I assume from the mics that are attached to LyraT for example and connected to the L/R IN lines) and ...