Search found 3 matches

by i_amey
Tue Dec 10, 2019 6:12 am
Forum: ESP-IDF
Topic: ESP32 based product + Alexa echo
Replies: 1
Views: 3515

Re: ESP32 based product + Alexa echo

Hi @Paul. Adding voice based control capability with Alexa does not require anything specific on the device in terms of a specific platform or software. All that is needed is to have the device connected to some cloud service (could be AWS-IoT or any other service). Then you have to write a Alexa Sk...
by i_amey
Mon Jun 10, 2019 9:00 am
Forum: ESP32 Arduino
Topic: Alexa interaction with ESP32 chip
Replies: 2
Views: 4578

Re: Alexa interaction with ESP32 chip

Rajbir, if you want to facilitate the control of an ESP32 based device from external Alexa (Echo) device, then the ESP32 side application firmware doesn't need any special provision. As long as ESP32 connects to a cloud, the "works with Alexa" integration can happen completely with cloud-to-cloud co...
by i_amey
Tue Oct 30, 2018 1:36 am
Forum: ESP-IDF
Topic: protocomm, esp_prov questions
Replies: 4
Views: 6716

Re: protocomm, esp_prov questions

Sounds great! Maybe I'll wait until then. Seems like protocomm has a global cur_session? So hopefully all three transports could be active at the same time, with each different encryption keys? Yes, with a small change it should be possible to make multiple transports work simultaneously. Sure a co...