Page 1 of 1

Bugfix for OBD connection issue

Posted: Wed Mar 04, 2015 1:49 am
by stanley
If you are experiencing OBD connection issue with Freematics OBD-II Data Logger, that might caused by a bug in the OBD library. I am sorry for that. Please update OBD library with the latest source code from Github (click Download zip button on page right bottom). The OBD library is contained in the libraries sub-directory.

Re: Bugfix for OBD connection issue

Posted: Fri Jul 31, 2015 3:08 am
by I_Code_do_this
Hello Stanley,

I updated the last OBD library and still have a few problems with the OBD connection.
I don´t receive OBD-data from every car. I tested it with many different (newer) Cars.
Does anybody else have the same problem?

Thanks :D

Re: Bugfix for OBD connection issue

Posted: Fri Jul 31, 2015 4:30 pm
by stanley
So it all works before your updating the library?

Re: Bugfix for OBD connection issue

Posted: Fri Jul 31, 2015 7:01 pm
by I_Code_do_this
No. Unfortunately, I notice no difference.

It works just for one of the cars I tested (I tried the logger with 7 different cars).
On this car I get one CSV-File per test drive.

When I try the same with other cars, it works unstable:
1) Sometimes I get one CSV-File per test drive, but without OBD-data.
2) Sometimes I get many CSV-files per test drive :?: (about 2 kB/file). Those files contain only a few lines about the MEMS-sensor-data without OBD-data.

Thank You for the support!

Re: Bugfix for OBD connection issue

Posted: Wed Aug 19, 2015 9:03 pm
by I_Code_do_this
Can somebody connect successfully to OBD?
I still have problems.
I figured out I can´t connect to obd via any protocol since the last update.
I use firmware V3.
With one of the older versions of the OBD-library and firmware V2 I was able to connect only to CAN 11/500.

Does anybody have similar problems, or suggestions?

Thanks

Re: Bugfix for OBD connection issue

Posted: Thu Aug 20, 2015 6:56 am
by markiempje
Hey

You are not alone :(

i get a lot of 1kb csv files on a peugeot 207.
I managed to get a file of 1gb once for a VW polo 2014.

oh and i also get random PID's logged that i did not tell to log.

Mark

Re: Bugfix for OBD connection issue

Posted: Tue Aug 25, 2015 1:30 am
by I_Code_do_this
Glad to hear, I´m not the only one :lol:
Are you working on a solution?

I use an older version of OBD-library and V2 and get a successful initialization to CAN 11/500 and KWP2000.
But I´m only able to read Data via CAN 11/500

Re: Bugfix for OBD connection issue

Posted: Thu Oct 08, 2015 11:56 pm
by I_Code_do_this
Hello Stanley,

I still couldn't fix the problem.
To be sure, it's not a hardware fault, I ordered a second datalogger.
I am still only able to communicate via CAN 11/500.

Is it possible, that I set the Baudrate wrong?
- First of all I set Serial.begin(9600); in the setup-method.
- Then, in COBD::begin I set OBDUART.begin(38400); .....(I don't use the AT-command OBDUART.print("ATBR1 ");)

Or is it possible, that the Hardware doesn't support other protocols than CAN 11/500 ?

I hope You can help me.
Thank You