ESP32 TUTORIALS

ESP32 Tutorials using Espressif-IDE

ESP32 SPI LCD Touch Interface | Add Touch to Your Display

Learn how to add a touch interface to an SPI LCD using ESP32. Step-by-step guide with code and circuit to create interactive touch-enabled...

ESP32 SPI LCD with Graphics using LVGL

Learn to interface an SPI LCD with ESP32 and display graphics using the LVGL library. This guide includes code, setup, and working demo...

Interface SPI LCD with ESP32 – Step-by-Step Guide

Learn how to connect and program an SPI LCD with ESP32 using Espressif IDE. Includes wiring, code, and display tips for your embedded...

ESP32 #9 || How to use ADC || PART2

This tutorial will cover how to use ESP32 to read multiple ADC channels using ADC Continuous Conversion Mode. The DMA is used to...

ESP32 #8 || How to use ADC || PART1

This tutorial will cover how to use ESP32 to read multiple ADC channels using ADC One Shot Mode. We will convert each channel...

ESP32 #7 || How to use SPI || PART3

This tutorial will cover how the ESP32 will write and read data from the W25Q flash memory using the SPI peripheral...

ESP32 #6 || How to use SPI || PART2

This tutorial will cover how to receive the data from the slave device via the SPI. We will use the W25Q flash memory...

ESP32 #5 || How to use SPI || PART1

This tutorial will cover how to configure the SPI in ESP32. We will also see how to transmit any amount of data to...

ESP32 #4 || How to use I2C || PART2

The 4th tutorial in the ESP32 series will cover how to write and read data from a slave device. We will use the...