Ethernet modules and shields?

Hello is there a list of Ethernet modules and shields that arduino supports or that someone else supports? I’m looking for something other then a wiznet Ethernet module or shield.

There is no reason why I wouldn’t want to use a wiznet module or shield. I just wanted to see my options for a future project what else is out there.

Joseph.

What exactly do you mean by "wiznet" in this sentence. Do you mean that you want a module or shield that doesn't use an Ethernet controller chip manufactured by WIZnet (e.g., W5100, W5200, W5500)? Or do you mean that you are fine with a WIZnet chip, but you want the module or shield the chip is on to have been manufactured by another company?

Hello I'm just trying to see what other ethernet modules or shields does arduino offically support or what other ones that are unoffically supported. I'm sorry for the confussion.

Joseph

Arduino as company only has the Ethernet library for W5100, W5200 and W5500 shields and modules.
Arduino only has the Ethernet2 shield and the MKR ETH shield. Both are W5500.

There are many W5x00 modules and shields by different manufactures, including shields for Nano.

The Ethernet library works on all platforms with proper Arduino SPI library.

There are enc28j60 modules and shields (for Nano) supported by my EthernetENC library or the older UIPEthernet library which you can use with code written for the Arduino Ethernet library. The EthernetENC library works on all platforms with proper Arduino SPI library.

Hello Juraj, I’m looking at the enc28j60 myself for the Ethernet. Thank you for the reply back. I haven’t had much luck getting the enc28j60 working in the past. But I’m willing to give it another shot and see if I can now.

Joseph

I think that my EthernetENC library now is as good as the Arduino Ethernet library. I use it in my main Arduino project which runs 24/7. In August it could run a whole month without restart and I have in one sketch OTA server, Telnet server, Web Server, Modbus TCP client, Blynk, telnet client and HTTP client .