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
Release files for bme690 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 | |
|---|---|---|---|
| bme690-1.0.0.tar.gz | 79.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bme690-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 92.2 kB
Release files / bme690-1.0.0.tar.gz
| Download URL | bme690-1.0.0.tar.gz |
|---|---|
| Size | 79.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eabd562ad4e898cdfbd7b89618764f0cca4662f039042ee371127d994d011ebc
|
|
BLAKE2b-256 checksum How to use checksums |
a1fc33b35b5bff9ab225c7729853209221f3ce594dda11dd3d83e3b22f9d3023
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.2
|
Release files / bme690-1.0.0-py3-none-any.whl
| Download URL | bme690-1.0.0-py3-none-any.whl |
|---|---|
| Size | 13.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
57d12acea33bc2d9717cb7434faa0fa65bf4e45385b7753f83386a3de4b2720b
|
|
BLAKE2b-256 checksum How to use checksums |
ae487410f2da58681e198485e496b012ae217853af0bb792e4d6be4c27a97b63
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.2
|