MicroPython
-

Raspberry Pi Pico OTA Update Guide (MicroPython)
This tutorial explains how to update Raspberry Pi Pico Over-The-Air (OTA) and flash MicroPython firmware remotely. Code stored on GitHub is downloaded to Pico when an…
-

How to Interface ESP32 with ADS1115 ADC
This tutorial explains how to interface ESP32 with the ADS1115 ADC module. ESP32’s built-in ADC is great for basic applications. However, due to its non-linearity and…
-

Maker Builds Portable Mini Computer Using Dual RP2040s
A maker has built a new mini computer with a 5-inch LCD using the Pimoroni PicoVision development board and a handful of components. Mini computers built…
-

A Portable Raspberry Pi Pico Bluetooth Gamepad for Robotics Projects
The Gamepad 2 is a Raspberry Pi Pico W powered gamepad that can be used to control your projects via Bluetooth. The gamepad can be battery-powered,…
-

ADS1115 ADC with Raspberry Pi Pico & MicroPython Code
This tutorial explains how to interface Raspberry Pi Pico with the ADS1115 external ADC module and use MicroPython code to read analog signals through the module.…
-

Interface Raspberry Pi Pico with Micro SD Card Module (MicroPython Code)
When you want to expand the storage capacity in your Raspberry Pi Pico projects, an SD card is a game changer. An SD card is an…
-

NEO-6M GPS with Raspberry Pi Pico & MicroPython
This tutorial will help you to interface the NEO-6M GPS module with Raspberry Pi Pico/Pico W using MicroPython code. GPS stands for Global Positioning System which…
-

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

DS3231 with Raspberry Pi Pico Guide- Arduino & MicroPython Code
This tutorial explains how to interface the DS3231 RTC module with Raspberry Pi Pico using MicroPython & Arduino code. A real-time clock (RTC) is a dedicated…
-

Raspberry Pi Pico W Asynchronous Web Server – MicroPython Code
This tutorial explains how to create an asynchronous web server with Raspberry Pi Pico W and MicroPython code. An asynchronous web server can serve multiple client…