In this article, we connect a KY-015 Temperature Sensor to a Raspberry Pi Pico, any Rp2040 type board will be suitable. We actually tested this with a Cytron Maker Pi Pico We will use Micropython for these examples but of course you can use the…
Code
-
-
In this article we connect the ever popular BMP384 Sensor to a raspberry Pi Pico and we will then display readings via the serial monitor window. We are using t he Arduino IDE. Lets look at the sensor first Features The BMP384 provides excellent accuracy…
-
In this article we connect a 5×5 RGB Led matrix from Pimoroni to the Raspberry Pi Pico Breakout Information Features 5×5 (25 total) RGB LEDs 15x15mm active area 3.5mm LED pitch I2C interface (address 0x74/0x77 (cut trace)) 3.3V or 5V compatible Reverse polarity protection Parts…
-
Micropython
DHT11 Temperature & Humidity Sensor and Raspberry Pi Pico example using micropython
by rp2040guy71In this article we connect the ever popular DHt11 Temperature & Humidity Sensor to a raspberry Pi Pico and we will then display the temperature and humidity to the repl window in Thonny using micropython Now the DHT11 is not the fastest or most impressive…
-
In this article we look at another CD option for your Raspberry Pi Pico,its a 1.8 inch LCd with dimensions of 128 x 160 and is based on the ST7735 IC. There are many variants of the LCD that use this driver ic. This is…
-
Micropython
Raspberry Pi Pico and LTR-559 3-axis Light and Proximity Sensor micropython example
by rp2040guy71In this article we connect a LTR-559 3-axis Light and Proximity Sensor to the Raspberry Pi Pico Sensor Information This light and proximity sensor detects light over a wide dynamic range (0.01 lux to 64,000 lux) and proximity within a short range of ~5cm. The…