admin
Jan. 14, 2025, 2:28 p.m.
308

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. 14, 2025, 12:41 p.m.
426

How to Blink a LED with ESP32

This article explains how to blink an LED using the ESP32 development board. It includes a component list, circuit diagram, and Arduino code for blinking the LED and creating an LED chaser project for beginners.

admin
Jan. 14, 2025, 12:06 p.m.
160

Minimalistic Messenger

admin
Jan. 14, 2025, 11:22 a.m.
175

ESP32 Sensor Tilt Switch

admin
Jan. 14, 2025, 11:22 a.m.
383

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
Jan. 14, 2025, 11:22 a.m.
183

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
Jan. 14, 2025, 11:22 a.m.
205

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
Jan. 14, 2025, 11:21 a.m.
166

ESP32 SPI Communication

admin
Jan. 14, 2025, 11:21 a.m.
310

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.