Page 1 of 1

ESP-SR

Posted: Thu Oct 26, 2023 8:24 am
by tqh_vn
Hi everybody
I used AFE in esp-sr library on arduino-esp32 2.0.9. But from later versions there is no esp-sr library. How can I continue to use this library?

Re: ESP-SR

Posted: Thu Oct 26, 2023 4:32 pm
by lbernstone
esp-sr is no longer supported on esp32. It is still available (and included in arduino) on the esp32-s3

Re: ESP-SR

Posted: Fri Oct 27, 2023 1:49 am
by tqh_vn
Thanks for replying.
I always use esp32-s3 with Arduino IDE. From version 2.0.10 esp-sr is not available in directory ".../esp32/2.0.10/tools/sdk/esp32s3/inlcude".
When compiling, I get an error: "esp_afe_config.h: No such file or directory"

Re: ESP-SR

Posted: Fri Oct 27, 2023 4:23 am
by lbernstone
It is in 3.0.0. Looks like you will have to stay on 2.0.9 until the release.
https://github.com/espressif/esp32-ardu ... de/esp32s3

Re: ESP-SR

Posted: Fri Oct 27, 2023 4:34 am
by tqh_vn
thank you very much