NRF9160 connection to Chilean network (sudamerica)

Hello, sorry if i missed some info, i'm new posting in this forum. I'm developing an IoT devices with the nrf9160 and we are having problem to connect to a LTE-M1 or LTE-NB Iot network in Chile with the nrf9160. We are using a custom board. All with hardware is good, the nrf9160 is flashed with segger jlink and using the SDK v2.5.1 and the modem fw v1.3.6.

Anyone else with problems connecting the nrf9160 to any sudamerica network?

thanks

Parents
  • Hi Francisco,

    Which application do you use?

    Is this newly emerged issue or you have seen this happening before?

    Could you provide application log showing the problem?

    Best regards,
    Dejan

  • Hi Dejan,

    It's a wearable band with LTE connection.

    It's the first time we see this issue, all because it's the first time we use a Nordic MCU too.

    I don't know if it's this application log that you need, but using AT commands to start the modem we get this.

    AT%XSIM=1:
    OK
    
    AT+CFUN=1:
    OK
    
    AT+CRSM=176,12258,0,0,10:
    +CRSM: 144,0,"98651000XXXXXXXXX"
    
    OK
    
    AT%XSIM?:
    %XSIM: 1
    
    OK
    
    AT+CNUMFailed to read, err 65536
    AT+CNUM:
    ERROR
    
    AT+CFUN=0:
    OK
    
    AT%XSIM?:
    %XSIM: 0
    
    OK
    
    AT%XSYSTEMMODE=1,1,0,1:
    OK
    
    AT%XBANDLOCK=0:
    OK
    
    AT+COPS=0:
    OK
    
    AT+CGDCONT=0,"IP","m2m.entel.cl":
    OK
    
    AT+CGAUTH=0,1,"entelpcs","entelpcs":
    OK
    
    AT+CFUN=1:
    OK
    
    AT+CEREG=1:
    OK
    
    AT+COPN:
    OK
    
    AT+COPS?:
    +COPS: 0
    
    OK
    
    AT+CSQ:
    +CSQ: 99,99
    
    OK
    
    AT+CEREG?:
    +CEREG: 1,4
    
    OK
    
    AT%COPSFailed to read, err 65536
    AT%COPS:
    ERROR

    Best Regards,

    Francisco

Reply
  • Hi Dejan,

    It's a wearable band with LTE connection.

    It's the first time we see this issue, all because it's the first time we use a Nordic MCU too.

    I don't know if it's this application log that you need, but using AT commands to start the modem we get this.

    AT%XSIM=1:
    OK
    
    AT+CFUN=1:
    OK
    
    AT+CRSM=176,12258,0,0,10:
    +CRSM: 144,0,"98651000XXXXXXXXX"
    
    OK
    
    AT%XSIM?:
    %XSIM: 1
    
    OK
    
    AT+CNUMFailed to read, err 65536
    AT+CNUM:
    ERROR
    
    AT+CFUN=0:
    OK
    
    AT%XSIM?:
    %XSIM: 0
    
    OK
    
    AT%XSYSTEMMODE=1,1,0,1:
    OK
    
    AT%XBANDLOCK=0:
    OK
    
    AT+COPS=0:
    OK
    
    AT+CGDCONT=0,"IP","m2m.entel.cl":
    OK
    
    AT+CGAUTH=0,1,"entelpcs","entelpcs":
    OK
    
    AT+CFUN=1:
    OK
    
    AT+CEREG=1:
    OK
    
    AT+COPN:
    OK
    
    AT+COPS?:
    +COPS: 0
    
    OK
    
    AT+CSQ:
    +CSQ: 99,99
    
    OK
    
    AT+CEREG?:
    +CEREG: 1,4
    
    OK
    
    AT%COPSFailed to read, err 65536
    AT%COPS:
    ERROR

    Best Regards,

    Francisco

Children
Related