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.