Hi there! I'm trying to get this CAN bus shield working:
https://robotdyn.com/can-bus-shield-for-arduino.html
I tried the Arduino library from here, burned it onto an Uno and mounted the shield. In the Arduino serial monitor all I get is this:

I found a fork of this library:
https://github.com/coryjfowler/MCP_CAN_lib by @coryjfowler
I setup the library and ran the "loopback" example file and I got this:

So this seems like I'm heading in the right direction, however when I tried some of the other examples I wasn't able to get any live data from my car. I believe I had the car's baudrate set properly... Not totally sure where I need to start looking here... Any help would be greatly appreciated!
Hi there! I'm trying to get this CAN bus shield working:
https://robotdyn.com/can-bus-shield-for-arduino.html
I tried the Arduino library from here, burned it onto an Uno and mounted the shield. In the Arduino serial monitor all I get is this:
I found a fork of this library:
https://github.com/coryjfowler/MCP_CAN_lib by @coryjfowler
I setup the library and ran the "loopback" example file and I got this:
So this seems like I'm heading in the right direction, however when I tried some of the other examples I wasn't able to get any live data from my car. I believe I had the car's baudrate set properly... Not totally sure where I need to start looking here... Any help would be greatly appreciated!