In this tutorial we will learn how to use WebSerial and perform the resolution of the ESP32 domain name using mDNS.
ESP32: Chat application (Part 2)
In part 2 of this series of tutorials we will learn how to split the UI files and how to serve them from the ESP32.
ESP32 Ticker: Light Sensor readings
How to periodically obtain measurements from an ambient light sensor, using the ESP32 and the Ticker library.
ESP32: ILI9341 Display Hello world
How to write text to a ILI9341 display using the ESP32 and the Arduino core.
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 Arduino: Set static IP address
How to setup a static IP address for our ESP32, using the Arduino core.