autowp / arduino-mcp2515

Arduino MCP2515 CAN interface library
MIT License
795 stars 279 forks source link

Mask & Filters #79

Open M4rch3llo opened 2 years ago

M4rch3llo commented 2 years ago

I'm quite new to Arduino and even newer to CANBUS, I've uploaded the code and got everything to work perfectly after a few tweeks (setting clock speed, can speed, etc).

now to the next step, I don't understand the filtering. for example, how would I code it to only show me a specific CAN i.d?

Just a little snippet of i.d's below but how would I set a filter to only show me 0x34F?

0x35C 0x34F 0x349 0x336 0x35E

XhemaliIlevia commented 2 years ago

Did you resolve it? I have the same problem.

Davi512 commented 2 years ago

You done it? I also need a filter