Search found 1027 matches

by stanley
Thu Jun 26, 2014 10:43 pm
Forum: Freematics Products
Topic: Chart JS error
Replies: 16
Views: 34261

Re: Chart JS error

Are you viewing the sample data or your own one?
by stanley
Thu Jun 26, 2014 10:42 pm
Forum: Freematics Products
Topic: OBD-II Emulator precision of the Speed Control
Replies: 9
Views: 21246

Re: OBD-II Emulator precision of the Speed Control

You may be interested in our next version of the OBD-II emulator, which has a GUI on PC and iPad. It will be released shortly.
by stanley
Thu Jun 26, 2014 5:51 pm
Forum: Freematics Products
Topic: Android App talking to the Freematics v2
Replies: 11
Views: 28260

Re: Android App talking to the Freematics v2

Yes, just make sure the baud rate matches. ;-)
by stanley
Thu Jun 26, 2014 3:57 pm
Forum: Freematics Products
Topic: Arduino OBD-2 Logger Kit 3 Pre-Buy question
Replies: 5
Views: 21325

Re: Arduino OBD-2 Logger Kit 3 Pre-Buy question

1. Is the Arduino Mega ADK provided in Kit 3 Revision 1, 2 or 3? Only Kit #3 has the option for Arduino MEGA ADK as the main controller board. 2. When installed in a car, is the Arduino Mega powered via the OBD-2 cable? Yes, the OBD-II adapter is powered by the OBD-II port and it will convert and r...
by stanley
Wed Jun 25, 2014 9:52 pm
Forum: Freematics Products
Topic: Android App talking to the Freematics v2
Replies: 11
Views: 28260

Re: Android App talking to the Freematics v2

Take a look in the sample data logger sketch for Freematics OBD-II adapter. It's very easy to let your phone get all those data.
https://github.com/stanleyhuangyc/Freem ... datalogger
by stanley
Fri Jun 20, 2014 10:52 am
Forum: Freematics Products
Topic: Decoding Protocols
Replies: 9
Views: 29404

Re: Decoding Protocols

We have our implementation and it is done with the onboard STM32 processor.
by stanley
Thu Jun 19, 2014 12:20 pm
Forum: Freematics Products
Topic: No PID Display
Replies: 1
Views: 11987

Re: No PID Display

Please check if read() returns true or false.
by stanley
Thu Jun 19, 2014 12:05 pm
Forum: Freematics Products
Topic: where are the protocols implemented?
Replies: 1
Views: 8425

Re: where are the protocols implemented?

Following vehicle protocols are supported.

CAN 500Kbps/11bit
CAN 250Kbps/11bit
CAN 500Kbps/29bit
CAN 250Kbps/29bit
ISO9141-2
KWP2000 Fast
KWP2000 5Kbps
by stanley
Thu Jun 19, 2014 12:03 pm
Forum: Freematics Products
Topic: Serial Communication
Replies: 4
Views: 28357

Re: Serial Communication

by stanley
Thu Jun 19, 2014 12:01 pm
Forum: Freematics Products
Topic: Model A UART & Megalogger
Replies: 3
Views: 13999

Re: Model A UART & Megalogger

Make sure you make the necessary changes to config.h in megalogger.

Change this line:

Code: Select all

#define OBD_MODEL OBD_MODEL_I2C

To:

Code: Select all

#define OBD_MODEL OBD_MODEL_UART