SlideShare a Scribd company logo
1 of 4
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 1658
GPS Based Soldier Tracking and Health Monitoring
Mr.Patil Akshay1, Mr. Shelake Balaji2, Mr. Pinjari Raju3, Ms.Mirajkar P.P.4
1Student, Department of Electronics and Telecommunication, Annasaheb Dange College of Engineering and
Technology, Ashta, Maharashtra, India
2Student, Department of Electronics and Telecommunication, Annasaheb Dange College of Engineering and
Technology, Ashta, Maharashtra, India
3Student, Department of Electronics and Telecommunication, Annasaheb Dange College of Engineering and
Technology, Ashta, Maharashtra, India
4Assistant Professor, Department of Electronics and Telecommunication, Annasaheb Dange College of
Engineering and Technology, Ashta, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Army is one of the most important aspects of
any country. It is our duty to equip soldier with better
advanced technology . This paper helps to track the soldier
at any given moment using GPS. In this paper, soldier’s
health parameters such as heart rate and body
temperature are continuously measured and transmitted
wirelessly to the control room using GSM. In case of death
of the soldier, the processor detects the change in pulse
rate and location of the dead soldier; tracked by the GPS
module is then communicated to the military base station
by the use of GSM. This information can be used to devise
war strategies as to how many more soldiers (and where)
should be deployed to replace the martyrs. It helps to
minimize the time, search and rescue operation efforts of
army control unit. This systemenablestoarmybasestation
to track the location and monitor health of soldiers using
GPS module and wireless body area sensor networks , such
as temperature sensor, heart beat sensor, etc.
Key Words: GSM, GPS, arduino Uno, tracking.
1.INTRODUCTION
Now-a-days Defense Services are rapidly growing
towards new innovationwithadvanceimplementation.
Soldier’s health is more important becausetheyarethe
defenders who protect our country. In today’s world
enemy warfare is a important factor in the nation’s
security. The national securitymainlydependsonarmy
(ground), navy (sea), force (air). The important and
vital role is played by the army soldiers. There are
many concerns regarding the safety of these soldiers.
As soon as any soldier enters the enemy lines it is very
vital for the army base station to know the location as
well as the health status of all its soldiers.Inourproject
we have come up with an idea of tracking the soldieras
well as to give the health status of the soldier during
the war, which enables the army personnel to plan the
war strategies. Also the soldier canask fordirectionsto
the army base unit in case he feels that he is lost. By
using the location sent by the GPS, the base station can
guide the soldier to safe area. The system is composed
of two parts, which are portable remote soldier unit
and the monitoring centre.Theportableremotesoldier
unit consists of Advanced RISC Machines (ARM) with
the embedded operating system, GPS and a GSM,
temperature sensor and heart beat sensor. To design a
Soldier tracking system using GSM and GPS to provide
wireless system for monitoring the parameters of
soldier are as – Body temperature&Bloodpressure.To
find the health status of soldier biomedical sensors are
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 1659
used, a body temp sensor to measure body
temperature as well as pulse rate sensor to measure
the blood pressure. These parameters are then signal
conditioned and will be stored in the memory. One of
the fundamental challenges in military operations lays
in that the Soldier not able to communicate with
control room administrator. In addition, each
organization needs to enforce certain administrative
and operational work when they interact over the
network owned and operated by other organizations.
Thus, without careful planning and coordination, one
troop cannot communicate with the troops or leverage
the communication infrastructure operated by the
country troops in the same region.
2. PROBLEM SUMMARY
One of the fundamental challenges in military
operations lays in that the Soldier not able to
communicate with control room administrator. In
addition, each organization needs to enforce certain
administrative and operational work when they
interact over the network owned and operated by
other organizations.Thus, withoutcareful planningand
coordination, one group cannot communicate with the
other groups. Current problem faced by the military
are as follows:
1. Soldier wants to know about location. He can't do
that.
2. They will not get help during panic situation.
3. Soldiers are not track able.
3. SYSTEM OVERVIEW
Fig1. Soldier unit
Fig.1 shows the block diagram of soldier unit which includes
following blocks.
A. Heart beat sensor
 The Heart Beat sensor used for study the heart’s
function
 This sensor monitors the flow of blood throughthe
finger
 As the heart forces blood through the blood
vessels in the finger, the amount of blood in the
finger changes with time
 The sensor shines a light lobe through the finger
and measures the light transmitted to the LDR
 The signal obtained from the LDR is amplified by
the amplifier and will be filtered
B. Temperature sensor
 The Temperature can be detected with the help of a
temperature sensor LM35.
 The LM series are precision integrated circuit
temperature sensors, whose output voltage is
linearly proportional to the Celsius.
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 1660
C. GSM Module
 The GSM Module is used to provide the information
