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

GPS UDP Project: Invalid PVT Frame, GPS Seconds Last Fix ERR

Hi, i have been trying to get GPS and HTTP to be able to work with eachother, but im having some struggles.

After the GPS starts, the program begins spewing out "Invalid PVT Frame, Discarding" not sure if that is intentional.

Then once that ends after a minute or less it begins tracking satellites, but it does not ever use any.

I have tried with only gps with the gps sample, and that takes maby 2-3 minutes to get all 4 satellites, (3 in less then a minute) and it got tracking location, but not with this project.

At the same time, there is no seconds on fix, and just returns ERR. And the satelitte are "Not Used".

Here is the code/repository which is forked from Rallare's: https://github.com/ThomasAunvik/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/udp_gps

Here is the log file: https://gist.github.com/ThomasAunvik/faa07b994b1a1e7c19ade7b67748bcb8

Modem Firmware Version: 1.1.0

nRF9160 DK 0.8.5

Related