In this example we connect a PIR module up to our Raspberry PI Pico, this is quite a simple module to connect as it requires only 3v3, Gnd and the output is ok to connect to a Pico and does not require any level shifting.…
rp2040guy71
-
-
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…
-
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 Feather RP2040 is a board from Adafruit which features the RP2040 microcontroller from the Raspberry Pi foundation. Like other Rp2040 boards tyou can program it in circuitpython, micropython , C/C++ and there is also Arduino support Features 21 x GPIO pins with following capabilities:…
-
Circuitpython
Raspberry Pi Pico and VL53L0X Time-of-Flight Sensor circuitpython example
by rp2040guy71In this article we connect a VL53L0X Time-of-Flight to a Raspberry Pi Pico running Circuitpython Sensor Information The VL53L0X is a new generation Time-of-Flight (ToF) laser-ranging module housed in the smallest package on the market today, providing accurate distance measurement whatever the target reflectances unlike…
-
In this article we connect a TCS3472 Color Sensor to a Raspberry Pi Pico running Circuitpython Sensor Information The TCS3472 device provides a digital return of red, green, blue (RGB), and clear light sensing values. An IR blocking filter, integrated on-chip and localized to the…