admin
April 5, 2025, 3:29 p.m.
787

ESP32 with LVGL Setp2 Config TFT_eSPI with PlatformIO

On this article, we will show you how to install and set up the lvgl library in the ESP32 board.

admin
April 5, 2025, 3:28 p.m.
554

ESP32 SPI Communication

admin
April 5, 2025, 3:14 p.m.
381

Develop ESP32 in VScode with PlatformIO

admin
April 5, 2025, 3:14 p.m.
1667

Building Application with ESP32, VS Code, and PlatformIO

This tutorial shows how to building a simple IoT application with ESP32, VS Code, and PlatformIO. It covers setup, project creation, coding, uploading, and extending features for IoT development.

admin
April 5, 2025, 3:10 p.m.
403

Obsidian remove strikethrough on completed tasks

This post shows how to remove strikethrough on completed tasks in Obsidian.

admin
April 5, 2025, 2:16 p.m.
348

Control LED Brightness with ESP32 PWM

This article focuses on the ESP32 board's PWM capabilities, detailing key terms like TON, TOFF, period, and duty cycle, essential for understanding PWM applications and implementation.

admin
April 5, 2025, 2:03 p.m.
688

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
April 5, 2025, 1:59 p.m.
1136

ESP32 Get Sound from I2S Microphone

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.