how to set the PS4 controller back led to flash with a given on and off rate, using the ESP32 and the Arduino core.
ESP32: PS4 controller connection event
How to detect the connection of a PS4 controller to the ESP32 by using a callback function.
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 Soft AP: Station connection event
Setting up a soft Access Point on the ESP32 and handling station connected events
ESP32: using lambdas as WiFi event handling functions
Using lambda functions for ESP32 WiFi events handling
ESP32 WiFi events: Station Got IP address
Handling the "Station got IP" WiFi event on the ESP32, using the Arduino core.