From d20bc9e1591dca0d55836e80adab6ea7e0c91463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Martins?= Date: Wed, 22 Jan 2020 23:39:49 +0100 Subject: [PATCH] Update BME680Setup.md --- BME680Setup.md | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/BME680Setup.md b/BME680Setup.md index 6223a2b..9887d3c 100644 --- a/BME680Setup.md +++ b/BME680Setup.md @@ -1,24 +1,9 @@ -# Setting up a Pi0 after old kingston microSD piffed +# Install libraries to interact with the BME680 sensor -## Base setup +## Bosh BSCE setup -1. Flash the Raspian image intro the MicroSD Card (the BalenaEtcher is a good tool, but run it in Administrator mode) -2. Log in (pi/raspberry) and update the settings in `sudo raspi-config`, including: - - set the hostname of the device - - turn on Camera, SSH, SPI, I2C - - configure the right keyboard - - configure the WIFI - - configure Boot to automatically log into the command line - - change the password - - when you're done, reboot for the wifi to take effect +1. Run `git clone https://github.com/alexh-name/bsec_bme680_linux.git`. This is a great repo that includes C code to call Bosh's libraries. These are close source and include code to calculate an IAQ score (Interior Air Quality) that depends on other atmospheric factors. Unfortunatelly not public how this calculation is done. I'll be changing some of the code of this repo to upload readings to Azure. -3. After reboot you can start `sudo raspi-config` again and update the tool, in case new settings appear -4. Update the system by running `sudo apt-get update` followed by `sudo apt-get upgrade -y` -5. Install pip3: `sudo apt-get install python3-pip -y` -6. Install Vim: `sudo apt-get install vim -y` -7. Install Git: `sudo apt-get install git -y` -## BSCE setup - -1. Run `git clone https://github.com/alexh-name/bsec_bme680_linux.git` +**Add here**: PIMIDORI / Adafruit