Page 1 of 1

ESP-32 - Send & Receive Data

Posted: Tue Jan 07, 2020 4:03 pm
by ShaunV12
Hello,

I am trying to make something similar to the "Friendship Lamps" using two ESP-32's where when I activate the touch sensor it will light and LED on the other persons ESP-32 and when they activate their touch sensor it will light an LED on my ESP-32. This will be done via the WiFi router at our respective houses.

I am familiar with Arduino's but I am very new to espressif products and WiFi features in particular. I have done plenty of research online but I was only able to find examples where people use one ESP-32 as a client and one as a server which is a one way connection. I need both ESP-32's to be able to send and receive data to each other simultaneously.

I hope all of this makes sense to you and I would be very grateful if you would be able to offer any advice or if you know where I would be able to find relevant examples/libraries etc.

Thanks

Shaun