Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/no9/csom-sketches
https://github.com/no9/csom-sketches
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/no9/csom-sketches
- Owner: No9
- Created: 2012-12-08T20:39:25.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-09T16:06:47.000Z (about 12 years ago)
- Last Synced: 2024-10-31T06:06:40.782Z (2 months ago)
- Language: JavaScript
- Size: 3.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# csom-sketches
## What
Simple sketches that load data to cosm from arduino using node.js.
See index.js for analog read data example.## How
Install native dependencies
```
git clone https://github.com/No9/csom-sketches.git
cd csom-sketches
npm install
```To run sample attach some input to A0 on the arduino board.
Change the API key, Feed ID and Datastream ID in index.js to match the your cosm.com settings## Example LSR Layout
![Board Layout](https://raw.github.com/No9/csom-sketches/master/images/lightsensorboardlayout.jpg)