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.
-
Raspberry Pi Pico & Pico W Pinout Guide – All Pins Explained
This is an in-depth article on the pinouts of Raspberry Pi Pico and Pico W. These boards feature an RP2040 microcontroller and provide 40 pins (20…
-
How to Reset Raspberry Pi Pico & Pico W – 4 Easy Ways
In this guide, you will learn how to soft reset and factory reset your Raspberry Pi Pico and Pico W. Soft reset is similar to restarting…
-
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…
-
Send Email With Raspberry Pi Pico W & MicroPython
This guide will teach you to send email with Raspberry Pi Pico using SMTP(Simple Mail Transfer Protocol). The code will be explained in MicroPython and will…