Main Content

A simple project template showing how to establish a connection between two ESP32-based devices. Works both in LAN and through the Internet.

Story
Typically connected projects has some kind of web or mobile UI. If you want to control one thing by another thing, espacially with a low latency and over the Internet that’s quite hard to achieve. That is why I created this project. It’s an Arduino framework template showing you how to connect two ESP32-based boards over the Internet, minimizing the latency with auto-recovery functionality in case of broken Wi-Fi connection or temporary power down of one of connected boards. The cool thing is that, it works if ESP32 boards are in the same Wi-Fi network and if are in separate networks. Even on different continents.”

Link to article