How to use the ESP32 to set the color of the RGB LED that is located in the back of a PS4 controller.
ESP32: PS4 controller button events
How to process button pressed events on the PS4 controller, when connected to the ESP32.
ESP32 PS3 Controller: Setting player LED
How to set the player LEDs of the PS3 controller, using the ESP32 and the Arduino core.
ESP32 PS3 Controller: connection event
Detect when a PS3 controller connects to the ESP32 using an event handling function
ESP32: Connecting a PS3 controller
How to connect a PS3 controller to an ESP32, using 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: Connecting a PS4 Controller
How to connect the a PS4 controller to an ESP32, using the Arduino core.
ESP32 SSD1306 OLED: Drawing rectangles
In this tutorial we are going to learn how to draw rectangles on a SSD1306 OLED, using the ESP32 and the Arduino core.
ESP32 SSD1306 OLED: Drawing circles
How to draw circles on a SSD1306 OLED display, using the ESP32 and the Arduino core.
ESP32 XML: Obtaining the value of an attribute
Obtaining the value of a XML attribute with the ESP32.