From 9cd1d658bcb59f7899a4e8267a630c6e22c21ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Martins?= Date: Wed, 22 Jan 2020 23:31:04 +0100 Subject: [PATCH] Adding skeleton version of the setup instructions --- BME680Setup.md | 24 ++++++++++++++++++++++++ DeviceSetup.md | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 BME680Setup.md create mode 100644 DeviceSetup.md diff --git a/BME680Setup.md b/BME680Setup.md new file mode 100644 index 0000000..6223a2b --- /dev/null +++ b/BME680Setup.md @@ -0,0 +1,24 @@ +# Setting up a Pi0 after old kingston microSD piffed + +## Base 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 + +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` + diff --git a/DeviceSetup.md b/DeviceSetup.md new file mode 100644 index 0000000..6223a2b --- /dev/null +++ b/DeviceSetup.md @@ -0,0 +1,24 @@ +# Setting up a Pi0 after old kingston microSD piffed + +## Base 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 + +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` +