Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Have anyone worked with nucleo board lwip to send data to aws iot core
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