admin
June 27, 2025, 3:29 a.m.
1493

ESP32 with LVGL Setp1 Config TFT_eSPI with PlatformIO

This article walks through the configuration process of the TFT_eSPI library for a 2.4 inch TFT display powered by the ESP32, detailing setup steps in both a custom header file and the PlatformIO configuration file.

admin
June 27, 2025, 3:29 a.m.
4849

ESP32 read PT1000/PT100 temperature sensor values

admin
June 27, 2025, 3:27 a.m.
44

TRMNL A Wireless E-Ink Display Powered by ESP32-C3

TRMNL is a wireless 7.5-inch black-and-white E-Ink display based on the ESP32-C3 RISC-V SoC, offering customizable features, open-source firmware, and API access. It's perfect for DIYers and makers.

admin
June 27, 2025, 3:23 a.m.
49

Pomodoro Timer Based on ESP32 with E-Ink Display

This is a Pomodoro timer based on ESP32 with a 4.26-inch black-and-white E-Ink display, featuring a rotary encoder for input. The timer helps manage work and break intervals efficiently.

admin
June 27, 2025, 3:23 a.m.
862

ESP32 Touch Button

This article discusses creating a touch-sensitive button using the ESP32's internal capacitive touch sensors. It details the GPIO pins associated with the sensors and explains how to read touch inputs using Arduino syntax.

admin
June 27, 2025, 3:20 a.m.
870

Remote Control of Light Switch using ESP32

This tutorial explains how to build an IoT application to control a light switch remotely using the ESP32 microcontroller, Wi-Fi, and a relay module.

admin
June 27, 2025, 3:12 a.m.
755

Bee-Counting

admin
June 27, 2025, 2:59 a.m.
1252

ESP32 SPI Communication

admin
June 27, 2025, 2:59 a.m.
864

ESP32 Dual-Core Usage

The ESP32's dual-core architecture enhances performance and multitasking capabilities. In this blog post, we will explore how to configure the ESP32's dual-core setup using the Arduino platform.