admin
Dec. 20, 2024, 9:23 p.m.
116

Bounce2 Library for Arduino Debouncing Made Easy

The Bounce2 library is a easy use tool for Arduino platforms, it will help us to solve the problem of erroneous states caused by the tiny vibrations of mechanical key switches when they are closed or opened.

admin
Dec. 21, 2024, 10:30 p.m.
82

ESP32Encoder Library for Rotation Encoder Reading

This blog post presents the ESP32Encoder library, detailing its features and capabilities for efficient rotation encoder reading. It explains how it simplifies encoder usage and boosts system performance, suitable for various applications.

admin
Dec. 21, 2024, 5:44 p.m.
59

Introduction to the Powerful MultiButton Key Driver Module

MultiButton a powerful and easy-to-use key driver module. It explains its core advantages, usage steps, data structure, supported events, and provides example code.

admin
Dec. 16, 2024, 7:50 p.m.
30

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
Dec. 21, 2024, 8:25 p.m.
213

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
Dec. 21, 2024, 6:06 p.m.
74

ESP32 with ChatGPT for voice input

This tutorial discusses using ESP32 with ChatGPT for voice input and feedback. It covers required hardware, code development, and integration methods.

admin
Dec. 21, 2024, 11:11 p.m.
75

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
Dec. 18, 2024, 5:37 p.m.
39

Testing Post

This is a testing post

admin
Dec. 21, 2024, 1:18 p.m.
55

ESP32 and human body infrared module

Usage of ESP32 to control the human body infrared module, covering its components, control principle, applications, circuit connection, and code.