Hello to everybody
i'm new to Arduino. I brought a new arduino wifi and i'm trying to set up a project.
My idea is to create a loop in which arduino connect every minute to a php webpage,
send a query (or maybe only send the call without parameters) and receive data (via Json?)
process data and if x=1 (for example) turn on digital output nr. XX.
I find out that there is a lot of docs about wifi shield and arduino UNO, but nothing about arduino WIFI
and his library ArduinoWiFi.h.
Is there some one can help me making this with arduino WIFI or give me docs about ArduinoWiFi.h ?
Thank you.