Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neiltron/node-pulsesensor
- Owner: neiltron
- Created: 2012-08-25T21:55:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T12:40:33.000Z (over 7 years ago)
- Last Synced: 2024-04-15T10:44:11.758Z (7 months ago)
- Language: JavaScript
- Size: 9.06 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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:8082That 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)