Search found 4 matches
- Wed Jan 25, 2023 6:48 am
- Forum: ESP-ADF
- Topic: ESP-ADF compiled binary includes file path of host machine
- Replies: 1
- Views: 2707
ESP-ADF compiled binary includes file path of host machine
Hello, I was using ESP-IDF v4.4 and ESP-ADF v2.4. If I compile a project on my test computer and then look at the .bin file, there are a few places where esp-adf source file "c:\xxx is included. This means I would not be able to take the same source, compile on different machines and get the same bi...
- Tue Jan 17, 2023 10:02 pm
- Forum: ESP-ADF
- Topic: The ESP32 LYRAT V4.3 board has poor sound quality. SNR only 26 dB
- Replies: 4
- Views: 10457
Re: The ESP32 LYRAT V4.3 board has poor sound quality. SNR only 26 dB
Was this issue ever addressed?
Is the intent to limit the maximum volume out of the ES8388 to 70% as in the ESP-ADF examples?
Is the intent to limit the maximum volume out of the ES8388 to 70% as in the ESP-ADF examples?
- Tue Nov 08, 2022 3:33 am
- Forum: ESP-ADF
- Topic: A2DP Sink example on ESP32-WROOM32UE: There is no space in external queue
- Replies: 1
- Views: 3009
Re: A2DP Sink example on ESP32-WROOM32UE: There is no space in external queue
This seems to be working now. There was a hardware issue with GPIO0, preventing the MCLK from working between the ESP32-WROOM-32UE and the ES8388.
- Thu Nov 03, 2022 5:03 am
- Forum: ESP-ADF
- Topic: A2DP Sink example on ESP32-WROOM32UE: There is no space in external queue
- Replies: 1
- Views: 3009
A2DP Sink example on ESP32-WROOM32UE: There is no space in external queue
Hello, I am testing out the A2DP Sink example on an ESP32-WROOM32UE. It looks like it initially works connecting to my phone, but after playing the controls a bit, volume up and down I eventually get an error: AUDIO_EVT: There is no space in external queue Anyone know the cause of this error or how ...