Hbler
Hbler
@liujkek22 looks like there might be a misconfiguration of the I2C. Which version of the esp32s3lcd evboard are you using? v1.5 or earlier?
Please check the following: 1. Ensure the board is configured as the provided audio_board. 2. In the es8311.c file, make sure to include #include "tca9554.h". 3. Verify the I2C pins...
Could you please print out the complete log? This way, we might be able to find the issue more quickly.
No worries, this is normal for IDF v4.4 and does not affect your work.
Have you configured it correctly according to the description [configuration](https://github.com/espressif/esp-adf/blob/master/examples/get-started/pipeline_tcp_client/README.md#configuration) such as `Audio board`?
I recommend using the IDF release/v5.2 version. It worked normally for me.
You're right, very cool work!
First, manually delete the build folder, and then `cd $ADF_PATH$->./install->. ./export.sh`. After that you can try the steps mentioned above again.
Maybe updating the submodule to latest repository could solve it.
您方便把完整的程序贴出来看一下么?或者作更多的说明