Search found 3 matches
- Fri Jan 08, 2016 2:04 pm
- Forum: Freematics Products
- Topic: GPS ~19km Off
- Replies: 9
- Views: 22549
Re: GPS ~19km Off
Finally back and interested in the project again (long story, old vehicle had a wiring issue that made the obd port completely unusable, but I've got a new(er) car now!) I ran the ATGRR command and parse the output with TinyGPS I do ineed get the correect values. This is when the GPS is configured t...
- Sat Apr 18, 2015 4:11 pm
- Forum: Freematics Products
- Topic: GPS ~19km Off
- Replies: 9
- Views: 22549
GPS ~19km Off
So after a lot of tinkering I've been able to get the unit working somewhare reliably (pre-installed firmware had a whole lot of issues, but the v3 firmware behaves much better). I wrote a simple GPS only sketch using the ATGPS command to get the GPS information, but it appears that the GPS position...
- Sat Apr 18, 2015 4:29 am
- Forum: Freematics Products
- Topic: PID Support Checker Sketch
- Replies: 3
- Views: 9046
Re: PID Support Checker Sketch
OBD has built in codes to check for support of PIDs (0x00, 0x20, 0x40, 0x60 and 0x80). Each command returns as 32 bit result indicating support for the next 32 PIDs (or not). The OBD library uses these PIDs and stores the results in pidmap, which is a public variable of the COBD class. This is done ...