ESP32: Advertise service with mDNS
How to advertise a network service available on the ESP32 using mDNS, and get information about that service on a Python program.
How to advertise a network service available on the ESP32 using mDNS, and get information about that service on a Python program.
How to use mDNS to resolve the address of a HTTP web server hosted by the ESP32.
How to obtain temperature measurements from a BMP388 sensor, using the ESP32 and the Arduino core.
How to obtain barometric pressure measurements from a BMP388 sensor, using the ESP32 and the Arduino core.
How to check if the PS4 controller is charging or not, using the ESP32.
how to set the PS4 controller back led to flash with a given on and off rate, using the ESP32 and the Arduino core.
How to draw a progress bar on a SSD1306 OLED display, using the ESP32 and the Arduino core.
How to control a DC motor using the ESP32 and a PS3 controller
How to connect a PS3 controller to an ESP32 and control a relay by pressing the controller buttons.
How to get the analog value representing the amount of pressure when pressing a button of the PS3 controller, using the ESP32 and the Arduino core