MicroPython
-
ESP32 Multiple LEDs: Simple On/Off Example with MicroPython
Tags: beginner electronics, control LEDs with MicroPython, ESP32 multiple LEDs, ESP32 pinout, ESP32 Projects, ESP32 tutorial, GPIO, LED control, LED patterns, MicroPythonLearn how to control ESP32 multiple LEDs using MicroPython. This guide demonstrates how to toggle LEDs on and off in simple patterns with pins 18, 19, and 21.
-
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.
-
Control Multiple LEDs with Timers on ESP32: A Complete Guide
Learn how to control multiple LEDs with timers on ESP32 using MicroPython. This guide covers setting up timers for independent LED control and adjusting blink rates for each LED.