Search found 4 matches

by Girish
Tue Aug 07, 2018 11:52 pm
Forum: Freematics Products
Topic: NO GPS Data
Replies: 2
Views: 5838

Re: NO GPS Data

Thanks. It worked :|
by Girish
Tue Aug 07, 2018 11:51 pm
Forum: Freematics Products
Topic: Freematics Emulator
Replies: 2
Views: 5246

Re: Freematics Emulator

That did the trick. :|
by Girish
Thu Aug 02, 2018 3:09 am
Forum: Freematics Products
Topic: NO GPS Data
Replies: 2
Views: 5838

NO GPS Data

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?
by Girish
Tue Jul 31, 2018 5:14 am
Forum: Freematics Products
Topic: Freematics Emulator
Replies: 2
Views: 5246

Freematics Emulator

I am playing with Freematics OBD 2 Emulator and Freematics One Plus with GPS. I couldn't read the data related to latitude and longitude. I used the
https://github.com/stanleyhuangyc/Freem ... telelogger for the device. Am I missing something to read this data using the emulator?