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

Not connecting to nRFCloud

Hi, we have an nRF9160DK (0.8.3) and it does not connect to the nrfcloud.

We have updated to the latest firmware 1.0.0

We only have nb-iot here so we  didn't use the iBasis sim, instead using a vodafone V-Sim (which is active). 

Are we missing a step here?

Thanks

Parents Reply
  • Hi Didrik,

    I have no idea why it stopped working but we re-installed Segger and the project, this worked and it can connect / build+run etc again :)

    We use Kiel here and are not familiar with Segger, it seems complex and buggy or maybe we just are not used to it.

    We have never registered the device on the cloud so how would we have certificates?

    Also how exactly do we get the certificates?

    Using the URLs with our API Key in the Chrome window doesn't seem to work (we just get search results).

    Here are the actual commands we are putting into URL text box: 

    http api.nrfcloud.com/.../devices Authorization:"Bearer b8c3ad8b60e4abb110bb67421346f274586306e2"


    POST api.nrfcloud.com/.../<device ID>/certificates Authorization:"Bearer b8c3ad8b60e4abb110bb67421346f274586306e2"

    Are they formatted OK?

    If we remove the http and POST we get this for both.

    {
        "message": "Missing Authentication Token",
        "type":  "MISSING_AUTHENTICATION_TOKEN",
        "resourcePath":  "",
        "statusCode": "'404'"
    }

    Any ideas?

    Ian
Children
Related