avr_can
avr_can copied to clipboard
Object oriented canbus library for Atmel AVR CPUs used with the Arduino IDE.
Trying to set nodes to both send and receive frames. Doing so with mailbox_set_id and mailbox_set_accept_mask functions did not allow for this. setRXFilter(c, 0, 0, false) did.
I setup 2 CAN64 IO (Atmega64M1) boards using Arduino IDE 1.8.1. Both interconnected with CAN High and Can Low (120Ohm bus terminator active on both sides). One is configured with...
I've tried your library and the examples with the internal 8MHz oscillator. There is some problem running at that speed. Any suggestion?
Hi Thomas, I was wondering if there was an Arduino library for some Atmel uC with the CANBUS controller integrated and I found your code. The question is how to...