Search found 99 matches

by protomor
Sun Feb 19, 2017 6:14 am
Forum: Freematics Products
Topic: Cannot view CSV data in freematics chart
Replies: 8
Views: 12707

Re: Cannot view CSV data in freematics chart

Post your CSV
by protomor
Thu Feb 16, 2017 11:03 pm
Forum: Freematics Products
Topic: Understanding logged data
Replies: 15
Views: 29387

Re: Understanding logged data

It doesn't seem to work with my csv files. But I also log lots of stuff and sometimes don't have GPS data. I have an error somewhere in the first quarter of the file "With Worksheets(wbName).Range("B:B")"

Does this spit out graphs and stuff?
by protomor
Wed Feb 15, 2017 10:40 pm
Forum: Freematics Products
Topic: Understanding logged data
Replies: 15
Views: 29387

Re: Understanding logged data

m Let's give this one a shot. I don't get why your csv starts with a "#". that was really weird. Your PIDs also come in 2 digit form. I was always expecting 3. Anyway. This should get it working for the most part. It does bomb on torque export and kml export (obviously) because both rely o...
by protomor
Wed Feb 15, 2017 11:21 am
Forum: Freematics Products
Topic: Kit 3 gone?
Replies: 0
Views: 4187

Kit 3 gone?

I had an old version of the kit 3. Arduino mega and I think the 2.8" screen with the three expansion slots on the side (I2c and 2 serial). The compact arduino mega seems to be the kit 3 but looks very different (stacked boards). I want to order another one and just load up my stuff and go. Is t...
by protomor
Wed Feb 15, 2017 12:21 am
Forum: Freematics Products
Topic: OBD Adapter - PIN 7
Replies: 1
Views: 4736

Re: OBD Adapter - PIN 7

Can I have the bigger font code?

What's adapter pin 7?
by protomor
Sun Feb 12, 2017 8:33 am
Forum: Freematics Products
Topic: Understanding logged data
Replies: 15
Views: 29387

Re: Understanding logged data

Well here's a link to just the EXE by itself. m File->Open and select your CSV file. I haven't tested the "save as torque" option but it should theoretically still work. Right now it averages between the farthest points instead of tweening. So far it hasn't been an issue but the GPS plots ...
by protomor
Sat Feb 11, 2017 12:57 am
Forum: Freematics Products
Topic: Understanding logged data
Replies: 15
Views: 29387

Re: Understanding logged data

Give me a few days to finish some stuff and make my code a little more pretty. I've just been coding it off the top of my head so it isn't very efficient and it's just one giant file. I can't guarantee it will load logs without tiny modifications. It's written pretty specifically for me. Requires VS...
by protomor
Fri Feb 10, 2017 2:28 am
Forum: Freematics Software
Topic: Logging extra OBD data fails
Replies: 5
Views: 12612

Re: Logging extra OBD data fails

Every manufacturer puts in their own PIDs and there are many different protocol types. Each protocol has its own issues and what it will and won't give you. The simplest way to find out what your car puts out is to just try the pid and see if something comes back; if anything.
by protomor
Thu Feb 09, 2017 11:21 pm
Forum: Freematics Software
Topic: Logging extra OBD data fails
Replies: 5
Views: 12612

Re: Logging extra OBD data fails

I think your car doesn't have that PID so the logger can't log it.
by protomor
Thu Feb 09, 2017 1:29 am
Forum: Freematics Products
Topic: Suggestion: Older cars
Replies: 1
Views: 4983

Re: Suggestion: Older cars

I think you've found yourself in a Catch 22. The reason for OBD2 was because manufacturers made too many OBD types and none of them were standardized. So by making a solution that would take pre OBD2 inputs, you'd have solved the problem that OBD2 was created to surpass. On the other hand, I am look...