# Grove Starter Kit

![](/files/ZX4EJFyV5lmZVR3foiPU)

You can purchase the [**LinkIt 7697** **Starter Kit**](https://www.seeedstudio.com/Grove-Starter-Kit-for-LinkIt-7697-p-2834.html) from Seeed Studio. In this page, we'll show you how to use the peripherals provided in the Starter Kit. Corresponding example codes and drivers are explained in each tutorial, including the porting guideline if you're using sources from the repository of the vendor directly. We've also maintained [one repository](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/grove-starter-kit) to host drivers which had been ported to and can be used on the LinkIt 7697. Using those drivers will ease the porting process for making them available on the LinkIt 7697. And next we'll guide you through how to install them.

[Download Drivers](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/grove-starter-kit)

### Install Drivers <a href="#grovestarterkit-installdrivers" id="grovestarterkit-installdrivers"></a>

Following the "[Download Drivers](https://github.com/MediaTek-Labs/linkit-7697-peripheral-drivers-for-arduino/tree/grove-starter-kit)" link above you will see all the drivers ported to the LinkIt 7697, including the ones for the Starter Kit. Click the "**Clone or download**" button and select the "**Download ZIP" menu**" as below:

![](/files/7znS2tO2BPdkdoeAFrE8)

After the download is done, unzip the zip file and you'll see all the drivers:

![](/files/yVVnYeKnqU5bv9vmMHrS)

Select drivers you need (in this example, we select all of them) and copy them to the *$SKETCHBOOK\_PATH/libraries* folder.

* The path will be *C:\Users\USER\_NAME\Documents\Arduino\libraries* in Windows
* The path will be *USER\_NAME/Documents/Arduino/libraries* in macOS

![](/files/ACUnj0F7ZJfVdzs1T26f)

Re-start the Arduino IDE and check the **Files / Examples** menu. Newly added drivers and corresponding examples will be shown in the **Examples from Custom Libraries** section:

![](/files/fcdFeN0wowuVJTm9yMjq)

and these examples are used to demonstrate functionalities of peripheral devices in the Starter Kit.

### Kit Contents <a href="#grovestarterkit-kitcontents" id="grovestarterkit-kitcontents"></a>

Below is the list of the sensors and modules inside the Starter Kit. Follow the links to see corresponding tutorials:

* [Buttons](https://docs.labs.mediatek.com/resource/linkit7697-arduino/en/tutorial/smd-buttons)
* [RGB LED](https://docs.labs.mediatek.com/resource/linkit7697-arduino/en/tutorial/rgb-led)
* [Potentiometer](https://docs.labs.mediatek.com/resource/linkit7697-arduino/en/tutorial/potentiometer)
* [IMU 9DOF v2.0](https://docs.labs.mediatek.com/resource/linkit7697-arduino/en/tutorial/imu-9dof-v2-0-mpu-9250)
* [Temperature and Humidity Sensor Pro](https://docs.labs.mediatek.com/resource/linkit7697-arduino/en/tutorial/temperature-and-humidity-sensor-pro-am2302)
* [Ultrasonic Ranger](https://docs.labs.mediatek.com/resource/linkit7697-arduino/en/tutorial/grove-ultrasonic-ranger)
* [Light Sensor](https://docs.labs.mediatek.com/resource/linkit7697-arduino/en/tutorial/light-sensor-lm358)
* [OLED Display 0.96"](https://docs.labs.mediatek.com/resource/linkit7697-arduino/en/tutorial/grove-oled-display-0-96-ssd1308z)
* [LED Bar v2.0](https://docs.labs.mediatek.com/resource/linkit7697-arduino/en/tutorial/led-bar-v2-0-my9221)
* [Relay](https://docs.labs.mediatek.com/resource/linkit7697-arduino/en/tutorial/relay)
* [Mini Servo](https://docs.labs.mediatek.com/resource/linkit7697-arduino/en/tutorial/mini-servo-emax-9g-es08a-servo)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cavedu.gitbook.io/linkit-7697/linkit-7697-development-guide-for-arduino-ide/kits-and-shields/grove-starter-kit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
