Model B & ISO 15765-4 CAN (11-Bit 500k baud) & Prius Proble
Posted: Thu Apr 02, 2015 4:18 am
I have tried to connect the OBD-II Adapter for Arduino - Model B to a 2014 Toyota Prius (ISO 15765-4 CAN | 11-Bit 500k) which should be supported, but the program hangs at obd.init().
I have properly connected the two wires to the SDL/SDA ports and tried to change the protocol in obd.h init() but still did not work...
I have tried with the car ON and OFF, connecting SDA and SDL before and after the arduino is ON.
When I try this code (inside de setup function):
Serial.println("test");
if(obd.init()){
Serial.println("OBDII adapter has been connected");
} else {
Serial.println("Connecting to OBDII adapter...");
}
Only test is displayed, nothing else in the if/else statement is displayed, it seems like the code hangs inside the init() method.
When connecting the adapter the blue light flashes twice and then turns off, is this a normal behaviour?
Any ideas?
I have properly connected the two wires to the SDL/SDA ports and tried to change the protocol in obd.h init() but still did not work...
I have tried with the car ON and OFF, connecting SDA and SDL before and after the arduino is ON.
When I try this code (inside de setup function):
Serial.println("test");
if(obd.init()){
Serial.println("OBDII adapter has been connected");
} else {
Serial.println("Connecting to OBDII adapter...");
}
Only test is displayed, nothing else in the if/else statement is displayed, it seems like the code hangs inside the init() method.
When connecting the adapter the blue light flashes twice and then turns off, is this a normal behaviour?
Any ideas?