This is the Arduino Add-On package for LinkIt 7697 on LinkIt SDK v4.x. This package allows developers to:
- Build LinkIt 7697 board support package for Arduino IDE.
- Create LinkIt SDK projects that uses core Arduino APIs, and build them with LinkIt SDK.
If you are looking for instructions on using Arduino IDE with LinkIt 7697, visit this resource page.
- You need a working LinkIt SDK v4.2 public version. To obtain public version of LinkIt SDK v4.2, visit https://docs.labs.mediatek.com/resource/mt7687-mt7697/en/downloads
- You must build this package on a Linux machine with
make
andperl
installed.
Copy-n-replace into LinkIt SDK v4 public version. Use following command to build the board support package:
mkdir out
./mk_ide_pkg.pl -o out -v 1.0.0
The resulting packages are located in the out
directory.
Copy-n-replace into LinkIt SDK v4 public version. Then use following command to build blinky project:
cd project/mt7687_hdk/apps/arduino/blink/GCC
make
This package is based on Archermind's LinkIt 7687 Arduino package, with some modifications for MT7697 and LinkIt 7697 board.