Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnk400/weatherstation
Basic IOT implementation using Arduino and Node-red for a small IOT Class I took.
https://github.com/mnk400/weatherstation
arduino iot node-red
Last synced: 30 days ago
JSON representation
Basic IOT implementation using Arduino and Node-red for a small IOT Class I took.
- Host: GitHub
- URL: https://github.com/mnk400/weatherstation
- Owner: mnk400
- License: unlicense
- Created: 2017-11-04T10:12:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T14:29:13.000Z (almost 7 years ago)
- Last Synced: 2024-10-30T18:48:29.391Z (3 months ago)
- Topics: arduino, iot, node-red
- Language: C++
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather Station
This project was made in a couple hours as a small project inspired by the terrible air conditions in Delhi in winters 2017, for an IOT class I took in my 5th semester. This could be a nice little project to get a hang of Node-Red/Arduino/sensors. It consists of the following :
- Arduino with a temperature and air quality sensor.
- Node-Red hosted on a pi, with a dashboard running on my home network which lets me monitor all the sensor data.
- Arduino connects to Node-Red over serial communation.
- Twitter connection which tweets all the data every 5 minutes.
- Here is the said [twitter account.](https://twitter.com/data_at_mnk400)#### This is how the dashboard looks like
![](https://i.imgur.com/So6l4bd.png)
There currently is a bug where after a power outage/restart I have to replug a sensor cable otherwise it throws zeros. Expect no further changes to this repository.
*Project(including the twitter) is now offline.*