Search found 1034 matches

by stanley
Sat Oct 04, 2014 10:11 am
Forum: Freematics Products
Topic: Using GPS kills all data logging
Replies: 10
Views: 25503

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

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

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

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

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

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

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

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
by stanley
Fri Sep 26, 2014 9:46 pm
Forum: Freematics Products
Topic: Problems with kit3
Replies: 20
Views: 57298

Re: Problems with kit3

The majority of users have no problem compiling the sketch. I really don't know why you have these errors.
by stanley
Tue Sep 23, 2014 7:12 pm
Forum: Freematics Products
Topic: Works [PARTIALLY] with my motorbike...
Replies: 11
Views: 28605

Re: Works with my motorbike...

What's the OBD time (polling interval) you got?