Supereyes Order Seeed Studio GrovePi Expansion Board Operating instructions

Type
Operating instructions

Supereyes Order Seeed Studio GrovePi Expansion Board is a versatile device that enables you to connect various Grove sensors and actuators to your Raspberry Pi. With its user-friendly design and extensive capabilities, this board makes it easy to build and prototype electronic projects. The GrovePi Expansion Board features:

  • Easy Connectivity: Simply stack the GrovePi board on top of your Raspberry Pi and connect the Grove sensors and actuators using the included cables.

  • Wide Range of Grove Modules: The GrovePi board is compatible with a wide range of Grove modules, including sensors for temperature, humidity, light, sound, motion, and more. You can also connect actuators like LEDs, motors, and relays.

Supereyes Order Seeed Studio GrovePi Expansion Board is a versatile device that enables you to connect various Grove sensors and actuators to your Raspberry Pi. With its user-friendly design and extensive capabilities, this board makes it easy to build and prototype electronic projects. The GrovePi Expansion Board features:

  • Easy Connectivity: Simply stack the GrovePi board on top of your Raspberry Pi and connect the Grove sensors and actuators using the included cables.

  • Wide Range of Grove Modules: The GrovePi board is compatible with a wide range of Grove modules, including sensors for temperature, humidity, light, sound, motion, and more. You can also connect actuators like LEDs, motors, and relays.

Setting UpT h e Sofware for GrovePi
If y o u don’t wantt o setupt h e software, y o u can useaDexter Industries S D Card whichcomes
will allt h e packages andnecessary settings soy o u aredirectly startusing your GrovePi.
T h e first stepwith your newGrovePii s t o g e t i t working with t h e Raspberry P i . Heresastepby
stepguide t o getting t h e GroveP i communicating with t h e Raspberry P i . Before beginning this
installation, makesureyour Raspberry P i i s connected t o t h e internet.
1.P o w e r ont h e Raspberry P i , without t h e GrovePi attached, andopen aterminal (we’ll be
doing i t onS S H , but i t t h e samewhenusing astandard Raspberry P i setupwith amonitor).
2.Change directories g o t o anappropriate location onyour P i wherey o u wantt h e GrovePifiles
t o bestored (We recommend t h a t y o u doi t ont h e Desktop because i t i s easy t o access and
compatible with allour examples too). Clone t h e GrovePig i t repository:
g i t clone https://github.com/DexterInd/GrovePi
When the repository is done downloading, there should be a new folder called “GrovePi“.
3. Go to the Scripts folder in the GrovePi folder.
cd GrovePi/Script
4. Make the install.sh bash script as executable. We do this by modifying the permissions of the
script:
sudo chmod +x install.sh
5. Start the script. You must be the root user, so be sure to include “sudo”!
sudo ./install.sh
Press “Enter to start when you are prompted.
6. The script will download packages from the internet which are used by the GrovePi. Press “y
when the terminal prompts and asks for permission to start the download.
7. The Raspberry Pi will automatically restart when the installation is complete.
8. Now when the Raspberry pi is powered down, stack the Grove Pi on top of the Raspberry Pi
and power on the Raspberry Pi. A green light should power up on the Grove Pi. (Ensure that the
pins are properly connected before powering the Raspberry Pi)
9. Now to check that the script was correctly installed. We will check that the Raspberry Pi is
able to detect the Grove pi: runi2cdetect
sudo i2cdetect -y 1
If you have an Original Raspberry Pi (Sold before October 2012) – the I2C is port 0:
sudo i2cdetect -y 0
If y o u can seea04i n t h e output, this means t h e Raspberry P i i s ablet o detect t h e GrovePi.
10. T o t e s t t h e GroveP i , connect aGroveLED t o port D4andrun t h e blink example
cdGrovePi/Software/Python
python grovepi_blink.py
If everything i s installed correctly, t h e LED should startblinking.
Haveaquestion oraproblem? P o s t i t ont h e forums andwellhelpy o u out.
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7

Supereyes Order Seeed Studio GrovePi Expansion Board Operating instructions

Type
Operating instructions

Supereyes Order Seeed Studio GrovePi Expansion Board is a versatile device that enables you to connect various Grove sensors and actuators to your Raspberry Pi. With its user-friendly design and extensive capabilities, this board makes it easy to build and prototype electronic projects. The GrovePi Expansion Board features:

  • Easy Connectivity: Simply stack the GrovePi board on top of your Raspberry Pi and connect the Grove sensors and actuators using the included cables.

  • Wide Range of Grove Modules: The GrovePi board is compatible with a wide range of Grove modules, including sensors for temperature, humidity, light, sound, motion, and more. You can also connect actuators like LEDs, motors, and relays.

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI