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
전문가
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