Search found 1026 matches

by stanley
Thu Sep 18, 2014 9:03 pm
Forum: Freematics Products
Topic: I2C adapter and Teensy 3.1 support
Replies: 2
Views: 8340

Re: I2C adapter and Teensy 3.1 support

Add this line before inclusion of OBD.h

Code: Select all

#include <stdint.h>
by stanley
Thu Sep 18, 2014 9:00 pm
Forum: Freematics Products
Topic: Problems with kit3
Replies: 20
Views: 55318

Re: Problems with kit3

Is the file MPU6050.h good?
by stanley
Thu Sep 18, 2014 9:00 pm
Forum: Freematics Products
Topic: Ignition ON/OFF emulation...
Replies: 1
Views: 6166

Re: Ignition ON/OFF emulation...

The power on OBD-II port is always ON whether in real car or with emulator.
by stanley
Mon Sep 15, 2014 4:39 pm
Forum: Freematics Products
Topic: BLE connection
Replies: 17
Views: 43748

Re: BLE connection

The firmware depends on when did you order. It should always be the latest. Technically you can update it.
by stanley
Mon Sep 15, 2014 4:37 pm
Forum: Freematics Products
Topic: Analog Input
Replies: 3
Views: 9092

Re: Analog Input

It's connected to A4 and A5.
by stanley
Tue Sep 09, 2014 9:51 am
Forum: Freematics Products
Topic: Getting different data from SD and over Bluetooth
Replies: 1
Views: 6243

Re: Getting different data from SD and over Bluetooth

The streaming data does not include the timestamp which is the first number in every line of data in logged file.
by stanley
Tue Sep 09, 2014 9:50 am
Forum: Freematics Products
Topic: Powering OBD-II Adapter (UART)
Replies: 6
Views: 14527

Re: Powering OBD-II Adapter (UART)

The 5V is not picked from Arduino. It's converted and regulated from the 12V. The 5V is for powering Arduino. Uh! So a second question arises: is the adapter somehow protected from voltage spikes coming from the car power? I read in a lot of post many recommendations in doing so (e.g. via a voltage...
by stanley
Mon Sep 08, 2014 11:47 pm
Forum: Freematics Products
Topic: Problems with Kit #2
Replies: 8
Views: 21518

Re: Problems with Kit #2

Please download the latest source code instead the one of last year.
All resources (downloads, guides) are available on the [url=http://freematics.com/pages/products/arduino-telematics-kit-3/product page[/url].
by stanley
Mon Sep 08, 2014 11:45 pm
Forum: Freematics Products
Topic: Eagle files
Replies: 1
Views: 6342

Re: Eagle files

It's a product designed for open-source hardware (Arduino), with open-source library. The hardware of the product is not open-sourced.
by stanley
Fri Sep 05, 2014 2:14 pm
Forum: Freematics Products
Topic: New API added for OBD-II library
Replies: 0
Views: 10104

New API added for OBD-II library

A new API of getVoltage() has just been added in OBD-II library for getting car battery voltage. This feature is provided by OBD-II adapter and does not requires car engine started. The latest code is in the repository - https://github.com/stanleyhuangyc/ArduinoOBD