Asking for help for OTA ESP32 with a Cellular Modem and AWS
Posted: Tue Apr 30, 2024 5:47 am
Hi,
Recently, I've been trying to test out the OTA of ESP32 with AWS, I've used the esp-aws-iot library to test out the examples for both MQTT and HTTP OTA. So far, I've been able to connect to AWS and done Jobs (OTA) by using these examples, however, the challenge is about doing OTA via Serial Line with a cellular modem.
As I understand, the esp-aws-iot library has their own network_interface to handle the connection to Internet and TLS/SSL connection, and for my challenge, I have to re-do/redirect the connection to Serial Line/AT commands to handle the connection and get the firmware from AWS.
At the moment, I don't know where to start or is this possible to do?! Do you guys have any ideas for this? Anyone has done this before?
Please helppp !!!
Technical points:
- Tested with ESP-IDF ver.4.4
- ESP-WROOM-32E
- ESP-AWS-IOT library
- AWS IoT core (Things/S3)
Thank everyone!
Recently, I've been trying to test out the OTA of ESP32 with AWS, I've used the esp-aws-iot library to test out the examples for both MQTT and HTTP OTA. So far, I've been able to connect to AWS and done Jobs (OTA) by using these examples, however, the challenge is about doing OTA via Serial Line with a cellular modem.
As I understand, the esp-aws-iot library has their own network_interface to handle the connection to Internet and TLS/SSL connection, and for my challenge, I have to re-do/redirect the connection to Serial Line/AT commands to handle the connection and get the firmware from AWS.
At the moment, I don't know where to start or is this possible to do?! Do you guys have any ideas for this? Anyone has done this before?
Please helppp !!!
Technical points:
- Tested with ESP-IDF ver.4.4
- ESP-WROOM-32E
- ESP-AWS-IOT library
- AWS IoT core (Things/S3)
Thank everyone!