No PID return

Inquiry and support for Freematics products
Post Reply
CoCo24
Posts: 10
Joined: Mon Apr 04, 2016 2:49 am

No PID return

Post by CoCo24 »

Hi,

I have a 1998 Opel Vectra B who have a K-Line, and I recently received the OBD2 I2C Adapter. When I try the "rpm_led_i2c" sketch, obd.init() seems to be OK (I added some Serial.print) but when the Arduino reach obd.read(PID_RPM, value), it's return some weird and wrong values (an old value that was stored in "int value", like 1281 or 18177).
Please, can you help me ? I desperately tries to run the adapter

Thank you,
CoCo24
stanley
Site Admin
Posts: 1029
Joined: Sat Mar 01, 2014 3:15 am

Re: No PID return

Post by stanley »

Can you run the OBD example sketch obd_i2c_test and let me see what the output is?
Post Reply