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

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

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.