Skip to content

Commit

Permalink
Merge pull request #47 from pimoroni/helgibbons-tweak-readme
Browse files Browse the repository at this point in the history
Add BME688 details to readme
  • Loading branch information
Gadgetoid committed Feb 9, 2022
2 parents 7afe2ef + ba955f2 commit 8fb321b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
@@ -1,19 +1,22 @@
# BME680
# BME68x

[![Build Status](https://travis-ci.org/pimoroni/bme680-python.svg?branch=master)](https://travis-ci.org/pimoroni/bme680-python)
[![Coverage Status](https://coveralls.io/repos/github/pimoroni/bme680-python/badge.svg?branch=master)](https://coveralls.io/github/pimoroni/bme680-python?branch=master)
[![PyPi Package](https://img.shields.io/pypi/v/bme680.svg)](https://pypi.python.org/pypi/bme680)
[![Python Versions](https://img.shields.io/pypi/pyversions/bme680.svg)](https://pypi.python.org/pypi/bme680)

https://shop.pimoroni.com/products/bme680
BME68x is a series of state-of-the-art environmental sensors that let you measure temperature, pressure, humidity and indoor air quality.

The state-of-the-art BME680 breakout lets you measure temperature, pressure, humidity, and indoor air quality.
This library is designed to work with the following products:

* BME680 Breakout - https://shop.pimoroni.com/products/bme680
* BME688 4-in-1 Air Quality Breakout - https://shop.pimoroni.com/products/bme688-breakout

## Installing

### Full install (recommended):

We've created an easy installation script that will install all pre-requisites and get your BME680
We've created an easy installation script that will install all pre-requisites and get your BME68x
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:

Expand Down Expand Up @@ -48,7 +51,7 @@ sudo python3 setup.py install
```
(or `sudo python setup.py install` whichever your primary Python environment may be)

In all cases you will have to enable the i2c bus.
In all cases you will have to have I2C enabled (`sudo raspi-config`, under 'Interfacing Options').

## Documentation & Support

Expand Down

0 comments on commit 8fb321b

Please sign in to comment.