- download build tools
$ npm --add-python-to-path install --global --production windows-build-tools
$ npm install -g node-gyp
- setup arduino hardware & download plugin with online IDE
- Open Arduino IDE
- Verify correct port and board
- Navigate to File > Examples > Firmata > StandardFirmataPlus
- Upload sketch onto board.
// to install
$ npm install -g t2-cli
$ t2 list
INFO Searching for nearby Tessels...
USB Frank(name)
// connection
$ t2 wifi -n "<network name>" -p "<password>"
$ t2 provision // security
// run basic example
$ t2 init
$ t2 run index.js
// run with package
$ t2 init
$ t2 install tessel-io johnny-five
$ t2 run led.js
// to untether
$ t2 push index.js
$ t2 erase
// other option only available on OS x or bash
$ t2 update
$ t2 restore