MediaTek LinkIt™ Smart 7688 Developer's Guide
© 2015, 2016 MediaTek Inc.
Page 84
This document contains information that is proprietary to MediaTek Inc.
Unauthorized reproduction or disclosure of this information in whole or in part is strictly prohibited.
Figure 59 Uploading example sketch in Arduino IDE
4)
Set up the MPU, for this you’ll need to install Firmata on your computer. While you can
install Firmata using NPM on LinkIt Smart 7688 Duo, the process is a bit long, that’s why
you should install
on your computer instead and do the Firmata installation from
there. In your host computer, create a folder called
testfirmata
and switch to the
directory. The
$
indicates command prompt and is not part of the command.
$ mkdir testfirmata && cd testfirmata
5)
After you’ve installed NPM, use it to initialize the file. For example:
$ npm init
6)
Install Firmata by typing the following command.
$ npm install firmata –-save