SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1899
Cattle Health and Environment Monitoring System
D.Aswini 1, S.Santhya2, T.Shri Nandheni 3, N.Sukirthini 4
1 Assistant Professor , Computer Science and Engineering , Kumaraguru College of Technology, Tamil Nadu, India
2, 3, 4 Student, Computer Science and Engineering, Kumaraguru College of Technology, Tamil Nadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Human can’t imagine their life without
technology in this modern era. Various kinds of technologies
help people to live their life with luxury. The cattle industry is
an integral part of the world economy. Additionalbenefitscan
be realized from this class of technology, such as the ability to
identify the presence of disease early and thereby prevent its
spread. The IOT based cattle health and environment
monitoring system monitors various cattle health parameters
such as body temperature, heartbeat, location of animals and
environmental parameters such as temperature, humidity. In
this system Arduino UNO microcontroller is used to sense the
various health and environmental parameters. If any of the
monitored values is abnormal, notification is sent through
GSM to the farmer. The results of the proposed system can be
stored in cloud and viewed in internet on interfacing ESP8266
Wi-Fi module. It can also be viewed in mobile by using IOT
thing speak monitor widget.Farmersmayincreaseproduction
through this arrangement and execute appropriate control
strategies for farm process.
Key Words: Arduino UNO, ESP8266 Wi-Fi module, IOT,
IOT thingspeak monitor widget, GSM
1. INTRODUCTION
Agriculture is the major source of income in the country
sides. Cattle industry is an integral of world economy.
Animals like cow, buffalo, sheep, goat etc play in an
important role in life of rural. Animals in the farm are being
affected by various kinds of diseases and farmers are
suffering heavily. To avoid such things, we propose a health
monitoring system to track individual animal movement as
well as to monitor occurrence of diseases.
Sensors are being mounted on the cattle tomonitorthebody
temperature and heart beat of each animal. Normal body
temperature of cattle is 38.5’C to 39.5’C.Normal heartbeatof
a cattle is 48 to 84 beats per minute. If it is below or above
this value, it is notified to the farmer via SMS throughGSM. It
is difficult for the farmers to locate the cattle if it goes out of
the farm. So, in order to overcome this location of each
animal is being monitored using GPS and notification is sent
to the famer when it reaches the boundary of the farm.
The temperature and humidity of the farm also affect the
health of the cattle to a greater extent. So to prevent this,
temperature and humidity of the farm is also monitored
continuously. In this system the Arduino UNO receives the
data from the sensors and develops the content accordingly.
The ESP8266 Wi-Fi module will transfer the data internetso
that cattle can be monitored from outside the farm.
2. LITERATURE SURVEY
Previous Literatures and research work done by scholars in
this domain are reviewed. Difficulties faced the by farmer to
identify the abnormal situation of cattle is presented here.
The cattle are affected by various kinds of diseases. These
diseases can be identified[1]throughuseofnon-invasive,low
cost, sensor technology .These diseases can been mapped to
specificaspects of animal behavior thathavebeenmappedto
the sensors which are most significant to identify these
diseases. This helps the farmers to monitor the activity of
cattle and interpret whether it is affected by any disease if
there are changes in the sensor data.
The farmers find it difficult to take the cattle to doctors when
it is affected by diseases. Sometimes the doctors may not be
available in hospitals. In those cases various health
parameters such as body temperature and heart beat can be
sensed and a graph [2] can be sent to the doctors using
ESP8266 Wi-Fimodule.Sobyobservingthisgraphdoctorcan
tell about the animal health.
Seasonal and environmentalchangescaninfluencethehealth
of the cattle to a greater extent. Exposure of cattle to hot
environment produces reduction in the rates of feed intake
and productivity .Hence the environment temperature and
humidity [3] has to be monitored in order to maintain the
health of the cattle.
3. SYSTEM ANALYSIS
The listed literatures give us the basic understanding of
concepts and help us to design thenewsystemofmonitoring
the health parameters of cattle by overcoming the various
drawbacks in the existing system.
3.1. Drawbacks in the existing system
3.1.1 Location of the cattle is not monitored
The existing system does not provide features to find out the
location of animals in the farm. If the size of the farm is huge
and if the cow isaffected by any kind of diseasesthenitmight
not be able to move from the location, in these situations
tracking the animal location becomes very important.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1900
3.1.2 Farmers are unaware whenthecattleareaffectedby
disease
The cattle are affected by various kinds of diseases. Since
notification is not sent to the farmerswhenthereisabnormal
change in the health of the cattle, they are not aware when it
is affected by any kind of disease. So the farmers are not able
to treat the cattle at the correct time which may lead to the
severity of diseases.
3.1.3 Time consuming
The existing system is time consuming. Since the farmers
have to go in person to check whether the animal is affected
by any kind of disease this requires more time when
compared to the automated system.
3.2. Proposed system
In this proposed system in order to monitor the health of
cattle wemeasuretwo of the major health parameterswhich
are body temperature and heart beat. The arduino UNO
microcontroller is used to gather data from the sensors. The
body temperatureand heartbeatofthecattleincreaseswhen
it is affected by any disease.When the temperatureincreases
the GSM is used to notify the farmer with SMS. The
environment condition of the farm also plays a major role in
maintain the cattle’s health. So when there is increase in the
environment temperatureor humidity it is beingsentasSMS
to the farmer. In huge farms or whenthecattleareaffectedby
disease it is difficult to track the location of the cow. GPS is
used to track the location of animals in the farm. The data
from the temperatureand heart beat sensoristransferredby
the ESP8266 Wi-Fi module to the internet where it can be
viewed graphically from outside the farm. The proposed
system can also be used for industrial purposes where there
are huge numbers of animals and it may be difficult to
monitor the movement of each individual animal. In those
cases the system proposed here can be designed as a small
IoT device which consists of all the sensors and may be fixed
to the animals. This reduces the costand makes it feasiblefor
the industries.
4. SYSTEM DESCRIPTION
The description of the proposed system is explained with
architecture diagram and module explanation.
4.1 System architecture
Fig-1: Architecture diagram
The various types of sensors such as thermistor, heart beat
sensor and GPS are being fitted to the cattle. The normal
body temperature of cattle is 38.5’C to 39.5’C and normal
heart beat rate of a cattle is 48 to 84 beats per minute.
The environmental temperatureandhumidityalsoaffectthe
health of the cattle to a greater extent. If the temperature is
high it may reduce the rate of feed intake as well as
production of milk. The DHT 11 sensor which is used to
measure the farm temperature and humidity of the
environment is kept in any part of the farm.
The arduino UNO is utilized to collect various health
parameters such as body temperature, heartbeat,locationof
animals andenvironmental parameterssuchastemperature.
When these collected values goes beyond the threshold
value then GSM module is used to send SMS to the mobile
phone of the farmer.
The arduino UNO transfers the sensor values through ESP
8266 Wi-Fi module to the internet. The data is represented
in graphical format which can be helpful forfarmersto easily
understand the heath of the cattle.
The health parameters can also be monitored in mobile by
using a widget called IOT thingspeak monitor widget. This
widget displays the values in the home screen of the mobile
as well as in graphical format which helps the farmers and
doctors to easily monitor the health of the cattle.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1901
4.2 Module description
4.2.1 Arduino UNO
Arduino is an open source computer hardware that is used
to sense and control objects in the physical world. The
Arduino UNO is a microcontroller board is based on
ATmega328.It has 14 digital input/output pins, 6 analog
inputs, USB connection, power jack and a reset button. The
Arduino UNO is used because of their flexibility, simple
programming, and low cost, huge collection of application
data and large availability of open source developer tool.
Fig-2: Arduino UNO
4.2.2 Body temperature sensor
The thermistor is used to sense the body temperature of the
cattle.They are classified into NTC and PTC basedonthe way
they respond to temperature changes.NTC thermistors are
most commonly used to measure body temperature. The
usual cattle temperature is 38.5-39.5 Celsius. The diseases
related with body temperature are milk fever, poisoning,
indigestion, influenza and foot and mouth disease. So it is
essential to measure body temperature.
4.2.3 Heart Beat sensor
The heart beat sensor counts number of heart beats in a
minute. It contains IR pair which detects heart beat from
blood flow. Both IR transmitter and receiver have to place in
straight line in order to measure the heart beat rate
accurately. Cattle have heart beat in the rangeof48-84beats
per minute. If the heart beat is beyond this value it indicates
stress or animal anxiety.
4.2.4 DHT 11 sensor
The environmental conditions of the farms also play a great
role in cows being affected by various kinds of diseases. In
this system the environmental temperature and humidity of
the farm is monitored by DHT 11 sensor. The DHT 11
temperature and humidity sensor features a temperature
and humidity sensor complex with a calibrated digital signal
output. When there is a drastic increase in temperature or
humidity, the farmer is being notified with an SMS.
Fig-3: DHT11 sensor
4.2.5 GPS
When there are large number of cows or whenthesizeofthe
farm is big it is difficult to track the location of animals. So
each animal is fitted with a GPS which helps to track the
location of the cows.GPS provides satellite signal that can be
processed in GPS receiver. The satellites emit radio signal of
short pulses that are sent to GPS receivers.The receiver
compute position , velocity and time .They can calculate the
position within 100 meters and continuously update their
position more than once a second.
4.2.6 GSM
A GSM module isa specializedtypeofmodemwhichacceptsa
SIM card and operates over a subscription to mobile
operator, just like mobile phone. The GSM modem is used to
send SMS when connected to the arduino.If the values are
beyond the threshold value GSM sends a notification to
mobile phone. The farmer can identify abnormalities of the
farm with the help this notification.
4.2.7 ESP8266 Wi-Fi module
The continuously senseddatafromthermistorandheartbeat
sensors are transferred by the ESP 8266 Wi-Fi module to the
web. The ESP8266 is a small module which allows
microcontrollers to connect to Wi-Fi network and make
simple TCP/IP connections. Here in this system thing speak
an open source InternetofThings(IoT)applicationandAPIis
used to represent the data graphically in web. This helps the
farmers and doctors to monitor the cattle from anywhere
outside the farm
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1902
Fig-4: ESP8266 Wi-Fi module
4.2.8 Health monitoring widget
The IOT thingspeak monitor widget is used to monitor the
health parameters such as body temperature and heart beat
of the cattle. The widget displays the values in the home
screen of the mobile as well as in graphical format so that it
is easily understandable. It displays the graph in hourly,
daily, weekly and monthly basis which helpsthedoctorsand
farmers to predict during which period the health of the
cattle have been affected.
5. EXPERIMENTAL RESULTS
After connecting all the sensors on the cattle’s body it will
give the body temperature and heart beat graph. Using this
graph we can observe the health of the cattle and detect
diseases from which the cattle’s are suffering. The
screenshots of graphs are shown below.
Fig-5: Screenshot showing the graph of body temperature
Fig-6: Screenshot showing the graph of heart beat
The GSM is used to notify the farmer with SMS when there is
any abnormal change in the health of the cattle. The
following screenshot shows theSMSsenttothefarmer when
the body temperature of the cattle goes beyond the normal
range.
Fig-7: Screenshot showing the SMS sent through GSM
6. CONCLUSION
This paper reviews health and environmental monitoringof
cattle and to track location of the cattle. We proposethatIOT
based Cattle health and environment monitoring system
should be installed on farms to gather ecological parameters
which shall then facilitate farmers in monitoringtheanimals
from outside the farm. If any abnormalities found in the
cattle, it will be notified to the farmer via SMS. Thevalues got
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1903
from the various sensors are been continuously monitored
in the internet. Hence it is time consuming and is also
difficult to track the location of animals. In the proposed
system, without human involvement health status of the
animals can be monitored. If there is any abnormality in the
health condition of cattle remedies can be taken quickly.
Hence it is more effective and helpsinincreaseofproduction
of milk.
REFERENCES
[1] Ms. Amruta Helwatkar, Daniel riordan (2014) “Sensor
Technology for Animal Health Monitoring” in the 8th
international conference on sensing technology held at
Liverpool, UK.
[2] Mr. S.Jegadeesan, Dr G.K.D Prasanna Venkatesan (March
2016) “Smart cow health monitoring, Farm Environmental
monitoring and control system using wireless sensor
networks” in the international journal of advanced
engineering technology-ISSN 0976-3945
[3] Ms Meenakshi.M, Snehal S Kharde (2016) “Advance
Cattle health monitoring system using Arduino and IOT” in
the international journal of Advanced Research in Electrical,
Electronics and instrumentation Engineering ISSN: 2278-
8875
[4] Lenka B.K,Mohapatra A.G(2012),”A novel approach of
cattle health monitoring system based on wireless sensor
network for early detection of disease”, Journal of grid and
distributed computing Vol 2 ,pp 12-18.
[5] Anselemi B.Lukoge, Dr.Shubi Kaijage,RamadhaniS.Sinde
(2014),”Review of cattle monitoring system using wireless
sensor networks”, International journal on engineering and
computer science Vol 4.
[6] Rebecca N. Handcock, Dave L. Swain,”MonitoringAnimal
Behavior and Environmental Interactions Using Wireless
Sensor Networks, GPS CollarsandSatelliteRemoteSensing“.
[7]Manisha.M, Sumithra.A (November 2015),”IOT based
measuring temperature and humidity in the cattle diary”,
International journal of recent scientific research Vol 6, pp
7538-7360-ISSN: 0976-3031

