Search found 1026 matches

by stanley
Sat Oct 04, 2014 10:13 am
Forum: Freematics Products
Topic: GUI for new Freematics OBD-II Emulator
Replies: 17
Views: 150481

Re: GUI for new Freematics OBD-II Emulator

Will add that feature in next firmware/GUI update.
by stanley
Sat Oct 04, 2014 10:12 am
Forum: Freematics Products
Topic: Problems with Kit #2
Replies: 8
Views: 21516

Re: Problems with Kit #2

Are you using microSD (on the data logger shield) or SD (on the TFT LCD shield)?
by stanley
Sat Oct 04, 2014 10:11 am
Forum: Freematics Products
Topic: Using GPS kills all data logging
Replies: 10
Views: 24653

Re: Using GPS kills all data logging

Did you modify the datalogger sketch or just used ours?
by stanley
Sat Oct 04, 2014 10:09 am
Forum: Freematics Products
Topic: Business Idea - Contact Stanley
Replies: 3
Views: 9956

Re: Business Idea - Contact Stanley

Email sent. ;-)
by stanley
Sat Oct 04, 2014 10:07 am
Forum: Freematics Products
Topic: Arduino OBD-II Mod.A cannot communicate with Teensy 3.1
Replies: 9
Views: 16793

Re: Arduino OBD-II Mod.A cannot communicate with Teensy 3.1

Can you compare with what is happening with Arduino?
by stanley
Sat Oct 04, 2014 10:04 am
Forum: Freematics Products
Topic: UART & I2C - General Confusion
Replies: 6
Views: 12894

Re: UART & I2C - General Confusion

Since more than a year ago, we have upgraded I2C version (model B). So now it only has 4 wires.
by stanley
Sat Oct 04, 2014 10:03 am
Forum: Freematics Products
Topic: OBD-II Adapter (UART) doesn't work on ISO9141-2
Replies: 4
Views: 11326

Re: OBD-II Adapter (UART) doesn't work on ISO9141-2

You mean it works for a very short time after plugged in?
by stanley
Sat Oct 04, 2014 10:02 am
Forum: Freematics Products
Topic: Read VIN?
Replies: 9
Views: 91520

Re: Read VIN?

In current implementation of OBD library, only mode 01 is handled. You can though send "0902\r" to request for the VIN data and parse it.
by stanley
Sat Oct 04, 2014 10:01 am
Forum: Freematics Products
Topic: Great Emulator, question about serial communications
Replies: 2
Views: 7508

Re: Great Emulator, question about serial communications

Setting echo off does not mean there will be no response. Echo is regarding to the sending back of the received bytes.
ATZ does a lot work including initialization and that's why it's slow. You can send ATV for getting version information.
by stanley
Fri Sep 26, 2014 9:47 pm
Forum: Freematics Products
Topic: Using GPS kills all data logging
Replies: 10
Views: 24653

Re: Using GPS kills all data logging

Can you try this configuration first:

Code: Select all

#define LOG_GPS_NMEA_DATA 1
#define LOG_GPS_PARSED_DATA 0