This project is a temperature monitoring system for refrigerator to find if any anomaly is detected in the temperature.In this we would be using Z score analysis for identifying the anomaly.Polynomial Regression is used to predict the future values of the temperature.
This model can be used in pharmaceutical industries, where the medicines must be kept at a certain temperature.If the temperature is not within the specified range then there will be a huge loss.In order to overcome such situations this temperature monitoring system can be used. Once there is an alert message people in the industry will get immediate notification about the temperature changes and can do the needy.
What does this temperature monitoring system do?The temperature monitoring system will measure the temperature of the surrounding and if the temperature is more than the threshold values then an alert message is sent to your mail.
In this case, whenever the fridge is open the temperature raises abruptly and will cross the threshold values and hence send and email showing an alert message.
This is a basic video about the project:
Hardware Setup:The LM35 temperature sensor is connected in the following manner:
- >Vs/VCC- Voltage supply is connected to the 5V of Bolt wifi module.
- >Output Pin is connected to A0 (analog input pin) of the Bolt Wifi module.
- >Gnd pin is connected to the Gnd.
The breadboard and the jumper wires (male male) are used and the above connections are made.
Product setup in the bolt cloud:
Prediction values using polynomial regression:
Polynomial Regression code:
Python code is used to set threshold values for the temperature, and to do z-score analysis and send an alert email message when the email crosses the threshold.
Running the above code:
As soon as the temperature crosses the threshold, the message "Someone opened the fridge" is shown and at the same time an alert message is sent via email.
Used in pharmaceutical companies.
Server rooms
Food factories
In places where objects must be stored at a particular temperature.
Comments
Please log in or sign up to comment.