Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tearth/weather-station
- Owner: Tearth
- License: gpl-3.0
- Created: 2018-05-07T17:04:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-28T23:32:28.000Z (over 5 years ago)
- Last Synced: 2024-01-30T02:17:24.121Z (11 months ago)
- Topics: arduino, bmp180, c, ds18b20, hd44780, weather, weather-station
- Language: C++
- Size: 43.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)