BMP280 Temperature, Pressure, & Altitude Sensor
Suitable for measuring ambient temperature, barometric pressure, and altitude, the BMP280 is a basic weather sensor.
Installing
Stable library from PyPi:
- Just run
pip install bmp280
Latest/development library from GitHub:
git clone https://github.com/pimoroni/bmp280-pythoncd bmp280-python./install.sh --unstable
1.0.0
- Repackage to hatch/pyproject.toml
0.0.4
- Add support for forced-mode on demand i2c
- Change altitude formula
- Allow manual temperature compensation for altitude
- Allow oversampling settings to be configured on
__init__
0.0.3
- Migrate to i2cdevice>=0.0.6 set/get API
0.0.2
- Added
get_altitudemethod - Corrected pressure to hPa
0.0.1
- Initial Release
Release files for bmp280 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bmp280-1.0.0.tar.gz | 13.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bmp280-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.3 kB
Release files / bmp280-1.0.0.tar.gz
| Download URL | bmp280-1.0.0.tar.gz |
|---|---|
| Size | 13.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d5dbe8ac4812dade735b0f6a289133c391645048b22951124368fe587257c348
|
|
BLAKE2b-256 checksum How to use checksums |
6fbae97dad5c66efbec836c7a862f3972b0c26bb68cb771263ef018ca1699b79
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.2
|
Release files / bmp280-1.0.0-py3-none-any.whl
| Download URL | bmp280-1.0.0-py3-none-any.whl |
|---|---|
| Size | 7.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bf3a57f49bbe6e787084232a64cc2708e49c6435780e6d1a2a27331d41cb9220
|
|
BLAKE2b-256 checksum How to use checksums |
3a588277b7e16146363b2b07c33db1dc11cb1cdf425665dfb4d5712c25d79b12
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.2
|