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.
Month: December 2024
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.
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.
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.
Thonny MicroPython Development Workflow
Master the MicroPython development workflow using Thonny IDE and ESP32. Learn how to use the REPL, text editor, and file management tools for efficient embedded programming.
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.
Installing the ESP32 Arduino Core: A Complete Guide
Learn how to install the ESP32 Arduino Core in the Arduino IDE with this step-by-step guide. Set up your development environment and start building IoT projects with the ESP32 today.
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.