Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By koffie
#41531 Just setup a simple webserver on both sides, so they can send a simple command, receive a simple command and check the status on each other.

When the first ESP detects the IR trigger, simply call the the other ESP on HTTP something like http://esp/on
Program the ESP to turn on the LED bank when the 'page' /on is requested. Do the same for /off and maybe respond on /status to respond with the status of the LED.
User avatar
By Mai Mariarti
#41533
koffie wrote:Just setup a simple webserver on both sides, so they can send a simple command, receive a simple command and check the status on each other.

When the first ESP detects the IR trigger, simply call the the other ESP on HTTP something like http://esp/on
Program the ESP to turn on the LED bank when the 'page' /on is requested. Do the same for /off and maybe respond on /status to respond with the status of the LED.

Thank you. Makes sense, I'll give this a try.