Difference between revisions of "Cylon.js"

From air
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
   
 
==Premiers pas==
 
==Premiers pas==
  +
===Installation===
 
 
<pre>
 
<pre>
 
npm install cylon
 
npm install cylon
 
npm install cylon-arduino
 
npm install cylon-arduino
  +
</pre>
  +
  +
===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>

Latest revision as of 19:37, 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

Installation

npm install cylon
npm install cylon-arduino

CLI

http://cylonjs.com/documentation/cli/

sudo npm install -g cylon-cli
cylon
cylon scan serial
cylon scan bluetooth
cylon scan usb

cylon bluetooth scan

cylon arduino
cylon arduino help