Metadata-Version: 2.1
Name: bmp-sensors
Version: 1.1.3
Summary: I2C driver for the Bosch Sensortec BMP-Sensors family.
Home-page: https://gitlab.com/Kampi/bmp-sensors
Author: Daniel Kampert
Author-email: DanielKampert@kampis-elektroecke.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
Requires-Dist: smbus

# 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:DanielKampert@kampis-elektroecke.de)