of the soldier like the heartbeat rate and the body
temperature to a remote location
 It is similar to a mobile which requires a SIM card
for its operation but the advantage of GSM module
over mobile is that it has an serial connectivity that
can be directly connected to theMicrocontrollerfor
sending the AT(Attention) commands for sending
SMS
D. GPS module
 The location of the soldier can be tracked with the
help of a GPS Module
 The GPS module receives the signals from the
satellite and calculates the Latitude and Longitude
of the location of soldier and sends it to the
controller.
E. Arduino Architecture
An Arduino is actually a microcontroller based kit.
Arduino processor basically uses the Harvard architecture
where the program code and program data have separate
memory. It consists of two memories- Program memoryand
the data memory. The code is stored in the flash program
memory, whereas the data is stored in thedata memory.The
Atmega328 has 32 KB of flash memory for storing code (of
which 0.5 KB is used for the boot loader), 2 KB of SRAM and
1 KB of EEPROM and operates with a clock speed of 16MHz.
Fig2.Control Room’s Unit
4. SOFTWARE IMPLEMENTATION
The most important advantage with Arduino is the
programs can be directly loaded to the device without
requiring any hardware programmer to burn the program.
This is done because of the presence of the 0.5KB of Boot
loader which allows the program to be burned into the
circuit. All we have to do is to download the Arduino
software and writing the code.
The Arduino tool window consists of the toolbar
with the buttons like verify, upload, new, open, save, serial
monitor. It also consists of a text editor to write the code, a
message area which displays the feedback like showing the
errors, the text console which displays the output and a
series of menus like the File, Edit, Tools, and menu.
4.1 Steps to program an Arduino
Programs written in Arduino are known as sketches. A basic
sketch consists of 3 parts
 Declaration of Variables
 Initialization: It is written in the setup () function.
 Control code: It is written in the loop () function.
The sketch is saved with .ino extension. Any operations
like verifying, opening a sketch, saving a sketch can be
done using the buttons on the toolbar or using the tool
menu.
The sketch should be stored in the sketchbook
directory.
Chose the proper board from the tools menu and the
serial port numbers.
Click on the upload button or chose upload from the
tools menu. Thus the code is uploaded by the boot
loader onto the microcontroller.
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 1661
5. CONCLUSIONS
We conclude that,This system helps to monitor health
parameters of soldier using heart beat sensor to measure
heart beats and temperature sensor to measure body
temperature of soldier. This system helps the soldier to get
help from army base station in panic situation. also this
system provides the location information and health
parameters of soldier to the army control room.Thus, this
system provides security and safety to our soldiers.
REFERENCES
[1] Hock Beng Lim-“A Soldier Health Monitoring
System for Military Applications”-2010 International
Conference on Body Sensor Networks (BSN).Page no(s)
246-249.
[2] Shruti Nikam, Supriya Patil, Prajkta Powar and
V.S.Bendre-“ Gps-based soldier tracking and health
indicationsystem”-International Journal of Advanced
Research in Electrical, Electronics and Instrumentation
Engineering.Vol. 2, Issue 3,March 2013. Pageno(s)1082-
1088.
[3]Mr. Rajdeep Limbu, Prof. V. V. Kale,“GPSBasedSoldier
Tracking and Health Monitoring System”, International
Journal for Technological Research in Engineering, ISSN:
2347-4718, Volume 1, Issue 12, August 2014, pp: (1485-
1488).
[4]Rubina.A.Shaikh, “Real Time Health Monitoring
System of Remote Patient Using Arm7”, International
Journal of Instrumentation, Control and Automation,
ISSN: 2231-1890, Volume 1, Issue 3-4, April 2012, pp:
(102-105).
[5] Ms. P. P. Mirajkar, Prof. S.D. Ruikar, “WAVELET
BASED IMAGE FUSION TECHNIQUES”ispublishedinCIIT
International Journal ofDigital ImageProcessing,Volume
4, No. 15, September 2012
[6] Ekta Madhyan, Mahesh Kadam,“AUniqueHealthCare
Monitoring System Using Sensors and ZigBee
Technology”, International Journal of AdvancedResearch
in Computer Science and Software Engineering, ISSN:
2277-128X, Volume 4, Issue 6, June 2014, pp: (501-509).
[7] Ms. P. P. Mirajkar, Ms. Kavathekar Jyoti, Ms. Madhuri
Kamble, “AUTOMATIC POWER FACTOR RELAY USING
PIC CONTROLLER” is published in IJARECE, ISSN 2278-
909X, Volume 5, Issue 4, pp. 808-811 , April -2016
BIOGRAPHIES
1. Mr. Patil Akshay L. is Studying
B.E in Electronic and
TelecommunicationDepartmentof
Annasaheb Dange College of
Engineering and Technology,
Ashta, Maharashtra, India.
2.Mr. Shelke Balaji D.: is Studying
B.E in Electronic and
TelecommunicationDepartmentof
Annasaheb Dange College of
Engineering and Technology
,Ashta, Maharashtra, India.
3.Mr.Pinjari Raju K.: is Studying
B.E in Electronic and
TelecommunicationDepartmentof
Annasaheb Dange College of
Engineering and Technology ,
Ashta, Maharashtra, India.
2.
4. Ms.Mirajkar P.P. is working as
Assistant Professor, in Electronic
and Telecommunication
Department of Annasaheb Dange
College of Engineering and
Technology, Ashta, Maharashtra,
India. Her qualification is
M.E.(VLSI & Embedded System)

