Search found 1026 matches

by stanley
Tue Apr 21, 2015 8:51 pm
Forum: Freematics Products
Topic: GPS ~19km Off
Replies: 9
Views: 21209

Re: GPS ~19km Off

Before we work out the solution, a workaround is parsing NMEA with TinyGPS library in ATMega328p.
by stanley
Tue Apr 21, 2015 8:25 pm
Forum: Freematics Products
Topic: GPS ~19km Off
Replies: 9
Views: 21209

Re: GPS ~19km Off

With 6-axis or 9-axis?
by stanley
Tue Apr 21, 2015 8:07 pm
Forum: Freematics Products
Topic: GPS ~19km Off
Replies: 9
Views: 21209

Re: GPS ~19km Off

That might be a bug in the parsing code (in firmware). We will look into that. Are you having 5Hz or 10Hz GPS module?
by stanley
Tue Apr 21, 2015 8:05 pm
Forum: Freematics Products
Topic: Red LED
Replies: 2
Views: 7206

Re: Red LED

Red is for power. Blue is for data.
by stanley
Mon Apr 20, 2015 11:36 am
Forum: Freematics Software
Topic: CSV to KML conversion
Replies: 6
Views: 21492

Re: CSV to KML conversion

If you GPS data in KML, check if there is GPS data in CSV. If not, GPS might not be detected or GPS data logging is disabled.
by stanley
Mon Apr 20, 2015 11:36 am
Forum: Freematics Software
Topic: CSV to KML conversion
Replies: 6
Views: 21492

Re: CSV to KML conversion

Files are not dated as there is no API for doing this in Arduino's SD library.
by stanley
Mon Apr 20, 2015 11:32 am
Forum: Freematics Products
Topic: Has our order shipped?
Replies: 3
Views: 12418

Re: Has our order shipped?

If you register before placing your order, you can log into our online store and see the status of your order.
by stanley
Mon Apr 20, 2015 11:30 am
Forum: Freematics Products
Topic: OBD-II Emulator programmatic interface
Replies: 6
Views: 16252

Re: OBD-II Emulator programmatic interface

It's done by serial communcation with documented AT command-set. Any language can do that.
by stanley
Mon Apr 20, 2015 11:28 am
Forum: Freematics Products
Topic: Unologger compile issues
Replies: 4
Views: 13834

Re: Unologger compile issues

Unologger hasn't been maintained for a while. It's not up to date. Please try again with the latest code.
by stanley
Mon Apr 20, 2015 10:55 am
Forum: Freematics Products
Topic: GPS ~19km Off
Replies: 9
Views: 21209

Re: GPS ~19km Off

Are you using V2 or V3 hardware? You can obtain raw NMEA data output by MTK3329 by sending ATGRR command and parse it with TinyGPS. This is proven to be more accurate. It's also better to log raw NMEA data than micro-controller parsed data.