1 Answer
- Newest
- Most votes
- Most comments
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.
Relevant content
- Accepted Answerasked 6 years ago
- asked a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 years ago
Process of sending data is: Sending data from arduino uno via A9G module -> DynamoDB via AWS API Gateway