More Related Content

What's hot

UNIT V ACTUATORS AND MECHATRONIC SYSTEM DESIGN
UNIT V ACTUATORS AND MECHATRONIC SYSTEM DESIGN UNIT V ACTUATORS AND MECHATRONIC SYSTEM DESIGN
UNIT V ACTUATORS AND MECHATRONIC SYSTEM DESIGN ravis205084
 
Plant Disease Detection Using I.T.
Plant Disease Detection Using I.T.Plant Disease Detection Using I.T.
Plant Disease Detection Using I.T.Pruthvi7396
 
Chapter 8 - Robot Control System
Chapter 8 - Robot Control SystemChapter 8 - Robot Control System
Chapter 8 - Robot Control SystemHaffiz Radzi
 
Iot based acquaponic system (dsd)
Iot based acquaponic system (dsd)Iot based acquaponic system (dsd)
Iot based acquaponic system (dsd)fahima meem
 
123126804 scada
123126804 scada123126804 scada
123126804 scadathangbd
 
Milk minerals and salts ppt
Milk minerals and salts pptMilk minerals and salts ppt
Milk minerals and salts pptARCHANA MADPATHI
 
Robotics : Future of Food Industry
Robotics : Future of Food IndustryRobotics : Future of Food Industry
Robotics : Future of Food IndustryÅmÄn Çhhîbbër
 
