In 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…
shedboy71
-
-
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 Adafruits naming of the module I used the following WS2812…
-
This is not a SBC like a standard Raspberry Pi, you cannot run an operating system like linux on it. Think of an Arduino Nano from a size point of view but way more powerful and an Arduino from a development point of view You…
-
In this article we look at a fairly new piece of kit the Raspberry Pi 400 The Raspberry Pi 400 is a complete Raspberry Pi 4-based personal computer which is fully integrated into a keyboard for ease of use. The hardware features a quad-core 64-bit…
-
In this article we look at an accelerometer – this time its the MSA301 and we will connect it to our Raspberry Pi and show how to get readings from it using python Lets look at some information regarding the sensor, this is from the…
-
In this article we look at a Light and Proximity Sensor – this time its the LTR-559 and we will connect it to our Raspberry Pi and show how to get readings from it in python This is the sensor that I will be using…