https://github.com/kampi/bmp-sensors
Python I2C driver for the Bosch Sensortec BMP family pressure sensors.
https://github.com/kampi/bmp-sensors
bme280 bme680 bmp-sensors bmp085 bmp180 bmp280 bosch-sensor i2c-driver python
Last synced: about 1 month ago
JSON representation
Python I2C driver for the Bosch Sensortec BMP family pressure sensors.
- Host: GitHub
- URL: https://github.com/kampi/bmp-sensors
- Owner: Kampi
- License: gpl-3.0
- Created: 2020-04-24T06:01:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T17:39:28.000Z (over 4 years ago)
- Last Synced: 2025-03-10T16:53:40.690Z (about 1 month ago)
- Topics: bme280, bme680, bmp-sensors, bmp085, bmp180, bmp280, bosch-sensor, i2c-driver, python
- Language: Python
- Homepage: https://www.kampis-elektroecke.de
- Size: 187 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BMP-Sensors
## Table of Contents
- [BMP-Sensors](#bmp-sensors)
- [Table of Contents](#table-of-contents)
- [About](#about)
- [Setup](#setup)
- [Supported devices](#supported-devices)
- [History](#history)
- [Maintainer](#maintainer)## About
This module contains several I2C driver for digital pressure sensors from [Bosch Sensortec](https://www.bosch-sensortec.com/products/environmental-sensors/pressure-sensors/).
## Setup
You can install this module via `pip`:
```bash
$ 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
- [Daniel Kampert](mailto:[email protected])