More Related Content

What's hot

Implementation of patient monitoring system using gsm technology 2
Implementation of patient monitoring system using gsm technology 2Implementation of patient monitoring system using gsm technology 2
Implementation of patient monitoring system using gsm technology 2IAEME Publication
 
Sms based patient monitering
Sms based patient moniteringSms based patient monitering
Sms based patient moniteringPadmaja Dash
 
WIRELESS BLACK BOX REPORT FOR TRACKING OF ACCIDENTAL MONITORING IN VEHICLES
WIRELESS BLACK BOX REPORT FOR TRACKING OF ACCIDENTAL MONITORING IN VEHICLESWIRELESS BLACK BOX REPORT FOR TRACKING OF ACCIDENTAL MONITORING IN VEHICLES
WIRELESS BLACK BOX REPORT FOR TRACKING OF ACCIDENTAL MONITORING IN VEHICLESNiraj Rajan
 
GSM based patient monitoring system
GSM based patient monitoring systemGSM based patient monitoring system
GSM based patient monitoring systemssvarma k
 
Design of Accident Detection and Alert System for Motor Cycles
Design of Accident Detection and Alert System for Motor Cycles Design of Accident Detection and Alert System for Motor Cycles
Design of Accident Detection and Alert System for Motor Cycles Dhanith Krishna
 
ECG monitoring on android smartphone
ECG monitoring on android smartphone ECG monitoring on android smartphone
ECG monitoring on android smartphone Rushikesh Yeldari
 
Accident Detection System using Arduino Uno
Accident Detection System using Arduino UnoAccident Detection System using Arduino Uno
Accident Detection System using Arduino Unoijtsrd
 
IRJET- Iot Based Automatic Vehicle Accident Tracking Down and Salvage Sys...
IRJET-  	  Iot Based Automatic Vehicle Accident Tracking Down and Salvage Sys...IRJET-  	  Iot Based Automatic Vehicle Accident Tracking Down and Salvage Sys...
IRJET- Iot Based Automatic Vehicle Accident Tracking Down and Salvage Sys...IRJET Journal
 
Accident Detection and Ambulance Triggered Traffic Management Systems
Accident Detection and Ambulance Triggered Traffic Management SystemsAccident Detection and Ambulance Triggered Traffic Management Systems
Accident Detection and Ambulance Triggered Traffic Management SystemsSachin Kumar Asokan
 
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...kailashgavare
 
Rail Track Inspector
Rail Track InspectorRail Track Inspector
Rail Track Inspectorncct
 
"Black Box for a Car" report
"Black Box for a Car" report"Black Box for a Car" report
"Black Box for a Car" reportsubrat manna
 
Smart accident detector and intimator [autosaved]
Smart accident detector and intimator [autosaved]Smart accident detector and intimator [autosaved]
Smart accident detector and intimator [autosaved]Sivajyothi paramsivam
 
Biomedical Wearable Device For Remote Monitoring Ofphysiological Signals
Biomedical Wearable Device For Remote Monitoring Ofphysiological SignalsBiomedical Wearable Device For Remote Monitoring Ofphysiological Signals
Biomedical Wearable Device For Remote Monitoring Ofphysiological Signalsncct
 
Heart Attack Monitoring System
Heart Attack Monitoring SystemHeart Attack Monitoring System
Heart Attack Monitoring SystemGirish Bhangale
 
U-healthcare monitoring and reporting using smartphone
U-healthcare monitoring and reporting using smartphoneU-healthcare monitoring and reporting using smartphone
U-healthcare monitoring and reporting using smartphoneRajeev Piyare
 
EMERGENCY ALERT SYSTEM in VANET (fnl review)PPT
EMERGENCY ALERT SYSTEM in VANET (fnl review)PPTEMERGENCY ALERT SYSTEM in VANET (fnl review)PPT
EMERGENCY ALERT SYSTEM in VANET (fnl review)PPTshammi24
 
