Skip to content

woosungchu/j5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Johnny-five

Arduino

  1. download build tools
$ npm --add-python-to-path install --global --production windows-build-tools
$ npm install -g node-gyp
  1. 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.
Reference

Tessel 2

// 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

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published