-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to connect custom ESP32 device to Alexa for RGB lightning control (IDFGH-10866) #185
Comments
Hi Krupis, To connect ESP32 with Alexa you can follow this tutorial of randomnerds it is based on Arduino but it will give you an idea of how it can be achieved |
@MaazSk I will have to see if this can be ported easily to esp-idf but from the first glance it seems like a tough task |
Have a look at this Alexa Connect Kit.
Or you can make use of Home assistant which can help you I hope this helps you. I was thinking to make a repo and create it as an hobby project please let me know if you are interested we can set it up |
@MaazSk Clicking on Request ACK SDK access opens up error 404 page: I think it is definately a good idea to make a public repo for esp-idf that would help developers get their alexa compatible projects up and running. Im down to collaborate. |
Answers checklist.
General issue report
Hello. I have designed my own ESP32 based device to control RGB lightning. I use touch display ST7789 to control the colors and everything works fine!
I would love to somehow make my device compatible with Alexa but not too sure where to start. I have Alexa at home and I want my Alexa to discover my ESP32 device and control RGB strip using voice commands. Perhaps someone could put me on the right track? i have tried searching but could not find any relevant information. Is there any esp-idf examples on how to get things going?
Thanks in advance.
The text was updated successfully, but these errors were encountered: