You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Customize software to do OTA with cellular modem
Customize software to do OTA with cellular modem (CA-333)
May 13, 2024
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:
Thank everyone!
The text was updated successfully, but these errors were encountered: