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.
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.
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.
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.