Hello guys,
I programmed the gps sample on the nrf9160 DK, but I get:
Failed to initialize modem
I added a printk to see which of the at_cmmds were failing but I get inconsistent results. It used to show that AT+CFUN=31 was failing but now it shows
AT\%XSYSTEMMODE=1,0,1,0 is failing. I tried sending AT+CFUN=31 using the serial_lte_modem sample and the LTE link monitor, but doing so, I get:
<err> at_host: Could not send AT command to modem : -8
Thank you.