pabbllo wrote:How to initialize bridge between 2 arduinos? With 2 ESPs off course.
So, I have to setup first ESP 1 with 922 firmware as a AP, and establish connection from ESP 2 with Your firmware as a client?
Which command will send a data from ESP1 to ESP2 port using arduino?
Hi Pabbllo,
If you wanted to use this firmware, you would need to put it on one of ESPs attached to an arduino (let's call it E1) and use the standard AT (or other) firmware on the other ESP (let's call it E2). The E2 then can use the outgoing socket command to establish a connection to E1. On E2 your arduino would have to have all the AT command handling code. I don't think this is a super idea, personally, just saying it is possible.