Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tearth/weather-station

Weather station software for Arduino platform.
https://github.com/tearth/weather-station

arduino bmp180 c ds18b20 hd44780 weather weather-station

Last synced: 24 days ago
JSON representation

Weather station software for Arduino platform.

Awesome Lists containing this project

README

        

# Weather Station
An old project for Arduino platform containing an own implementation of communication with all devices.

# Used devices
Master (sensors)
* **Arduino Nano**
* **BMP180** - pressure and temperature sensor
* **DHT11** - humidity sensor
* **FS1000A** - radio transmitter
* **Photoresistor**

Slave (data displayer in home)
* **HD44780** - display
* **DS18B20** - temperature sensor
* **FS1000A** - radio receiver

# Photos
![Photo 1](https://i.imgur.com/vZPqq7Y.jpg)
![Photo 2](https://i.imgur.com/Ypr1Qi8.jpg)
![Photo 3](https://i.imgur.com/1YqgQmS.jpg)