Become a leader in the IoT community!
New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!
Yes sure, what do you need help with ?
@marveeamasi I am using mongoose library . I wants to send data to AWS iot core . I tried the same thing with esp32 over wifi. Now I needs to implement on nucleoh745zi-q over ethernet. But I don’t know where to link AWS certificate.
Hope you have your `root CA certificate (amazon root CA 1)`, `device certificate`, and `private key`
@marveeamasi yes I have
The place you are when configuring the MQTT connection, you load the AWS IoT certificates into mongoose There
Load the AWS IoT certificates
Your device certificate
Your private key
Amazon root CA certificate
Then after u can Initialize the connection to AWS IoT as in
Then u shuld enable TLS with the provided certificates
Gotten to this point ?
CONTRIBUTE TO THIS THREAD