The following instructions describe how to install pi-sepctrometer on a fresh Raspbian image.
- Download the latest Raspbian image from the raspberry pi website (https://www.raspberrypi.org/downloads/raspbian/)
- Unzip the downloaded file
- Write the image to an SD card (https://www.raspberrypi.org/documentation/installation/installing-images/)
- Insert the SD card into the Raspberry Pi
- Insert a monitor, keyboard and mouse into the Raspberry Pi
- Insert a Wifi Dongle into the Raspberry Pi
- Power on the Raspberry Pi
- Wait for the Desktop to appear
- Connect to a Wifi network by clicking on the networking icon on the top right.
- Click on the terminal icon on the top panel.
cdinto a suitable directory to install the Pi Spectrometer- Type
git clone https://github.com/IonSystems/pi-spectrometer.git - Type
sudo apt-get install python-opencv - Type
sudo apt-get install python-imaging-tk - Type
sudo apt-get install python-matplotlib - Type
sudo raspi-configand enable the Raspberry Pi Camera.