Skip to content

Litchee/LinkIt-ONE-IDE

Repository files navigation

Arduino IDE for LinkIt ONE

The LinkIt ONE development board is an open source, high performance board for prototyping Wearables and IoT devices. It's based on the world’s leading SoC for Wearables, MediaTek Aster (MT2502) combined with high performance Wi-Fi (MT5931) and GPS (MT3332) chipsets to provide you with access to all the features of MediaTek LinkIt. It also provides similar pin-out features to Arduino boards, making it easy for you to connect to various sensors, peripherals, and Arduino shields.

LinkIt ONE is a co-design product by Seeed Studio and MediaTek. It brings together the parties’ knowledge in open hardware and industry leading reference designs for Wearables and IoT devices to create this powerful development board.


Instal LinkIt ONE driver --- When first insert LinkIt ONE to your PC, you will find two COM port that need to instal driver:

The driver path: ..\Arduino-IDE-LinkIt-ONE\drivers\mtk

After instaled driver, you can find 2 ports:

  • MTK USB Debug Port used for uploading code
  • MTK USB Modem Port used for printing message, such as Serial.println()

Blink ----- If you had used an Arduino, you will be not unfamiliar with Blink!

Here we will show you a Blink in LinkIt ONE.

First open Arduino IDE for LinkIt ONE, then Click File -> Examples -> Basics -> Blink to open code of Blink

Then Board choose LinkIt ONE, Port choose the number of MTK USB Debug Port.

Before Uploading the codem make sure the switch is right:

Then click Upload to program the code to LinkIt ONE. You can find the led blinking now.

About

Arduino IDE for LinkIt ONE.

Resources

Stars

Watchers

Forks

Packages

No packages published