Have anyone worked with nucleo board lwip to send data to aws iot core
Have anyone worked with nucleo board lwip to send data to aws iot core
7 Replies
Yes sure, what do you need help with ?
@Marvee Amasi 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
@Marvee Amasi 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 ?