ARDUINO UNO and CANbus communication

hello everybody,

i need any help to build an interface between My Arduino Uno and CANbus to communicate with other ECU in J1939 protocol.

thank you

You need a CAN controller (eg MCP2515) and a CAN transceiver (eg SN65HVD233).

There is quite likely a shield to do this already, have a search at

www.shieldlist.org


Rob

thank you very much,what about code

Sorry, can't help with code. If you find a shield I would expect the maker to have examples. Also you could have a look on the Arduino playground,

http://playground.arduino.cc//Main/HomePage

there might be some code there.

EDIT: Have a look at this thread

http://forum.arduino.cc/index.php?topic=173216.0;topicseen

EDIT1: Oh, I see you found it :slight_smile:


Rob