How to setup the ESP32 to work in Soft AP and Station modes simultaneously, using the Arduino core.
ESP32 Soft AP: Getting number of stations connected
Printing the number of stations connected to an ESP32 soft AP network, using the Arduino core
ESP32 Soft AP: Station disconnected event
Handling Soft AP station disconnection event on the ESP32.
ESP32 Arduino: Getting WiFi Event information
Getting information about ESP32 WiFi station connected event.
ESP32 Arduino: Obtaining MAC address of stations connected to soft AP
In this tutorial we will check how to obtain the number of stations connected to a soft AP hosted by the ESP32, running the Arduino core. We will also obtain their MAC addresses. The tests were performed using a DFRobot’s ESP32 module integrated in a ESP32 development board. Introduction In this tutorial we will check how to …
Continue reading "ESP32 Arduino: Obtaining MAC address of stations connected to soft AP"