kakopappa / sinric

Amazon Alexa Smart home skill / Google Home Action for ESP8266 / ESP32 / Arduino
https://sinric.com
285 stars 166 forks source link

ESP32 + ALEXA ECHO #377

Open Paullake85 opened 4 years ago

Paullake85 commented 4 years ago

Hello, I have to develop a smart product based on ESP32 able to receive vocal commands from the Alexa Echo. I found on google many example projects based on Arduino and open source libraries, but I cannot use those environments for a market product.

Is the [b]esp-aws-iot [/b]a good starting point to develop the communication between Alexa Echo and my product? Do I need to use the Amazon FreeRTOS? Is there any related example project base only on code published in Espressif repository?

My idea is to create an AWS account, CONNECT on top an SINRIC Alexa Skill and register the ESP32 device on AWS and use [b]esp-aws-iot[/b] to communicate with the cloud. Is it ok? Thank you, Paul