-
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
4 additions
and
19 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,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 | ||
|