How to Claim Address in Canbus

Hello community!!

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.

Thanks in advance

"Claim address"... That's as useful as "go somewhere". More details please. See How to use the forum.

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.

Thanks

Wow. That was a fairly big piece of information to leave out of the original question! :slight_smile:

Have you googled Arduino canbus? There are many pre-made solutions and a zillion tutorials/examples.

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.