hybridgroup / cylon

JavaScript framework for robotics, drones, and the Internet of Things (IoT)
https://cylonjs.com
Other
4.2k stars 361 forks source link

i want to collaborate to do the port for ti launchpads #233

Open cjdg opened 9 years ago

cjdg commented 9 years ago

i want to have this one working on ti launchpads and i want to collaborate :)

deadprogram commented 9 years ago

Hi, @cjdg looks like you can run Firmata on the TI Launchpad. If that is indeed the case, you should be able to use Cylon.js with it easily.

deadprogram commented 9 years ago

Check out https://github.com/energia/Energia/tree/master/libraries/Firmata

deadprogram commented 9 years ago

Hello @cjdg did you get this working?

cjdg commented 9 years ago

hi well im having issues, im using Ubuntu 14.10 64bit and cant install cylon-firmata on my computers, also there is an issue that i run node but nothing happens with the hello world.js

edgarsilva commented 9 years ago

Can you pls paste the logs here? also the code you are trying to run.

deadprogram commented 9 years ago

Hi @cjdg any update here? We're here to help if you need it.

cjdg commented 9 years ago

/usr/bin/env: node: No existe el archivo o el directorio npm WARN This failure might be due to the use of legacy binary "node" npm WARN For further explanations, please read /usr/share/doc/nodejs/README.Debian

npm ERR! serialport@1.4.9 install: node-pre-gyp install --fallback-to-build npm ERR! Exit status 127 npm ERR! npm ERR! Failed at the serialport@1.4.9 install script. npm ERR! This is most likely a problem with the serialport package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-pre-gyp install --fallback-to-build npm ERR! You can get their info via: npm ERR! npm owner ls serialport npm ERR! There is likely additional logging output above.

npm ERR! System Linux 3.16.0-25-generic npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install" "cylon-firmata" npm ERR! cwd /home/cjdg npm ERR! node -v v0.10.25 npm ERR! npm -v 1.4.21 npm ERR! code ELIFECYCLE npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/cjdg/npm-debug.log npm ERR! not ok code 0

cjdg commented 9 years ago

Sorry guys i been a little bit busy but here is the code that i get :)

edgarsilva commented 9 years ago

It seems you are using an older version of node, legacy node might not be compatible with newer versions of several modules.

You should upgrade your node installation, v0.10.35 is latest stable.

cjdg commented 9 years ago

hi guys im here again, im testing it on MSP430GXXX but there are some issues on the firmata also with stellaris launchpad, im going to try with Tiva C and the MSP430FXXX and MSP430FRXXX :)

edgarsilva commented 9 years ago

Any news on this one? did you have any luck with newer versions of node and firmata?

deadprogram commented 9 years ago

Hello, @cjdg any update on this issue?

deadprogram commented 8 years ago

Hello, @cjdg any updates on this? Just wondering if we should leave this issue open or close it?