carbonaro / noduino

JavaScript and Node.js Framework for controlling Arduino over WebSockets

Home Page:http://semu.github.com/noduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Welcome to this custom Noduino fork based on the awesome Noduino project!

Extra features:

  • support of the LCD4884 shield
  • tweaked to be run on Raspberry Pi board

All information is available at http://semu.github.com/noduino/

Install

node-gyp might need to be installed manually before installing all dependencies. In case, check serialport/node-serialport#81

And to build the bindings manually, check serialport/node-serialport#79. Might have to do something like:

npm install serialport
cd serialport
node_modules/node-gyp/bin/node-gyp.js configure binding.gyp
node_modules/node-gyp/bin/node-gyp.js build
node_modules/node-gyp/bin/node-gyp.js install

About

JavaScript and Node.js Framework for controlling Arduino over WebSockets

http://semu.github.com/noduino


Languages

Language:JavaScript 100.0%