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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则