Setting up the GrovePi
Let us have a look at an image of the GrovePi:
As you can see from the preceding image, GrovePi has a socket that allows it to fit directly over the Raspberry Pi. Once we do that, we can begin to set up the software on the Raspberry Pi to use the shield. The steps are given next.
Turn on the Raspberry Pi without the GrovePi attached and open a terminal window either by using a monitor or through ssh:
It is recommended that we install GrovePi on the desktop so we first cd into the desktop directory with the following command:
$ cd /home/pi/Desktop
Now clone the repository from GitHub into the desktop with the following command:
$ sudo git clone https://github.com/DexterInd/GrovePi
We are now ready to execute the install script for the GrovePi. But we must first make the script executable and then run it:
$ cd /home/pi/Desktop/GrovePi/Script $ sudo chmod +x install.sh $ sudo ./install.sh
The terminal will ask you to press ENTER and subsequently Y to continue, so please...