Hello!
Trying to understand how to connect to AWS IoT. I use nRF9160.
As for template I'm using mqtt_simple sample.
I found broker address, but how to use security keys and other stuff for connections.
Do someone have experience with AWS IoT?
Hello!
Trying to understand how to connect to AWS IoT. I use nRF9160.
As for template I'm using mqtt_simple sample.
I found broker address, but how to use security keys and other stuff for connections.
Do someone have experience with AWS IoT?
I'm using this post as a reference https://devzone.nordicsemi.com/f/nordic-q-a/44528/switch-cloud-endpoint-from-nordic-aws-to-our-own-aws-account
I've tried with assert_tracker and mqtt_simple. Set tls, certificate keys. But get errors:
mqtt error : 45
nrf_cloud_connect failed: -111
I'm using this post as a reference https://devzone.nordicsemi.com/f/nordic-q-a/44528/switch-cloud-endpoint-from-nordic-aws-to-our-own-aws-account
I've tried with assert_tracker and mqtt_simple. Set tls, certificate keys. But get errors:
mqtt error : 45
nrf_cloud_connect failed: -111
Hey MosheSmartAmr, I am facing the same issue. Were you able to debug the problem?
Thanks.
try using the asset tracking example .
still getting error : nrf_cloud_connect failed: -111 even with the asset tracker example