I built a RC5 board a while ago and finally got around to installing it. I am running Pcbv2 with a Panda card all connected over udp.
Which arduino code will work for this setup? The 1 I found won’t compile. It is missing EtherCard.h library. The latest 1 on github says “removed mcp23017” which the rc5 board still uses.
If using pin 2 for flow the nano has to mount on the board first with stacking headers. Pin 2 on the ethernet shield must be removed before mounting on top of the nano because it interfers with the signal. You could just use pin 3 to avoid that problem.
I gave Beta 8 a try, still the same problem . Arduino file won’t compile missing “Ethercard.h”. Using Arduino IDE
Am I making a mistake trying to load the Nano by usb before starting the Rate App?
Also, I see a NanoRateNB.ino.hex and a NanoRateOB.ino.hex. What are these? Am I supposed to install somehow? I have only used .hex with teensyloader before.