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 d20bc9e commit 5408782
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions BME680Setup.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Install libraries to interact with the BME680 sensor

## Bosh BSCE setup
## Bosh BSEC libraries setup

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.
2. Follow the setup instructions on (https://github.com/alexh-name/bsec_bme680_linux). Remember to `chmod +x make.sh` for it to be executable.


**Add here**: PIMIDORI / Adafruit

**Add here**: Download of BSEC and copy into RPI / PIMIDORI / Adafruit

Also:
- secondary I2C in my case
- change the checkpointing interval
- every 3 seconds
- change 5ºC to 4ºC ??

0 comments on commit 5408782

Please sign in to comment.