ESP32 TUTORIALS

ESP32 Tutorials using Espressif-IDE

ESP32 SPI LCD Touch Interface | Add Touch to Your Display

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

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

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 ADC Continuous Mode Guide – Part 2

ESP32 ADC | PART 2 ADC Continuous Mode Guide

Learn to configure ESP32 ADC in continuous mode using DMA and interrupts in ESP‑IDF. Includes code setup, callback, and data handling.

ESP32 ADC One‑Shot Mode Tutorial – Read Multiple Channels

ESP32 ADC One‑Shot Mode Tutorial – Read Multiple Channels

Learn ESP32 ADC one-shot mode to read multiple ADC1/ADC2 channels, configure attenuation & calibration in ESP-IDF, and display raw & voltage readings.

ESP32 SPI Tutorial Part 3: W25Q Flash Read/Write Guide

ESP32 SPI Tutorial Part 3: W25Q Flash Read/Write Guide

Master ESP32 SPI Part 3: Learn to write and read data from W25Q flash memory using Espressif-IDF. Includes code walkthrough and downloadable project.

ESP32 SPI Tutorial Part 2: Read Data from Slave

ESP32 SPI Tutorial Part 2: Read Data from Slave

Master ESP32 SPI Part 2: Configure bus to read data from a W25Q flash slave, retrieve its ID, and access downloadable project files. Step-by-step...

ESP32 SPI Tutorial Part 1: Configure & Transmit

ESP32 SPI Tutorial Part 1: Configure & Transmit

Learn how to configure ESP32 SPI as master, initialize the bus & device, and transmit data using Espressif-IDE. Step-by-step guide in this Part...

How to Read & Write MPU6050 with ESP‑IDE | I2C PART 2

How to Read & Write MPU6050 with ESP‑IDE | I2C PART 2

Learn how to read and write data to the MPU6050 accelerometer via I2C on ESP32 using ESP‑IDF. Includes wiring, config, master init &...