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 LCD (I2C) Interfacing Using MicroPython
This article will guide you to interface a 16×2 LCD with Raspberry Pi Pico using an I2C interface. MicroPython code is used here to communicate with…
-
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…
-
Read Raspberry Pi Pico’s Onboard Temperature Sensor (MicroPython Code)
In this tutorial, learn how to read the inbuilt/onboard temperature sensor in Raspberry Pi Pico. First, we shall write a simple MicroPython script to display temperature…