Search found 2 matches

by mano1979
Tue Feb 27, 2018 8:30 pm
Forum: ESP-IDF
Topic: Help needed! ESP32-Alexa (A.I.) client
Replies: 2
Views: 5083

Re: Help needed! ESP32-Alexa (A.I.) client

Some additional links with code examples. I just don't know how to implement it.

ESP-idf Ping example (incl delay): viewtopic.php?

Alexa Voice Service Ping-Setup: https://developer.amazon.com/docs/alexa
by mano1979
Sat Feb 24, 2018 3:02 am
Forum: ESP-IDF
Topic: Help needed! ESP32-Alexa (A.I.) client
Replies: 2
Views: 5083

Help needed! ESP32-Alexa (A.I.) client

In this project i found on github https://github.com/MrBuddyCasino/ESP32_Alexa , there should be a function that sends a "ping" every 5 minutes to the server it is connected to (amazon's alexa server), to keep the connection alive and avoid the esp32 from beeing reset. This is not implemented yet. I...