This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF9160 DK AWS IoT cloud setup

We are using the nRF9160 DK with the Asset tracker example, which is working in combination with the nRF Cloud.

Now we want to use our own AWS account in combination with the nRF9160 DK. Therefore we changed the CONFIG_NRF_CLOUD_HOST_NAME to our host name. But the device will not connect. Are there any other changes necessary? In your example, the certificate test of AWS IoT is disabled, correct?

Do you have a documentation how the device should be configured to connect to the AWS server?
Where are all the settings stored, who are listed in the generated autoconfig.h file? For example changing the NRF Cloud Host Name?

Thank you for any suggestions.

Parents Reply
  • Thank you all for your suggestions.

    The solution with the mqtt_simple is fine, it works also in combination with my MQTT broker.

    But it happens some time, that it will not be able to connect to the LTE network, or in the Terminal i see "IPv4 Address found 0x93614854" but after this noting happens, instead of connecting to the MQTT client. Or the device will no longer receive subscribed topics from the server.

    Does any one also have such kind of issues with this simple template sample?

Children
Related