Hey all
i just purchased an authentic ethernet shield for the arduino
i have followed several tutorials to the t and have not been able to get the arduino ethernet shield to connect
here are the only lines i changed from the example code for ethernet client
byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED };
byte ip[] = { 192, 168, 1, 103 }; // local address for ethernet shield
byte server[] = { 66, 249, 91, 104 }; // Google - ping as of June 6 2010
the serial response
connecting...
connection failed
disconnecting.
i have tried assigning different IPs for the shield
my setup
- linksys wrt54g (in another room)
- vista 32
- arduino 0018
- ethernet shield (rj45) connected to the ethernet on pc
- pc is using wireless for connection to router
i am stuck, and would appreciate any help