Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.44 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.44 KB

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