Raspberry Pi Pico I2C Communication
In this Raspberry Pi Pico tutorial, we will learn about I2C communication protocol and pins featured on the Pi Pico board. Moreover, we will interface our Raspberry Pi Pico with …
In this Raspberry Pi Pico tutorial, we will learn about I2C communication protocol and pins featured on the Pi Pico board. Moreover, we will interface our Raspberry Pi Pico with …
In this tutorial, we will learn how to interface PIR Motion Sensor with Raspberry Pi Pico and use GPIO pins of Raspberry Pi Pico as output pins as well as …
In this tutorial, we will learn to interface KY-023 Analog Joystick module with Raspberry Pi Pico. First, we will see some introduction, pinout, and working of the module, After that, …
This guide focuses on TM1637 4 digit 7 segment display module and its interfacing with Raspberry Pi Pico. Unlike the 4-Digits 7 segment display which uses 12 pins to connect …
In this tutorial, we will create a data logger using Raspberry Pi Pico and MicroPython. We will log temperature and humidity readings acquired from DHT22 sensor to a microSD card. …
In this user guide, we will learn how to interface a micro SD card with Raspberry Pi Pico using the microSD card module. This module provides an SPI interface to …
In this getting started guide, we will learn how to program Raspberry Pi Pico using Arduino IDE. It will be a step-by-step guide on how to install Raspberry Pi Pico …
In this tutorial, we will learn to interface RC522 RFID Reader Module with Raspberry Pi Pico using MicroPython. These RFID reader modules are very handy in today’s fast-paced world. Due …
In this tutorial, we will learn about a NEO-6M GPS module and how to interface it with Raspberry Pi Pico to obtain GPS parameters such as latitude, longitude, altitude date, …
In this post, we will learn how to use dual core of Raspberry Pi Pico using MicroPython. We are going to discuss how to do Raspberry Pi Pico dual core …