Home Heating Project: system elements


These are the elements I have to create to implement my little IOT project:

H

It’s a Arduino Nano with a Humidity and Temperature sensor. The values are showed in a display and also it sends periodically the values to T using a wireless transmitter.

T


It’s the main element of the system; an Arduino Uno. It has a sensor and his own display. It receives the H data (through a wireless Transmiter). It is in charge of switch on/off the heating manually (a button) or automatically from a programmed rules and the current values. It has also internet connection where it sends the data of both sensors and it receives orders from the applications: Windows Phone or Web.

S


This is the server where the data is stored: sensors data and heating status. It also exposes an API for the applications.

M

This is a Windows Phone application where I will see the current and historical data and also switch on/off the heating remotely.

W

This element is a web application where the data is showed in a better way and apart from switch on/off the heating I will manage the rules that T is using to take decisions of the heating status.