Page 1 of 1

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

Posted: Sat Feb 24, 2018 3:02 am
by mano1979
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.
In the esp32-alexa code, preparations are made to implement this function, though the writer has no time anymore and is not able to help out. This is what he wrote:
I changed the programming model from threaded to async, as I needed to reclaim the stack memory. See components/asio/asio_http2.c.
full conversation here:https://github.com/MrBuddyCasino/ESP32_Alexa/issues/13

I am not a great programmer and have no knowledge of the esp32-idf language. I tried some things here and there, but it always results in a broken script that won't compile or work.

I hope someone here is able and willing to lend a hand.

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

Posted: Tue Feb 27, 2018 8:30 pm
by mano1979
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

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

Posted: Sun Jul 15, 2018 10:12 am
by Trialblazer47
Hi looks like the links are lost.. could you please help find those links. I also need to know the process.