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.
-
Raspberry Pi Pico With Flow Sensor – MicroPython Example
In this article, we will interface the popular YF-S201 water flow sensor with Raspberry Pi Pico RP2040. We shall use an interrupt to measure the volume…
-
Raspberry Pi Pico LCD (I2C) Interfacing Using MicroPython
This article will guide you to interface a 16×2 LCD with Raspberry Pi Pico using an I2C interface. By default, 16×2 LCDs come with 16 pins.…
-
Raspberry Pi Pico W With DHT11 (MicroPython Code)
In this tutorial, we will interface Raspberry Pi Pico W with the DHT11 temperature and humidity sensor using Micropython. We will discuss a simple script to…
-
Raspberry Pi Pico With DHT22 – MicroPython Tutorial
In this tutorial, we will interface Raspberry Pi Pico with the DHT22 sensor module using MicroPython. We will first display the sensor values using serial communication…
-
Raspberry Pi Pico Onboard Temperature Sensor – MicroPython Guide
In this tutorial, we will learn how to read the in-built temperature sensor in Raspberry Pi Pico. First, we shall write a simple MicroPython script to…