Advanced vehicle security system 2016 upload
Advanced vehicle security system 2016 uploadAdvanced vehicle security system 2016 upload
Advanced vehicle security system 2016 uploadNishanth C
 
ACCIDENTAL PROTECTION BY AUTOMATIC BREAKS AND RELEASE OF AIRBAG USING GPS,GSM...
ACCIDENTAL PROTECTION BY AUTOMATIC BREAKS AND RELEASE OF AIRBAG USING GPS,GSM...ACCIDENTAL PROTECTION BY AUTOMATIC BREAKS AND RELEASE OF AIRBAG USING GPS,GSM...
ACCIDENTAL PROTECTION BY AUTOMATIC BREAKS AND RELEASE OF AIRBAG USING GPS,GSM...JOLLUSUDARSHANREDDY
 

What's hot (20)

Implementation of patient monitoring system using gsm technology 2
Implementation of patient monitoring system using gsm technology 2Implementation of patient monitoring system using gsm technology 2
Implementation of patient monitoring system using gsm technology 2
 
Sms based patient monitering
Sms based patient moniteringSms based patient monitering
Sms based patient monitering
 
WIRELESS BLACK BOX REPORT FOR TRACKING OF ACCIDENTAL MONITORING IN VEHICLES
WIRELESS BLACK BOX REPORT FOR TRACKING OF ACCIDENTAL MONITORING IN VEHICLESWIRELESS BLACK BOX REPORT FOR TRACKING OF ACCIDENTAL MONITORING IN VEHICLES
WIRELESS BLACK BOX REPORT FOR TRACKING OF ACCIDENTAL MONITORING IN VEHICLES
 
J5244649
J5244649J5244649
J5244649
 
GSM based patient monitoring system
GSM based patient monitoring systemGSM based patient monitoring system
GSM based patient monitoring system
 
Design of Accident Detection and Alert System for Motor Cycles
Design of Accident Detection and Alert System for Motor Cycles Design of Accident Detection and Alert System for Motor Cycles
Design of Accident Detection and Alert System for Motor Cycles
 
ECG monitoring on android smartphone
ECG monitoring on android smartphone ECG monitoring on android smartphone
ECG monitoring on android smartphone
 
Accident Detection System using Arduino Uno
Accident Detection System using Arduino UnoAccident Detection System using Arduino Uno
Accident Detection System using Arduino Uno
 
IRJET- Iot Based Automatic Vehicle Accident Tracking Down and Salvage Sys...
IRJET-  	  Iot Based Automatic Vehicle Accident Tracking Down and Salvage Sys...IRJET-  	  Iot Based Automatic Vehicle Accident Tracking Down and Salvage Sys...
IRJET- Iot Based Automatic Vehicle Accident Tracking Down and Salvage Sys...
 
Accident Detection and Ambulance Triggered Traffic Management Systems
Accident Detection and Ambulance Triggered Traffic Management SystemsAccident Detection and Ambulance Triggered Traffic Management Systems
Accident Detection and Ambulance Triggered Traffic Management Systems
 
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...
 
Rail Track Inspector
Rail Track InspectorRail Track Inspector
Rail Track Inspector
 
"Black Box for a Car" report
"Black Box for a Car" report"Black Box for a Car" report
"Black Box for a Car" report
 
Smart accident detector and intimator [autosaved]
Smart accident detector and intimator [autosaved]Smart accident detector and intimator [autosaved]
Smart accident detector and intimator [autosaved]
 
Biomedical Wearable Device For Remote Monitoring Ofphysiological Signals
Biomedical Wearable Device For Remote Monitoring Ofphysiological SignalsBiomedical Wearable Device For Remote Monitoring Ofphysiological Signals
Biomedical Wearable Device For Remote Monitoring Ofphysiological Signals
 
Heart Attack Monitoring System
Heart Attack Monitoring SystemHeart Attack Monitoring System
Heart Attack Monitoring System
 
U-healthcare monitoring and reporting using smartphone
U-healthcare monitoring and reporting using smartphoneU-healthcare monitoring and reporting using smartphone
U-healthcare monitoring and reporting using smartphone
 
EMERGENCY ALERT SYSTEM in VANET (fnl review)PPT
EMERGENCY ALERT SYSTEM in VANET (fnl review)PPTEMERGENCY ALERT SYSTEM in VANET (fnl review)PPT
EMERGENCY ALERT SYSTEM in VANET (fnl review)PPT
 
Advanced vehicle security system 2016 upload
Advanced vehicle security system 2016 uploadAdvanced vehicle security system 2016 upload
Advanced vehicle security system 2016 upload
 
