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 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 Code)
In this guide, learn how to interface the DS18B20 temperature sensor with Raspberry Pi Pico using MicroPython code. The tutorial will teach you how to wire…
-
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 Code
In this tutorial, you will learn to interface a relay with Raspberry Pi Pico. An example is shown to control the relay via a web server.…
-
Raspberry Pi Pico Interrupts Tutorial- Examples in MicroPython
In this article, learn how to use interrupts in Raspberry Pi Pico & Pico W. A pushbutton will be used to explain how interrupts work. We…
-
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 2.0
This article will guide you to easily upload Arduino code to Raspberry Pi Pico and Pico W using the Arduino IDE (Integrated Development Environment) version. Step-by-step…
-
Raspberry Pi Pico PWM Guide – Fade an LED (MicroPython)
This article will guide you to use Pulse Width Modulation(PWM) in Raspberry Pi Pico and Raspberry Pi Pico W. First, we shall briefly discuss how PWM…