MicroPython
-

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…
-

Raspberry Pi Pico RTC DS1302 Tutorial- MicroPython Code
This tutorial will guide you to interface the DS1302 RTC with Raspberry Pi Pico W using MicroPython code. A real-time clock or RTC is an integrated…
-

Raspberry Pi Pico LDR (Photoresistor) Interfacing Guide – Light/Dark Sensor
This tutorial will guide you to interface an LDR/photoresistor with Raspberry Pi Pico W. LDR (Light Dependent Resistor) is an electronic sensor commonly used in electronic…
-

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…
-

Best MicroPython Boards to Buy – 9 Boards Compared (2024)
Just as Arduino revolutionized the maker movement, MicroPython is now the new tool that fuels innovation and exploration among makers worldwide. With MicroPython, programming embedded systems…
-

Raspberry Pi Pico Data Logger Flash Memory (MicroPython Code) – Example Temperature Logging
In this tutorial, you will learn to perform temperature sensor data logging to the flash memory of Raspberry Pi Pico using MicroPython code. In our previous…
-

RPi Pico: Save Data to Flash Permanently Using MicroPython
In this guide, learn how to save data permanently on the flash storage of Raspberry Pi Pico W using MicroPython. As an example, we will discuss…