Connect to NRF cloud using the Serial LTE Modem sample

Hi,

The NCS version I am using is 2.4.0

I have a 91DK which has a modem firmware of 1.3.5. I also have flashed the serial_lte_modem hex file. I saw that we can connect to NRF cloud using the asset tracker V2 hex file. Wanted to know if it is possible to do the same with serial lte modem hex file.

Thank you for your help.

Regards 

Parents Reply
  • - the credentials on your device do not match what has been provisioned to nRF Cloud.

    This is difficult to fully verify, other than having the device successfully connect to nRF Cloud.
    If the device_credentials_installer.py is executed multiple times on the same device it could occur if the script prompts or options are not used correctly.
    If you suspect this is the issue, I would delete your device from nRF Cloud, and re-run the steps.
    For device_credentials_installer.py:
    - use the -d parameter to ensure the sec tag contents are deleted.
    - use the --verify parameter to perform a SHA check on the cert data.
    - if you are using the same csv file, ensure you select y to overwrite when prompted.


    - the credentials on your device were installed to a sec_tag other than 16842753.

    This would occur only if you used the -s or --sectag when running the device_credentials_installer.py script.

Children
Related