Category: Raspberry Pi Pico
Raspberry Pi Pico & Pico W are development boards built around the dual-core Arm Cortex M0+ RP2040 microcontroller. It has 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. In this section, you can find 30+ Raspberry Pi Pico & Pico W projects and tutorials.
-
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…
-
Raspberry Pi Pico With Stepper Motor (MicroPython Guide)
In this tutorial, you will learn how to interface a 28BYJ-48 stepper motor with Raspberry Pi Pico using ULN2003 motor driver IC. MicroPython code has been…
-
Raspberry Pi Pico With PIR Motion Sensor – Send Email Alert (MicroPython)
In this tutorial, you will learn to interface a PIR motion sensor with Raspberry Pi Pico W. We will use MicroPython to detect the signal sent…
-
Raspberry Pi Pico W & DS18B20 Temperature Sensor – MicroPython Guide
In this guide, you will learn how to interface the DS18B20 temperature sensor with Raspberry Pi Pico using MicroPython and Thonny IDE. The tutorial will teach…
-
Raspberry Pi Pico & MAX6675 K-Type Thermocouple (MicroPython)
This article will guide you to interface a K-Type Thermocouple with Raspberry Pi Pico, using the MAX6675 thermocouple-to-digital converter. We will use SPI(Serial Peripheral Interface) to…
-
Raspberry Pi Pico Relay Tutorial (MicroPython)
Introduction In this tutorial, you will learn to control a relay using a web server hosted by Raspberry Pi Pico. We will use a 2-channel relay…
-
Raspberry Pi Pico Interrupts & Button Interfacing Tutorial Using MicroPython.
In this article, we shall discuss how to interface push buttons with Raspberry Pi Pico RP2040 and trigger interrupts. We can interface a push-button using either…
-
Getting Started – Raspberry Pi Pico & Pico W with MicroPython
This is a comprehensive guide on getting started with Raspberry Pi Pico & Pico W using MicroPython. This detailed guide will provide step-by-step instructions to connect…
-
Raspberry Pi Pico Serial Communication Example-MicroPython Code
This article will guide you to use Serial communication in Raspberry Pi Pico using its inbuilt UART(Universal Asynchronous Receiver/Transmitter) and MicroPython. UART is a serial communication…
-
How To Program Raspberry Pi Pico Using Arduino IDE – RP2040 Arduino Port
This article will guide you to easily upload Arduino code to Raspberry Pi Pico using the Arduino IDE(Integrated Development Environment). The Arduino platform is popular among…