0.1.5 • Published 7 years ago

tesla-edison v0.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

tesla

:zap: CLI script to speed up a few tasks on Intel Edison.

npm version Approved by


Installation

$ npm install -g tesla-edison

Commands

$ tesla blink

Make the Edison Breakout Board LED blink for 10 seconds.

$ tesla wifi

Scan and setup Wi-Fi.

$ tesla status

Check if your Edison is connected to the Internet.

$ tesla mraa-version

Print the current installed version of MRAA.

$ tesla mraa-update

Update the installed version of MRAA.

$ tesla bluetooth

Unblock Bluetooth.

$ tesla file-upload

Turn on a web server on port 8080 to upload files. Files are uploaded to /home/root directory. Uses Express.js and Formidable.