First install the SD card with Raspbian pre-installed and follow prompts to install onto the raspberry pi. Credentials are below
username: pi
password: raspberry
Click the pi logo, then preferences, then configurations, On the Interfaces tab, set I2C and SSH to Enable and then click OK
Download Putty onto Windows from https://www.putty.org computer to access raspberry pi "headless" (with no monitor connected to raspberry pi)
curl -sL http://deb.nodesource.com/setup_4.x | sudo -E bash
sudo apt-get -y install nodejs
To install the Git, run the following commands in the raspberry pi terminal
sudo apt install git-all
git clone https://github.com/emmanuel-okeke/Gast_Iot_Sensor_Development_junair.git
cd Gast_Iot_Sensor_Development_junair
sudo npm install
To compile these libraries, run the following commands in the raspberry pi terminal (This may take up to 10 minutes). do this in the 'Gast......Junair/' folder
sudo chmod u+x setup.sh
sudo ./setup.sh
To validate the RPI.GPIO library installation, run the following commmand in the raspberry pi terminal
sudo pip install RPi.GPIO
To install the dependencies and libraries, run the following commands in the raspberry pi terminal
sudo apt-get update
sudo apt-get upgrade
cd ~
cd Gast_Iot_Sensor_Development_junair
cd Library/Adafruit_Python_MAX31855
sudo python setup.py install
To install the dependencies and libraries from source (recommended), run the following commands in the raspberry pi terminal
cd ~
cd Gast_Iot_Sensor_Development_junair
cd Library/Adafruit_Python_MCP3008
sudo python setup.py install
To install the dependencies and libraries from source (recommended), run the following commands in the raspberry pi terminal
cd ~
cd Gast_Iot_Sensor_Development_junair
cd Library/Adafruit_Python_DHT
sudo python setup.py install
curl -L hologram.io/python-install | bash
curl -L hologram.io/python-update | bash
sudo apt-get install build-essential libi2c-dev i2c-tools python-dev libffi-dev
pip install cffi
git clone https://github.com/bivab/smbus-cffi.git #(skip if already installed)
python setup.py install
https://github.com/ControlEverythingCommunity/SHT25.git #(skip if already installed)
sudo python JunairApp.py & python error_status.py