Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imrehg/weatherstation
Arduino weatherstation with monitoring
https://github.com/imrehg/weatherstation
Last synced: 12 days ago
JSON representation
Arduino weatherstation with monitoring
- Host: GitHub
- URL: https://github.com/imrehg/weatherstation
- Owner: imrehg
- License: mit
- Created: 2012-06-20T08:07:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-08T02:50:15.000Z (over 11 years ago)
- Last Synced: 2024-04-08T17:42:36.788Z (8 months ago)
- Language: JavaScript
- Size: 197 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: License
Awesome Lists containing this project
README
# WeatherStation
A weather station project based on Arduino. Some more info and background in my [blog post about the project][BLOG].
## Compontents
The current parts of the setup consists of a humidity monitor and a server to monitor, display and log values
### humidity1
The Arduino script that currently takes the measurements, in my case with a [CM-R resistive humidity detector][HUM].
### Server
A Node.js server that takes the data and displays in your browser on a [graph][GRAPH]. Also longs into MongoDB, with parameters adjusted through the `MONGO_URL` and `MONGO_DB` environmental variables.
## License
[MIT license][MIT]: do whatever you like. See more info in `License`.
[BLOG]: http://gergely.imreh.net/blog/2012/06/lets-talk-about-humidity/ "Let's talk about humidity, on ClickedyClick"
[HUM]: http://file.yizimg.com/3381/20061221103057890280486.pdf "English spec sheet"
[GRAPH]: http://file.yizimg.com/3381/20061221103057890280486.pdf "Example plot of humidity data"
[MIT]: http://en.wikipedia.org/wiki/MIT_License "MIT License on Wikipedia"