In this article we connect a MMA8451Q accelerometer to a Raspberry Pi Pico running Circuitpython Sensor Information The MMA8451Q is a smart, low-power, three-axis, capacitive, micromachined accelerometer with 14 bits of resolution. This accelerometer is packed with embedded functions with flexible user programmable options, configurable…
Code
-
-
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…
-
In this article we connect a BME680 gas sensor to a Raspberry Pi Pico running Circuitpython Sensor Information The BME680 is a gas sensor that integrates high-linearity and high-accuracy gas, pressure, humidity and temperature sensors. It is especially developed for mobile applications and wearables where…
-
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 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 create an I2C scanner for the Raspberry Pi PIco. Sometimes you get a sensor and are not sure the I2C address or you may have a sensor library that does not work for some reason and this may be because …