Hi,
I’m using the Thingy:91X board with the nRF9151 chip, modem firmware version 2.0.2, and SDK version 2.9.0.
We’re encountering a serious issue: the modem does not reconnect after the SIM has been deactivated and then reactivated.
I’ve tried:
-
sys_reboot(SYS_REBOOT_COLD)
-
Placing the modem offline (
lte_lc_offline()
) -
Shutting down the modem library (
nrf_modem_lib_shutdown()
) -
Forcing a hard reboot via the watchdog
None of these approaches has worked.
Do you have any suggestions for resolving this issue?
The only workaround so far (which isn’t acceptable) is to manually power the device off and on.
Regards,
Mathieu