MicroPython
-
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 W: 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…
-
Raspberry Pi Pico W Bluetooth(BLE) using MicroPython | Point-to-Point Communication
In this tutorial, you will learn to use the onboard Bluetooth on Raspberry Pi Pico W using MicroPython to communicate with an Android app. The steps…
-
Raspberry Pi Pico W with TM1637 7-Segment Display
In this article, you will learn to interface a TM1637 4-digit 7-segment display module using MicroPython code and Raspberry Pi Pico W. We shall see various…
-
Interface 7-Segment Display with Raspberry Pi Pico using MicroPython
This article will guide you to connect a 7-segment display with Raspberry Pi Pico W and display digits using MicroPython. The component connections and MicroPython code…
-
NeoPixel WS2812B RGB LED with Raspberry Pi Pico (MicroPython)
This article will guide you through all the steps required to interface a WS2812B/NeoPixel RGB LED Ring to a Raspberry Pi Pico W development board using…
-
Interface 4×5 & 4×4 Keypad with Raspberry Pi Pico (MicroPython)
This article will guide you through the process of interfacing a 4×5 and 4×4 matrix membrane keypad with the Raspberry Pi Pico W development board. We…