IOTbasedSmartPoultryManagementSystem
IOTbasedSmartPoultryManagementSystem
www.irojournals.com/iroismac/
Abstract
Introduction
1.1 Background
Poultry farming involves raising domestic birds like chickens, ducks, turkeys, and geese
for meat and egg production, with chickens being the most commonly farmed species
worldwide. In Nepal, where agriculture is a vital occupation, both local and improved breeds
Journal of IoT in Social, Mobile, Analytics, and Cloud, March 2024, Volume 6, Issue 1, Pages 39-53 39
DOI: https://doi.org/10.36548/jismac.2024.1.004
Received: 03.03.2024, received in revised form: 02.04.2024, accepted: 13.04.2024, published: 25.04.2024
© 2024 Inventive Research Organization. This is an open access article under the Creative Commons Attribution-NonCommercial International (CC BY-NC 4.0) License
IoT based Smart Poultry Management System
are reared. Genetic and nutritional advancements have boosted farming efficiency, but optimal
conditions within poultry houses are crucial for realizing birds’ genetic potential [20]. Modern
poultry facilities in developed countries rely on electronic controllers to regulate lighting,
temperature, and humidity, ensuring birds’ comfort and optimal growth conditions [11-14]. An
automated poultry farming aims to monitor and control indoor parameters such as temperature,
lighting, feeding, water supply, and live feed streaming to smart devices [19]. This includes
continuous sensor-based monitoring of temperature and humidity, with automated adjustments
using microcontrollers to maintain ideal conditions. Additionally, automated feeding and
watering systems ensure efficient distribution of food and water, enhancing productivity while
prioritizing bird welfare [15-18].
Most poultry farms in Nepal need lots of human labor to maintain. Unhygienic farms
raising chickens may produce low-quality meat. Feeding and watering several times a day may
be tedious. The poultry farm environment may not be ideal.
1.3 Objectives
• To implement automation for lighting, feeding, and watering processes in the poultry
farm.
• To connect wirelessly to servers to send real-time farm data to smart devices of users.
ISSN: 2582-1369 40
Karun K C, Karan Subedi, Siddharth Sharma, Pradip Paneru
Literature Review
Mahale and Sonaavane [1] introduced an innovative system for smart poultry farm
monitoring utilizing IoT and wireless sensor networks. Their solution, leveraging Raspberry Pi
2, Arduino UNO, and remote sensors, revolutionizes traditional farming methods by providing
real-time data on essential parameters such as temperature, humidity, light, and gas levels
through wireless networks.
Goud and Sudharsan [2] proposed an internet-based smart poultry farm integrating
wireless sensors and mobile system networks. This system facilitates remote monitoring of
critical parameters like temperature and humidity, with notifications sent to registered mobile
numbers, ensuring prompt interventions by farm personnel.
So-In, Poolsanguan, and Rujirakull [3] discussed smart mobile poultry farming systems
employing Tmote Sky WSNs. Their emphasis on integrating electronic and mechanical
components in farm establishments enhances mobility and flexibility, enabling efficient
management of key factors such as temperature, humidity, light, and population density,
alongside nutrition and genetic selection.
Amir et al. [4] presented a comprehensive chicken farm monitoring system utilizing
wireless communication units and sensors to detect temperature, humidity, light, and water
levels. Monitoring and control are facilitated through an Arduino microcontroller, ensuring
efficient management practices and optimal conditions for poultry growth.
In [5], the authors proposed a cloud-based poultry farm monitoring system, integrating
IoT devices and cloud computing for real-time data analysis and decision-making. This system
offers enhanced scalability, flexibility, and accessibility, empowering poultry farmers with
actionable insights for improved farm management.
In [6], the authors developed a smart broiler house monitoring system utilizing wireless
sensor networks and machine learning algorithms for predictive analytics. Their system enables
proactive identification of potential issues, allowing for timely interventions to optimize broiler
production efficiency and welfare.
Journal of IoT in Social, Mobile, Analytics, and Cloud, March 2024, Volume 6, Issue 1 41
IoT based Smart Poultry Management System
In [7], the authors introduced a precision poultry farming system integrating IoT, AI,
and edge computing for real-time monitoring and decision support. This system offers
personalized management solutions tailored to individual bird needs, maximizing productivity
while minimizing resource wastage.
In [8], the authors proposed a smart poultry farm management system employing RFID
technology for automated tracking and monitoring of poultry health and behavior. Their system
enhances traceability and enables early detection of health issues, ensuring timely interventions
to prevent disease outbreaks.
In [9], the authors developed a wireless sensor-based poultry farm automation system
for remote monitoring and control of environmental parameters and feeding systems. Their
system improves operational efficiency, reduces labor costs, and enhances overall farm
productivity.
These pioneering studies underscore the diverse strategies and technologies driving
advancements in smart poultry farming systems. Real-time monitoring and control
mechanisms play a pivotal role in optimizing poultry management practices, ensuring
sustainable and efficient operations.
Feasibility Study
In the feasibility analysis, questions such as how smart poultry farming will benefit
farmers, what challenges might arise, and how efficient and convenient it will be for users to
adopt it are considered. This research aims to assist poultry farmers in effectively monitoring
and maintaining the farm environment to ensure optimal conditions for the chickens. The
automation of feeding and water distribution reduces the need for frequent visits to the farm,
saving time and enhancing operational efficiency.
ISSN: 2582-1369 42
Karun K C, Karan Subedi, Siddharth Sharma, Pradip Paneru
The estimated timeline for completing the research is approximately two months, and
it is feasible to meet this deadline within the allotted timeframe.
The economic analysis of the research involves evaluating the estimated costs
associated with developing the product, integrating it into the system, and operating the system
against the benefits derived from the research. This assessment confirms that the research is
economically viable and feasible.
Requirements
4.1.1 NodeMCU
Journal of IoT in Social, Mobile, Analytics, and Cloud, March 2024, Volume 6, Issue 1 43
IoT based Smart Poultry Management System
4.1.2 DHT 11
Figure 2. DHT 11
The L298 motor driver as shown in Figure 3 is a dual H-bridge IC used to control and
drive DC motors or stepper motors. It can handle high currents and voltages, making it suitable
for robotics and mechatronics applications.
ISSN: 2582-1369 44
Karun K C, Karan Subedi, Siddharth Sharma, Pradip Paneru
Various electronic components such as jumper cables, breadboard, LED, heater, fan, DC power
supply, 5-12V DC motor, relays, switches, and more were employed in the research.
Journal of IoT in Social, Mobile, Analytics, and Cloud, March 2024, Volume 6, Issue 1 45
IoT based Smart Poultry Management System
4.2.1 ThingSpeak
4.2.2 Proteus
Proteus is a software tool utilized for simulating, designing, and creating electronic
circuits. Developed by Labcenter Electronics, Proteus enables the creation of two-dimensional
circuit designs and facilitates circuit simulation for analysis and testing prior to physical
implementation.
Methodology
For our hardware setup, we used the NodeMCU ESP8266 microcontroller board to
integrate essential sensors for poultry farm automation. This included the DHT11 sensor for
monitoring temperature and humidity, an ultrasonic sensor for distance measurement, and an
LDR sensor for light detection. Additionally, we employed an L298 motor driver to control a
fan, heater, and a DC motor connected to a spiral conveyor belt for automated feeding. This
setup enabled precise environmental monitoring and efficient farm operation management.
In the software domain, we developed code using C++ within the Arduino IDE to
program the NodeMCU ESP8266 board. This software implementation was vital for
ISSN: 2582-1369 46
Karun K C, Karan Subedi, Siddharth Sharma, Pradip Paneru
establishing seamless communication with the ThingSpeak software platform. Through this
integration, we were able to send real-time temperature and humidity data collected by the
DHT11 sensor to ThingSpeak for remote monitoring and analysis. Furthermore, we leveraged
the capabilities of the ultrasonic sensor and LDR sensor within our software to implement
automation features. This allowed us to automate the lighting and watering systems in the
poultry farm based on sensor inputs, contributing to improved efficiency and operational
control.
Figure 6 shows the block diagram of our research where temperature and pulse sensors
are connected to Arduino and the data sensed by sensors is displayed in an LCD screen
interfaced with I2C. Arduino is connected to NodeMCU by serial communication. Similarly,
GPS Module is connected to NodeMCU which traces the location. The data sensed by sensors
and location traced by GPS module is sent to the IOT cloud and further retrieved to MySQL
database. Finally, the data is fetched on our website where we can inspect and monitor for
further enhancement and efficiency.
As shown in Figure 7, we used the NodeMCU microcontroller for our circuit setup. The
DHT11 temperature and humidity sensor is connected to the NodeMCU through the D2 data
pin to monitor temperature and humidity levels, and this data is sent to a website. An LDR
sensor is connected to the NodeMCU using the A0 analog pin to detect ambient light levels.
Additionally, we integrated an ultrasonic sensor with the NodeMCU through the D4 data pin
for measuring distances, and an LED is connected to the NodeMCU through the D6 data pin
for visual indication. We used an L298 motor driver with the NodeMCU, connected through
Journal of IoT in Social, Mobile, Analytics, and Cloud, March 2024, Volume 6, Issue 1 47
IoT based Smart Poultry Management System
four data pins (D0, D1, D2, D3), to control a DC motor attached to the OUT3 and OUT4
terminals of the motor driver. Furthermore, a servo motor operates using the 3V output and is
connected to the D8 data pin of the NodeMCU.
This description outlines the detailed circuit connections enabling sensor interfacing
and motor control using the NodeMCU microcontroller.
ISSN: 2582-1369 48
Karun K C, Karan Subedi, Siddharth Sharma, Pradip Paneru
Journal of IoT in Social, Mobile, Analytics, and Cloud, March 2024, Volume 6, Issue 1 49
IoT based Smart Poultry Management System
After the successful completion of the research, it was observed that the system
demonstrated remarkable capabilities. These included self-maintenance of humidity and
temperature levels through the integration of a fan and heater. Additionally, it incorporated
automated lighting systems that adjusted according to environmental conditions. Furthermore,
an automated food and water feed system, employing ultrasonic sensors and motors, was
implemented. Real-time monitoring of temperature and humidity parameters was achieved by
sending data to a remote server, accessible through smart devices. The designed prototype is
depicted in Figure 10, showcasing its physical manifestation. Additionally, a snapshot of the
software implementation and observations is presented in Figure 11, providing insights into
the system’s functionality and performance.
ISSN: 2582-1369 50
Karun K C, Karan Subedi, Siddharth Sharma, Pradip Paneru
Conclusion
The prototype of the smart poultry management system was successfully designed
according to planned procedures and an appropriate circuit diagram. The output of the project
was exactly as per intentions within the expectations and margin of error. The prototype was
able to maintain environmental conditions like temperature, humidity, and lighting and send
the data to the remote server, SmartThings, for remote monitoring. The prototype was also able
to bring automation in food and water supply to the poultry farm using sensors and motors.
References
[1] Mahale, Rupali B., and S. S. Sonavane. "Smart Poultry Farm Monitoring Using IOT
and Wireless Sensor Networks." International Journal of Advanced Research in
Computer Science 7, no. 3 (2016).pp187 -190
[2] K. Sravanth Goud, Abraham Sudharsan. ”Internet based Smart Poultry Farm.
Integration of wireless sensors and mobile system network to remotely monitor poultry
farm.” 8(19) 2015. Pp 1-5
[3] Chakchai So-In, Sarayut Poolsanguan, Kanokmon Rujirakull. ”Smart Mobile Poultry
Farming Systems in Tmote Sky WSNs.” International Journal of Digital Content
Technology and its Applications, Vol.7, Issue 9, January 2013. 508 -518
[4] N. S. Amir, A. M. F. M. Abas, N. A. Azmi, Z. Z. Abidin and A. A. Shafie, "Chicken
Farm Monitoring System," 2016 International Conference on Computer and
Communication Engineering (ICCCE), Kuala Lumpur, Malaysia, 2016, pp. 132-137,
doi: 10.1109/ICCCE.2016.39.
[5] Archana M P1, Uma S K2. ”Monitoring and controlling of poultry farm using IOT.”
International Journal of Innovative Research in Computer and Communication
Engineering, Vol. 6, Issue 4, April 2018. pp 3753- 3759.
[6] Z. H. C. Soh, M. H. Ismail, F. H. Otthaman, M. K. Safie, M. A. A. Zukri and S. A. C.
Abdullah, "Development of automatic chicken feeder using Arduino Uno," 2017
International Conference on Electrical, Electronics and System Engineering (ICEESE),
Kanazawa, Japan, 2017, pp. 120-124
[7] D. Wicaksono, D. Perdana and R. Mayasari, "Design and analysis automatic
temperature control in the broiler poultry farm based on wireless sensor network," 2017
2nd International conferences on Information Technology, Information Systems and
Electrical Engineering (ICITISEE), Yogyakarta, Indonesia, 2017, pp. 450-455
Journal of IoT in Social, Mobile, Analytics, and Cloud, March 2024, Volume 6, Issue 1 51
IoT based Smart Poultry Management System
[8] G. P. Raghudathesh et al., "Iot based intelligent poultry management system using
Linux embedded system," 2017 International Conference on Advances in Computing,
Communications and Informatics (ICACCI), Udupi, India, 2017, pp. 449-454
[9] G. A. Choukidar and N. A. Dawande, "Smart Poultry Farm Automation and Monitoring
System," 2017 International Conference on Computing, Communication, Control and
Automation (ICCUBEA), Pune, India, 2017, pp. 1-5, doi:
10.1109/ICCUBEA.2017.8463953.
[10] Ayyappan.V, Deepika.T. ” IOT Based Smart Poultry Farm, South Asian Journal of
Engineering and Technology, Vol.3, No.2 (2017) 77–84,
[11] Electronics Workshops. ”Smart Poultry Farm.” Electronics Workshops, October 16, 2020.
Accessed
[12] April 20, 2024. URL: https://electronicsworkshops.com/2020/10/16/smart-poultry-
farm/
[13] M. F. H. Hambali, R. K. Patchmuthu and A. T. Wan, "IoT Based Smart Poultry Farm
in Brunei," 2020 8th International Conference on Information and Communication
Technology (ICoICT), Yogyakarta, Indonesia, 2020, pp. 1-5, doi:
10.1109/ICoICT49345.2020.9166331.
[14] M. N. Elham et al., "A Preliminary Study on Poultry Farm Environmental Monitoring
using Internet of Things and Blockchain Technology," 2020 IEEE 10th Symposium on
Computer Applications & Industrial Electronics (ISCAIE), Malaysia, 2020, pp. 273-
276.
[15] N. Z. Malika, M. G. Md Johar, M. H. Alkawaz, A. Iqbal Hajamydeen and L. Raya,
"Temperature & Humidity Monitoring for Poultry Farms using IOT," 2022 IEEE 12th
Symposium on Computer Applications & Industrial Electronics (ISCAIE), Penang,
Malaysia, 2022, pp. 76-81.
[16] Zuidhof, M. J., M. V. Fedorak, C. A. Ouellette, and I. I. Wenger. "Precision feeding:
Innovative management of broiler breeder feed intake and flock uniformity." Poultry
science 96, no. 7 (2017): 2254-2263.
[17] T. Banhazi, Thomas M., and John L. Black. "Precision livestock farming: a suite of
electronic systems to ensure the application of best practice management on livestock
farms." Australian Journal of Multi-disciplinary Engineering 7, no. 1 (2009): 1-14.
[18] Bello, Oladayo, and Sherali Zeadally. "Intelligent device-to-device communication in
the internet of things." IEEE Systems Journal 10, no. 3 (2014): 1172-1182.
ISSN: 2582-1369 52
Karun K C, Karan Subedi, Siddharth Sharma, Pradip Paneru
Journal of IoT in Social, Mobile, Analytics, and Cloud, March 2024, Volume 6, Issue 1 53