W5200 Arduino Ethernet Shield

Hi

I have and arduino uno R3 and I just recently got an w5200 ethernet shield.

To test the shield, I used the example web server found in the arduino ide. The only changes I made to the code, was in changing the IP address to match my lan network, and uncommenting the line to use pin 10 as the CS pin. Once uploaded the serial moniter from the arduino ide reports an error where the shield has not been detected. I have tried changing the CS pin to 9, 6, 5, and 3, (the pins with asterisk next to pin number on the shield) but none of them worked. Arduino ide is on latest software, and ethernet library has been updated by the library managment through the ide. Do I need a different library? Any ideas what is causing this?

Thank you so much in advance for your help!

I found this, and it sovled my problem.

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

2 Likes