Learn about PWM on ESP32 with MicroPython—a powerful tool for controlling LEDs, motors, and more. This guide covers the basics, features, and a hands-on LED brightness project.
Tag: ESP32 Projects
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.
Writing Your First MicroPython Script: LED with ESP32
Learn 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.
Essential Guide to Basic ESP32 Wiring for Beginners
Learn the essentials of basic ESP32 wiring for beginners. This guide covers key wiring techniques and best practices for getting started with your ESP32 projects.