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

9.poultry Farm Monitoring and Controlling System Using IoT

na

Uploaded by

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

9.poultry Farm Monitoring and Controlling System Using IoT

na

Uploaded by

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

International Journal for Research in Engineering Application & Management (IJREAM)

ISSN : 2454-9150 Special Issue - CTRD - 2018

Poultry Farm Monitoring and Controlling System


Using IoT
1
Pralhad S. Gamare, 2Sayali A. Newarekar, 3Bhagyashri S. Chalke, 4Salina S. Bodale
1
Assistant Professor, 2,3,4Student, RMCET, Ambav, Maharashtra, India.
1
[email protected], [email protected], [email protected],
4
[email protected]
Abstract: According to the world’s agriculture produce survey; there has been a high demand for good quality and
quantity chicken food. The aim of the Poultry Farm Monitoring and Controlling System using IoT focuses on the
integration of wireless sensors and mobile network using IoT. Proposed system initiates the action automatically to
control the environmental parameters such as humidity, temperature, ammonia gas (NH3) then, the control will be
based on the set threshold value, when there is a sudden change in climate. The proposed system will decrease the
environmental diseases affecting chicken and increase the productivity and eliminate some human errors.

Keywords— Android, Cloud, Environmental parameters, IoT, Poultry, Sensors.

system monitors the water, food level and surrounding


I. INTRODUCTION environmental parameters of a poultry farm including
From the last few years, there has been an increased level of temperature and humidity. Through this system the person
awareness regarding the food safety and there has been a in charge of poultry farm can get internal environment of a
high demand for better quality food. The Poultry Farm poultry farm at anytime and anywhere with the help of
Monitoring and Controlling System using IoT is focused on GPRS network. Here are some disadvantages we noticed
modern technologies for a poultry farming to control all about GPRS network i.e. slower data connection, issue in
environmental parameters like temperature, humidity, troubleshooting and distance factor [1].
ammonia gas which effects on the growth of the chickens. If O. M. Olaniyi, suggested the low cost of
the environmental condition is not up to the mark then there production and high human involvement in poultry farms,
may be harmful for digestive, respiratory and behavioral could lead to low profit and low return on investment.
change in the chickens. If chickens may get suitable These flaws in the poor feeding system of chicken prompted
atmosphere and proper water then it may grow rapidly and this work by developing an intelligent fuzzy logic based
health of chickens will be good so the weight of the system that could mimic the roles of the poultry labors in
chickens will be increases. delivering water and feed food for birds at specified time of
In the growth of the chicken climate plays a vital role. intervals. In this system there are some disadvantages about
Smart poultry farm is designed in such a way that the fuzzy logic i.e. it takes lot of time for computations and
climate can be changed by ventilation, cooling fan and requires lot of data [2].
exhaust fan. The environmental parameters such as Ayyappan.V, proposed a methodology to alert,
temperature, humidity, ammonia gas and water level are Control temperature, humidity, ammonia gas and water
monitored and controlled with the help of ESP8266 Wi-Fi level in a poultry farm. This work has been implemented
module. Monitored sensor values are stored on cloud with the help of PIC micro controller and Wi-Fi module. It
database by using Android application then the person in- is used for organizing the data using a Google spread sheet.
charge can know the internal environment of poultry farm This method can be further applied in applications including
through this application. remote monitoring of various physical parameters. All the
sensor values are uploaded in web page. The person in-
II. REVIEW OF LITERATURE charge of poultry can see these details through mobile
Based on the poultry farm management perspective, the phone or laptop. Disadvantages of PIC micro controller are
modern technologies had been used to monitor and manage program memory is not accessible and only one single
poultry farm for better production improvements. accumulator is present and the program will be lengthy
because of RISC [3].
Rupali B. Mahale discussed about monitoring poultry farm
by using Wireless Sensor and GPRS based Network. This

150 | CTRD2018044 © 2019, IJREAM All Rights Reserved.


3rd National Conference on "Changing Technology and Rural Development", Dec 2018,
Organized By Rajendra Mane College of Engineering & Technology, Ambav, India

III. PROPOSED SYSTEM V. SYSTEM DESIGN


