arduino-libraries / Ethernet

Ethernet Library for Arduino
http://arduino.cc/
252 stars 255 forks source link

Crash Ethernet with W5100 #12

Open agdl opened 8 years ago

agdl commented 8 years ago

From @JanosAudron on April 11, 2013 20:37

Hardware: Arduino UNO + Ethernet Shield

Software: IDE 1.0.4 and 1.5.2

After some test I think the problem of the crash of W5100 chip that make it unresponsive is when you use an SD card, too. If you don't force pin 4 to HIGH, disabling the SD card, if these's a card insered the W5100 may become unresponsive. Maybe the bug is in SD library and not in Ethrnet library.

Copied from original issue: arduino/Arduino#1360

agdl commented 8 years ago

From @aShure on April 21, 2013 14:2

agdl commented 8 years ago

From @JanosAudron on April 21, 2013 17:1

During my tests I had never used the SD card, but if it's present without force the pin 4 to high the communication on ethernet may crash.