Hi to all,
I'm trying to send a WOL (Wake On Lan) with a Arduino Duemilanove + Shield 5100 following these instructions:
1.
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=12571717452.
http://www.arduino.cc/playground/Main/ArduinoWakerWith the first link i had problems with UDP packet, maybe some incompatibility with dated string or udp libraries.
The second link doesn't compile because EthernetDHCP was not declared (I'm using Arduino 22).
I think the problem is the new Arduino core version that conflicts with some outated libraries (I tried
these ethernet libraries and
these UDP libraries)
i'm a bit confused... can someone help me?
Thanks in advance,
Vanni