Search found 1031 matches

by stanley
Thu Jun 26, 2014 11:41 pm
Forum: Freematics Products
Topic: OBD-II Emulator precision of the Speed Control
Replies: 9
Views: 21286

Re: OBD-II Emulator precision of the Speed Control

The serial interface of the current emulator is only used to altering the protocol that the emulator uses. The commands can be found in the product description.
by stanley
Thu Jun 26, 2014 11:01 pm
Forum: Freematics Products
Topic: Programming issues with OBD-II/SPI adapter
Replies: 9
Views: 26406

Re: Programming issues with OBD-II/SPI adapter

If you purchased the adapter recently, it is a V2 which is compatible with Arduino UNO. So you need to set the board type to Arduino UNO.
by stanley
Thu Jun 26, 2014 11:00 pm
Forum: Freematics Products
Topic: How to upload firmware?
Replies: 2
Views: 10543

Re: How to upload firmware?

Do you have an USBasp? There will be no serial port when you use a USBasp programmer. You need to set programmer in Arduino IDE's menu. If not, you need to use another Arduino with Arduino ISP sketch do uploading.
by stanley
Thu Jun 26, 2014 10:54 pm
Forum: Freematics Products
Topic: Source code for I2C model?
Replies: 1
Views: 9461

Re: Source code for I2C model?

If you are using with Mega Logger sketch, there is model switch defined in the config.h.

If you are writing your own sketch, simply declare this:

Code: Select all

COBDI2C obd;

to use the OBD-II adapter I2C version.
by stanley
Thu Jun 26, 2014 10:43 pm
Forum: Freematics Products
Topic: Chart JS error
Replies: 16
Views: 34398

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: 21286

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: 28362

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: 21392

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: 28362

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: 29481

Re: Decoding Protocols

We have our implementation and it is done with the onboard STM32 processor.