Search found 4 matches

by dreadcodemonkey
Tue Jan 24, 2017 11:50 pm
Forum: Freematics Products
Topic: Slower communication when car is off
Replies: 1
Views: 4289

Slower communication when car is off

I noticed during testing with my UART V1 OBD adapter that when the car is on (not necessarily the engine, but key is turned to on) that my device polls the OBD quite fast. The red light on the adapter blinks constantly. However, when the car is off, the red light on the adapter will blink about once...
by dreadcodemonkey
Tue Jan 24, 2017 11:45 pm
Forum: Freematics Products
Topic: What's the difference between the uart V1 and V2 adapters?
Replies: 3
Views: 11231

Re: What's the difference between the uart V1 and V2 adapters?

On the page for the I2C (or really any other) model: m scroll down to the "Comparison" section and you will see the difference. But basically... V1 is UART only and no MEMS (accelerometer). I2C is, well, an I2C interface and has a MEMS. V2 is UART *and* microUSB (so you can use it directly...
by dreadcodemonkey
Sun Dec 18, 2016 11:17 pm
Forum: Freematics Products
Topic: Unable to Communicate with OBD UART V1
Replies: 3
Views: 6886

Re: Unable to Communicate with OBD UART V1

Yes, as I stated above: "Then I connected ground to Uno ground "... and I also connected the ground of my FTDI adapter to the ground on the Uno.I verified continuity between the grounds with my multimeter. Also, the only light on the adapter that comes on is the red LED and it does blink o...
by dreadcodemonkey
Sun Dec 18, 2016 2:06 pm
Forum: Freematics Products
Topic: Unable to Communicate with OBD UART V1
Replies: 3
Views: 6886

Unable to Communicate with OBD UART V1

I purchased an OBD-A back in September and just now got to using it. I developed my particular project initially without the OBD as there was a lot to do beyond just getting the speed and in the end, that should have only been a few lines of code. But once I tried, it just hung up on obd.init(). To ...