Hello World,
I have installed some RGB LEDs in my car and I would like to tap into the car's pre-existing CAN Bus to control them. The plan is to have an Arduino connected to the OBD port and another one under the bonnet. Because of this I don't want the Arduino acknowledging messages with IDs for different parts of the car.
The project is going well but the CAN module I have wants to acknowledge every message on the bus. I'm using this MCP2515 module and tried a couple of different libraries but nothing seems to work.
I've tried using the mask & filters, I've got them to work so that the MCP2515 only reports messages with the ID I'm looking for but it still acknowledges all other messages.
I can't find any info on the topic but my google-fu is not up to scratch, any help would be much appreciated.
Thank you