Search Results
admin
Jan. 18, 2025, 6:04 a.m.
247 views
0 likes
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
Jan. 17, 2025, 1:26 p.m.
312 views
0 likes
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
Jan. 17, 2025, 1:27 p.m.
211 views
0 likes
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.