Skip to content

Seeed Grove System

Hybrid Things Lab edited this page May 5, 2022 · 85 revisions

Grove is a modular electronics platform by seeed studio for rapid prototyping. Many configurations can be assembled without the need for soldering or breadboarding. We use the system in our lab for quick prototyping.

Grove Starter Kit

The Grove Starter Kit contains basic sensors and actuators, including support for audio, light, motion, tactile, and other interaction modes. So, you can start messing around at once with a wide variety of projects .

https://wiki.seeedstudio.com/Grove_Starter_Kit_v3/

Part list

Amount Description Link
1 1 Base Shield https://wiki.seeedstudio.com/Grove_Starter_Kit_v3/#grove-base-shield
2 1 Grove - LCD RGB Backlight https://wiki.seeedstudio.com/Grove-LCD_RGB_Backlight/
3 1 Grove - Smart Relay https://wiki.seeedstudio.com/Grove-Relay/
4 1 Grove - Buzzer https://wiki.seeedstudio.com/Grove-Buzzer/
5 1 Grove - Sound Sensor https://wiki.seeedstudio.com/Grove-Sound_Sensor/
6 1 Grove - Touch Sensor https://wiki.seeedstudio.com/Grove-Touch_Sensor/
7 1 Grove - Rotary Angle Sensor https://wiki.seeedstudio.com/Grove-Rotary_Angle_Sensor/
8 1 Grove - Temperature Sensor https://wiki.seeedstudio.com/Grove-Temperature_Sensor/
9 1 Grove - LED https://wiki.seeedstudio.com/Grove_Starter_Kit_v3/#grove-led
10 1 Grove - Light Sensor https://wiki.seeedstudio.com/Grove-Light_Sensor/
11 1 Grove – Button https://wiki.seeedstudio.com/Grove-Button/
12 1 DIP LED Blue-Blue
13 1 DIP LED Green-Green
14 1 DIP LED Red-Red https://wiki.seeedstudio.com/Grove-Red_LED/
15 1 Mini Servo https://wiki.seeedstudio.com/Grove-Servo/
16 10 Grove Cables
17 1 9V to Barrel Jack Adapter
18 1 Grove starter kit Manual
19 1 Green Plastic Box

Set up

Here is a step by step Tutorial on how to get started with your Starter Kit, how to download the IDE and how to set up your IDE with the Starter Kit Sketchbook: https://www.youtube.com/watch?v=1Rc_OiebDPo IMAGE ALT TEXT

Arduino IDE Download & Starter Kit Sketchbook Download

How to install libraries

Sometimes you need certain libraries to use certain modules. To install libraries you will first have to download them. On GitHub you can simply click on the green clone button and then click on “download Zip”. Once you have done that, open up the Arduino IDE and go to “Sketch > Include Library > Add .zip Library” and choose the librar-ZIP that you just downloaded. If the installation was successful, you’ll see a message in the terminal/notice window.

Clone this wiki locally