Thanks in advance for the help.
I connected my 9160DK (V1.0.1), downloaded the SDK programmed img_app_bl\serial_lte_modem_2021-10-20_d29f1dde.hex and tried to follow the examples here https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/doc/AT_commands_intro.html
<board reset>
+CFUN: 0
OK
AT#XSLMVER
#XSLMVER: "1.7.0"
OK
AT%XSYSTEMMODE=0,0,1,0
OK
AT%XCOEX0=1,1,1565,1586
OK
AT+CFUN=31
OK
at#xgps=1,1
OK
<nothing happens>
If I try and follow the AT#XNRFCLOUD examples I get various results depending on which of the many permutations of examples I follow. If I follow the example provided nothing happens.
I compiled the source to the LTE Modem Example from the SDK. I get substantially the same results.
This seems like a basic thing but I can't for the life of me figure out what is wrong.
