Tag: Display Projects
-
Raspberry Pi Pico W with TM1637 7-Segment Display
In this article, you will learn to interface a TM1637 4-digit 7-segment display module using MicroPython code and Raspberry Pi Pico W. We shall see various…
-
Interface 7-Segment Display with Raspberry Pi Pico using MicroPython
This article will guide you to connect a 7-segment display with Raspberry Pi Pico W and display digits using MicroPython. The component connections and MicroPython code…
-
NeoPixel WS2812B RGB LED with Raspberry Pi Pico (MicroPython)
This article will guide you through all the steps required to interface a WS2812B/NeoPixel RGB LED Ring to a Raspberry Pi Pico W development board using…
-
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…
-
Measure Distance Using Raspberry Pi Pico & HC-SR04 (MicroPython)
This guide will demonstrate how to measure distance using Raspberry Pi Pico and HC-SR04 ultrasonic ranging module. First, we will display the distance of an obstacle…
-
Raspberry Pi Pico With SSD1306 OLED Display – MicroPython Example
In this tutorial, we will learn to easily interface Raspberry Pi Pico with an SSD1306 OLED display(2.44cm/0.96 inches). Adding a display to your projects becomes crucial…
-
Raspberry Pi Pico With BMP280 – MicroPython Guide
In this article, we will learn how to interface the GY-BMP280 temperature and pressure sensor with Raspberry Pi Pico(RP2040). We will use a MicroPython library to…
-
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…