admin
Dec. 4, 2024, 7:15 p.m.
110 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. 4, 2024, 12:18 p.m.
28 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. 4, 2024, 9:41 a.m.
37 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.