In this article we look at display t he internal temperature of an RP2020 to an I2C 16×2 LCD to a raspberry Pi Pico The internal temperature sensor that comes with the Raspberry Pi Pico is connected to one of the Analog-to-Digital Converters. The ADC…
Micropython
-
-
In this article we look at another few examples to display on an I2C 16×2 LCD to a raspberry Pi Pico Parts Required Name Link Pico Raspberry Pi Pico Development Board I2C lCD Aliexpress link Connecting cables Aliexpress product link Lysee 3D Printer…
-
In this article we will display cryptocurrency prices using a RP2040W, we will use Micropython and the Thonny editor. The prices are retrieved from coinbase using their api You can visit coinbase api and take a look at the various requests and responses We are…
-
In this article we look at interfacing an I2C 16×2 LCD to a raspberry Pi Pico Most of these LCD displays are either 16×2 or 20×4 and they are based on a The I2C module usually consists of a PCF8574 chip, which is an IC…
-
In this article we connect an Pico Sense hat to our Raspberry Pi Pico We will then use the on board LCD to display the temperature Parts Required I used a Pico sense hat which has 4 sensors Name Link Pico Raspberry Pi Pico Development…
-
In this article we connect an SGP40 air quality sensor to our Raspberry Pi Pico The SGP40 is Sensirion’s new digital VOC (volatile organic compounds) sensor designed for easy integration into air purifiers or demand-controlled ventilation. SGP40 is Sensirion’s new digital VOC (volatile organic compounds)…