Difference between revisions of "Cylon.js"

From air
Jump to navigation Jump to search
Line 12: Line 12:
 
npm install cylon
 
npm install cylon
 
npm install cylon-arduino
 
npm install cylon-arduino
  +
  +
  +
===CLI===
  +
http://cylonjs.com/documentation/cli/
  +
<pre>
 
sudo npm install -g cylon-cli
 
sudo npm install -g cylon-cli
 
</pre>
 
</pre>
Line 22: Line 27:
   
 
cylon bluetooth scan
 
cylon bluetooth scan
  +
  +
cylon arduino
  +
cylon arduino help
  +
 
</pre>
 
</pre>

Revision as of 19:36, 26 April 2014

http://cylonjs.com

Cylon.js is a JavaScript framework for robotics, physical computing, and the Internet of Things using Node.js.

Supported platforms : Ardrone, Arduino, Beaglebone Black, Crazyflie, Digispark, Joystick, Keyboard, Leap Motion, Neurosky, OpenCV, Pebble, Rapiro, Raspberry Pi, Salesforce, Skynet, Spark, Sphero, Tessel

see https://twitter.com/nodejs_bot

Premiers pas

npm install cylon
npm install cylon-arduino


===CLI===
http://cylonjs.com/documentation/cli/
<pre>
sudo npm install -g cylon-cli
cylon
cylon scan serial
cylon scan bluetooth
cylon scan usb

cylon bluetooth scan

cylon arduino
cylon arduino help