Search found 3 matches

by kbulusu
Mon Apr 08, 2019 10:25 pm
Forum: ESP-IDF
Topic: how to implement visual indicators for AVS Notifications?
Replies: 0
Views: 1904

how to implement visual indicators for AVS Notifications?

We are using esp-avs-sdk for implementing Alexa voice service. Any suggestion on how to implement visual indicator for notifications? Like specific API's to use etc? If there are any pointers, please let me know. Any code snippets/documentation etc? https://developer.amazon.com/docs/alexa-voice-serv...
by kbulusu
Thu Mar 14, 2019 5:08 am
Forum: ESP-IDF
Topic: How to turn off wifi and start BLE scan
Replies: 1
Views: 3791

How to turn off wifi and start BLE scan

Hi, What is correct way to use Wifi and BLE ? I have an application where I need wifi and periodically need to turn on BLE to scan ibeacons. I tried to use the ble_ibeacon example under esp-idf/examples/bluetooth , but it always crashes when it tries to release the controller memory ( esp_bt_control...
by kbulusu
Fri Mar 01, 2019 5:46 am
Forum: ESP-IDF
Topic: optimize libalexa.a from esp-va-sdk
Replies: 0
Views: 1751

optimize libalexa.a from esp-va-sdk

Hi We are using the esp-va-sdk and lyrat_sr example. We are trying to reduce the size of the image and when we looked at the components/file sizes using make size-files, size-components etc libalexa.a popped..Below are the contents of that library and want to remove/optimize some of those . Not sure...