-
Notifications
You must be signed in to change notification settings - Fork 0
Seeed Grove System
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.
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
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
Arduino IDE Download & Starter Kit Sketchbook Download
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.