Salt Balance and Heat Stability of Concentrated and Dried Milk
Salt Balance and Heat Stability of Concentrated and Dried Milk Salt Balance and Heat Stability of Concentrated and Dried Milk
Salt Balance and Heat Stability of Concentrated and Dried Milk J Roopavathy
 
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI IAEME Publication
 
colour sorting machine
colour sorting machine colour sorting machine
colour sorting machine Venkatkumar78
 
Physical states of a material
Physical states of a materialPhysical states of a material
Physical states of a materialVinithaKannan1
 
Vlt micro drive - Danfoss
Vlt micro drive - DanfossVlt micro drive - Danfoss
Vlt micro drive - DanfossDanfoss India
 
Electronic pill
Electronic pillElectronic pill
Electronic pillb4ujos
 
Training report on Embedded Systems and MATLAB
Training report on Embedded Systems and MATLABTraining report on Embedded Systems and MATLAB
Training report on Embedded Systems and MATLABAswin Sreeraj
 
Ultrasound processing in dairy industry
Ultrasound processing in dairy industryUltrasound processing in dairy industry
Ultrasound processing in dairy industryParth Hirpara
 

What's hot (20)

Homogenization of Milk
Homogenization of MilkHomogenization of Milk
Homogenization of Milk
 
Crop Protection System
Crop Protection SystemCrop Protection System
Crop Protection System
 
