Vikram Dattu
Vikram Dattu
@jazzvivi2 which example have you tried exactly? And with which branch? Did you follow steps here to run the amazon_alexa example?: https://github.com/espressif/esp-va-sdk/blob/master/README-Getting-Started.md
For `set_xpd_sar` error you should remove that empty function from `app_wifi.c`. For other errors, can you please mention the paths set here? (AUDIO_BOARD_PATH etc)? The issue I believe is due...
It maybe because you are using stale sdkconfig. Can you please do a clean build? i.e., `rm -rf build/ sdkconfig sdkconfig.old` `make -j8 ALEXA_BT=1`
Hi Deepak, Release here uses WW engine which runs on ESP32 board. Dedicated DSP is not used. To use dedicated DSP and go for production with lyratd-dspg, please contact Espressif....
For BT not working issue... If you had previously build without ALEXA_BT=1, you will need a clean build. i.e., you need to remove build/ sdkconfig and sdkconfig.old. And then do...
The error just indicates that you don't have any paired devices yet. Just go ahead and pair a device.
Hi @jhpark555 1. Can you please share the log file to be analysed for crash case? 2. 8MB is sufficient enough.
Unfortunately, ESP32 bluetooth stack support only SBC for now.
Hi @DuHeLong the solution here is a prototype. The board is handling all the WW detection locally and that consumes considerable amount of CPU. Stutters in case of AAC format...
@tcpipchip I hope you able to port the driver to suite `esp-va-sdk`'s format! https://github.com/espressif/esp-adf/issues/416