Hello,
I've tried to request the location via AGPS/PGPS via Location sample in SDK 1.8 but it seems that location is only working with the Cellular method.
I've tried to re-provision the device again as it is described here https://docs.nrfcloud.com/Guides/GettingStarted/Devices/#securely-generating-credentials-on-the-nrf9160
The current modem version is 1.3.1
DKnrf9160,
SDK = 1.8,
Location sample ( west build -p -b nrf9160dk_nrf9160_ns -- -DOVERLAY_CONFIG=overlay-pgps.conf )
the output of the Location sample is
Connecting to LTE... Connected to LTE Waiting for current time Requesting location with short GNSS timeout to trigger fallback to cellular... [00:00:02.264,404] [0m<inf> nrf_cloud_pgps: Checking P-GPS header: Schema version:1, type:10, num:1, count:42[0m [00:00:02.264,953] [0m<inf> nrf_cloud_pgps: size:2006, period (minutes):240, GPS day:15372, GPS time:57600[0m [00:00:02.265,502] [0m<inf> nrf_cloud_pgps: Checking stored P-GPS data; count:42, period_min:240[0m [00:00:02.266,418] [0m<inf> nrf_cloud_pgps: num blocks:42, size:2048, first_free:-1[0m [00:00:02.266,876] [0m<inf> nrf_cloud_pgps: map:111111111111111111111111111111111111111111[0m [00:00:02.267,303] [0m<inf> nrf_cloud_pgps: Checking if P-GPS data is expired...[0m [00:00:02.267,730] [0m<inf> nrf_cloud_pgps: Looking for prediction for: GPS sec:1330013602, day:15393, time of day:58402, week:2199, day of week:0, time of week:58402, toe:3650[0m [00:00:02.268,524] [0m<inf> nrf_cloud_pgps: First stored prediction: GPS sec:1328198400, day:15372, time of day:57600, week:2196, day of week:0, time of week:57600, toe:3600[0m [00:00:02.269,317] [0m<inf> nrf_cloud_pgps: current offset into prediction set, sec:1815202[0m [00:00:02.269,775] [1;33m<wrn> nrf_cloud_pgps: data expired![0m [00:00:02.270,111] [1;33m<wrn> nrf_cloud_pgps: Predictions expired. Requesting predictions...[0m [00:00:29.068,939] [1;33m<wrn> location: Timeout occurred[0m [00:00:29.069,549] [1;33m<wrn> location: Failed to acquire location using 'GNSS', trying with 'Cellular' next[0m
Could you please tell me how I can get GNSS method working?
Thanks in advance!
Mustafa