UNIT V ACTUATORS AND MECHATRONIC SYSTEM DESIGN
UNIT V ACTUATORS AND MECHATRONIC SYSTEM DESIGN UNIT V ACTUATORS AND MECHATRONIC SYSTEM DESIGN
UNIT V ACTUATORS AND MECHATRONIC SYSTEM DESIGN
 
Plant Disease Detection Using I.T.
Plant Disease Detection Using I.T.Plant Disease Detection Using I.T.
Plant Disease Detection Using I.T.
 
Chapter 8 - Robot Control System
Chapter 8 - Robot Control SystemChapter 8 - Robot Control System
Chapter 8 - Robot Control System
 
Dhai and Misti Dhai
Dhai and Misti DhaiDhai and Misti Dhai
Dhai and Misti Dhai
 
Iot based acquaponic system (dsd)
Iot based acquaponic system (dsd)Iot based acquaponic system (dsd)
Iot based acquaponic system (dsd)
 
123126804 scada
123126804 scada123126804 scada
123126804 scada
 
Milk minerals and salts ppt
Milk minerals and salts pptMilk minerals and salts ppt
Milk minerals and salts ppt
 
Robotics : Future of Food Industry
Robotics : Future of Food IndustryRobotics : Future of Food Industry
Robotics : Future of Food Industry
 
Salt Balance and Heat Stability of Concentrated and Dried Milk
Salt Balance and Heat Stability of Concentrated and Dried Milk Salt Balance and Heat Stability of Concentrated and Dried Milk
Salt Balance and Heat Stability of Concentrated and Dried Milk
 
Arctic ecosystems
Arctic ecosystemsArctic ecosystems
Arctic ecosystems
 
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
WEB BASED SMART IRRIGATION SYSTEM USING RASPBERRY PI
 
colour sorting machine
colour sorting machine colour sorting machine
colour sorting machine
 
Physical states of a material
Physical states of a materialPhysical states of a material
Physical states of a material
 
Milk pasteurization
Milk pasteurizationMilk pasteurization
Milk pasteurization
 
Vlt micro drive - Danfoss
Vlt micro drive - DanfossVlt micro drive - Danfoss
Vlt micro drive - Danfoss
 
Electronic pill
Electronic pillElectronic pill
Electronic pill
 
Training report on Embedded Systems and MATLAB
Training report on Embedded Systems and MATLABTraining report on Embedded Systems and MATLAB
Training report on Embedded Systems and MATLAB
 
Ultrasound processing in dairy industry
Ultrasound processing in dairy industryUltrasound processing in dairy industry
Ultrasound processing in dairy industry
 

Similar to Cattle Health and Environment Monitoring System

IRJET- Live Stock Monitoring in Agriculture using IoT
IRJET-  	  Live Stock Monitoring in Agriculture using IoTIRJET-  	  Live Stock Monitoring in Agriculture using IoT
IRJET- Live Stock Monitoring in Agriculture using IoTIRJET Journal
 
IRJET - An Effective Automated Monitoring and Controlling of Poultry Farm usi...
IRJET - An Effective Automated Monitoring and Controlling of Poultry Farm usi...IRJET - An Effective Automated Monitoring and Controlling of Poultry Farm usi...
IRJET - An Effective Automated Monitoring and Controlling of Poultry Farm usi...IRJET Journal
 
IRJET- Animal Health Monitoring System using GPS & GSM Modem
IRJET- Animal Health Monitoring System using GPS & GSM ModemIRJET- Animal Health Monitoring System using GPS & GSM Modem
IRJET- Animal Health Monitoring System using GPS & GSM ModemIRJET Journal
 
IRJET- Human Health monitoring System using IOT and Raspberry PI3
IRJET-  	  Human Health monitoring System using IOT and Raspberry PI3IRJET-  	  Human Health monitoring System using IOT and Raspberry PI3
IRJET- Human Health monitoring System using IOT and Raspberry PI3IRJET Journal
 
IRJET - Poultry Farm Controlling based on IoT
IRJET -  	  Poultry Farm Controlling based on IoTIRJET -  	  Poultry Farm Controlling based on IoT
IRJET - Poultry Farm Controlling based on IoTIRJET Journal
 
IRJET- IoT based Smart Poultry Farm
IRJET- IoT based Smart Poultry FarmIRJET- IoT based Smart Poultry Farm
IRJET- IoT based Smart Poultry FarmIRJET Journal
 
IRJET - Smart Maternal Real Time Monitoring using IoT-Technique
IRJET - Smart Maternal Real Time Monitoring using IoT-TechniqueIRJET - Smart Maternal Real Time Monitoring using IoT-Technique
IRJET - Smart Maternal Real Time Monitoring using IoT-TechniqueIRJET Journal
 
