In this article we look at something slightly different for the Raspberry Pi Pico, a BASIC Interpreter called Picomite This was developed by the same person who invented the MaxiMite which Lets see what the website says about PicoMite PicoMite is a Raspberry Pi Pico…
Articles
-
-
The Pico-RTC-DS3231 is an RTC expansion module specialized for Raspberry Pi Pico. It incorporates high precision RTC chip DS3231 and uses an I2C bus for communication. More external sensors are allowed to be connected thanks to the stackable design. DS3231 Information The DS3231 is…
-
In this tutorial we will read the Temperature from the Raspberry Pi Pico. The Raspberry Pi Pico has an internal Temperature Sensor which is connected to an ADC pin, using Micropython or the Arduino IDE we can read this temperature The internal temperature sensor that…
-
The RP2040 is the debut microcontroller from Raspberry Pi. With a large on-chip memory, symmetric dual-core processor complex, deterministic bus fabric, and rich peripheral set augmented with our unique Programmable I/O (PIO) subsystem, it provides professional users with unrivalled power and flexibility. With detailed documentation,…
-
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…