Hello guys,
I have an arduino UNO R3 and an ESP8266 wifi shield. The wifi shield I have is this: https://www.amazon.com/KOOKYE-ESP8266-Server-Expansion-Arduino/dp/B01C6MR5Z2/ref=sr_1_15?s=electronics&ie=UTF8&qid=1490615508&sr=1-15&keywords=esp8266+arduino+uno
What I am trying to do is have arduino visit a specific webpage when an event is true.
for example:
if(a == 1)
{
//visit the website
}
I cant seem to find any information about the wifi shield I have. Anyone have any experience with this shield?