https://github.com/it-ankka/indoorsweatherstation
Arduino and Raspberry pi powered indoor weather monitoring tool.
https://github.com/it-ankka/indoorsweatherstation
express iot nodejs react socket-io typescript
Last synced: 5 months ago
JSON representation
Arduino and Raspberry pi powered indoor weather monitoring tool.
- Host: GitHub
- URL: https://github.com/it-ankka/indoorsweatherstation
- Owner: it-ankka
- Created: 2021-12-14T08:24:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T09:03:51.000Z (over 4 years ago)
- Last Synced: 2024-11-23T22:28:26.305Z (over 1 year ago)
- Topics: express, iot, nodejs, react, socket-io, typescript
- Language: TypeScript
- Homepage:
- Size: 6.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IndoorsWeatherStation
Arduino and Raspberry Pi powered indoor weather monitoring tool.
The project consists of:
- ***Arduino*** monitoring weather data using the attached DHT11 sensor, buttons, active speaker and 1602 I2C LCD-screen.
- ***Client*** with live data from the station through a socket connection. Can also change the settings and control the lcd of the weather station in real time.
- ***Server*** that reads serial data from the station and forwards it to the client. It also forwards the settings received from the client to the station. It also generates csv data which can be downloaded or fetched.