Search found 1 match

by 65gitwz3a
Wed Dec 20, 2023 1:51 am
Forum: ESP-IDF
Topic: ESP-MQTT usage for OTA updates
Replies: 3
Views: 26719

Re: ESP-MQTT usage for OTA updates

Hi. I'm also in the process of implementing OTA on AWS. I also felt that the esp-aws-iot examples that use aws sdk libraries are unnecessarily complex. So I decided to implement it using esp-idf libraries. I used esp-mqtt for provisioning certificates and private keys to devices (provisioning by cla...