Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philipsahli/lightuino
Lightuino - Light sensor datalogger
https://github.com/philipsahli/lightuino
Last synced: 10 days ago
JSON representation
Lightuino - Light sensor datalogger
- Host: GitHub
- URL: https://github.com/philipsahli/lightuino
- Owner: philipsahli
- Created: 2012-08-13T17:12:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-16T09:20:41.000Z (over 12 years ago)
- Last Synced: 2024-11-12T01:18:26.858Z (2 months ago)
- Language: JavaScript
- Size: 2.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
lightuino
=========Lightuino - Light sensor datalogger
[Demo](http://lightuino-s5zrh4wu.dotcloud.com/)
[Screenshot from demo](screenshot-lightuino-datalogger.png "Screenshot from demo")Server
------
Simple Datalogger API### Configuration
- Add DATABASES to server/local_settings.py
- cd server/ ; python manage syncdb### Usage locally
> cd server/
> python manage runserverVisit [devserver](http://127.0.0.1:8000)
### Usage on dotcloud
dotcloud push APPNAME server/Sensor
------
A sketch for arduino light sensor with Arduino Ethernetshield and a light sensor (LDR)### Configuration
- Change network settings in light_ethernet.ino
- Change API-Endpoint in light_ethernet.ino### Installation
- Upload sensor/sensor/light_ethernet/light_ethernet.ino onto your Arduino