Search found 99 matches

by protomor
Tue Apr 25, 2017 8:29 pm
Forum: Freematics Products
Topic: Weird end of line value
Replies: 3
Views: 6996

Re: Weird end of line value

start ending? What does that mean? When you turn off the car, do you unplug the unit or leave it in? If your OBD2 port has power, the unit will try to log. But if your car is off, it'll permanently time out.
by protomor
Fri Apr 21, 2017 8:27 pm
Forum: Freematics Products
Topic: Date and Time of data logging
Replies: 3
Views: 6653

Re: Date and Time of data logging

I guess you mean the date time stamp on the file itself? The data inside the file is offsets not full time. So you can't sort within a file. I'm not really sure what you're asking. Can you give an example?
by protomor
Tue Apr 11, 2017 11:29 pm
Forum: Freematics Products
Topic: Date and Time of data logging
Replies: 3
Views: 6653

Re: Date and Time of data logging

Can you elaborate what you want instead? I've had issues with the GPS unit giving the wrong time and then "resyncing" mid way though. My logs show minute (and sometimes huge) jumps in time that most certainly did not happen. I'm thinking about just getting the date/time from the GPS on fir...
by protomor
Mon Apr 03, 2017 5:11 am
Forum: Freematics Products
Topic: Freematics ONE with Freematics OBD-II Emulator MK1 not logging
Replies: 1
Views: 4852

Re: Freematics ONE with Freematics OBD-II Emulator MK1 not logging

What does the serial output say? It should let you know if it connects properly or not.
by protomor
Fri Mar 31, 2017 9:27 pm
Forum: Freematics Products
Topic: .csv file not loading on google earth
Replies: 10
Views: 17563

Re: .csv file not loading on google earth

Well if you just need it for a school project, someone has to have a windows computer you can load it up on real quick. Or if you really just want it for this one project, I can export and send you just the KML. I color code mine based on PID though. I can hard code it for all one color if you'd lik...
by protomor
Fri Mar 31, 2017 1:11 am
Forum: Freematics Products
Topic: Providing us with a new zip-package of megaloggerhd???
Replies: 9
Views: 13997

Re: Providing us with a new zip-package of megaloggerhd???

You can take out all of that progmem stuff. It's just background images and what not. I have code to pull raw images from the SD card and display it.

Glad you got it working.
by protomor
Fri Mar 31, 2017 12:02 am
Forum: Freematics Products
Topic: Providing us with a new zip-package of megaloggerhd???
Replies: 9
Views: 13997

Re: Providing us with a new zip-package of megaloggerhd???

Your IDE isn't compiling as an arduino. The progmem warnings should never happen because that's built into the arduino. Remember, arduinos are "like" C, but it isn't C. Like the error "default argument given for parameter" should not be an error. That is completely valid syntax a...
by protomor
Thu Mar 30, 2017 9:01 pm
Forum: Freematics Products
Topic: Providing us with a new zip-package of megaloggerhd???
Replies: 9
Views: 13997

Re: Providing us with a new zip-package of megaloggerhd???

It says I can't PM you because your account doesn't have permissions or something.

Are you using the Arduino IDE? You shouldn't have to make a makefile. I'm running the code from the git repository with no modifications.
by protomor
Thu Mar 30, 2017 8:51 am
Forum: Freematics Products
Topic: Providing us with a new zip-package of megaloggerhd???
Replies: 9
Views: 13997

Re: Providing us with a new zip-package of megaloggerhd???

I recently picked up 4 megaloggerhds and had to pull all that stuff down. I do compile using the windows IDE but the errors should be the same.
by protomor
Thu Mar 30, 2017 4:30 am
Forum: Freematics Products
Topic: Providing us with a new zip-package of megaloggerhd???
Replies: 9
Views: 13997

Re: Providing us with a new zip-package of megaloggerhd???

What errors are you getting? I got latest about a week ago and have had no issues compiling.