ACCIDENTAL PROTECTION BY AUTOMATIC BREAKS AND RELEASE OF AIRBAG USING GPS,GSM...
ACCIDENTAL PROTECTION BY AUTOMATIC BREAKS AND RELEASE OF AIRBAG USING GPS,GSM...ACCIDENTAL PROTECTION BY AUTOMATIC BREAKS AND RELEASE OF AIRBAG USING GPS,GSM...
ACCIDENTAL PROTECTION BY AUTOMATIC BREAKS AND RELEASE OF AIRBAG USING GPS,GSM...
 

Similar to GPS Based Soldier Tracking and Health Monitoring

A simple and Cost-Effective Real-time Soldier Health and Position Tracking Sy...
A simple and Cost-Effective Real-time Soldier Health and Position Tracking Sy...A simple and Cost-Effective Real-time Soldier Health and Position Tracking Sy...
A simple and Cost-Effective Real-time Soldier Health and Position Tracking Sy...IRJET Journal
 
Smart Healthcare Monitoring and Tracking System
Smart Healthcare Monitoring and Tracking SystemSmart Healthcare Monitoring and Tracking System
Smart Healthcare Monitoring and Tracking SystemIRJET Journal
 
IRJET- Smart Soldier Jacket using Internet of Things (IoT)
IRJET- Smart Soldier Jacket using Internet of Things (IoT)IRJET- Smart Soldier Jacket using Internet of Things (IoT)
IRJET- Smart Soldier Jacket using Internet of Things (IoT)IRJET Journal
 
IRJET- Health Monitoring System Based on GSM
IRJET-  	  Health Monitoring System Based on GSMIRJET-  	  Health Monitoring System Based on GSM
IRJET- Health Monitoring System Based on GSMIRJET Journal
 
IOT BASED ICU MONITORING SYSTEM
IOT BASED ICU MONITORING SYSTEMIOT BASED ICU MONITORING SYSTEM
IOT BASED ICU MONITORING SYSTEMIRJET Journal
 
IRJET - IoT based ICU Patient Monitoring System
IRJET -  	  IoT based ICU Patient Monitoring SystemIRJET -  	  IoT based ICU Patient Monitoring System
IRJET - IoT based ICU Patient Monitoring SystemIRJET Journal
 
IRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoTIRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoTIRJET Journal
 
Dynamic Medical Machine
Dynamic Medical MachineDynamic Medical Machine
Dynamic Medical MachineIRJET Journal
 
LORA BASED SOLDIER TRACKING AND HEALTH MONITORING DEVICE
LORA BASED SOLDIER TRACKING AND HEALTH MONITORING DEVICELORA BASED SOLDIER TRACKING AND HEALTH MONITORING DEVICE
LORA BASED SOLDIER TRACKING AND HEALTH MONITORING DEVICEIRJET Journal
 
Wireless System for Monitoring Human Health using GSM
Wireless System for Monitoring Human Health using GSMWireless System for Monitoring Human Health using GSM
Wireless System for Monitoring Human Health using GSMIRJET Journal
 
SOLAR AND IOT BASED HEALTH MONITORING AND POSITION TRACKING FOR SOLDIERS
SOLAR AND IOT BASED HEALTH MONITORING AND POSITION TRACKING FOR SOLDIERSSOLAR AND IOT BASED HEALTH MONITORING AND POSITION TRACKING FOR SOLDIERS
SOLAR AND IOT BASED HEALTH MONITORING AND POSITION TRACKING FOR SOLDIERSIRJET Journal
 
PATIENT MONITORING SYSTEM USING IOT
PATIENT MONITORING SYSTEM USING IOTPATIENT MONITORING SYSTEM USING IOT
PATIENT MONITORING SYSTEM USING IOTAM Publications
 
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- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart PatientIRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart PatientIRJET Journal
 
IRJET- Soldier Security using GCRT Devices in Truculent Situation
IRJET- Soldier Security using GCRT Devices in Truculent SituationIRJET- Soldier Security using GCRT Devices in Truculent Situation
IRJET- Soldier Security using GCRT Devices in Truculent SituationIRJET Journal
 
IRJET- Heart Rate Monitoring by using Pulse Sensor
IRJET- Heart Rate Monitoring by using Pulse SensorIRJET- Heart Rate Monitoring by using Pulse Sensor
IRJET- Heart Rate Monitoring by using Pulse SensorIRJET Journal
 
IRJET- Microcontroller based Anesthesia Injector
IRJET- Microcontroller based Anesthesia InjectorIRJET- Microcontroller based Anesthesia Injector
IRJET- Microcontroller based Anesthesia InjectorIRJET Journal
 
IRJET- Heart Rate Monitoring System using Finger Tip through IOT
IRJET-  	  Heart Rate Monitoring System using Finger Tip through IOTIRJET-  	  Heart Rate Monitoring System using Finger Tip through IOT
IRJET- Heart Rate Monitoring System using Finger Tip through IOTIRJET Journal
 
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf PlatformDesign of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf PlatformIRJET Journal
 

