ESP32 Tutorials
In-depth tutorials on how to use the ESP32 development board.
-
Interface DS3231 with ESP32 (MicroPython Code)
This tutorial will guide you to interface the DS3231 RTC module with an ESP32 development board. MicroPython code is used to interface the RTC and interfacing…
-
MicroPython I2C Guide: Examples Using ESP32 & RPi Pico
In this article, you will learn how to use the I2C communication using MicroPython code. Examples are discussed using ESP32 and Raspberry Pi Pico development boards.…
-
MicroPython Timers Tutorial – ESP32, RPi Pico W, ESP8266 Examples
This tutorial will guide you to interface with hardware timers or create virtual timers using MicroPython. The code detailed here can be used for MicroPython-supported boards…
-
MicroPython Web Server Guide | ESP32, RPi Pico Examples
In this guide, learn how to control GPIOs and read sensor data remotely using a MicroPython web server. Examples here are explained using Raspberry Pi Pico…
-
How-To: MicroPython On ESP32 Using Thonny IDE (Flash/Upload)
This tutorial will help you to run MicroPython on ESP32 using Thonny IDE. Learn how to flash MicroPython UF2 file, and upload MicroPython code to the…
-
Getting Started: MicroPython On ESP32 Using uPyCraft IDE
This tutorial will help you to get started with programming ESP32 using MicroPython. We will learn about how to flash the MicroPython UF2 and upload code…