-->
Page 2 of 2

Re: HOW TO CONTROL A REMOTE ESP BUTTON? HELP

PostPosted: Fri Jan 13, 2017 12:30 am
by Aussie_Barry
Mmiscool wrote:If you use wget in conjunction with the msg branch you could do this.

See the msgbranch example here.
https://www.esp8266basic.com/msg-url-advanced.html
https://www.esp8266basic.com/msg-url-usage.html

You would use wget on the master control esp to tug the msg url on the slave devices.


Hi Michael,

Could you expand on this concept with some examples of how to "use wget on the master control esp to tug the msg url on the slave devices"?

I too am trying to build a stand-alone system where one master ESP and multiple ESP stations but in my case, I want the remote stations to toggle a relay at the master.

Cheers
Barry
VK2XBP

Re: HOW TO CONTROL A REMOTE ESP BUTTON? HELP

PostPosted: Fri Jan 13, 2017 9:16 pm
by Mmiscool
If you look at the following thread there is code and a video that shows 2 esps talking to each other using the wget method. One esp is used a button to control the led on another esp.

viewtopic.php?f=40&t=7267