Similar to GPS Based Soldier Tracking and Health Monitoring (20)

A simple and Cost-Effective Real-time Soldier Health and Position Tracking Sy...
A simple and Cost-Effective Real-time Soldier Health and Position Tracking Sy...A simple and Cost-Effective Real-time Soldier Health and Position Tracking Sy...
A simple and Cost-Effective Real-time Soldier Health and Position Tracking Sy...
 
Smart Healthcare Monitoring and Tracking System
Smart Healthcare Monitoring and Tracking SystemSmart Healthcare Monitoring and Tracking System
Smart Healthcare Monitoring and Tracking System
 
IRJET- Smart Soldier Jacket using Internet of Things (IoT)
IRJET- Smart Soldier Jacket using Internet of Things (IoT)IRJET- Smart Soldier Jacket using Internet of Things (IoT)
IRJET- Smart Soldier Jacket using Internet of Things (IoT)
 
IRJET- Health Monitoring System Based on GSM
IRJET-  	  Health Monitoring System Based on GSMIRJET-  	  Health Monitoring System Based on GSM
IRJET- Health Monitoring System Based on GSM
 
Iot in Healthcare
Iot in HealthcareIot in Healthcare
Iot in Healthcare
 
IOT BASED ICU MONITORING SYSTEM
IOT BASED ICU MONITORING SYSTEMIOT BASED ICU MONITORING SYSTEM
IOT BASED ICU MONITORING SYSTEM
 
IRJET - IoT based ICU Patient Monitoring System
IRJET -  	  IoT based ICU Patient Monitoring SystemIRJET -  	  IoT based ICU Patient Monitoring System
IRJET - IoT based ICU Patient Monitoring System
 
IRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoTIRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoT
 
Dynamic Medical Machine
Dynamic Medical MachineDynamic Medical Machine
Dynamic Medical Machine
 
LORA BASED SOLDIER TRACKING AND HEALTH MONITORING DEVICE
LORA BASED SOLDIER TRACKING AND HEALTH MONITORING DEVICELORA BASED SOLDIER TRACKING AND HEALTH MONITORING DEVICE
LORA BASED SOLDIER TRACKING AND HEALTH MONITORING DEVICE
 
Wireless System for Monitoring Human Health using GSM
Wireless System for Monitoring Human Health using GSMWireless System for Monitoring Human Health using GSM
Wireless System for Monitoring Human Health using GSM
 
SOLAR AND IOT BASED HEALTH MONITORING AND POSITION TRACKING FOR SOLDIERS
SOLAR AND IOT BASED HEALTH MONITORING AND POSITION TRACKING FOR SOLDIERSSOLAR AND IOT BASED HEALTH MONITORING AND POSITION TRACKING FOR SOLDIERS
SOLAR AND IOT BASED HEALTH MONITORING AND POSITION TRACKING FOR SOLDIERS
 
PATIENT MONITORING SYSTEM USING IOT
PATIENT MONITORING SYSTEM USING IOTPATIENT MONITORING SYSTEM USING IOT
PATIENT MONITORING SYSTEM USING IOT
 
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- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart PatientIRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart Patient
 
IRJET- Soldier Security using GCRT Devices in Truculent Situation
IRJET- Soldier Security using GCRT Devices in Truculent SituationIRJET- Soldier Security using GCRT Devices in Truculent Situation
IRJET- Soldier Security using GCRT Devices in Truculent Situation
 
IRJET- Heart Rate Monitoring by using Pulse Sensor
IRJET- Heart Rate Monitoring by using Pulse SensorIRJET- Heart Rate Monitoring by using Pulse Sensor
IRJET- Heart Rate Monitoring by using Pulse Sensor
 
IRJET- Microcontroller based Anesthesia Injector
IRJET- Microcontroller based Anesthesia InjectorIRJET- Microcontroller based Anesthesia Injector
IRJET- Microcontroller based Anesthesia Injector
 
IRJET- Heart Rate Monitoring System using Finger Tip through IOT
IRJET-  	  Heart Rate Monitoring System using Finger Tip through IOTIRJET-  	  Heart Rate Monitoring System using Finger Tip through IOT
IRJET- Heart Rate Monitoring System using Finger Tip through IOT
 
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf PlatformDesign of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
 

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

MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
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
 
