Raspberry Pi Pico
35+ Raspberry Pi Pico & Pico W projects and tutorials. MicroPython and Arduino code is used in these guides. The development boards feature a dual-core Arm Cortex M0+ RP2040 microcontroller, 2MB of flash memory, and 264kB of on-chip SRAM. Two SPI controllers, two I2C controllers, two UARTs, and USB1.1 provide connectivity to the Pi Pico. Three 12-bit ADCs are included on the board to enable high-resolution analog-to-digital conversions.
-
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…
-
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…
-
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 Power Raspberry Pi Pico with Batteries: Li-ion, 9V, 12V, AA, AAA Examples
This article will show various ways to power Raspberry Pi Pico & Pico W with batteries. Both rechargeable and non-rechargeable batteries will be discussed along with…