I can connect to my wifi router. I want to ping 1 IP inside the network and if i have a successfull reply i want to have a LED set to ON. It is possible to do that with ARDUINO UNO & ARDUINO WIFI SHIELD?
This is for monitoring if a device fails. Please help
I did the example with wifi server... and its ok, i can ping the arduino, but this is not the think that i want to build
I want to ping from arduino wifi shield to my windows server and if PING is successfull, then return a value in arduino and to set a pin of arduino to HIGH, so i will be able to light the LED.
billarvan:
I did the example with wifi server... and its ok, i can ping the arduino, but this is not the think that i want to build
I want to ping from arduino wifi shield to my windows server and if PING is successfull, then return a value in arduino and to set a pin of arduino to HIGH, so i will be able to light the LED.
you can't send ping from sketch. the library handles only TCP and UDP