Hello,
I am using the this sample;
https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/udp_gps
I want pvt data instead of nmea data from the gps.
I therefore changed the chennel from GPS_CHAN_NMEA, to GPS_CHAN_PVT in the gps_control_init function of the gps_controller.c file.
I also change the changed the chennel from GPS_CHAN_NMEA, to GPS_CHAN_PVT in the gps_channel_get function of the main.c file.
i however do not obtain longitude and latitude data, but i get the correct date.
I want to know if there is something i am not doing right or there exists another configuration i need to set to get this data.
Thanks and Regards
Samuel