The proposed system has been built for remotely monitoring 4.1 MQ-135 gas module sensor:
and controlling temperature, humidity and water level in a MQ-135 gas module sensor is used to manage the air
poultry farm using sensors. Air pollution level is also pollution, it is suitable for detection of NH3, NOx,
monitored by means of a gas sensor. The proposed system alcohol, Benzene, smoke, CO2, etc. Among those gases,
comprises of control and monitoring subsystems as shown Ammonia and CO2 are one of the parameters which
in figure below. affect the chicks and chicken in their growth.
4.2 DHT22 module sensor:
The system uses dht22 module sensor to detect
temperature and humidity. To control the temperature of
the poultry farm, as the normal temperature for chicken
and chicks is known (18oC to 21oC), sensors arrange
themselves so that the room temperature is set around
that values. The temperature can exceed the normal one,
when it exceeds, the sensor will trigger the cooling fan.
When the temperature goes below the minimal normal
value, the sensors will turn OFF the cooling fan. The
humidity also is managed in the same way as the
temperature.
4.3 Arduino MEGA 2560 micro controller:
Arduino MEGA 2560 micro controller board is used to
connect and manage all sensors.
4.4 ESP8266 Wi-Fi module:
Monitoring module comprises of temperature and humidity ESP8266 board is also used to add Wi-Fi local networks
sensor (dht22) module and MQ-135 gas module sensor to allow all measured data sent to a centralized database
while control module consist of Arduino MEGA 2560 or to the cloud to help users or owner of the farm
micro controller board. The above mentioned parameters controlling and monitoring the environmental condition
are continuously monitored. Remote monitoring of data is of his poultry through the computer or any smart
made possible by android application. When temperature in devices.
the farm exceeds the set point (set in prior), fan is
automatically switched ON and when the temperature falls 4.5 Water Level Sensors:
below the set point, heating fan is switched ON. DHT22 The baskets where chickens use to drink water, there are
sensor measures values of temperature and relative humidity installed in such way that the water level sensors will
inside the farm. MQ135 sensor measures level of air track the movement of the water in the tank. When the
pollution in the farm detecting the gas NH3. These three water level reach at a min values set on the sensor, it
sensors are interfaced to microcontroller. Microcontroller will switch OFF the tank pump to avoid wastage, and as
controls on/off of relay thus controlling on/off of fan. well when the filled water is finished by chickens,
Microcontroller will pass monitored data to ESP8266 Wi-Fi sensors will track that shortage and turn the pump ON
module. ESP8266 Wi-Fi module store received data on and so on.
cloud which will display on Android interface. Here this
software is used to monitor and control values of VI. CONCLUSION
temperature, humidity, air pollution and water level. The traditional way of chicken farming is replacing with the
smart and intelligent chicken farming using IoT based on
IV. TABLE AND FIGURES
innovative application. It helps the farmer’s real time
Environmental Parameters: controlled and monitoring environmental aware context
parameters such as temperature, humidity, air quality and
Environmental Parameters Threshold Values controlling filter fan, ventilation window. This smart system
can effectively control the farm from any location and
Temperature 190C to 240C
reduces cost, time and man power. This will improve
50 to 70% (Based on
productivity and quality of chickens in poultry farming. In
Relative Humidity temperature)
the future advanced IOT based technologies should be used

151 | CTRD2018044 © 2019, IJREAM All Rights Reserved.


International Journal for Research in Engineering Application & Management (IJREAM)
ISSN : 2454-9150 Special Issue - CTRD - 2018

for monitoring and controlling health related parameters of


chicken to improve quality and productivity of chicken
farming, which will result into profits for farmers and
quality food for human being.

VII. FUTURE WORK


Proposed system can be extended by automatically
detecting the diseases of birds by monitoring the weight of
the bird. Also, poultry farm usually provides a lots of
poultry waste. Chickens in farm can able to produce their
own power using poultry wastage. Goober Gas can be
developed for daily requirement of power energy using that
wastage in poultry farming.

ACKNOWLEDGMENT
We thank Prof. M. Y. Gadkari (HOD Computer Dept.) for
giving us this opportunity to develop and enhance our
practical skills and knowledge. We thank our guide Prof. P.
S. Gamare for helping us in the best possible way to reach
this stage. Lastly, we would like to put our thanks on record
to the teaching and non-teaching staff of all faculty
members for rendering their support directly or indirectly.

REFERENCES
[1] Rupali B. Mahale, Dr. S. S. Sonavane, “Smart Poultry
Farm: An Integrated Solution Using WSN and GPRS
Based Network”, International Journal of Advanced
Research in Computer Engineering & Technology
(IJARCEIT), Vol. 5, Issue 6, ISSN: 2278-1323, 2016.
[2] O. M. Olaniyi, A. F. Salami, O. O. Adewumi, O. S.
Ajibola “Design of an Intelligent Poultry Feed and
Water Dispensing System Using Fuzzy Logic Control
Technique”, Control Theory and Informatics, ISSN
2224-5774, vol.4, No. 9, 2014.
[3] Ayyappan. V, Deepika. T, Divya Dharshini. S,
Elayaraja. M, Shanmugasundaram. R, “IOT Based
Smart Poultry Farm”, South Asian Journal of
Engineering and Technology Vol.3, No.2 (2017) 77–
84.
[4] Archana M P1, Uma S K2, Raghavendra Babu T M3,
“Monitoring Of Poultry Farm Using IOT”,
International Research Journal of Engineering and
Technology (IRJET) Volume: 05 Issue: 04 Apr-20.

152 | CTRD2018044 © 2019, IJREAM All Rights Reserved.

You might also like