INTRODUCTION
Temperature monitoring systems are incredibly useful tools to monitor and manage your heat levels at all of your remote telecom sites. While "too much heat" is the most common problem when dealing with computer systems, "too cold" is also a very real problem in some climates, as you'll learn.
A temperature monitoring system will help you to avoid heat buildup at your telecom locations, like huts and other network nodes. Temperature monitoring is also important at less industrial "IT" locations like server rooms and data centers. The right temperature monitoring system will enable you to keep track of critical temperatures at all of your sites that contain important computer gear.
Steps to build Temperature Monitoring and Alert System:
1. Set the Bolt Wifi module and make the Hardware connections using the LM35, wires,Bolt Wifi module and breadboard.
2.Even if you don't have the breadboard the connections can still be made!!
3.Connect pin 1 of LM35 to 5V, pin 2 to GND and last pin to A0 (analog input pin)
4.For software work, make an account on Digital Ocean and create a droplet .
- First, click on Create button and choose Droplet from the drop-down menu and the 'Create droplet' screen will appear. At the time of this writing, the 64-bit Ubuntu 18.10 image is selected by default and we will use the same version for this training.
- In this step we will choose the size of the droplet i.e. the amount of RAM and storage space it should have.Choose India as the data centre region and once we have selected our options, click Create.
5. After creating a droplet you will receive the login details in your mail id.Install putty in your laptop and enter the login details that you got in your mail id.At the blank space of "Host name" enter your IP address which can be copied from Digital Ocean dashboard.
6. Setting the Bolt Cloud
- Make sure that the red light you see in the screenshot is green after you connect your module to your PC using a USB cable.
- After the connections are done make sure that both blue and green led of the bolt module is ON
- Generating API key for Bolt module is very important.Below screenshot shows you from where you can get the Bolt API key.
7. Mailgun Setup
This platform is used to send an email as an alert system.We will be using the mailgun API key to connect it to our server.Visit https://www.mailgun.com to create an account .While creating an account make sure to uncheck the payment option.
- Make sure to enter your correct phone number so that you can complete the account verification process.
- After verification is complete,click on Domains option and then on the "sandbox url".Below is what you will see on your computer screen.This data is very important and should not be shared with anyone.
8.Coding
- Make the same circuit connections as described before.
- Once you are done with that, log in to digital Ocean droplet and create a new folder to hold the files for this topic.
- Create a configurations file for this project, using the following command.
sudo nano conf.py
After the editor is open, type in the following configuration parameters
9. Output Setup
I placed the circuit inside the refrigerator, since I was not having a power bank I used this way!!
OUTPUT OBTAINED
Once I executed my code I was able to get the email alert of the temperature once it went below the minimum value set before!! Also if it goes above the set limit we receive an email alert for that too!!
After increase of temp values
VIDEO OF THE PROJECT
linkk for the video
https://drive.google.com/file/d/1RQWxc-05N5FLJG5ETDCZhR3a3__hhdI7/view?usp=sharing











Comments