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

nRF9160 Connectivity issue

We have designed a board using the nRF9160 SiP and LWM2M. When testing with poor network connection (~  -118dB) we experience a strange behaviour. From monitoring the current profile it looks like the device is in DRX mode but it is no longer registered at the server. We have eDRX turned of and Registration Lifetime set to 90s. Not sure if this question is for Nordic or Telia, I will ask both.

Best regards

Dirk

Parents Reply
  • Also, can you please provide information from Device Manager regarding the connection? I.e. the COM ports and FTDI cable. Please include VIDs and PIDs

    Try the following in the Trace Collector:
    Ctrl+Shift+I to enter developer console. Then in the console please enter the following command:

    require('serialport').list().then(a => a.forEach(p => console.log(p.path, p.vendorId, p.productId)))


    This should output info on the left hand side under "info". The following was outputed in mine:
Children
Related