Skip to content

Commit

Permalink
Update BME680Setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lokijota authored Jan 22, 2020
1 parent f391155 commit d20bc9e
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions BME680Setup.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d20bc9e

Please sign in to comment.