Python library for the BME690 temperature, humidity and gas sensor
Project description
BME690
https://shop.pimoroni.com/products/bme690
The state-of-the-art BME690 breakout lets you measure temperature, pressure, humidity, and indoor air quality.
Installing
Full install (recommended):
We've created an easy installation script that will install all pre-requisites and get your BME690 up and running with minimal efforts. To run it, fire up Terminal which you'll find in Menu -> Accessories -> Terminal on your Raspberry Pi desktop, as illustrated below:
In the new terminal window type the command exactly as it appears below (check for typos) and follow the on-screen instructions:
git clone https://github.com/pimoroni/bme690-python
cd bme690-python
./install.sh
Note Libraries will be installed in the "pimoroni" virtual environment, you will need to activate it to run examples:
source ~/.virtualenvs/pimoroni/bin/activate
Development:
If you want to contribute, or like living on the edge of your seat by having the latest code, you can install the development version like so:
git clone https://github.com/pimoroni/bme690-python
cd bme690-python
./install.sh --unstable
In all cases you will have to enable the i2c bus:
sudo raspi-config nonint do_i2c 0
Documentation & Support
- Get help - http://forums.pimoroni.com/c/support
1.0.0
- Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bme690-1.0.0.tar.gz.
File metadata
- Download URL: bme690-1.0.0.tar.gz
- Upload date:
- Size: 79.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eabd562ad4e898cdfbd7b89618764f0cca4662f039042ee371127d994d011ebc
|
|
| MD5 |
6a612e7412f359208d62d0b6fa849d33
|
|
| BLAKE2b-256 |
a1fc33b35b5bff9ab225c7729853209221f3ce594dda11dd3d83e3b22f9d3023
|
File details
Details for the file bme690-1.0.0-py3-none-any.whl.
File metadata
- Download URL: bme690-1.0.0-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57d12acea33bc2d9717cb7434faa0fa65bf4e45385b7753f83386a3de4b2720b
|
|
| MD5 |
e917ae0fe13e4f6f0a44d7f8ee119da7
|
|
| BLAKE2b-256 |
ae487410f2da58681e198485e496b012ae217853af0bb792e4d6be4c27a97b63
|