I’m having trouble getting the CAN shield to communicate on the CAN bus. There’s no reported errors (the shield reports it initialized successfully) but I never get any CAN traffic sent by the send example and it never sees anything sent on the bus while running the read examples. The RX light is constantly on regardless of the traffic on the CAN bus. I’ve tried this with a few v1.2 shields, all with the same behavior so it’s unlikely to just be a defective shield.
I’m using about the simplest setup possible: a v1.2 shield and an Arduino Uno R3 with a usb CAN adapter wired to the screw terminals. I’ve tried both the 1.0.6 and 1.6.6 versions of the arduino toolset.
I had a v1.0 version of this shield and it worked perfectly, all of these examples worked just fine and I was able to send and receive traffic using the usb CAN adapter. This is very frustrating since I expect the new version to work out of the box with the given examples, and since the old model has been discontinued I can’t just go out and get more of the version that actually works.
I’ve seen a few other posts with people having similar problems but no solutions, I’m posting this up in the hope that someone in the meantime has found a workaround to get the v1.2 shields working.
Thanks in advance for any help.