How to advertise a network service available on the ESP32 using mDNS, and get information about that service on a Python program.
ESP32: Getting temperature measurements from a BMP388 sensor
How to obtain temperature measurements from a BMP388 sensor, using the ESP32 and the Arduino core.
ESP32: Getting pressure measurements from a BMP388 sensor
How to obtain barometric pressure measurements from a BMP388 sensor, using the ESP32 and the Arduino core.
ESP32 PS3 Controller: Controlling a DC motor
How to control a DC motor using the ESP32 and a PS3 controller
ESP32 PS4 Controller: Controlling a DC motor
How to control a DC motor using an ESP32 and a PS4 controller
ESP32 PS4 Controller: Setting the LED RGB value
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: connection event
Detect when a PS3 controller connects to the ESP32 using an event handling 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.