IRJET - A Poultry Farm Control System
IRJET - A Poultry Farm Control SystemIRJET - A Poultry Farm Control System
IRJET - A Poultry Farm Control SystemIRJET Journal
 
A Survey on Various Animal Health Monitoring and Tracking Techniques
A Survey on Various Animal Health Monitoring and Tracking TechniquesA Survey on Various Animal Health Monitoring and Tracking Techniques
A Survey on Various Animal Health Monitoring and Tracking TechniquesIRJET Journal
 
Smart system monitoring on soil using internet of things (IOT)
Smart system monitoring on soil using internet of things (IOT)Smart system monitoring on soil using internet of things (IOT)
Smart system monitoring on soil using internet of things (IOT)IRJET Journal
 
Ecofar wp5 module 3.8 english
Ecofar wp5 module 3.8 englishEcofar wp5 module 3.8 english
Ecofar wp5 module 3.8 englishKarel Van Isacker
 
Wearable System for Vital Signs Measurement
Wearable System for Vital Signs MeasurementWearable System for Vital Signs Measurement
Wearable System for Vital Signs MeasurementIRJET Journal
 
PIC Microcontroller Based Baby Incubator Using Sensors
PIC Microcontroller Based Baby Incubator Using SensorsPIC Microcontroller Based Baby Incubator Using Sensors
PIC Microcontroller Based Baby Incubator Using SensorsIRJET Journal
 
IRJET - A Novel Health Monitoring System for Trance Patients
IRJET -  	  A Novel Health Monitoring System for Trance PatientsIRJET -  	  A Novel Health Monitoring System for Trance Patients
IRJET - A Novel Health Monitoring System for Trance PatientsIRJET Journal
 
IRJET - Farmer Surveillance System with Paddy Disease Detection
IRJET - Farmer Surveillance System with Paddy Disease DetectionIRJET - Farmer Surveillance System with Paddy Disease Detection
IRJET - Farmer Surveillance System with Paddy Disease DetectionIRJET Journal
 
IRJET- GPS Arduino based Tracking and Alarm System for Protection of Wildlife...
IRJET- GPS Arduino based Tracking and Alarm System for Protection of Wildlife...IRJET- GPS Arduino based Tracking and Alarm System for Protection of Wildlife...
IRJET- GPS Arduino based Tracking and Alarm System for Protection of Wildlife...IRJET Journal
 
WEARABLE HEALTH MONITORING SYSTEM FOR BABIES
WEARABLE HEALTH MONITORING SYSTEM FOR BABIESWEARABLE HEALTH MONITORING SYSTEM FOR BABIES
WEARABLE HEALTH MONITORING SYSTEM FOR BABIESIAEME Publication
 
Animal Husbandry Farm Automation
Animal Husbandry Farm AutomationAnimal Husbandry Farm Automation
Animal Husbandry Farm Automationijtsrd
 
Document from Nithish Shekar.pptx
Document from Nithish Shekar.pptxDocument from Nithish Shekar.pptx
Document from Nithish Shekar.pptxNithish294393
 

Similar to Cattle Health and Environment Monitoring System (20)

IRJET- Live Stock Monitoring in Agriculture using IoT
IRJET-  	  Live Stock Monitoring in Agriculture using IoTIRJET-  	  Live Stock Monitoring in Agriculture using IoT
IRJET- Live Stock Monitoring in Agriculture using IoT
 
IRJET - An Effective Automated Monitoring and Controlling of Poultry Farm usi...
IRJET - An Effective Automated Monitoring and Controlling of Poultry Farm usi...IRJET - An Effective Automated Monitoring and Controlling of Poultry Farm usi...
IRJET - An Effective Automated Monitoring and Controlling of Poultry Farm usi...
 
IRJET- Animal Health Monitoring System using GPS & GSM Modem
IRJET- Animal Health Monitoring System using GPS & GSM ModemIRJET- Animal Health Monitoring System using GPS & GSM Modem
IRJET- Animal Health Monitoring System using GPS & GSM Modem
 
IRJET- Human Health monitoring System using IOT and Raspberry PI3
IRJET-  	  Human Health monitoring System using IOT and Raspberry PI3IRJET-  	  Human Health monitoring System using IOT and Raspberry PI3
IRJET- Human Health monitoring System using IOT and Raspberry PI3
 
IRJET - Poultry Farm Controlling based on IoT
IRJET -  	  Poultry Farm Controlling based on IoTIRJET -  	  Poultry Farm Controlling based on IoT
IRJET - Poultry Farm Controlling based on IoT
 
IRJET- IoT based Smart Poultry Farm
IRJET- IoT based Smart Poultry FarmIRJET- IoT based Smart Poultry Farm
IRJET- IoT based Smart Poultry Farm
 
IRJET - Smart Maternal Real Time Monitoring using IoT-Technique
IRJET - Smart Maternal Real Time Monitoring using IoT-TechniqueIRJET - Smart Maternal Real Time Monitoring using IoT-Technique
IRJET - Smart Maternal Real Time Monitoring using IoT-Technique
 
IRJET - A Poultry Farm Control System
IRJET - A Poultry Farm Control SystemIRJET - A Poultry Farm Control System
IRJET - A Poultry Farm Control System
 
