Search found 1034 matches

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

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?
by stanley
Mon Sep 22, 2014 4:22 pm
Forum: Freematics Products
Topic: ODB II adaptor connectivity
Replies: 5
Views: 12053

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.
by stanley
Mon Sep 22, 2014 4:21 pm
Forum: Freematics Software
Topic: Cannot compile megalogger sketch?
Replies: 3
Views: 15146

Re: Cannot compile megalogger sketch?

What's the compiler error message?
by stanley
Fri Sep 19, 2014 8:37 pm
Forum: Freematics Products
Topic: ODB II adaptor connectivity
Replies: 5
Views: 12053

Re: ODB II adaptor connectivity

It's correct. VCC is 5V on Arduino.
by stanley
Fri Sep 19, 2014 8:16 pm
Forum: Freematics Products
Topic: Problems with kit3
Replies: 20
Views: 57298

Re: Problems with kit3

I have no idea what caused this. I have never seen it on my end.
by stanley
Fri Sep 19, 2014 8:15 pm
Forum: Freematics Products
Topic: Older Kit #3
Replies: 1
Views: 7949

Re: Older Kit #3

To use the SD socket on the LCD shield, you need to enable software SPI. Check this out:
http://forum.arduino.cc/index.php/topic,65918.0.html
by stanley
Thu Sep 18, 2014 9:04 pm
Forum: Freematics Products
Topic: BLE connection
Replies: 17
Views: 45009

Re: BLE connection

BLE output are also available on Rx and Tx pins.
by stanley
Thu Sep 18, 2014 9:03 pm
Forum: Freematics Products
Topic: Analog Input
Replies: 3
Views: 9521

Re: Analog Input

Yes. VIN is not available.
by stanley
Thu Sep 18, 2014 9:03 pm
Forum: Freematics Products
Topic: I2C adapter and Teensy 3.1 support
Replies: 2
Views: 8633

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

Re: Problems with kit3

Is the file MPU6050.h good?