Skip to content

Python I2C driver for the Bosch Sensortec BMP family pressure sensors.

License

Notifications You must be signed in to change notification settings

Kampi/BMP-Sensors

Repository files navigation

BMP-Sensors

Table of Contents

About

This module contains several I2C driver for digital pressure sensors from Bosch Sensortec.

Setup

You can install this module via pip:

$ python3 -m pip install bmp-sensors

Supported devices

Part Number Description
BMP085 Digital pressure (0.01 hPa resolution) and temperature (0.1 Kelvin resolution) sensor.
BMP180 Digital pressure (1 Pa resolution) and temperature (0.1 Kelvin resolution) sensor.
BMP280 Digital pressure (0.16 Pa resolution) and temperature (0.01 Kelvin resolution) sensor.
BME280 Digital pressure (0.16 Pa resolution), humidity (0.008% resolution) and temperature (0.01 Kelvin resolution) sensor.
BME680 Digital gas, pressure (0.16 Pa resolution), humidity (0.008% resolution) and temperature (0.01 Kelvin resolution) sensor.

History

Version Description Date
1.0 First release 22.04.2020
1.1 Add BMP085, BME280, BME680, optimize code 28.05.2020

Maintainer