Search found 1029 matches

by stanley
Fri Jul 04, 2014 9:20 pm
Forum: Freematics Products
Topic: Data Logger Shield for Arduino (with BLE)
Replies: 1
Views: 10632

Re: Data Logger Shield for Arduino (with BLE)

Please at least share your sketch so that we can know what you are doing wrong.
by stanley
Wed Jul 02, 2014 11:05 am
Forum: Freematics Products
Topic: Getting started - DTC management?
Replies: 15
Views: 33286

Re: Getting started - DTC management?

To query a specific PID, make sure to terminate the command with \r. So it should be "0101\r". The code is like this: char buffer[64]; obd.write("0101\r"); int bytesReceived = obd.receive(buffer,1000); if bytesReceived is greater than zero, buffer has the response string and all ...
by stanley
Sat Jun 28, 2014 1:41 pm
Forum: Freematics Products
Topic: Arduino OBD-2 Logger Kit 3 Pre-Buy question
Replies: 5
Views: 21368

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

Thank you for your order.
by stanley
Sat Jun 28, 2014 1:35 pm
Forum: Freematics Products
Topic: Chart JS error
Replies: 16
Views: 34372

Re: Chart JS error

What's the file content like?
by stanley
Sat Jun 28, 2014 1:34 pm
Forum: Freematics Products
Topic: OBD-II Emulator precision of the Speed Control
Replies: 9
Views: 21271

Re: OBD-II Emulator precision of the Speed Control

The new version will be released pretty soon (next week) in our online store. You can also keep an eye on our blog.
by stanley
Fri Jun 27, 2014 11:15 pm
Forum: Freematics Products
Topic: Chart JS error
Replies: 16
Views: 34372

Re: Chart JS error

Does you file has "FREEMATICS" as first line? If it does, please remove it.
by stanley
Fri Jun 27, 2014 11:13 pm
Forum: Freematics Products
Topic: OBD-II Emulator precision of the Speed Control
Replies: 9
Views: 21271

Re: OBD-II Emulator precision of the Speed Control

You cannot adjust by 10RPM with current version of emulator. Only the new version (with software GUI) allows you to do this. The current physical knob controlled version is adjusted by about 100rpm. The range is 0-16000rpm. For ranges of all OBD-II PIDs, please refer to this.
by stanley
Fri Jun 27, 2014 11:08 pm
Forum: Freematics Products
Topic: Arduino OBD-2 Logger Kit 3 Pre-Buy question
Replies: 5
Views: 21368

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

It's ADK R3.
Arduino MEGA has enough power for processing 10Hz GPS input. However, if there are other time consuming tasks, it may depend.
by stanley
Thu Jun 26, 2014 11:41 pm
Forum: Freematics Products
Topic: OBD-II Emulator precision of the Speed Control
Replies: 9
Views: 21271

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

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.