-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ?? | ||
|