Difference between revisions of "Cylon.js"

From air
Jump to navigation Jump to search
Line 6: Line 6:
   
 
see https://twitter.com/nodejs_bot
 
see https://twitter.com/nodejs_bot
  +
  +
==Premiers pas==
  +
  +
<pre>
  +
npm install cylon
  +
npm install cylon-arduino
  +
sudo npm install -g cylon-cli
  +
</pre>
  +
  +
<pre>
  +
cylon
  +
cylon scan serial
  +
cylon scan bluetooth
  +
cylon scan usb
  +
  +
cylon bluetooth scan
  +
</pre>

Revision as of 17:29, 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
sudo npm install -g cylon-cli
cylon
cylon scan serial
cylon scan bluetooth
cylon scan usb

cylon bluetooth scan