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

nRF9160 SIBA unable to connect to NB-IoT network and resets every ~10 seconds.

nRF9160 SIBA on custom board is unable to connect to NB-IOT and resets after about 10 seconds of operation.

Without a call to lte_lc_init_and_connect the reset does not happen.


The power, as suggested in other topics is at 2.6V from dc power supply with limit set to 1A.


Side note: this setting is the only one allowing for the programmer to reach the SiP. At planned 3.3V the programmer is not able to connect to the chip. For now just a missing power IC -> power supply is used.

Parents
  • Hi,

    Can you provide a log ?

    What application are you using? 

    Does this happen with the AT_client ?

    What MF do you have?

    Regards,
    Jonathan

  • As for logs. No, no uart is pointing outside, so this is problematic. Unless there is a possibility to stream logs through debug interface. Is there any?

    As for app. I made a custom app. It gets stuck inside lte_lc_init_and_connect waiting for the cellular network. For about 5-7 seconds the board draws ~50mA of current -> RX mode. Then drops back to ~0. No luck with mqtt_simple sample either.

    As for a reset. I figured out the cause was inside custom board files. With thingy board + custom overlay = no reset. Let these files be issue number two.

    I have no idea what MF means. Manufacturer does not seem to fit.

Reply
  • As for logs. No, no uart is pointing outside, so this is problematic. Unless there is a possibility to stream logs through debug interface. Is there any?

    As for app. I made a custom app. It gets stuck inside lte_lc_init_and_connect waiting for the cellular network. For about 5-7 seconds the board draws ~50mA of current -> RX mode. Then drops back to ~0. No luck with mqtt_simple sample either.

    As for a reset. I figured out the cause was inside custom board files. With thingy board + custom overlay = no reset. Let these files be issue number two.

    I have no idea what MF means. Manufacturer does not seem to fit.

Children
Related