ESP32 Camera: Image server
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.
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.
How to use a ESP32 to query a service advertised with mDNS.
How to setup a static IP address for our ESP32, using the Arduino core.
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.