ESP32-S3-Korvo-2 V3.1 #1944
-
I was trying to add a custom board. the ESP32-S3-Korvo-2 with the ES8311. I was following the guide and the code compiles, but no audio comes out of it. Am I doing something wrong? I saw that the legacy Arduino AudioKit library did not support it, but that is all the information I found on it. This is my code:
Runtime Info:
It compiles with no issues, and no runtime errors. Just no audio comes out. I tested some ESP-ADF examples to check if the board was faulty, but the ESP-ADF examples run correctly. Am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
You have defined the TX pin as -1 !
The ES8311 driver should work since I have tested it with the LyraT Mini... |
Beta Was this translation helpful? Give feedback.
-
From this info the I2S data out pin is GPIO 8... korvo_pins.addI2S(audio_driver::PinFunction::CODEC, 16, 9, 45, 8, -1); Don't confuse in and out data pins: from the esp32 it is out from the ES8311 it is in. My naming is using the esp32 point of view! |
Beta Was this translation helpful? Give feedback.
Did you activate the PA (Power Amplifier) via it's pin ?