A Survey on Various Animal Health Monitoring and Tracking Techniques
A Survey on Various Animal Health Monitoring and Tracking TechniquesA Survey on Various Animal Health Monitoring and Tracking Techniques
A Survey on Various Animal Health Monitoring and Tracking Techniques
 
Smart system monitoring on soil using internet of things (IOT)
Smart system monitoring on soil using internet of things (IOT)Smart system monitoring on soil using internet of things (IOT)
Smart system monitoring on soil using internet of things (IOT)
 
Iot in agriculture
Iot in agricultureIot in agriculture
Iot in agriculture
 
Ecofar wp5 module 3.8 english
Ecofar wp5 module 3.8 englishEcofar wp5 module 3.8 english
Ecofar wp5 module 3.8 english
 
Wearable System for Vital Signs Measurement
Wearable System for Vital Signs MeasurementWearable System for Vital Signs Measurement
Wearable System for Vital Signs Measurement
 
PIC Microcontroller Based Baby Incubator Using Sensors
PIC Microcontroller Based Baby Incubator Using SensorsPIC Microcontroller Based Baby Incubator Using Sensors
PIC Microcontroller Based Baby Incubator Using Sensors
 
IRJET - A Novel Health Monitoring System for Trance Patients
IRJET -  	  A Novel Health Monitoring System for Trance PatientsIRJET -  	  A Novel Health Monitoring System for Trance Patients
IRJET - A Novel Health Monitoring System for Trance Patients
 
IRJET - Farmer Surveillance System with Paddy Disease Detection
IRJET - Farmer Surveillance System with Paddy Disease DetectionIRJET - Farmer Surveillance System with Paddy Disease Detection
IRJET - Farmer Surveillance System with Paddy Disease Detection
 
IRJET- GPS Arduino based Tracking and Alarm System for Protection of Wildlife...
IRJET- GPS Arduino based Tracking and Alarm System for Protection of Wildlife...IRJET- GPS Arduino based Tracking and Alarm System for Protection of Wildlife...
IRJET- GPS Arduino based Tracking and Alarm System for Protection of Wildlife...
 
WEARABLE HEALTH MONITORING SYSTEM FOR BABIES
WEARABLE HEALTH MONITORING SYSTEM FOR BABIESWEARABLE HEALTH MONITORING SYSTEM FOR BABIES
WEARABLE HEALTH MONITORING SYSTEM FOR BABIES
 
Animal Husbandry Farm Automation
Animal Husbandry Farm AutomationAnimal Husbandry Farm Automation
Animal Husbandry Farm Automation
 
Document from Nithish Shekar.pptx
Document from Nithish Shekar.pptxDocument from Nithish Shekar.pptx
Document from Nithish Shekar.pptx
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 

Recently uploaded (20)

UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 

