Hi All -
Pl suggest Arduino controller with CAN Interface or controller with CAN interface that can work with Arduino IDE.
Thanks
Hi All -
Pl suggest Arduino controller with CAN Interface or controller with CAN interface that can work with Arduino IDE.
Thanks
An arduino DUE has 2 CAN peripherals, however you need to add CAN transceivers, and there is an very good CAN library :
I tend to use a CAN-BUS_Shield_V1.2 either on a Uno or a Mega
ard_newbie:
An arduino DUE has 2 CAN peripherals, however you need to add CAN transceivers, and there is an very good CAN library :http://www.copperhilltechnologies.com/arduino-due-can-bus-gateway-prototyping-with-arm-cortex-m3/
GitHub - collin80/due_can: Object oriented canbus library for Arduino Due compatible boards
Thanks, but I've space constraint to use Due, I,think only option is to use the CAN modules that communicate on SPI with Nano
Hi,
I use these;
MCP2515 CAN Bus Module TJA1050 Receiver SPI for Arduino 51 MCU ARM Controller
Ebay $4.99 a pair.
Tom..