https://github.com/soif/mysensors_weatherstation
MySensors weather staiion, solar powered node
https://github.com/soif/mysensors_weatherstation
Last synced: about 1 year ago
JSON representation
MySensors weather staiion, solar powered node
- Host: GitHub
- URL: https://github.com/soif/mysensors_weatherstation
- Owner: soif
- License: gpl-2.0
- Created: 2017-03-12T14:24:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T12:04:32.000Z (over 8 years ago)
- Last Synced: 2025-02-03T04:34:17.840Z (over 1 year ago)
- Language: Arduino
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# MySensors Weather Station
This Arduino ProMini (3.3V) based project is a [MySensors](https://www.mysensors.org/) solar powered node which reports external temperature, luminosity, humidity, barometric pressure and rain condition.
It is largely inspired by [this great project](https://forum.mysensors.org/topic/841/solar-powered-mini-weather-station).
## Features
- Temperature using a DS18B20
- Humidity using a DHT22
- Barometric Pressure using a BMP180
- Light Intensity using a BH1750FVI
- Rain Sensor Module
- Solar + lithium battery powered
## License
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.