> For the complete documentation index, see [llms.txt](https://cavedu.gitbook.io/linkit-7697/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cavedu.gitbook.io/linkit-7697/linkit-7697-development-guide-for-arduino-ide.md).

# LinkIt 7697 - Development Guide for Arduino IDE

This guide provides usage instructions and information on programming LinkIt 7697 development board with Arduino IDE.

### 什麼是 LinkIt 7697？ <a href="#linkit7697developmentguideforarduinoide-shen-me-shi-linkit7697" id="linkit7697developmentguideforarduinoide-shen-me-shi-linkit7697"></a>

{% hint style="success" %}

### What is LinkIt 7697? <a href="#linkit7697-developmentguideforarduinoide-whatislinkit7697" id="linkit7697-developmentguideforarduinoide-whatislinkit7697"></a>

LinkIt 7697 is a development board based on [MediaTek MT7697 SOC](https://labs.mediatek.com/chipset/MT7697). It supports Wi-Fi and Bluetooth Low Energy connectivity.

![](/files/KnweJh7TDCNRH1VYOBBc)
{% endhint %}

### evelopment Environments <a href="#linkit7697-developmentguideforarduinoide-developmentenvironments" id="linkit7697-developmentguideforarduinoide-developmentenvironments"></a>

There are two software development environments available to LinkIt 7697 HDK.

**Arduino IDE**

A board package for the popular [Arduino IDE](https://www.arduino.cc/) is provided for convenience - so that you can use your existing Arduino sketches and peripheral driver libraries with some modifications, while having access to the onboard Wi-Fi and Bluetooth Low Energy features.

To develop with Arduino IDE, start with the[ Arduino IDE setup page](https://docs.labs.mediatek.com/resource/linkit7697-arduino/en/environment-setup/setup-arduino-ide).

**LinkIt SDK for RTOS**

You can also program the board with the native LinkIt SDK for RTOS using GCC and accompanied flash tool.

LinkIt SDK also supports IAR embedded workbench and Keil µVision IDE. You'll need a hardware debugger such as J-Link to program the board through SWD interface.

To develop with LinkIt SDK, you'll need LinkIt SDK v4.3 or later. Visit the [MT7697 resource page](https://docs.labs.mediatek.com/resource/mt7687-mt7697/en/get-started) for details.

### Technical Specification <a href="#linkit7697-developmentguideforarduinoide-technicalspecification" id="linkit7697-developmentguideforarduinoide-technicalspecification"></a>

| Product Name          | LinkIt 7697                                                                                                                                                                                                                                     |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Manufacturer          | [Seeed Studio](https://www.seeedstudio.com/)                                                                                                                                                                                                    |
| Module                | [Wrtnode7 ](http://7.wrtnode.cc/)by [wrtnode](http://wrtnode.com/)                                                                                                                                                                              |
| Chipset               | <p><a href="https://labs.mediatek.com/en/chipset/MT7697">MT7697</a><br>Cortex-M4 with FPU at 192MHz</p>                                                                                                                                         |
| RAM                   | 352 KB                                                                                                                                                                                                                                          |
| Flash                 | 4 MB                                                                                                                                                                                                                                            |
| Wi-Fi                 | 802.11 b/g/n (2.4G)                                                                                                                                                                                                                             |
| Bluetooth             | 4.2 LE                                                                                                                                                                                                                                          |
| Dimension             | 48x26 mm                                                                                                                                                                                                                                        |
| Operating Voltage     | 3V3                                                                                                                                                                                                                                             |
| Input Voltage         | 5V (micro-USB)                                                                                                                                                                                                                                  |
| USB-to-UART           | [CP2102N](http://www.silabs.com/products/interface/usb-bridges/usbxpress-usb-bridges)                                                                                                                                                           |
| Peripheral Interfaces | <p>GPIO x 18 <br>UART x 2 <br>I2C x 1 <br>SPI x 1<br>PWM x 18<br>EINT x 4<br>ADC x 4 (0\~2.5V)<br>IrDA x 1<br>I2S x 1</p>                                                                                                                       |
| Debug Interfaces      | SWD x 1                                                                                                                                                                                                                                         |
| Supported Environment | <p><a href="https://docs.labs.mediatek.com/resource/mt7687-mt7697/en/get-started">LinkIt SDK</a><br><a href="https://docs.labs.mediatek.com/resource/linkit7697-arduino/en/environment-setup/setup-arduino-ide">Arduino for LinkIt 7697</a></p> |

### Pin-out Diagram <a href="#linkit7697-developmentguideforarduinoide-pin-outdiagram" id="linkit7697-developmentguideforarduinoide-pin-outdiagram"></a>

![](/files/d2bv4ARYa3naZ8UzlCtg)

[Download (PDF) ](https://labs.mediatek.com/en/download/1ega2lbl)<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cavedu.gitbook.io/linkit-7697/linkit-7697-development-guide-for-arduino-ide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
