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

How to enable modem log in nRF9160?

nRF9160 is scanning and but  not latching to the network.

using "AT+COPS=1,2,"number"" to latch and it is not registering.

Verified the logs in server and nRF9160 dev kit is not hitting the server.

we need Detailed logging from nRF9160 modem for all network calls, please help us to enable modem logging through UART.

Parents
  • Hi TW,

    I would recommend that you test out the at_client sample and just run it with LTE Link Monitor.

    Please state which NCS tag you are using as well.

    Some eNBs does not support ePCO so I would recommend you to try to send the command:

    AT%XEPCO=0

    before you turn on the modem (at+cfun=1).
     

    Usually, you get more than enough information from the modem/network with the help from the at_host library and using the LTE Link Monitor.

    BR,
    Martin L.

Reply
  • Hi TW,

    I would recommend that you test out the at_client sample and just run it with LTE Link Monitor.

    Please state which NCS tag you are using as well.

    Some eNBs does not support ePCO so I would recommend you to try to send the command:

    AT%XEPCO=0

    before you turn on the modem (at+cfun=1).
     

    Usually, you get more than enough information from the modem/network with the help from the at_host library and using the LTE Link Monitor.

    BR,
    Martin L.

Children
No Data
Related