ESP32

ESP32 Tutorials with Espressif-IDF

12 Articles
How to Interface LCD1602 via I2C on ESP32

How to Interface LCD1602 via I2C on ESP32 with ESP‑IDE

Learn how to interface a PCF8574‑based I2C LCD1602 with ESP32 using ESP‑IDE. Complete wiring guide, address setup, init & string‑display code.

ESP32 UART Part 2: Control LED via UART + ESP‑IDF

ESP32 UART Part 2: Control LED via UART + ESP‑IDF

Learn how to control an ESP32 LED over UART using ESP‑IDF. Covers UART2 setup, cross‑wiring FTDI, RX/TX tasks, LED command parsing (ON/OFF).

ESP32 UART with ESP‑IDF: Simple TX & RX Tutorial

ESP32 UART with ESP‑IDF: Simple TX & RX Tutorial

Step-by-step guide to set up UART on ESP32 using ESP‑IDF. Covers Tx/Rx tasks, GPIO pin mapping, baud config, driver install, and example code.