I'm new with arduino development and I need to simulate some variables like speed and rpm in a Canbus network. I need and example to claim address for my canbus device because I can't find a proper code in internet to do that.
I'm working with Canbus for a college's project. If I understood well, before to send some variables to Canbus I need to claim the address for my device, is it right?
But I don't find how to do that.
shutta:
If I understood well, before to send some variables to Canbus I need to claim the address for my device, is it right?
No. In CAN bus there is no concept of "address". Any addressing is imposed by the layer above. Which is your next assignment: identify the layer above.