arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.13k stars 7.01k forks source link

Crash Ethernet with W5100 #1360

Closed JanosAudron closed 8 years ago

JanosAudron commented 11 years ago

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.

shulter commented 11 years ago
JanosAudron commented 11 years ago

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.

agdl commented 8 years ago

This issue was moved to arduino-libraries/Ethernet#12