From 7408192f11eeff63983d8972c25d0bc623c62cbf Mon Sep 17 00:00:00 2001 From: Hel Gibbons <50950368+helgibbons@users.noreply.github.com> Date: Wed, 9 Feb 2022 15:32:09 +0000 Subject: [PATCH 1/2] Add BME688 details to readme --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2cea030..162f3d9 100644 --- a/README.md +++ b/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: @@ -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 From ba955f292816eaef2633557ac9f2071ada1d11c1 Mon Sep 17 00:00:00 2001 From: Hel Gibbons <50950368+helgibbons@users.noreply.github.com> Date: Wed, 9 Feb 2022 15:34:12 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 162f3d9..50f2d4c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BME68x +# 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)