Hello,
I have a custom prototype board using the nRF9160 that will gather GPS position information as a feature. The (previous)first PCB (of the exact same board) that I began development with was working and I was able to start GNSS using the #XGPS AT command and then get a GPS fix (from the #XGPS: notifications). In getting the second board up and running, the nRF9160 is (now) replying with +CME ERROR 0 when I send the #XGPS (AT#XGPS=1,1) command. The GNSS in the nRF9160 has been enabled using the AT%XSYSTEMMODE command. Can someone tell me why the nRF9160 would send this error message when the GNSS has been enabled?
nRF SDK v2.0.0 (for SLM)
nRF9160 Modem firmware v1.3.2, using the SLM application communicating via UART to a host microprocessor (using AT commands)
Thank you very much.