Learn how to control 1-3 LEDs on the ESP32 with an ESP32 button combination. This guide walks you through the steps of programming button combinations to trigger LED patterns using MicroPython.
Tag: MicroPython
ESP32 Toggle Button: Control LED States with a Single Press
Learn how to use an to control an LED’s state with each press. This MicroPython tutorial demonstrates how to toggle between ON/OFF using state tracking.
Reading Button Inputs with ESP32 Button Input and MicroPython
Learn how to read ESP32 button input with MicroPython. In this simple example, control an LED (connected to pin 21) with a button press using pin 15 on the ESP32.
ESP32 Multiple LEDs: Simple On/Off Example with MicroPython
Learn 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
Learn 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.
How to Run Your Python Script Automatically on Boot with ESP32
Learn how to run your Python script automatically on boot with ESP32 using MicroPython. This guide walks you through the steps to automate your IoT and embedded projects.
The Limitations of MicroPython as Far as ESP32 Development
Discover the limitations of MicroPython for ESP32 development. Learn when to consider alternatives for advanced features and high-performance applications.
What is MicroPython and Why Use It with ESP32?
Discover what MicroPython is and why it’s an ideal programming language for the ESP32. Learn how this powerful combination opens up new possibilities for microcontroller projects.
Setting Up the ESP32 Development Environment with MicroPython and Thonny: A Step-by-Step Guide
Learn how to set up the ESP32 development environment with MicroPython and Thonny, including flashing the firmware and writing your first “Hello World” script.