DHCP Server Implementation
Configure the ESP32 to act as a DHCP server, assigning IP addresses and network configuration to clients connecting to its network (e.g., in AP mode).
DHCP Server Implementation Read More »
Configure the ESP32 to act as a DHCP server, assigning IP addresses and network configuration to clients connecting to its network (e.g., in AP mode).
DHCP Server Implementation Read More »
Implement simultaneous WiFi Station (STA) and Access Point (AP) modes on the ESP32 (APSTA). Connect to a network while also hosting one.
Combining Station and AP Modes (APSTA) Read More »
Learn how to manage clients connected to the ESP32 when operating in Access Point (AP) mode. Monitor connections and disconnect clients.
WiFi AP Client Management Read More »
Configure the ESP32 to act as a WiFi Access Point (AP), allowing other devices to connect directly to it. Set SSID, password, and channel.
WiFi Access Point Mode Configuration Read More »