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…
rp2040guy71
-
-
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…
-
In this article we connect a ADS1015 analog-to digital converter to a Raspberry Pi Pico running Circuitpython Sensor Information The ADS1013, ADS1014, and ADS1015 devices (ADS101x) are precision, low-power, 12-bit, I2C compatible, analog-to digital converters (ADCs) offered in an ultra-small, leadless, X2QFN-10 package, and a…
-
Circuitpython
Raspberry Pi Pico and MLX90614 infrared thermometer circuitpython example
by rp2040guy71In this article we connect a MLX90614 infrared thermometer to a Raspberry Pi Pico running Circuitpython Sensor Information First lets look at some information about the sensor from the manufacturer The MLX90614 is an infrared thermometer for non-contact temperature measurements. Both the IR sensitive thermopile…