How to serve a web dashboard from the ESP32 with the device working as Soft AP. We will be using the ESP-DASH library and the Arduino core.
ESP32: WebSerial console over Soft AP
In this tutorial we will learn how to setup a web based Serial Monitor, working over a network hosted by the ESP32.
ESP32 Arduino: Soft AP and Station modes
How to setup the ESP32 to work in Soft AP and Station modes simultaneously, using the Arduino core.
ESP32 Soft AP: deauth connected stations
How to deauthenticate all the stations connected to the ESP32 Soft AP, 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 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 Soft AP: Station disconnected event
Handling Soft AP station disconnection event on the ESP32.
ESP32 soft AP: Getting connecting station MAC address from WiFi event
Getting the MAC address of the stations that connect to WiFi network hosted by the ESP32
ESP32 Arduino: Get WiFi soft AP interface MAC address
The objective of this tutorial is to explain how to obtain the MAC address of the soft AP interface of the ESP32, using the Arduino core. The tests shown on this tutorial were performed using an ESP32 board from DFRobot. Introduction The objective of this tutorial is to explain how to obtain the MAC address of the …
Continue reading "ESP32 Arduino: Get WiFi soft AP interface MAC address"
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"