Skip to main content

All Questions

Tagged with
-3 votes
2 answers
261 views

Setup for logging/displaying what command an OBD scan tool sends

I came across this video: youtube.com/watch?v=VtMvccqE8ks Any idea/resources how to build this setup? I am not much interested in monitoring the CAN bus for commands (headers or CAN IDs) of power ...
Soumya Sen's user avatar
1 vote
2 answers
6k views

Interpreting CAN bus data from OBD port

I'm using an Arduino with MCP2515 and MCP2551 to read data from a CAN bus over the OBD-II port of my car, Honda Jazz 2012. From what I've read on other forums and the OBD wiki, I can transmit the PID ...
Lalit Kumar's user avatar
1 vote
2 answers
7k views

Reading from CAN bus of a Chevrolet Cruze using an Arduino Uno

I'm using the Arduino Uno, CAN bus shield, and OBDII to DB9 Cable using their provided libraries. I was only able to initialize it. Readings: While connected to the car: CAN-High: 2.7 V - 3.0&...
mabdrabo's user avatar
  • 185