nRF9161 DevAcademy Course

I am attempting to work thru the tutorial exactly per the instructions, and I'm stuck in Lesson 1 at

         6. Wait for the device to connect to nRF Cloud.

The Cellular Monitor shows the board connected to AT&T with SNR at 10dB, which ought to be plenty for anything it needs to do. The board is properly configured into nRFCloud.

What am I missing?

Parents
  • Hi Steve,

    Yes, search "iBasis SMS" in Devzone I can confirm that iBais SIM does not support SMS.

    Have you successfully tried to connect nRF Clould with UUID as client ID? SLM use this so you have to make sure device is provisioned with UUID as client ID to access the nRF Cloud.

    For NCS\v2.6.0\nrf\applications\asset_tracker_v2, you need to add following configurations to prj.conf.

     

    CONFIG_MODEM_JWT=y
    CONFIG_NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID=y

    You can follow Securely generating credentials on the nRF9160(use device UUID) setp by step. Step 1-9 can be simply done with python scripts if you do not want to do it manually.

    1) Create CA Cert

    2) Device Credentials Installer(Device need to be programed with AT Client)

    I am not available this week, but we have a big sales and FAE team in US always ready to help. 

    You can fill sales related questions in Contact us - nordicsemi.com to get contact by our local team to get onsite help.

    Best regards,

    Charlie

Reply
  • Hi Steve,

    Yes, search "iBasis SMS" in Devzone I can confirm that iBais SIM does not support SMS.

    Have you successfully tried to connect nRF Clould with UUID as client ID? SLM use this so you have to make sure device is provisioned with UUID as client ID to access the nRF Cloud.

    For NCS\v2.6.0\nrf\applications\asset_tracker_v2, you need to add following configurations to prj.conf.

     

    CONFIG_MODEM_JWT=y
    CONFIG_NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID=y

    You can follow Securely generating credentials on the nRF9160(use device UUID) setp by step. Step 1-9 can be simply done with python scripts if you do not want to do it manually.

    1) Create CA Cert

    2) Device Credentials Installer(Device need to be programed with AT Client)

    I am not available this week, but we have a big sales and FAE team in US always ready to help. 

    You can fill sales related questions in Contact us - nordicsemi.com to get contact by our local team to get onsite help.

    Best regards,

    Charlie

Children
Related