(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
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
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
 
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
 
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
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
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
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
(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
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 

Recently uploaded (20)

MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
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
 
(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...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
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
 
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...
 
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
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
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...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
(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...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 

GPS Based Soldier Tracking and Health Monitoring

  • 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 1658 GPS Based Soldier Tracking and Health Monitoring Mr.Patil Akshay1, Mr. Shelake Balaji2, Mr. Pinjari Raju3, Ms.Mirajkar P.P.4 1Student, Department of Electronics and Telecommunication, Annasaheb Dange College of Engineering and Technology, Ashta, Maharashtra, India 2Student, Department of Electronics and Telecommunication, Annasaheb Dange College of Engineering and Technology, Ashta, Maharashtra, India 3Student, Department of Electronics and Telecommunication, Annasaheb Dange College of Engineering and Technology, Ashta, Maharashtra, India 4Assistant Professor, Department of Electronics and Telecommunication, Annasaheb Dange College of Engineering and Technology, Ashta, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Army is one of the most important aspects of any country. It is our duty to equip soldier with better advanced technology . This paper helps to track the soldier at any given moment using GPS. In this paper, soldier’s health parameters such as heart rate and body temperature are continuously measured and transmitted wirelessly to the control room using GSM. In case of death of the soldier, the processor detects the change in pulse rate and location of the dead soldier; tracked by the GPS module is then communicated to the military base station by the use of GSM. This information can be used to devise war strategies as to how many more soldiers (and where) should be deployed to replace the martyrs. It helps to minimize the time, search and rescue operation efforts of army control unit. This systemenablestoarmybasestation to track the location and monitor health of soldiers using GPS module and wireless body area sensor networks , such as temperature sensor, heart beat sensor, etc. Key Words: GSM, GPS, arduino Uno, tracking. 1.INTRODUCTION Now-a-days Defense Services are rapidly growing towards new innovationwithadvanceimplementation. Soldier’s health is more important becausetheyarethe defenders who protect our country. In today’s world enemy warfare is a important factor in the nation’s security. The national securitymainlydependsonarmy (ground), navy (sea), force (air). The important and vital role is played by the army soldiers. There are many concerns regarding the safety of these soldiers. As soon as any soldier enters the enemy lines it is very vital for the army base station to know the location as well as the health status of all its soldiers.Inourproject we have come up with an idea of tracking the soldieras well as to give the health status of the soldier during the war, which enables the army personnel to plan the war strategies. Also the soldier canask fordirectionsto the army base unit in case he feels that he is lost. By using the location sent by the GPS, the base station can guide the soldier to safe area. The system is composed of two parts, which are portable remote soldier unit and the monitoring centre.Theportableremotesoldier unit consists of Advanced RISC Machines (ARM) with the embedded operating system, GPS and a GSM, temperature sensor and heart beat sensor. To design a Soldier tracking system using GSM and GPS to provide wireless system for monitoring the parameters of soldier are as – Body temperature&Bloodpressure.To find the health status of soldier biomedical sensors are
  • 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 1659 used, a body temp sensor to measure body temperature as well as pulse rate sensor to measure the blood pressure. These parameters are then signal conditioned and will be stored in the memory. One of the fundamental challenges in military operations lays in that the Soldier not able to communicate with control room administrator. In addition, each organization needs to enforce certain administrative and operational work when they interact over the network owned and operated by other organizations. Thus, without careful planning and coordination, one troop cannot communicate with the troops or leverage the communication infrastructure operated by the country troops in the same region. 2. PROBLEM SUMMARY One of the fundamental challenges in military operations lays in that the Soldier not able to communicate with control room administrator. In addition, each organization needs to enforce certain administrative and operational work when they interact over the network owned and operated by other organizations.Thus, withoutcareful planningand coordination, one group cannot communicate with the other groups. Current problem faced by the military are as follows: 1. Soldier wants to know about location. He can't do that. 2. They will not get help during panic situation. 3. Soldiers are not track able. 3. SYSTEM OVERVIEW Fig1. Soldier unit Fig.1 shows the block diagram of soldier unit which includes following blocks. A. Heart beat sensor  The Heart Beat sensor used for study the heart’s function  This sensor monitors the flow of blood throughthe finger  As the heart forces blood through the blood vessels in the finger, the amount of blood in the finger changes with time  The sensor shines a light lobe through the finger and measures the light transmitted to the LDR  The signal obtained from the LDR is amplified by the amplifier and will be filtered B. Temperature sensor  The Temperature can be detected with the help of a temperature sensor LM35.  The LM series are precision integrated circuit temperature sensors, whose output voltage is linearly proportional to the Celsius.
  • 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 1660 C. GSM Module  The GSM Module is used to provide the information of the soldier like the heartbeat rate and the body temperature to a remote location  It is similar to a mobile which requires a SIM card for its operation but the advantage of GSM module over mobile is that it has an serial connectivity that can be directly connected to theMicrocontrollerfor sending the AT(Attention) commands for sending SMS D. GPS module  The location of the soldier can be tracked with the help of a GPS Module  The GPS module receives the signals from the satellite and calculates the Latitude and Longitude of the location of soldier and sends it to the controller. E. Arduino Architecture An Arduino is actually a microcontroller based kit. Arduino processor basically uses the Harvard architecture where the program code and program data have separate memory. It consists of two memories- Program memoryand the data memory. The code is stored in the flash program memory, whereas the data is stored in thedata memory.The Atmega328 has 32 KB of flash memory for storing code (of which 0.5 KB is used for the boot loader), 2 KB of SRAM and 1 KB of EEPROM and operates with a clock speed of 16MHz. Fig2.Control Room’s Unit 4. SOFTWARE IMPLEMENTATION The most important advantage with Arduino is the programs can be directly loaded to the device without requiring any hardware programmer to burn the program. This is done because of the presence of the 0.5KB of Boot loader which allows the program to be burned into the circuit. All we have to do is to download the Arduino software and writing the code. The Arduino tool window consists of the toolbar with the buttons like verify, upload, new, open, save, serial monitor. It also consists of a text editor to write the code, a message area which displays the feedback like showing the errors, the text console which displays the output and a series of menus like the File, Edit, Tools, and menu. 4.1 Steps to program an Arduino Programs written in Arduino are known as sketches. A basic sketch consists of 3 parts  Declaration of Variables  Initialization: It is written in the setup () function.  Control code: It is written in the loop () function. The sketch is saved with .ino extension. Any operations like verifying, opening a sketch, saving a sketch can be done using the buttons on the toolbar or using the tool menu. The sketch should be stored in the sketchbook directory. Chose the proper board from the tools menu and the serial port numbers. Click on the upload button or chose upload from the tools menu. Thus the code is uploaded by the boot loader onto the microcontroller.
  • 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 1661 5. CONCLUSIONS We conclude that,This system helps to monitor health parameters of soldier using heart beat sensor to measure heart beats and temperature sensor to measure body temperature of soldier. This system helps the soldier to get help from army base station in panic situation. also this system provides the location information and health parameters of soldier to the army control room.Thus, this system provides security and safety to our soldiers. REFERENCES [1] Hock Beng Lim-“A Soldier Health Monitoring System for Military Applications”-2010 International Conference on Body Sensor Networks (BSN).Page no(s) 246-249. [2] Shruti Nikam, Supriya Patil, Prajkta Powar and V.S.Bendre-“ Gps-based soldier tracking and health indicationsystem”-International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering.Vol. 2, Issue 3,March 2013. Pageno(s)1082- 1088. [3]Mr. Rajdeep Limbu, Prof. V. V. Kale,“GPSBasedSoldier Tracking and Health Monitoring System”, International Journal for Technological Research in Engineering, ISSN: 2347-4718, Volume 1, Issue 12, August 2014, pp: (1485- 1488). [4]Rubina.A.Shaikh, “Real Time Health Monitoring System of Remote Patient Using Arm7”, International Journal of Instrumentation, Control and Automation, ISSN: 2231-1890, Volume 1, Issue 3-4, April 2012, pp: (102-105). [5] Ms. P. P. Mirajkar, Prof. S.D. Ruikar, “WAVELET BASED IMAGE FUSION TECHNIQUES”ispublishedinCIIT International Journal ofDigital ImageProcessing,Volume 4, No. 15, September 2012 [6] Ekta Madhyan, Mahesh Kadam,“AUniqueHealthCare Monitoring System Using Sensors and ZigBee Technology”, International Journal of AdvancedResearch in Computer Science and Software Engineering, ISSN: 2277-128X, Volume 4, Issue 6, June 2014, pp: (501-509). [7] Ms. P. P. Mirajkar, Ms. Kavathekar Jyoti, Ms. Madhuri Kamble, “AUTOMATIC POWER FACTOR RELAY USING PIC CONTROLLER” is published in IJARECE, ISSN 2278- 909X, Volume 5, Issue 4, pp. 808-811 , April -2016 BIOGRAPHIES 1. Mr. Patil Akshay L. is Studying B.E in Electronic and TelecommunicationDepartmentof Annasaheb Dange College of Engineering and Technology, Ashta, Maharashtra, India. 2.Mr. Shelke Balaji D.: is Studying B.E in Electronic and TelecommunicationDepartmentof Annasaheb Dange College of Engineering and Technology ,Ashta, Maharashtra, India. 3.Mr.Pinjari Raju K.: is Studying B.E in Electronic and TelecommunicationDepartmentof Annasaheb Dange College of Engineering and Technology , Ashta, Maharashtra, India. 2. 4. Ms.Mirajkar P.P. is working as Assistant Professor, in Electronic and Telecommunication Department of Annasaheb Dange College of Engineering and Technology, Ashta, Maharashtra, India. Her qualification is M.E.(VLSI & Embedded System)