Hey guys and girls,
I try to use the CAN Bus Module MCP2515 with an Arduino Leonardo ETH to read data from my car. Unfortunately I'm not sure why it fails... my board has an 8MHz oscillator. I use the library:
I added
CAN.setClockFrequency(8E6);
CAN.setPins(10, 2);
to the Supported PID example to run it with my 8MHz oscillator.
The wiring of module and Arduino I have illustrated on the picture:
Do you have an idea?
Thank you very much!
Greetings Jan