Amit Sheth

Results 57 comments of Amit Sheth

It shouldn't be board specific. Did you compile with ALEXA_BT=1 ? It is mentioned [here](https://github.com/espressif/esp-va-sdk/blob/master/README-Getting-Started.md#build-and-flash-the-project)

Can you try pulling latest IDF v3.2 branch? Just to confirm, you are trying with the default sdkconfig.bt.defaults right?

I see quite a few differences when in terms of the configuration. (pinned core for BT task, Debug logs for BT enabled etc.). I suggest please try removing all older...

Hi @jhpark555 Can you try with below changes: 1. Replace MALLOC_CAP_INTERNAL with MALLOC_CAP_SPIRAM in board_support_pkgs/lyrat/dsp_driver/lyrat_driver/components/va_dsp/va_dsp.c (assuming this is your AUDIO_BOARD_PATH) 2. Reduce no. of WiFi Static Tx buffers from 32...

Hi @Gojok Unfortunately we haven't actually tried esp-va-sdk with Eclipse yet. We need some time for that.

Hi @DuHeLong For 1. Audio playback events are handled internally by the SDK and aren't really exposed to the application yet. Basically, all dialog related events have been brought out...

Hi @DuHeLong Please note if you're looking to create an Alexa built-in product using ESP32, you need to use one of the acoustically certified DSPs, as mentioned [here](https://github.com/espressif/esp-va-sdk/blob/master/examples/amazon_alexa/README-Alexa.md#production-notes). Lyrat- based...

As explained in issue #49 , conn_mgr_prov_mem_release() releases BLE memory, effectively disabling BLE permanently. If you need to continue using BLE, you can remove this call from app_main.c.

Hi @renovatio-systems In order to enable Amazon prime music and other media streaming services (such as Saavn for India) you need to get your product ID whitelisted from Amazon. You...

Hi @renovatio-systems Just creating a new ID won't suffice. A request to an Amazon PoC needs to be sent explicitly to whitelist the ID. If you go to https://developer.amazon.com/alexa/console/avs/products ->...