Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.*