Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neiltron/node-pulsesensor

node frontend to an arduino pulse sensor
https://github.com/neiltron/node-pulsesensor

Last synced: 18 days ago
JSON representation

node frontend to an arduino pulse sensor

Awesome Lists containing this project

README

        

# node-pulsesensor
A browser front-end for an arduino [pulse sensor](http://pulsesensor.com/) using johnny-five, express, socket.io, and flot.

## Usage
Assuming your pulse sensor is [setup properly](http://pulsesensor.myshopify.com/pages/code-and-guide) and you've installed StandardFirmata on your arduino (as per [johnny-five setup instructions](https://github.com/rwldrn/johnny-five#setup-and-assemble-arduino)):

git clone https://github.com/neiltron/node-pulsesensor.git
cd node-pulsesensor
npm install
node bin/server&
open http://localhost:8082

That will get you some Charlie Brown action like so:
![screenshot](https://github.com/neiltron/node-pulsesensor/raw/master/screenshot.png)
![iphone screenshot](https://github.com/neiltron/node-pulsesensor/raw/master/screenshot-iphone.png)