arduino-libraries / Ethernet

Ethernet Library for Arduino
http://arduino.cc/
259 stars 264 forks source link

Chinese clones and issues W5100 #117

Closed Rotzbua closed 2 years ago

Rotzbua commented 5 years ago

Here a clear warning: There are some bugged clone ethernet shields on the market! In particular the cheep chinese 5$ W5100 boards have a bug which cause issues.

Observation

Detection

A simple test to detect problems with soft- or hardware: ICMP (ping) to device.

Solution

Reference

Several boards with bug description and solution:

https://arduinodiy.wordpress.com/2017/04/12/the-w5100-bug/

Discussion on the arduino forum:

https://forum.arduino.cc/index.php?topic=351477.30

per1234 commented 2 years ago

Thanks for sharing this valuable information @Rotzbua. Since there is no action to take within this code base, I'll go ahead and close it, but it will continue to serve as a reference.