HTTPS requests on A9G via AT commands fail after 7 requests; HTTP works fine

0

Hi, I am working on A9G module in IOT , wherein I am trying to send data to AWS DynamoDB via https URL.

As part of a GPS tracker device, I'm utilizing AT instructions to connect with an Ai-Thinker A9G processor from an ESP8266. Starting off smoothly, HTTPS requests begin to fail after sending 7 or 8 successfully. Requesting HTTP is still acceptable, though.

What could be the reason that HTTP requests perform just fine but HTTPS requests fail after the first 7 or 8? And How can I solve this issue?

  • Process of sending data is: Sending data from arduino uno via A9G module -> DynamoDB via AWS API Gateway

1 個回答
0

Hi, it is hard to say what the issue could be without knowing how the firmware is written, but I would suppose HTTPS is more resource intensive and somehow resources get exhausted after few calls. This could be also due to a memory leak in the firmware.

I would recommend to look into AWS IoT Core to send data from a remote device to cloud. You can find several guides on the internet on how to connect an ESP8266 to AWS IoT Core.

AWS
專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南