Arduino Mega mit W5100 funktioniert nicht

power-dodge:

int fadeAmount = 5;    // how many points to fade the LED by

...
    analogWrite(2, fadeAmount);   
...

Du solltest den Helligkeitswert ausgeben und nicht die konstante Veränderung.