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

nRF9160 trying to connect to the local cell network.

I'm trying to connect to my local LTE network but I can't pass the yellow and blinking LTE step. I couldn't also run the Asset Tracker project. Please tell me if you are covering Bogota/Colombia to connect to the local cell area.

Thanks.

Parents
  • Hi Didrik,

    Would you please tell me the procedure to send you the log?.

    It seems that we need special sim cards to access my and lte-m. I'm asking the local telcos. But I'm just wondering, if the can't handshake with the standard LTE means that it can't work?. Or could I program the modem to handshake with the standard cell network?.
    Thanks.
  • You can get the log from the Link Monitor application in nRF Connect for Desktop, or any other serial terminal.

    When debugging connectivity issues, the at_client application is very useful.

    A guide on how to use the Link Monitor can be found here: https://www.youtube.com/watch?v=m5V4Vo_Xemk

    However, if you have confirmed that you need a local SIM card, then the log is not needed.

    The nRF9160 can only connect to NB-IoT and LTE-M networks, not regular 2G/3G/4G networks.

    However, the same modem firmware version can be used for both NB-IoT and LTE-M.

    The asset_tracker application uses LTE-M by default, but you can change to NB-IoT by setting LTE_NETWORK_MODE_NBIOT=y in the prj.conf file.

    If your local network does not support ePCO, you can change to legacy PCO by adding CONFIG_LTE_LEGACY_PCO_MODE=y.

Reply
  • You can get the log from the Link Monitor application in nRF Connect for Desktop, or any other serial terminal.

    When debugging connectivity issues, the at_client application is very useful.

    A guide on how to use the Link Monitor can be found here: https://www.youtube.com/watch?v=m5V4Vo_Xemk

    However, if you have confirmed that you need a local SIM card, then the log is not needed.

    The nRF9160 can only connect to NB-IoT and LTE-M networks, not regular 2G/3G/4G networks.

    However, the same modem firmware version can be used for both NB-IoT and LTE-M.

    The asset_tracker application uses LTE-M by default, but you can change to NB-IoT by setting LTE_NETWORK_MODE_NBIOT=y in the prj.conf file.

    If your local network does not support ePCO, you can change to legacy PCO by adding CONFIG_LTE_LEGACY_PCO_MODE=y.

Children
No Data
Related