In this article we connect a TM1637 display module to a Raspberry Pi Pico and we will have some examples in Micropython Module Information A common display module that you can buy on the internetĀ contain the Tm1638 driver chip, I was interested in this one…
Micropython
-
-
In this article we will display a digital clock using a Pico Scroll Pack Getting started The labels on the underside of Pico Scroll Pack will show you which way round to plug it into your Pico – just match up the USB port with…
-
ArticlesMicropython
A DS18b20 thermometer example in Micropython with a Raspberry Pi Pico
by rp2040guy71In this article we connect a DS18b20 module to a Raspberry Pi Pico and we will use micropython to display the temperature returned from theĀ module. I used the following DS18b20 module Specifications The following is from the datasheet The DS18B20 digital thermometer provides 9-bit…
-
In this article we connect a WS2812 module to a Raspberry Pi Pico and we will use micropython to display various colours on the module. The WS2812 can also be known as neopixels, this is Adafruit’s naming of the module I used the following WS2812…