ESP8266 to ESP8266 Link
Posted: Mon Mar 13, 2017 6:36 am
Hi, I'm new to the Forum, also recently only started tinkering with the ESP8266modules.
I hope you guys are able to assist me as I can't find any examples to aid me in what I'm trying to do.
Basically, I have two ESP8266-01 modules
One will be the server the other a Client. Client GPIO2 will be configured as an Input Pin. When GPIO2 on client is high a message must be send to the Server, telling it to make it's GPIO2 High as well. It must constantly check for connection between the two, if connection is lost, The server GPIO2 must go low.
I'm using Arduino as my IDE and arduino code as its familiar to me.
Would you be able to point me to an example as such?
Thank you
I hope you guys are able to assist me as I can't find any examples to aid me in what I'm trying to do.
Basically, I have two ESP8266-01 modules
One will be the server the other a Client. Client GPIO2 will be configured as an Input Pin. When GPIO2 on client is high a message must be send to the Server, telling it to make it's GPIO2 High as well. It must constantly check for connection between the two, if connection is lost, The server GPIO2 must go low.
I'm using Arduino as my IDE and arduino code as its familiar to me.
Would you be able to point me to an example as such?
Thank you