Page 1 of 1

ESP32 with AWS Cloud

Posted: Fri Jul 29, 2022 5:40 am
by ketan vadodariya
Hi,

I am looking for the support of the MQTT connection. My device is esp32 with IDF framework and running the with freeRTOS application.

Idea.
first off I don't have any idea on esp32 MQTT library. I have seen some of an example of the MQTT connection and trying out the idea. I have to install the AWS root, client cert and client key certificate to the esp32 device so I can use those certificate for connection. that means I can't hard-core the certificate in software application because there will be the multiple device in production so each device has unique certificate as client cert and client key. so looking for the storage base logic when I can store the certificate in the device. but don't know where and how ?.

second off while connecting AWS broker with esp32 MQTT library I have to point those installed certificate to the connection Param so each device will use their individual client cert and client key and root will be common for all the device.


:)

Re: ESP32 with AWS Cloud

Posted: Thu Aug 18, 2022 7:36 am
by ketan vadodariya
Hi,

Looking for the support. Anyone can help me?