How to render a .jpg image on a ILI9341 display, using the ESP32 and the Arduino core.
ESP32 ILI9341: Drawing shapes
How to draw shapes on a ILI9341 display, using an ESP32, the Arduino core and the Arduino_GFX library.
ESP32: ILI9341 Display Hello world
How to write text to a ILI9341 display using the ESP32 and the Arduino core.
ESP32 Arduino: WebSerial
How to use a web based Serial monitor for the ESP32, implemented by the WebSerial library.
ESP32 Arduino: Soft AP and Station modes
How to setup the ESP32 to work in Soft AP and Station modes simultaneously, using the Arduino core.
Uploading files to SD card to be read from the ESP32
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.