Search found 1027 matches

by stanley
Sat Dec 20, 2014 8:56 pm
Forum: Freematics Products
Topic: csv file has 5 colums of data, not just 3
Replies: 1
Views: 7871

Re: csv file has 5 colums of data, not just 3

The accelerometer data has 3 parts for X/Y/Z axis.
by stanley
Sat Dec 20, 2014 8:55 pm
Forum: Freematics Products
Topic: Yellow/blue vs yellow/white
Replies: 1
Views: 6250

Re: Yellow/blue vs yellow/white

Yes, correct.
by stanley
Sat Dec 20, 2014 8:53 pm
Forum: Freematics Products
Topic: EmulatorGUI is NOT connecting to emulator
Replies: 17
Views: 32340

Re: EmulatorGUI is NOT connecting to emulator

You mean the supplied power adapter does not work?
by stanley
Sat Dec 20, 2014 8:52 pm
Forum: Freematics Products
Topic: Protocols except CAN do not work.
Replies: 5
Views: 14750

Re: Protocols except CAN do not work.

KWP2000 is well supported.
by stanley
Sat Dec 20, 2014 8:51 pm
Forum: Freematics Products
Topic: Controlling third-party I2C devices via Freematics OBD
Replies: 1
Views: 6052

Re: Controlling third-party I2C devices via Freematics OBD

Sure you can. The ATMega328 in the data logger can work as I2C master. Actually the onboard MPU6050 is accessed via I2C.
by stanley
Sat Dec 20, 2014 8:44 pm
Forum: Freematics Products
Topic: kit #1 Obd2 problems
Replies: 9
Views: 21723

Re: kit #1 Obd2 problems

Good to know that! Have fun!
by stanley
Sat Dec 20, 2014 8:40 pm
Forum: Freematics Products
Topic: OBD Library find the right protocol
Replies: 1
Views: 5695

Re: OBD Library find the right protocol

Saving the protocol type in eeprom is a good idea. :-)
by stanley
Fri Dec 19, 2014 2:54 pm
Forum: Freematics Products
Topic: New I2C Adapter doesn't work, two other OBD tools do
Replies: 9
Views: 16721

Re: New I2C Adapter doesn't work, two other OBD tools do

I see some people connecting I2C adapter to Arduino's Rx and Tx and apparently Rx and Tx pins are not for I2C communication. Did you connect the wires correctly?
by stanley
Wed Dec 17, 2014 7:31 pm
Forum: Freematics Products
Topic: kit #1 Obd2 problems
Replies: 9
Views: 21723

Re: kit #1 Obd2 problems

Are you sure the Rx and Tx wire are connected to D1 and D0 correctly. Have you tried swapping them? Could you take a pic of the OBD adapter? I also want to make sure it is the correct model.
by stanley
Wed Dec 17, 2014 2:04 pm
Forum: Freematics Products
Topic: Kit #3 cant connect on a 2008 Honda Jazz (CAN 29 bit/ 500k))
Replies: 6
Views: 20064

Re: Kit #3 cant connect on a 2008 Honda Jazz (CAN 29 bit/ 50

Here is the updated OBD library which forces to different protocols when automatic identifying is not working. Please try it and let me know if it works well before I will commit it to github.