How to build a dynamic sensor network that can be monitored through a web-based real-time dashboard. We will be using the ESP32 to implement the nodes of the sensor network and the Arduino core to program them.
ESP32 mDNS: Host name resolution
How to perform the resolution of a host name without the necessity for any dedicated infra-structure, using the mDNS protocol. We will be using two ESP32 devices and the Arduino core.
ESP32 Soft AP: Enabling IPv6 support
How to enable soft AP IPv6 support on the ESP32.
ESP32 Arduino Soft AP: Obtaining IP address of connected stations
How to obtain the IP and MAC address of stations connected to the ESP32 soft AP network.
ESP32 WiFi events: Station Got IP address
Handling the "Station got IP" WiFi event on the ESP32, using the Arduino core.