Home

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.

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.

How to Play Internet Radio Stations with ESP32
This post provides a step-by-step guide of play Internet radio on an ESP32-S3.

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.

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.