Hello
I'm using sparkfun Pro-Ethernet
and config everything like is should be (I think)
but after 5-7 min I don't get ping from the device and cannot enter him from the web
do I need to define something else?
#include <Ethernet.h>
#include <SPI.h>
byte mac[] = {0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED }; //device MAC address
IPAddress ip(10,0,0,25); // IP address of the device
EthernetServer server(80); //server is using port 80
weird no ?
thanks ,