How to setup a HTTP server on the ESP32 that will have an endpoint that will return an image taken from a camera connected to the ESP32.
ESP32: Query mDNS service
How to use a ESP32 to query a service advertised with mDNS.
ESP32 Arduino: Set static IP address
How to setup a static IP address for our ESP32, using the Arduino core.
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.
ESP32: mDNS address resolution
How to use mDNS to resolve the address of a HTTP web server hosted by the ESP32.
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: checking if PS4 controller is charging
How to check if the PS4 controller is charging or not, using the ESP32.
ESP32 PS4 Controller: Set LED flashing
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 PS3 Controller: Controlling a DC motor
How to control a DC motor using the ESP32 and a PS3 controller