Hello,
I have a small question. I want to transfer data between two ESP8266. The working principle is supposed to be trivial. The ESP is supposed to react to a button being pressed and send data to the other ESP. The only thing is that this is supposed to be done both ways(there is supposed to be a button for each esp) From what I have read I would like to program this in the Arduino IDE. I just have a question if my concept is right. If I set up a TCP server on both ESPs, can communication be two way? Or is there another method to do this? I am not looking for a ready-made solution, just hints.
Thank you in advance for your answers.
I have a small question. I want to transfer data between two ESP8266. The working principle is supposed to be trivial. The ESP is supposed to react to a button being pressed and send data to the other ESP. The only thing is that this is supposed to be done both ways(there is supposed to be a button for each esp) From what I have read I would like to program this in the Arduino IDE. I just have a question if my concept is right. If I set up a TCP server on both ESPs, can communication be two way? Or is there another method to do this? I am not looking for a ready-made solution, just hints.
Thank you in advance for your answers.