I bought an Ethernet Shield for my Arduino from Radio Shack and I haven't been able to get any of the ethernet tutorials to work and I haven't found anyone on the web with the exact same symptoms that I have.
Below is some data of what I have and what I've tried:
-
I am using the Arduno Uno R3 SMD Edition
-
I am using the W5200 Ethernet Shield v2.2
-
I am on Mac OS 10.6.8 with Arduino IDE 1.0.6
-
The chat server tutorial returns: Chat server address:0.0.0.0
-
The DHCP address printer tutorial doesn't print anything and gets stuck on the line if (Ethernet.begin(mac) == 0) {
-
I have tried the following network configurations:
-
I have tried with different MAC addresses on the WebServer tutorial
-
I have tried with different IP addresses on the WebServer tutorial
-
Plugged the Arduino into two different routers
-
Tried with DHCP both on and off on the routers
-
Plugged the Arduino directly to my computers ethernet jack
-
Put a network switch between my computer and the Arduino
-
Tried with three different ethernet cords
-
I did not have an SD card plugged in when I tried the ethernet tutorials
-
I tried plugging the Arduino into an external power supply
-
I HAVE gotten the Arduino CardInfo tutorial to work with the ethernet shield