This is an old revision of the document!
Distributed sensor network is a classical example of Internet of Things application. Information is gathered from different locations and based on the data controller system makes decisions and controls actuators which can be also be in different places. Classical distributed sensor network is a weather stations all over the world or traffic monitoring systems in transportations. In this project we will develop and implement simple distributed sensor network solution to illustrate the concept and logic of the system. Although the real-life distributed sensor network is expected to have hundreds of sensors the minimum number of sensor is still at least 2 items. For simplification and cost efficiency in this task we will have minimal set up and simple operation.
You need to create a simple sensor system which monitors the temperature and humidity in the different locations of the room. Based on sensor data you need to set ventilation fan on and off. If the combination of temperature and humidity in the different places of the room is exceeding certain limit run the fan on the window. Stopping the fan must be defined again by the input from the sensors but triggering values must be different than starting the fan. Temperature and humidity values which triggers fan can be selected by student according the present condition and the experiment room.
Running your code:
Saving your code: