Microcontrollers introduction

From Wiki
Revision as of 06:48, 6 November 2015 by Root (Talk | contribs) (Created page with "== Introducing the GrovePi+== [http://www.dexterindustries.com/GrovePi/ GrovePi] is a system that brings Grove Sensors to the [http://www.seeedstudio.com/dep...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Introducing the GrovePi+

GrovePi is a system that brings Grove Sensors to the Raspberry Pi.

GrovePi+ is a new version of GrovePi.
It adds support for the newly RaspberryPi Model B+ and Model A+.
There are three mounting holes can perfect match all version of Raspberry Pi.
Camera cable outlet hole.
It also improves the voltage level converting sub circuits.

Features

  • 7 digital Ports
  • 3 analoge Ports
  • 3 I2C ports
  • 1 Serial port connect to GrovePi
  • 1 Serial port connect to Raspberry Pi
  • Grove header Vcc output Voltage: 5Vdc

Get Started

Welcome to the Quickstart Guide to the GrovePi+.
If you want to know more about how it works, you can find all the design files in the designer's Github Repository.

Connect the GrovePi to the Raspberry Pi

First, mount your GrovePi on the Raspberry Pi. The GrovePi slides over top of the Raspberry Pi as shown in the picture below.
Ensure that the pins are properly aligned when stacking the GrovePi.

Setup the Software on the Raspberry Pi

Next we will install the software on the Raspberry Pi. There are two options for installation:

  • You can use our BrickPi Image.
  • Use your own image. If you already have your own flavor of linux running on the Raspberry Pi, you can use our bash script to setup for the GrovePi.

Using the BrickPi Image

   git clone https://github.com/DexterInd/GrovePi.git

Configuring your own image

  • Clone the Github repository at an appropriate location
   git clone https://github.com/DexterInd/GrovePi.git
  • Run the bash script in the Scripts folder to configure the Raspbian. here is the tutorial for setting up with the Script.
  • Restart the Raspberry Pi and start using the Grove Pi.

Testing the GrovePi

Once you have your Raspberry Pi configured to work with the GrovePi, it’s time to see it in action.
We have developed three simple projects to illustrate how the GrovePi works.

Supported Products

Grove List

See Also

Designer's web site: Dexterindustries
Download the pdf file about setting up the softerware: Setting_Up_Software_for_GrovePi.pdf