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

udp_gps causes error with nRF9160 DK. How to solve?

<Environment>
- nRF9160 DK v0.8.5
- nrf tag: 1.1.0
- modem version: 1.1.0
- using an external GPS antenna, SW12 => CON

I'm attempting to use udp_gps, but doesn't work out with the new firmware. Any tip?

https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/udp_gps

"gps" program works fine and gives nmea data.

***** Booting Zephyr OS build v2.0.99-ncs1 *****
EXPERIMENTAL: UDP test with GPS
Connecting to LTE network. This may take several minutes.
[00:00:00.350,250] <dbg> nrf9160_gps.init: MAGPIO set: AT%XMAGPIO=1,0,0,1,1,1574,1577
[00:00:00.350,738] <dbg> nrf9160_gps.init: COEX0 set: AT%XCOEX0=1,1,1570,1580
[00:00:00.367,218] <dbg> lte_lc.w_lte_lc_connect: Network mode: AT%XSYSTEMMODE=1,0,0,0
+CEREG: 2,........
[00:01:06.762,054] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 2
+CEREG: 5,.........
Connected to LTE network
PSM bits: 001
PSM Interval: 01010
GPS initialized
+CEREG: 5,...........
[00:01:15.486,083] <dbg> lte_lc.parse_nw_reg_status: Network registration status: 5
Enabling PSM
PSM enabled
Failed starting GPS!
GPS could not be started, error: -5
[00:01:17.515,930] <dbg> nrf9160_gps.enable_gps: GPS mode is not enabled, attempting to enable it
[00:01:17.516,052] <dbg> nrf9160_gps.enable_gps: Sending AT command: AT%XSYSTEMMODE=0,1,0,1
[00:01:17.516,571] <err> nrf9160_gps: Could not enable GPS mode, error: -8
[00:01:17.516,571] <err> nrf9160_gps: Failed to enable GPS

--- update  ---

I erase previous program by "nrfjprog -e" everytime I flash a new one, and delete an old build folder before building a new program

Related