Search found 1039 matches
- Sat Oct 04, 2014 10:02 am
- Forum: Freematics Products
- Topic: Read VIN?
- Replies: 9
- Views: 94404
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.
- Sat Oct 04, 2014 10:01 am
- Forum: Freematics Products
- Topic: Great Emulator, question about serial communications
- Replies: 2
- Views: 8028
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.
ATZ does a lot work including initialization and that's why it's slow. You can send ATV for getting version information.
- Fri Sep 26, 2014 9:47 pm
- Forum: Freematics Products
- Topic: Using GPS kills all data logging
- Replies: 10
- Views: 26158
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
- Fri Sep 26, 2014 9:46 pm
- Forum: Freematics Products
- Topic: Problems with kit3
- Replies: 20
- Views: 59310
Re: Problems with kit3
The majority of users have no problem compiling the sketch. I really don't know why you have these errors.
- Tue Sep 23, 2014 7:12 pm
- Forum: Freematics Products
- Topic: Works [PARTIALLY] with my motorbike...
- Replies: 11
- Views: 29759
Re: Works with my motorbike...
What's the OBD time (polling interval) you got?
- Tue Sep 23, 2014 7:09 pm
- Forum: Freematics Products
- Topic: Arduino OBD-II Mod.A cannot communicate with Teensy 3.1
- Replies: 9
- Views: 18146
Re: Arduino OBD-II Mod.A cannot communicate with Teensy 3.1
So you didn't connect adatper's VCC? It should work with universal ground. Can you check what Teensy receive from the adapter? Is it in plain text?
- Mon Sep 22, 2014 4:22 pm
- Forum: Freematics Products
- Topic: ODB II adaptor connectivity
- Replies: 5
- Views: 12250
Re: ODB II adaptor connectivity
The 5V output of the OBD-II adapter is fully regulated. So the VCC should goes to Arduino's 5V instead of VIN.
- Mon Sep 22, 2014 4:21 pm
- Forum: Freematics Software
- Topic: Cannot compile megalogger sketch?
- Replies: 3
- Views: 15512
Re: Cannot compile megalogger sketch?
What's the compiler error message?
- Fri Sep 19, 2014 8:37 pm
- Forum: Freematics Products
- Topic: ODB II adaptor connectivity
- Replies: 5
- Views: 12250
Re: ODB II adaptor connectivity
It's correct. VCC is 5V on Arduino.
- Fri Sep 19, 2014 8:16 pm
- Forum: Freematics Products
- Topic: Problems with kit3
- Replies: 20
- Views: 59310
Re: Problems with kit3
I have no idea what caused this. I have never seen it on my end.