Questions tagged [cylon.js]

Cylon.js is a JavaScript framework for robotics, physical computing, and the Internet of Things. It makes it incredibly easy to command robots and devices.

Cylon.js is a JavaScript framework for robotics, physical computing, and the Internet of Things. It makes it incredibly easy to command robots and devices.

http://cylonjs.com/

11 questions
4
votes
2 answers

Yun shield with javascript / cylonjs

I was wondering if the yun shield would be compatible with nodejs. I know that the Arduino yun works with cylonjs and nodejs but not the yun shield with the Arduino mega or uno. Thanks!
Manu Masson
  • 1,667
  • 3
  • 18
  • 37
3
votes
1 answer

arduino wifi with cylon.js or johnny5.js

Do you know if is possibile to implement a wifi connection through Arduino one wifi modules using one of these javascript firmata (Cylon or Johnny5)? Reading the guidelines of these frameworks I didn't find any information about this. Thanks a lot.…
2
votes
1 answer

node opencv module installation error

I am trying to implement computer vision using opencv on the AR drone 1.0 using cylonjs, however I cannot seem to install the cylon-opencv module but other modules I require work fine. I have tried to install node-opencv module too but that also…
sitti94
  • 21
  • 1
2
votes
3 answers

How to control arduino + cylon with web frontend?

Im looking for a tutorial for controlling the arduino from a web frontend. I already have a cylon/arduino program running. Do I need api-http? I can't find any documentation on what i'm trying to do. What I want to do is lets say toggle a LED with…
Manu Masson
  • 1,667
  • 3
  • 18
  • 37
1
vote
1 answer

How to dynamically create javascript file in Browser

I recently started exploring Browserify for bundling Node modules and using them in the browser. It's neat and works great, however I want an improvement in the work flow. In my use case, I have a script.js file that requires node modules like Cylon…
Vivek Pradhan
  • 4,777
  • 3
  • 26
  • 46
1
vote
2 answers

Control Raspberry Pi or Arduino Remotely using a remote server (IoT)

I basically want to be able to access a webpage/web app from any computer to control a servo or read temperatures from temperature sensors connected to an Arduino or Raspberry Pi (doesn't matter to me I have both) that is remotely connected to the…
1
vote
1 answer

Cannot find module 'cylon'

I'm trying to move my bb-8(sphero) with cylon.js. I installed node.js, cylon-ble module globally and made simple code to move my bb-8. My environment is MacBook Pro Early 2015 OS X El Capitan The following error occurred while executing…
raimtoon
  • 725
  • 1
  • 11
  • 27
1
vote
2 answers

Arduino, johnny-five, can it work without connected computer?

I am new guy on Arduino and johnny-five. I am not clear about the way johnny-five work. JS code will run on computer or run directly on Arduino board? Besides, can we use johnny-five for IoT? because I have not found any component to support Arduino…
Jacky Phuong
  • 457
  • 1
  • 7
  • 21
0
votes
1 answer

Attempting smoothing code on node.js and cylon.js but syntax failing

I'm new to JavaScript and have been trying to put a smoothing filter on the output data from my Leap Motion. I get the data using Cylon.js and it basically outputs 3 values (x, y and z). I can't, however, get the smoothing code to work, I think it's…
0
votes
1 answer

Will the pcDuino work with cylon.js?

I recently built a robot with an arduino that was controlled by a website with node. I used cylonjs to programm the robot with javascript. Unfortunately now I realized that I have to always have my computer connected to the addition for this to…
Manu Masson
  • 1,667
  • 3
  • 18
  • 37
0
votes
1 answer

Node dependencies not found when ran programatically

UPDATE: There seems to be an issue with the cylon.js library. https://github.com/hybridgroup/cylon/issues/277 I am working on my first Node project and have run into some small issues with dependencies. If I execute my server.js using node…
r2DoesInc
  • 3,759
  • 3
  • 29
  • 60