admin
Dec. 16, 2024, 7:50 p.m.
46 views 0 likes

ESP32 DEVKIT V1 Pin Referance

This article covers the ESP32 DEVKIT V1 pin reference, highlighting GPIO functions. The board has 30 pins and 25 GPIOs for various tasks, including ADC and DAC. Safety for each pin is discussed, aiding project development.

admin
Dec. 21, 2024, 9:39 p.m.
200 views 0 likes

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
Dec. 20, 2024, 1:31 a.m.
67 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
Dec. 21, 2024, 11:54 p.m.
46 views 0 likes

Flash Code to ESP32 by Arduino IDE

admin
Dec. 21, 2024, 2:57 p.m.
63 views 0 likes

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
Dec. 16, 2024, 10:43 a.m.
62 views 0 likes

ESP32 PWM Output

This article details how to utilize ESP32's PWM feature to manage LED brightness, covering components, code, and testing.

admin
Dec. 22, 2024, 1:27 a.m.
42 views 0 likes

Flash or Upload Configure File to ESP32

This blog explains how to flash or upload a configuration file to ESP32. It details the process using SPIFFS, including creating the file, writing ESP32 code to read it, and uploading it.

admin
Dec. 22, 2024, 7:09 a.m.
83 views 0 likes

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. 22, 2024, 7:09 a.m.
31 views 0 likes

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.