Cattle Health and Environment Monitoring System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1899 Cattle Health and Environment Monitoring System D.Aswini 1, S.Santhya2, T.Shri Nandheni 3, N.Sukirthini 4 1 Assistant Professor , Computer Science and Engineering , Kumaraguru College of Technology, Tamil Nadu, India 2, 3, 4 Student, Computer Science and Engineering, Kumaraguru College of Technology, Tamil Nadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Human can’t imagine their life without technology in this modern era. Various kinds of technologies help people to live their life with luxury. The cattle industry is an integral part of the world economy. Additionalbenefitscan be realized from this class of technology, such as the ability to identify the presence of disease early and thereby prevent its spread. The IOT based cattle health and environment monitoring system monitors various cattle health parameters such as body temperature, heartbeat, location of animals and environmental parameters such as temperature, humidity. In this system Arduino UNO microcontroller is used to sense the various health and environmental parameters. If any of the monitored values is abnormal, notification is sent through GSM to the farmer. The results of the proposed system can be stored in cloud and viewed in internet on interfacing ESP8266 Wi-Fi module. It can also be viewed in mobile by using IOT thing speak monitor widget.Farmersmayincreaseproduction through this arrangement and execute appropriate control strategies for farm process. Key Words: Arduino UNO, ESP8266 Wi-Fi module, IOT, IOT thingspeak monitor widget, GSM 1. INTRODUCTION Agriculture is the major source of income in the country sides. Cattle industry is an integral of world economy. Animals like cow, buffalo, sheep, goat etc play in an important role in life of rural. Animals in the farm are being affected by various kinds of diseases and farmers are suffering heavily. To avoid such things, we propose a health monitoring system to track individual animal movement as well as to monitor occurrence of diseases. Sensors are being mounted on the cattle tomonitorthebody temperature and heart beat of each animal. Normal body temperature of cattle is 38.5’C to 39.5’C.Normal heartbeatof a cattle is 48 to 84 beats per minute. If it is below or above this value, it is notified to the farmer via SMS throughGSM. It is difficult for the farmers to locate the cattle if it goes out of the farm. So, in order to overcome this location of each animal is being monitored using GPS and notification is sent to the famer when it reaches the boundary of the farm. The temperature and humidity of the farm also affect the health of the cattle to a greater extent. So to prevent this, temperature and humidity of the farm is also monitored continuously. In this system the Arduino UNO receives the data from the sensors and develops the content accordingly. The ESP8266 Wi-Fi module will transfer the data internetso that cattle can be monitored from outside the farm. 2. LITERATURE SURVEY Previous Literatures and research work done by scholars in this domain are reviewed. Difficulties faced the by farmer to identify the abnormal situation of cattle is presented here. The cattle are affected by various kinds of diseases. These diseases can be identified[1]throughuseofnon-invasive,low cost, sensor technology .These diseases can been mapped to specificaspects of animal behavior thathavebeenmappedto the sensors which are most significant to identify these diseases. This helps the farmers to monitor the activity of cattle and interpret whether it is affected by any disease if there are changes in the sensor data. The farmers find it difficult to take the cattle to doctors when it is affected by diseases. Sometimes the doctors may not be available in hospitals. In those cases various health parameters such as body temperature and heart beat can be sensed and a graph [2] can be sent to the doctors using ESP8266 Wi-Fimodule.Sobyobservingthisgraphdoctorcan tell about the animal health. Seasonal and environmentalchangescaninfluencethehealth of the cattle to a greater extent. Exposure of cattle to hot environment produces reduction in the rates of feed intake and productivity .Hence the environment temperature and humidity [3] has to be monitored in order to maintain the health of the cattle. 3. SYSTEM ANALYSIS The listed literatures give us the basic understanding of concepts and help us to design thenewsystemofmonitoring the health parameters of cattle by overcoming the various drawbacks in the existing system. 3.1. Drawbacks in the existing system 3.1.1 Location of the cattle is not monitored The existing system does not provide features to find out the location of animals in the farm. If the size of the farm is huge and if the cow isaffected by any kind of diseasesthenitmight not be able to move from the location, in these situations tracking the animal location becomes very important.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1900 3.1.2 Farmers are unaware whenthecattleareaffectedby disease The cattle are affected by various kinds of diseases. Since notification is not sent to the farmerswhenthereisabnormal change in the health of the cattle, they are not aware when it is affected by any kind of disease. So the farmers are not able to treat the cattle at the correct time which may lead to the severity of diseases. 3.1.3 Time consuming The existing system is time consuming. Since the farmers have to go in person to check whether the animal is affected by any kind of disease this requires more time when compared to the automated system. 3.2. Proposed system In this proposed system in order to monitor the health of cattle wemeasuretwo of the major health parameterswhich are body temperature and heart beat. The arduino UNO microcontroller is used to gather data from the sensors. The body temperatureand heartbeatofthecattleincreaseswhen it is affected by any disease.When the temperatureincreases the GSM is used to notify the farmer with SMS. The environment condition of the farm also plays a major role in maintain the cattle’s health. So when there is increase in the environment temperatureor humidity it is beingsentasSMS to the farmer. In huge farms or whenthecattleareaffectedby disease it is difficult to track the location of the cow. GPS is used to track the location of animals in the farm. The data from the temperatureand heart beat sensoristransferredby the ESP8266 Wi-Fi module to the internet where it can be viewed graphically from outside the farm. The proposed system can also be used for industrial purposes where there are huge numbers of animals and it may be difficult to monitor the movement of each individual animal. In those cases the system proposed here can be designed as a small IoT device which consists of all the sensors and may be fixed to the animals. This reduces the costand makes it feasiblefor the industries. 4. SYSTEM DESCRIPTION The description of the proposed system is explained with architecture diagram and module explanation. 4.1 System architecture Fig-1: Architecture diagram The various types of sensors such as thermistor, heart beat sensor and GPS are being fitted to the cattle. The normal body temperature of cattle is 38.5’C to 39.5’C and normal heart beat rate of a cattle is 48 to 84 beats per minute. The environmental temperatureandhumidityalsoaffectthe health of the cattle to a greater extent. If the temperature is high it may reduce the rate of feed intake as well as production of milk. The DHT 11 sensor which is used to measure the farm temperature and humidity of the environment is kept in any part of the farm. The arduino UNO is utilized to collect various health parameters such as body temperature, heartbeat,locationof animals andenvironmental parameterssuchastemperature. When these collected values goes beyond the threshold value then GSM module is used to send SMS to the mobile phone of the farmer. The arduino UNO transfers the sensor values through ESP 8266 Wi-Fi module to the internet. The data is represented in graphical format which can be helpful forfarmersto easily understand the heath of the cattle. The health parameters can also be monitored in mobile by using a widget called IOT thingspeak monitor widget. This widget displays the values in the home screen of the mobile as well as in graphical format which helps the farmers and doctors to easily monitor the health of the cattle.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1901 4.2 Module description 4.2.1 Arduino UNO Arduino is an open source computer hardware that is used to sense and control objects in the physical world. The Arduino UNO is a microcontroller board is based on ATmega328.It has 14 digital input/output pins, 6 analog inputs, USB connection, power jack and a reset button. The Arduino UNO is used because of their flexibility, simple programming, and low cost, huge collection of application data and large availability of open source developer tool. Fig-2: Arduino UNO 4.2.2 Body temperature sensor The thermistor is used to sense the body temperature of the cattle.They are classified into NTC and PTC basedonthe way they respond to temperature changes.NTC thermistors are most commonly used to measure body temperature. The usual cattle temperature is 38.5-39.5 Celsius. The diseases related with body temperature are milk fever, poisoning, indigestion, influenza and foot and mouth disease. So it is essential to measure body temperature. 4.2.3 Heart Beat sensor The heart beat sensor counts number of heart beats in a minute. It contains IR pair which detects heart beat from blood flow. Both IR transmitter and receiver have to place in straight line in order to measure the heart beat rate accurately. Cattle have heart beat in the rangeof48-84beats per minute. If the heart beat is beyond this value it indicates stress or animal anxiety. 4.2.4 DHT 11 sensor The environmental conditions of the farms also play a great role in cows being affected by various kinds of diseases. In this system the environmental temperature and humidity of the farm is monitored by DHT 11 sensor. The DHT 11 temperature and humidity sensor features a temperature and humidity sensor complex with a calibrated digital signal output. When there is a drastic increase in temperature or humidity, the farmer is being notified with an SMS. Fig-3: DHT11 sensor 4.2.5 GPS When there are large number of cows or whenthesizeofthe farm is big it is difficult to track the location of animals. So each animal is fitted with a GPS which helps to track the location of the cows.GPS provides satellite signal that can be processed in GPS receiver. The satellites emit radio signal of short pulses that are sent to GPS receivers.The receiver compute position , velocity and time .They can calculate the position within 100 meters and continuously update their position more than once a second. 4.2.6 GSM A GSM module isa specializedtypeofmodemwhichacceptsa SIM card and operates over a subscription to mobile operator, just like mobile phone. The GSM modem is used to send SMS when connected to the arduino.If the values are beyond the threshold value GSM sends a notification to mobile phone. The farmer can identify abnormalities of the farm with the help this notification. 4.2.7 ESP8266 Wi-Fi module The continuously senseddatafromthermistorandheartbeat sensors are transferred by the ESP 8266 Wi-Fi module to the web. The ESP8266 is a small module which allows microcontrollers to connect to Wi-Fi network and make simple TCP/IP connections. Here in this system thing speak an open source InternetofThings(IoT)applicationandAPIis used to represent the data graphically in web. This helps the farmers and doctors to monitor the cattle from anywhere outside the farm
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1902 Fig-4: ESP8266 Wi-Fi module 4.2.8 Health monitoring widget The IOT thingspeak monitor widget is used to monitor the health parameters such as body temperature and heart beat of the cattle. The widget displays the values in the home screen of the mobile as well as in graphical format so that it is easily understandable. It displays the graph in hourly, daily, weekly and monthly basis which helpsthedoctorsand farmers to predict during which period the health of the cattle have been affected. 5. EXPERIMENTAL RESULTS After connecting all the sensors on the cattle’s body it will give the body temperature and heart beat graph. Using this graph we can observe the health of the cattle and detect diseases from which the cattle’s are suffering. The screenshots of graphs are shown below. Fig-5: Screenshot showing the graph of body temperature Fig-6: Screenshot showing the graph of heart beat The GSM is used to notify the farmer with SMS when there is any abnormal change in the health of the cattle. The following screenshot shows theSMSsenttothefarmer when the body temperature of the cattle goes beyond the normal range. Fig-7: Screenshot showing the SMS sent through GSM 6. CONCLUSION This paper reviews health and environmental monitoringof cattle and to track location of the cattle. We proposethatIOT based Cattle health and environment monitoring system should be installed on farms to gather ecological parameters which shall then facilitate farmers in monitoringtheanimals from outside the farm. If any abnormalities found in the cattle, it will be notified to the farmer via SMS. Thevalues got
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1903 from the various sensors are been continuously monitored in the internet. Hence it is time consuming and is also difficult to track the location of animals. In the proposed system, without human involvement health status of the animals can be monitored. If there is any abnormality in the health condition of cattle remedies can be taken quickly. Hence it is more effective and helpsinincreaseofproduction of milk. REFERENCES [1] Ms. Amruta Helwatkar, Daniel riordan (2014) “Sensor Technology for Animal Health Monitoring” in the 8th international conference on sensing technology held at Liverpool, UK. [2] Mr. S.Jegadeesan, Dr G.K.D Prasanna Venkatesan (March 2016) “Smart cow health monitoring, Farm Environmental monitoring and control system using wireless sensor networks” in the international journal of advanced engineering technology-ISSN 0976-3945 [3] Ms Meenakshi.M, Snehal S Kharde (2016) “Advance Cattle health monitoring system using Arduino and IOT” in the international journal of Advanced Research in Electrical, Electronics and instrumentation Engineering ISSN: 2278- 8875 [4] Lenka B.K,Mohapatra A.G(2012),”A novel approach of cattle health monitoring system based on wireless sensor network for early detection of disease”, Journal of grid and distributed computing Vol 2 ,pp 12-18. [5] Anselemi B.Lukoge, Dr.Shubi Kaijage,RamadhaniS.Sinde (2014),”Review of cattle monitoring system using wireless sensor networks”, International journal on engineering and computer science Vol 4. [6] Rebecca N. Handcock, Dave L. Swain,”MonitoringAnimal Behavior and Environmental Interactions Using Wireless Sensor Networks, GPS CollarsandSatelliteRemoteSensing“. [7]Manisha.M, Sumithra.A (November 2015),”IOT based measuring temperature and humidity in the cattle diary”, International journal of recent scientific research Vol 6, pp 7538-7360-ISSN: 0976-3031