This temperature monitoring system helps you keep an eye on the temperature of your refrigerator. If someone opens the door of the fridge, then an email will be sent to the owner indicating that someone opened the door.
Building the ProjectStep 1:
Do the connections as directed below.
Using male to female wire connect the 3 pins of the LM35 to the Bolt WiFi module as follows:
- VCC pin of the LM35 connects to 5v of the Bolt WiFi module.
- Output pin of the LM35 connects to A0 (Analog input pin) of the Bolt WiFi module.
- Gnd pin of the LM35 connects to the Gnd.
Step 2:
Now you need to have an account on Twilio for sending the SMS alerts. Create a free trial account to get started.
Step 3:
Code for prediction of temperature for next 20 minutes. Here we use Google prediction graph. Coding is done in JavaScript.
Step 4:
Now it's time to write a couple of Python codes in our Linux OS. I have mentioned the code at the end.
After running all that code, we will get an alert message if somebody opens the door.
Comments