Search found 99 matches

by protomor
Sun Mar 26, 2017 9:54 am
Forum: Freematics Products
Topic: Adding J1850 Support
Replies: 6
Views: 13775

Re: Adding J1850 Support

Technically the ELM327 chip supports that protocol. At least I'm pretty sure. If you look in the OBD driver file, it just omits both J1850 protocol types. So I figure you can just manually add them back in and go play. Although the auto select should be smart enough to figure it out (I would assume)...
by protomor
Sun Mar 26, 2017 2:46 am
Forum: Freematics Products
Topic: V4 ODB Not connecting
Replies: 12
Views: 22204

Re: V4 ODB Not connecting

Have you tried with other protocols?
by protomor
Wed Mar 22, 2017 8:05 am
Forum: Freematics Products
Topic: V4 ODB Not connecting
Replies: 12
Views: 22204

Re: V4 ODB Not connecting

What version of the freematics hardware are you running? Have you updated to the latest code from the repository? 1.8.1 should be fine. Thats what Im compiling with now.

I don't get why you are manually running commands. Does the default out of the box solution not work at all?
by protomor
Fri Mar 17, 2017 4:17 am
Forum: Freematics Products
Topic: .csv file not loading on google earth
Replies: 10
Views: 17574

Re: .csv file not loading on google earth

Yea. I know where you live now lol. Must be warm. Although your temps make me think you're around 50F at the time of the log. My log parser still needs some work but you can get a general idea. I hope it's intuitive enough to figure out. I think that if you have to make documentation, your software ...
by protomor
Fri Mar 17, 2017 12:37 am
Forum: Freematics Products
Topic: J1850 H/W
Replies: 1
Views: 4575

Re: J1850 H/W

Hi. I don't have a definitive answer for you. Everything I've read on this forum says "no" for the main unit. So I would assume the emulator wouldn't be able to do it either.
by protomor
Thu Mar 16, 2017 9:26 pm
Forum: Freematics Products
Topic: .csv file not loading on google earth
Replies: 10
Views: 17574

Re: .csv file not loading on google earth

Does the main screen actually load when you open it? I'm surprised it even got that far on a mac! Drag+drop doesn't work (I should add that to my list of features). You need to go to "File" then "open" in the top left task area. I'm not sure if Macs will read that properly though...
by protomor
Thu Mar 16, 2017 11:58 am
Forum: Freematics Products
Topic: .csv file not loading on google earth
Replies: 10
Views: 17574

Re: .csv file not loading on google earth

You must be boosted. lol.

Here, try my log viewer: https://drive.google.com/file/d/0ByBda7 ... sp=sharing

Just file open, find your csv, and go play. Let me know if you have questions.
by protomor
Thu Mar 16, 2017 4:27 am
Forum: Freematics Products
Topic: .csv file not loading on google earth
Replies: 10
Views: 17574

Re: .csv file not loading on google earth

Can you send me a copy of your outputted CSV?
by protomor
Thu Mar 16, 2017 12:52 am
Forum: Freematics Products
Topic: Access to STM32 protocol controller
Replies: 5
Views: 11938

Re: Access to STM32 protocol controller

Honestly, you're getting beyond my knowledge and ability. The freematics unit is predone and a whole unit. If you want to tap into the bits individually, I would suggest simply getting the parts and starting from there rather than taking this unit and stripping it down. I'm still not sure what you'r...
by protomor
Wed Mar 15, 2017 10:21 pm
Forum: Freematics Products
Topic: Access to STM32 protocol controller
Replies: 5
Views: 11938

Re: Access to STM32 protocol controller

There's two levels of code for this project (both are open for you to modify). The first is the "ino" file itself, which is the general workings that connects to the GPS and accelerometer as well as the OBD2 stuff. The second level is the hardware setup in the libraries themselves. The bas...