I2C doesn't work, 3 differents cars
Posted: Mon Apr 04, 2016 3:24 am
Hi Stanley,
Sorry for my bad english.
I received the OBD2 Adapter Model B yesterday. I tried to connect the adapter to my car (Opel Vectra B from 1998) with "rpm_led_i2c" sketch. Sadly, the led doesn't turn on at 2000 RPM (I lowered to 2000).
I tried to explicitly specifiy the communication protocol in the header file but it's still doesn't work.
I have another scan tool (OP-COM) that works very well with my car and it says the car's communication protocol is KWP2000 (which is normally supported by the adapter).
I added some prints in the code and it's seems to be stuck on obd.init().
I tried the adapter on two other newer cars (Mini Cooper S from 2010 and Peugeot 206 from 2004) and it's still doesn't work...
I enabled "#define DEBUG Serial" but I don't get any debug print in the serial monitor. How can I get debug print ?
I wired the adapter to my Arduino UNO :
RED -> VCC (5V)
BLACK -> GND
GREEN -> SDA
WHITE -> SCL
What I have done wrong ?
Thank you,
CoCo24
Sorry for my bad english.
I received the OBD2 Adapter Model B yesterday. I tried to connect the adapter to my car (Opel Vectra B from 1998) with "rpm_led_i2c" sketch. Sadly, the led doesn't turn on at 2000 RPM (I lowered to 2000).
I tried to explicitly specifiy the communication protocol in the header file but it's still doesn't work.
I have another scan tool (OP-COM) that works very well with my car and it says the car's communication protocol is KWP2000 (which is normally supported by the adapter).
I added some prints in the code and it's seems to be stuck on obd.init().
I tried the adapter on two other newer cars (Mini Cooper S from 2010 and Peugeot 206 from 2004) and it's still doesn't work...
I enabled "#define DEBUG Serial" but I don't get any debug print in the serial monitor. How can I get debug print ?
I wired the adapter to my Arduino UNO :
RED -> VCC (5V)
BLACK -> GND
GREEN -> SDA
WHITE -> SCL
What I have done wrong ?
Thank you,
CoCo24