node-pulsesensor
v0.0.3
Published
node frontend to an arduino pulse sensor
Downloads
5
Readme
node-pulsesensor
A browser front-end for an arduino pulse sensor using johnny-five, express, socket.io, and flot.
Usage
Assuming your pulse sensor is setup properly and you've installed StandardFirmata on your arduino (as per johnny-five setup instructions):
git clone https://github.com/neiltron/node-pulsesensor.git
cd node-pulsesensor
node bin/server&
open http://localhost:8082