In this article we connect a BMP280 barometric pressure sensor to a Raspberry Pi Pico running Circuitpython Sensor Information The BMP280 is an absolute barometric pressure sensor, which is especially feasible for mobile applications. Its small dimensions and its low power consumption allow for the…
rp2040guy71
-
Circuitpython
Raspberry Pi Pico and BMP280 barometric pressure sensor circuitpython example
by rp2040guy71 -
Circuitpython
Raspberry Pi Pico and LIS3MDL three-axis magnetic sensor circuitpython example
by rp2040guy71In this article we connect a LIS3MDL three-axis magnetic sensor.to a Raspberry Pi Pico running Circuitpython Sensor Information The LIS3MDL is an ultra-low-power high-performance three-axis magnetic sensor. The LIS3MDL has user-selectable full scales of ±4/±8/±12/±16 gauss. The self-test capability allows the user to check the…
-
In this article we connect a SHT31 humidity sensor to a Raspberry Pi Pico running Circuitpython Sensor Information The digital SHT3x humidity sensor series takes sensor technology to a new level. As the successor of the SHT2x series it sets the industry standard in humidity…
-
Circuitpython
Raspberry Pi Pico and BMP388 barometric pressure sensor circuitpython example
by rp2040guy71In this article we connect a BMP388 barometric pressure sensor to a Raspberry Pi Pico running Circuitpython Sensor Information The BMP388 is a very small, precise, low power, low noise absolute barometric pressure sensor. It enables accurate altitude tracking and is perfectly suited for drone…
-
Circuitpython
Raspberry Pi Pico and MCP9808 digital temperature sensor circuitpython example
by rp2040guy71In this article we connect a MCP9808 digital temperature sensor to a Raspberry Pi Pico running Circuitpython Sensor Information The MCP9808 digital temperature sensor converts temperatures between -40°C and +125°C to a digital word with ±0.5°C (max.) accuracy. The MCP9808 comes with user-programmable registers that…
-
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.…