NO GPS Data

Inquiry and support for Freematics products
Post Reply
Girish
Posts: 4
Joined: Tue Jul 31, 2018 5:09 am

NO GPS Data

Post by Girish »

I am able to read the OBD data but I cannot see any GPS data. While debugging I can see that the code stops for GPS data at this point in processGPS
method

if (!sys.gpsGetData(&gd) || gd.date == 0) {
return;
}

Am I missing Something?
stanley
Site Admin
Posts: 1018
Joined: Sat Mar 01, 2014 3:15 am

Re: NO GPS Data

Post by stanley »

Make sure you expose the GPS receiver to open sky while testing.
Girish
Posts: 4
Joined: Tue Jul 31, 2018 5:09 am

Re: NO GPS Data

Post by Girish »

Thanks. It worked :|
Post Reply