When using the nRF9160DK with the cell monitor feature on nRF connect, was unable to get an LTE connection

trace-2024-05-20T15-19-50.235Z.mtrace

Above is the trace and the commands inserted. We were unable to get a response using the at+cops? command. Both SIM cards were active that we tested. We tested band 12. Could you please take a look at the trace file and see if there's anything that we're missing?

Thank you!

Parents Reply Children
  • Hello,

    The Firmware version was

    nrf9160dk_mfw-1.3.6_sdk-2.7.0

    And the nRF connect SDK version was:

    nrfconnect-setup-4.4.1-x64.exe



    The text from the image:

    CAT-M

    1. Set module to Minimum Functionality Mode
      1. at+cfun=0
    2. Set module to CAT-M only.
      1. at%xsystemmode=1,0,0,0
    3. Remove any band locks
      1. at%xbandlock=0
    4. Set band lock according to which network needs to be tested.
      1. AT&T uses Bands 2, 4 and 12
      2. T-Mobile uses Bands 2, 4, 5 and 12
      3. Each band should be tested individually
      4. Band 2: at%xbandlock=1,10
      5. Band 4: at%xbandlock=1,1000
      6. Band 5: at%xbandlock=1,10000
      7. Band 12: at%xbandlock=1,100000000000
    5. Set module to Active Mode
      1. at+cfun=1

     

    1. at+cemode=0
    2. at+cmee=1
    3. at+cnec=24
    4. at+cgerep=1
    5. at+cind=1,1,1
    6. at+cereg=5
    7. at+cgdcont=0,"IP","lpwa.vodafone.iot"

     

    1. Manually select the network to be tested
      1. AT&T: at+cops=1,2,”310410”
      2. T-Mobile: at+cops=1,2,”310260”
    2. Check the network selection status.
      1. at+cops?
    3. The module should respond with something like the below
      1. +COPS: 1,2,"310410",7
    4. Read the network signal values
      1. at%cesq=1
    5. The module should respond with something like the below
      1. OK
      2. %CESQ: 45,2,18,2
      3. Please record these values
    6. Set module to Minimum Functionality Mode
      1. at+cfun=0
    7. Repeat test for other bands

    Thank you,

    Elaine

  • Hi Elaine,

    Which application do you use on your nrf9160-dk? How did you flash it (which tool did you use)?

    Best regards,
    Dejan

  • For the trace file above, we manually installed the firmware. We used the Cellular Monitor application and connected to the serial terminal via that interface

  • Hi,

    Can you confirm that you use nrf9160-dk board and modem firmware version 1.3.6?

    dejans said:
    Which application do you use on your nrf9160-dk?

    Which of the cellular samples or applications have you flashed to your board? How did you flash this application to your board? 

    Can you provide more information about Nordic nrf9160 User Guide document with AT commands which you showed in your initial post? Did you make it yourself or you took it from some documentation page?

    Best regards,
    Dejan

  • Hello,

    We have not flashed any additional cellular samples or applications. The applications that we've used are: nRF connect for desktop (cellular monitor, serial terminal, quick start.) The guide that I've included is something that we've created internally to simply the command sequence for future use,  but it does correctly state all of the commands use to replicate this error.

    Best,

    Elaine

Related