Search found 3 matches
- Tue Dec 10, 2019 6:12 am
- Forum: ESP-IDF
- Topic: ESP32 based product + Alexa echo
- Replies: 1
- Views: 4188
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...
- Mon Jun 10, 2019 9:00 am
- Forum: ESP32 Arduino
- Topic: Alexa interaction with ESP32 chip
- Replies: 2
- Views: 5092
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...
- Tue Oct 30, 2018 1:36 am
- Forum: ESP-IDF
- Topic: protocomm, esp_prov questions
- Replies: 4
- Views: 7446
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...