Results 464 comments of chegewara

Hi @mano1979, yes my ping request code to keep connection open is pushed to github. I have one more addition in my code that is reconnecting when amazon server sends...

There is not much info here. Thats why im using this tool (its arduino tool, but can be used with esp-idf). When you start this tool it will ask for...

This is question to @MrBuddyCasino , i dont know this stack enough to say what its the reason. Ive got it too, but in my case its after about 50...

I am using ESP32 simple alexa board (newest version i think) and i dont have any issue with recording my voice, neither with 240MHz or 160 MHz. Its one mic...

This is my latest log after about 5 hours or so (no longer crashing). Now i have to handle GOAWAY frame: ``` E (18600416) nghttp2: Could not submit HTTP request:...

https://www.tindie.com/products/microwavemont/esp32-simple-alexa/

@mano1979 You can always try with this repo without changes ive made. Then you can confirm its issue with my code or not.

I suppose its something with menuconfig options, or worst case scenario, broken hardware.

Agree, access token is returned from server and this log looks fine.

You need to prepare your server to handle http2 requests (h2) with ECDHE curve P-384 or change alexa code to use for example esp_http_client for this request. PS i am...