Place to put your Basic demos and examples

Moderator: Mmiscool

User avatar
By Aussie_Barry
#60938
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
User avatar
By Mmiscool
#60987 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