Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/no9/csom-sketches


https://github.com/no9/csom-sketches

Last synced: 24 days ago
JSON representation

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)