This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nrf9160 SIM_VDD is always 0V

Good afternoon,

I am working with the NRF9160-SICA-B1A-R module on a custom board.

Checking the functionalities with a software developed on a Thingy:91, I get the following error: "[<err> lte_lc: Failed to enable eDRX, reported error: 65536]" and I have not been able to find the source of this error.

On the other hand, checking the board voltages I have detected that the SIM_VCC voltage coming out of the nrf9160 is always at 0V.

The nrf9160 module is powered at 4.1V.

Is it possible that the two errors are related?

What could be the origin of this error?

Below is a schematic of the nrf9160.

Thank you very much.

JP

Parents Reply Children
  • I get the following errors:  

    lte_lc: Failed to enable eDRX, reported error: 65536
    gnss_sample: Failed to initialize LTE link controller

    The version of the SDK I am using is the nRF Connect SDK v1.9.0. I have also tested the same code directly on a Thingy:91 board without SIM card and this error does not appear and I can initialize the modem without errors.

    The thingy:91 has a nrf9160 SICA B0 and I have a B1 on my board, maybe this is the difference that makes the error?

    Thank you very much.

    JP.

  • Did you check the status of the SIM using the former AT commands?

    Could you try to use the at_client + LTE Link monitor PC application, and issue the following AT commands and share the full output?

    AT+CEREG=5

    AT+CFUN=1

    AT+CFUN?

     

    LTE LinkMonitor should automatically apply other AT commands.

     

    Kind regards,

    Håkon

  • On my board I don't have a USB connector to use the LTE Link Monitor application.

    Testing the software on the Thingy:91 without a SIM I don't get the EDRX error so I understand that to initialize the EDRX I don't need the SIM to init the module. Is it possible?

    With none of the example projects I can initialize the LTE. Could it be because I have the nrf9160 B1 version, regarding the B0 version, do I have to make any modification in the firmware?

    Thank you very much.

  • Hi,

     

    On my board I don't have a USB connector to use the LTE Link Monitor application.

    You can connect the GPIOs to a generic USB-UART converter and use that.

    Testing the software on the Thingy:91 without a SIM I don't get the EDRX error so I understand that to initialize the EDRX I don't need the SIM to init the module. Is it possible?

    With none of the example projects I can initialize the LTE. Could it be because I have the nrf9160 B1 version, regarding the B0 version, do I have to make any modification in the firmware?

    If none of the examples work, I highly suspect there's an issue with your hardware connection towards the SIM card. Check if you have inverted the footprint to the SIM, and ohm from each pin of the SIM card holder to the respective nRF pins to see if it matches.

    Kind regards,

    Håkon

Related