Search found 4 matches
- Thu Apr 23, 2015 1:35 am
- Forum: Freematics Products
- Topic: Trouble Initializing OBD-II Model B
- Replies: 4
- Views: 12943
Re: Trouble Initializing OBD-II Model B
I had to connect GND from the adapter to the arduino for it to work (see my post for more details). When connecting, lights still flash this way but then they flash every 30 seconds or so when connected.
- Thu Apr 23, 2015 1:30 am
- Forum: Freematics Products
- Topic: Model B & ISO 15765-4 CAN (11-Bit 500k baud) & Prius Proble
- Replies: 4
- Views: 15705
Re: Model B & ISO 15765-4 CAN (11-Bit 500k baud) & Prius Pr
You are right, I did not connect GND. I tried again with the ground connected to the arduino and this time it worked! (That and turning the car on and waiting a couple of minutes for the whole thing to connect). The blue lights also flash every couple of seconds and I get good data back.
Thank you!
Thank you!
- Fri Apr 10, 2015 3:13 am
- Forum: Freematics Products
- Topic: Trouble Initializing OBD-II Model B
- Replies: 4
- Views: 12943
Re: Trouble Initializing OBD-II Model B
Same problem here, I have a Model B and it won't connect to the car either, the blue light flashes for a second and then the whole thing hangs in obd.init(). Hardware: OBD-II Model B MPU-9150 Hardware: Arduino Mega 2560 Car: Prius 2014 OBDII Protocol: ISO 15765-4 CAN (11 bit ID,500 Kbaud) Software: ...
- Thu Apr 02, 2015 4:18 am
- Forum: Freematics Products
- Topic: Model B & ISO 15765-4 CAN (11-Bit 500k baud) & Prius Proble
- Replies: 4
- Views: 15705
Model B & ISO 15765-4 CAN (11-Bit 500k baud) & Prius Proble
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 st...