Page 1 of 1

Use of ESP ADF => Do I need a special audio board and why ?

Posted: Mon Feb 13, 2023 1:23 pm
by ThomasESP32
Good afternoon,

I would like to use the ESP ADF and I have a ESP32-S3-DevKitC-1 board.
Is it possible to use the ADF with this board or do I need and special board ?
In the case I need a special board, could you please explain me why ??

Best regards,

Thomas TRUILHE

Re: Use of ESP ADF => Do I need a special audio board and why ?

Posted: Mon Feb 13, 2023 10:41 pm
by felixcollins
No you do not. We run ADF on a custom board. However we have found bugs in the ADF where there is code that assumes you are using an espressif dev board. I tried to get the "custom board" support in the ADF working but failed. In the end we just use the parts of the library we need and implement custom code for our drivers as needed. Be prepared to dive into the depths of the library...