Page 1 of 1

Charting service

Posted: Sat Apr 25, 2015 1:01 am
by nawaz
Hello,

I have just programmed my Freematics vehicle adapter with the latest datalogger v3 sketch from Github. Everything seems to work fine and for each trip it generates a CSV file on SD card. However, when I try to use the charting service to view the data from these CSV files, I get the following error message,

Error - file does not exist


Has anyone used the service recently? Using data2kml (compiled on Mac) also seems to generate a very small sized kml file that does not appear to contain any data. However, I can clearly say data in my CSV files.

Re: Charting service

Posted: Sat Apr 25, 2015 11:14 am
by stanley
Could you send me or share your logged file for testing?

Re: Charting service

Posted: Sat Apr 25, 2015 8:44 pm
by nawaz
Okay I have just emailed it to you.

Re: Charting service

Posted: Mon Apr 27, 2015 8:34 pm
by FastZyx
Remove the first line (FREEMATICS_V3)

Re: Charting service

Posted: Mon Apr 27, 2015 8:47 pm
by nawaz
Thanks! That does the trick.

The GPS track seems to be messed up, looking at the other thread, it seems there is a bug in the parsing code. Did you have any success with TinyGPS parsing NMEA or the fix for parsing?