ESP32-to-ESP32
ESP32-to-ESP32 copied to clipboard
ESP32 to ESP32 communication example using Arduino framework. Secure, P2P, low latency connection between devices is established. Button connected to the first ESP32 controlls LED connected to second...
Results
1
ESP32-to-ESP32 issues
Sort by
recently updated
recently updated
newest added
Hi, I am working on a project and I need two ESP32 to communicate over the network sending simple UDP packets. I have been able to do this using WIFiUDP...