How to upload files to a SD card, to be read by the ESP32.
ESP32 reading file from SD card
How to connect the ESP32 to a SD card and read a file from it.
ESP32 writing file to SD card
How to connect the ESP32 to a SD card and write a file to it.
ESP32: connecting to SD Card
How to interact with a SD card from the ESP32, using the Arduino core.
ESP32 camera: face detection
In this tutorial we will learn how to detect faces using the ESP32 and a camera.
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.
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.