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…
Code
-
-
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…
-
In this article we look at another light-to-digital converter – this time its the TSL2591 and we will connect it to our Raspberry Pi and we will use a python library and create an example to show the sensor in use Sensor Information The TSL2591…
-
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 temperature sensor – this time its the TMP006 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 Lets look…
-
In this article we look at another acceleration sensor – this time its the VCNL4010 and we will connect it to our Raspberry Pi and we will have a python example First lets take a look at the sensor in question The VCNL4010 is a…