Help with esp32 AWS fleet provisioning with csr
Posted: Wed Mar 12, 2025 1:24 pm
Hello,
I am trying to build a project with esp32 s3 module where I want to claim and provision the device with aws. I looked at the fleet provisioning with csr examples in esp-aws-iot and aws sdk but unfortunately I am not able to compile the code or use them. i even looked at the aws iot sdk embedded c.
I am use esp idf version 5.4
What I need:
I have a esp32 device. I receive a temporary certificate from the App.
now using the temporary certificate the esp32 connects to aws cloud
from the aws cloud a unique certificate is sent to the esp32
the esp32 stores this certificate and performs all future mqtt connections
Can anybody help me or point me to the correct working example ? help would be highly appreciated
Thank you!
I am trying to build a project with esp32 s3 module where I want to claim and provision the device with aws. I looked at the fleet provisioning with csr examples in esp-aws-iot and aws sdk but unfortunately I am not able to compile the code or use them. i even looked at the aws iot sdk embedded c.
I am use esp idf version 5.4
What I need:
I have a esp32 device. I receive a temporary certificate from the App.
now using the temporary certificate the esp32 connects to aws cloud
from the aws cloud a unique certificate is sent to the esp32
the esp32 stores this certificate and performs all future mqtt connections
Can anybody help me or point me to the correct working example ? help would be highly appreciated
Thank you!