News

If you're unsure how to do this, you can google for the pinout of your Arduino and the ethernet controller. There are different versions of the ENC28J60 out there. I'm using a shield for the Arduino ...
I missed this one before, when it was announced at Electronica: the Uno SPE Shield, created by Arduino and Microchip working together. It turns out, though, that it wasn't available back then. And it ...
Arduino UNO SPE Shield adds Single Pair Ethernet (SPE) and RS485 to Arduino UNO and compatible boards, notably the Arduino UNO R4, via a Microchip LAN8651 SPE controller. Single Pair Ethernet relies ...
It would be nice if the SDIO pins were defined for this variant like other variants. A pinout diagram is here. I think this is the correct definition. // SDIO #define PIN_SD_CLK (18u) #define ...