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

Cannot get NB-IoT connection with nRF9160 DK

From what I could see the Asset_Tracker example works in LTE, not in NB-IoT. How can I test NB-IoT?

I would like to get some hint on what example to use and what to do to get nRF Cloud connection through NB-IoT so that I can start my development from a working platform.

I have nRF9160 DK board, iBasics SIM card and also a 1nce SIM card. I am based in Munich and must develop a project based on the nRF9160 chip.

All tips are welcome.

Parents Reply
  • Hi Sergio,
    You have to configure the prj.conf file located in the Application folder you are working with.

    Please read through the tutorial on how to work with NCS for more details with regards to this.


    Let us do some testing without modifying any applications to see if you actually can get an NB-iot connection:

    1. Build and flash the default AT_Client sample

    2. Open LTE LInk Monitor

    3. Make sure the modem is off. (AT+CFUN=4)

    4. Use the command:  AT%XSYSTEMMODE=0,1,0,0

    5. Use the command AT%XEPCO=0

    6. Then turn on the modem AT+CFUN=1

    Then use the AT+CFUN? while the "Automatic requests" is turned on:

    So you can see all the responses from the modem with the command AT+CFUN?

    • Please share the LTE Link Monitor Log.

    Best Regards,
    Martin L.

Children
Related