• Stars
    star
    488
  • Rank 89,554 (Top 2 %)
  • Language
    Python
  • License
    Other
  • Created almost 11 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

GrovePi is an open source platform for connecting Grove Sensors to the Raspberry Pi.

Modular Robotics (Dexter Industries) GrovePi Generic badge MIT license

Picture

The GrovePi is an open-source platform for connecting Grove Sensors to the Rasberry Pi. Create IoT (Internet of Things) devices and inventions without the need of soldering!

Its official API is written in Python, but it can also be interfaced with in other languages such as C, C#, Go and NodeJS. These other variations of the same library came from our contributors.

Getting Started

In order to quick install the GrovePi repository, open up a terminal and type the following command:

curl -kL dexterindustries.com/update_grovepi | bash

The same command can be used for updating the GrovePi to the latest version. For more details on how you can install/update your GrovePi, please check this README.

To install into a virtual environment, first active your virtualenv and type the following command:

curl -kL dexterindustries.com/update_grovepi | bash -s -- --user-local --bypass-gui-installation

To flash the latest firmware to the GrovePi, run

cd /home/pi/Dexter/GrovePi/Firmware
bash firmware_update.sh

Then, import the grovepi module and start playing with it. Its documentation can be found here.

The old guide on getting started with the GrovePi can be found here. It can still prove to be useful if you're unsure how the GrovePi has to be stacked on top of the Raspberry Pi, although it should be pretty obvious.

Support

Raspberry Pi Compatibility

The GrovePi is compatible with the Raspberry Pi models A, A+, B, B+, 2, and B3, B3+, A3+, and 4B.

Documentation

There is extensive documentation available

Scratch Support

Once you've done the above command, you can install Scratch support if you want it. This step is optional.

sudo bash /home/pi/Dexter/GrovePi/Script/install_scratch.sh

If your SD card has Scratch 2.0 installed on it, then this will install GrovePi support for it. GrovePi integration for Scratch 1.4 is also getting installed.

Want to use a sensor not in the library yet?

Ask us in the forums. Want to use the GrovePi in a language not currently supported? Ask and we will help.

Programming the GrovePi

The GrovePi can be programmed in Python, C, C#, Go, and NodeJS on the Raspberry Pi. Simply start with one of our example projects or example code.
The GrovePi uses an Arduino to interface between the Raspberry Pi and the Grove Sensors, and comes programmed with a standard firmware. The firmware can be rewritten from the Raspberry Pi.

Getting Help

Need help? We have a forum here where you can ask questions or make suggestions.

Getting Ideas

Need an idea to get started? We have a few project examples to get your creative juices flowing.

More Repositories

1

GoPiGo

The GoPiGo Robot for Raspberry Pi
HTML
338
star
2

BrickPi

The BrickPi Project Combining the Raspberry Pi and LEGO MINDSTORMS
Rich Text Format
262
star
3

BrickPi3

The BrickPi3 connects LEGO Mindstorms with the Raspberry Pi.
Python
120
star
4

GoPiGo3

The GoPiGo3 is a Raspberry Pi Robot!
Python
96
star
5

BrickPi_Python

BrickPi Python Development
73
star
6

EV3_Dexter_Industries_Sensors

EV3 Repo of Dexter Industries Sensors
C++
46
star
7

ArduBerry

Arduberry is the easiest adapter for Raspberry Pi and Arduino
Shell
41
star
8

Raspbian_For_Robots

Raspbian image changes to make it work well with Dexter Industries robots.
CSS
33
star
9

GoogleVisionTutorials

Tutorials on how to use Google Vision with the Raspberry Pi.
Python
20
star
10

Raspberry_Pi_Speech

Get your Raspberry Pi Talking! These are some examples to make your Raspberry Pi talk.
Python
16
star
11

DI_Sensors

Dexter Industries Sensors
Python
12
star
12

BrickPi_C

BrickPi Library in C
12
star
13

BrickPi_Scratch

Scratch programs for the BrickPi
11
star
14

PivotPi

PivotPi is a Servo Controller for the Raspberry Pi!
Java
9
star
15

DI_LEGO_NXT

Lego Mindstorms NXT Blocks for Dexter Industries Products
C
8
star
16

upyduino

Micropython setup as an Arduino.
Python
7
star
17

DI_Arduino

Dexter Industries Arduino Repository
C++
5
star
18

Dexter_Industries

Dexter Industries Stuff!
3
star
19

GrovePi_Zero_Example_Programs

GrovePi Zero Example Programs
Python
2
star
20

wiringPi

C
2
star
21

RFR_Tools

Common tools to all robots
Python
2
star
22

DexterEd

Teaching materials for Dexter Industries Robots!
Python
2
star
23

Game_Shield_for_RPi

A gaming shield for the RPi. For adapting the PS2 Controller and the Nintendo Wii to the Raspberry Pi
C
2
star
24

script_tools

Common installation scripts used in multiple products around the Dexter Industries Galaxy of products.
Shell
2
star
25

pxt-gigglebot

Choose Giggle package to get started. This is the limited features package only. It contains everything that is compatible with bluetooth so if you want to use bluetooth, this is the package you need.
TypeScript
2
star
26

AVRDUDE

AVRDude Files Will Be Kept Here
Shell
1
star
27

Arduino_Playstation_Controller_Shield

A playstation controller shield for the Arduino.
1
star
28

GoPiGo3_3D_Printed

3D Printed Attachments for the GoPiGo3
1
star
29

guerillaPi

First Push
1
star
30

Utilities

Dexter Industries Utilities for Internal Use.
Python
1
star
31

deprecated-micropython-gigglebot

Use the gigglebot with micropython
Python
1
star
32

GoBox

GoBox software and Examples.
Python
1
star
33

openocd

OpenOCD Tools for Dexter Industries
Shell
1
star
34

pxt-giggle

CLICK HERE. You found the main package for the GiggleBot! This will load all the necessary blocks.
TypeScript
1
star
35

GoPiGo_Python_Examples

Example programs for the GoPiGo for Tutorial
Python
1
star