Setting Up Linkit One

by kmamaniya in Circuits > Microcontrollers

444 Views, 5 Favorites, 0 Comments

Setting Up Linkit One

IMG_20151122_121411.jpg

The setup of the Linkit one IDE is not the same as directed on the mediatek website because later arduino softwsre requires some different steps.

Step 1: Download Arduino IDE

arduino.png

Linkit one works with the same IDE that is provide for the Arduino board. Thus you can download the Arduino IDE suitable to your system here .

Download and install the arduino software in your machine.

Installing Linkit One SDK

Capture.PNG
Capture.PNG

1. In the Arduino software go to File>Prefereces

2. In the Additional Boards Manager URL, paste this link: http://download.labs.mediatek.com/package_mtk_link...

3. Click Ok.

4. Now, go to Tools> Boards> Board Manager

5. The Board manager will update, and after it does scroll to the last tab and click the tab which says Linkit One by SeeedStudio.

6. Click on Intall.

Linkit One SDK is now installed.

Setup

Capture.PNG

Now connect your board to you system. In the tools> boards, select Linkit One

In the Tools> Port, select the first COM port with the Linkit.

Code, Compile, Upload

You are now good to go.

Your board is now set.

Code in the IDE, press CTRL + R to compile, and CTRL + U to upload the code to the board