OBD II UART init problem

Inquiry and support for Freematics products
Post Reply
tglenis
Posts: 1
Joined: Fri Mar 20, 2015 4:39 am

OBD II UART init problem

Post by tglenis »

Hi

Sorry for the inconvenience and my bad English
I just bought a freematics OBD II UART adapter and i cant make connection
to the car. (Nissan 1.6 2008 gas CAN 11bit 500kb)
I use a arduino mega ADK r3.
When i connect the cable to the car starts to
blink from blue to red and nothing happens.
I use the rpm_led_uart example (compiled and uploaded ok) and the latest libraries

the connections for the adapter to arduino are
RED –> 5V (on the power pins )
BLACK -> GND (om the power pins)
WHITE -> TX1 (pin 18 on the Mega ADK)
YELLOW ->RX1 (pin 19 on the Mega ADK)

I'll be greatful if you could help me.

Thanks
stanley
Site Admin
Posts: 1039
Joined: Sat Mar 01, 2014 3:15 am

Re: OBD II UART init problem

Post by stanley »

Try enable debug (check OBD.h) and see serial output from your MEGA.
Post Reply