Basically my project is to help those people or industrialists who would want to monitor the temperature in a particular area and would want to get informed if the temperature at that area crosses the threshold limits. The module can also send email if the temperature crosses the limit. It also does a prediction of the temperature for the next 20 minutes and thus prevention can be taken. It also does a Z score analysis and thus if the temperature changes, a message will be displayed
Here I have adjusted the threshold limits between 2 degree and 10 degree which is the temperature inside a general fridge. Here when the module is kept inside the fridge and if someone opens the the fridge, it detects the temperature change with Z score analysis and thus a message " Someone opened the fridge " will be shown. It will keep on checking every 10 seconds.
Comments