0% found this document useful (0 votes)
123 views3 pages

IOT Based Temperature Logger

This project involves creating an IoT-based temperature logger, monitoring, and alarm system using an Arduino Nano and ESP 8266. The system measures temperature and humidity using a DHT11 sensor and sends the data to the cloud via WiFi using an ESP 8266 modem. This allows for remote monitoring of temperature in industries like food processing and pharmaceuticals where precise temperature control is important. The system can also send text alerts when temperature thresholds are exceeded. Future improvements could include adding more sensors to expand it into a full weather monitoring system and replacing the Arduino Nano with a Raspberry Pi for more complex functionality.

Uploaded by

Agnibha Dasgupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
123 views3 pages

IOT Based Temperature Logger

This project involves creating an IoT-based temperature logger, monitoring, and alarm system using an Arduino Nano and ESP 8266. The system measures temperature and humidity using a DHT11 sensor and sends the data to the cloud via WiFi using an ESP 8266 modem. This allows for remote monitoring of temperature in industries like food processing and pharmaceuticals where precise temperature control is important. The system can also send text alerts when temperature thresholds are exceeded. Future improvements could include adding more sensors to expand it into a full weather monitoring system and replacing the Arduino Nano with a Raspberry Pi for more complex functionality.

Uploaded by

Agnibha Dasgupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

PROJECT SUMMARY

TITLE: IoT Based Temperature Logger, Monitoring and Alarm system using
Arduino Nano and ESP 8266.

Utilities of Temperature Monitoring in Different Industries

 Temperature has some direct on different industries such as food


processing, manufacturing, healthcare and pharmaceutical.
 If we take the example of pharmaceutical industries where many types
of vaccines and life savings drugs are stored. These items need to be
stored at very specific temperature. So temperature monitoring is very
much needed in pharmaceutical industry.
 Next take the example of food processing and manufacturing industries,
where many raw food items are stored. If the temperature increases a
particular value it can bring huge loss. So monitoring of temperature is
necessary here.

Technology Involvement

The system uses Arduino Nano, DHT11 for temperature and humidity
measurement, and ESP 8266 Modem for Wi-Fi connectivity.

Fig. Block diagram of the system

a. Connect all the components properly.


b. Check the network connectivity by AT Commands.
c. Transfer the measured temperature data to the cloud.
d. Activating or Inactivating the Submersible Pump in Automatic Manner.
e. Access the data from cloud. That is how remote monitoring of the system is
done.

Hardware Required:
1) Arduino NANO Microcontroller.
2) ESP 8266 –ES01.
3) Break out board for ESP 8266.
4) DHT11 sensor.
5) Fire sensor.
6) DC Buzzer.
7) 16X 2 LCD Modules.
8) DC Fan.

Experimental Results:
The system can measure temperature, humidity of any place. Here I am attaching
some pictures taken from the cloud server called “Thingspeak”.

Fig. Measured Temperature and humidity

This system can send text message to the user depending on the temperature value
we set through web.
Fig. Text message sent to the user

Conclusion and Future Scope:


This system can effectively perform the operations for which it is implemented. In
order to make this project an effective temperature monitoring system I used
DHT11 sensor. Now some modifications can be done such as inclusions of some
more sensors like co2, gas intensity, rain intensity, wind speed can make it a
weather monitoring system. If the measured data is stored and analyzed properly
we can forecast the weather of any place.

I would like to replace Arduino Nano microcontroller with Raspberry pi.In order to
build a complex system Raspberry pi is the better alternative.

You might also like