Invalid JWT token (nrf cloud location services)

Hello there, 

I'm trying to get a GNSS sample working on thingy91 but I always get invalid jwt in the logs output. 

The steps I have done so far: 

1- updated modem firmware to 1.3.5

2- generate private keys using

AT%KEYGEN=16842753,2,0

3- parse the output using modem_credentials_parser.py 

           
4- create a csv file

                         

 [device_uuid, device_public_key]


5- uploaded via the portal https://nrfcloud.com/#/register-keys



so far no sucess with getting AGPS and PGPS services working using gnss sample.


I'm not sure if I missed a step here.

Appreciate any help!




sdk: v2.4.0
dk: thingy91

    

Parents Reply
  • Hello Charlie, 

    Thanks for the answer. As I understood from this documentation. there is no need to provision devices if devices just want to use location cloud services. the provisioning process is only needed if the device is gonna use MQTT messages or FOTA. right?

    so back to my original question, GNSS sample uses only location cloud services, so I just need to register the device's public key in the nrf-cloud, so no need to add CA, is it correct?

    Best regards,

    Mustafa

Children
Related