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

https://github.com/sahlhoff/pulse


https://github.com/sahlhoff/pulse

Last synced: 2 months ago
JSON representation

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
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)