ESP32 Archive
-
Timers in ESP32: Why Using Sleep Inside Timers Can Cause Issues
Tags: Control LEDs with ESP32, ESP32, MicroPython, Non-blocking Code, Timer Callbacks, Timers for LED Control, Timers in ESP32Learn how to use Timers in ESP32 effectively. Discover why using sleep inside timer callbacks can cause issues, and explore the correct approach to control multiple LEDs without blocking other tasks.
-
How to Use Timers on ESP32 to Control Multiple LEDs
I was toggling LEDs with delays—until Timers on ESP32 made it effortless. Learn how to control multiple LEDs cleanly, efficiently, and without blocking code.
-
Writing Your First MicroPython Script: LED with ESP32
Tags: beginner ESP32 guide, ESP32 Projects, LED control with MicroPython, LED with ESP32, MicroPython tutorial, Timer classLearn how to control an LED with ESP32 using MicroPython. This beginner-friendly guide covers hardware setup, scripting, and using the Timer class for efficient LED control.
-
How to Do ESP32 Wiring: The Beginner’s Guide That Actually Makes Sense
ESP32 wiring seemed easy—until I fried a voltage regulator. Learn how to avoid costly mistakes and wire your ESP32 the right way, from the start.