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: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7618
Smart Military Health and Tracking System
Akhilesh Paradhi1, Mandar Nadkarni2, Mayur Patil3, Rajeev Puthran4 ,J.R.Mahajan5
1, 2, 3,4
Student, Dept. of EXTC Engineering, Rajiv Gandhi Inst. of Technology, Mumbai, Maharashtra
5
Assistant Professor, Dept. of EXTC Engineering, Rajiv Gandhi Inst. of Technology, Mumbai, Maharashtra
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Although technology advances cannot help in
preventive the dreadfulness of warfare, they can at least be
deployed to reduce war effects and casualties. One waytohelp
in this aim could be by tracking and monitoring the location
and health situation of troops in the battle. Themainobjective
of the work presented in this paper is to design and implement
a whole tracking system that is composed of a miniature
transportable server as a central unit hosted on a NODE MCU
to read soldier’s location, body temperature, and health
information through wireless communication from a small
monitoring unit that is attached to the soldier's arm. A set of
test cases has been applied and the results achieved by our
prototype have presented a likely exactness and efficiency
when applying such a system.
Key Words: NODE MCU, Wi-Fi, Heart rate, GPS,
Temperature, Client, Server.
1. INTRODUCTION
The nation’s safety is monitored and kept by army, navy and
air-force. The dominant and vital role is of militaries who
sacrifice their life for their nation. There are many worries
regarding the safety of the soldier. Militaries entering the
enemy lines often lose their lives due to lack of connectivity,
it is very vital for the army base station to known the
position as well as health status of all soldiers. India has
already lost so many soldiers in war fields as there was no
appropriate health backup and connectivity between the
soldiers on the war-fields andtheadministratorsatthearmy
base stations. Soldiers aremainlyknownfortheircourage,in
spite of rare ammunitions and safety measures, they have
many triumphs to their credits. All must be really worried
about the safety of the soldiers, so we havedecidedtobuilda
project which will efficiently keep a check on the health
status of the soldier, and his precise location to equip him
with necessary medical treatments as soon as possible.
Soldier’s tracking is done using GPS and Wi-Fi is used to
deliver wireless communication system. For monitoring the
health parameters of soldier we are using bio medical
sensors such as temperature sensor and heart beat sensor.
2. LITERATURE SURVEY
[1]Krutika Patil, etl. Have explained that their system “IOT
Based Soldier Navigation and Health Monitoring System”
uses GPS module and wireless body area sensor network to
record all parameters in real time and send it to the base
station. The different types of sensorsusedinthissystemare
the humidity sensor, temperature sensor and pulse sensor
which help in deciding the health status of that particular
army official in the paper presented in IRD INDIA ISSN
(Online): 2347-2820, Volume -5, Issue-1, 2017
[2]Niket Patil and Brijesh Iyer explains that the paper
reports an Internet of Thing (IoT) based health monitoring
and tracking system for soldiers. The proposed system can
be mounted on the soldier’s body to track their health status
and current location using GPS in “Health Monitoring and
Tracking System for Soldiers Using Internet of Things (IoT)”
presented in ICCCA2017 ISBN: 978-1-5090-6471-7/17
[3]Ali Bazzi etl. explains that the main objective of the work
presented in this paper is to design and implement a
complete tracking system that is composed of a mini
portable server as a central unit hosted on a Raspberry Pi to
read soldier’s location, state, andhealthinformationthrough
wireless communication from a small monitoringunitthatis
attached to the soldier's arm in “Smart Military Healthcare
Monitoring and Tracking System on Raspberry Pi and
Arduino” presented in GLOBAL HEALTH 2017 : The Sixth
International Conference on Global Health Challenges ISBN:
978-1-61208-604-0
[4]Monika V. Bhivarkar explains the exact location and
health status parameter of soldier can be sent to be base
station in real time so that the appropriate action can be
taken in case of crisis. GPS is used to log the longitude and
latitude so that direction can be known easily in “IOT and
GPS Based Soldier Position Tracking and Health Monitoring
System” presented in (IJETER) Volume 6, Issue 1, January
(2018) ISSN: 2454-6410
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7619
3. PROPOSED METHODOLOGY
3.1 Monitoring unit implementation
In our system, the monitoring unit is composed of a
microcontroller i.e. Node MCU connected to a heart pulse
sensor, and body temperature sensor, serial GPS. The Node
MCU is a small, complete,andbreadboardfriendly board. We
connected the heart pulse sensor to an analog pin of the
microcontroller. The pulse sensor reads a waveform and
calculates the BPM (Beats per Minute), as well as the IBI
(Inter Beat Interval), which is the time between beats. In
addition, we used NEO-6MGPSModuletomeasurethespeed
of each soldier beside his location as latitude and longitude
values. The serial GPS communicates serially with the
microcontroller. This GPS Module uses the latest technology
to give the best possible position information. Also, it comes
with ceramic antenna. Finally, the microcontroller sends all
measured values using serial communication to the Wi-Fi
module which on chip in the Node MCU. The Wi-Fi Module
(ESP8266) is programmed to get values from the
microcontroller following a specific algorithm;then,itsends
these values through WI-FI to the central unit where the
leader monitors. The ESP8266-12 is a self-containedsystem
on chip with integrated TCP/IP protocol stack that can give
any microcontroller access to any WI-FI network. The
ESP8266-12 is capable of either hosting an application or
offloading all Wi-Fi networking functions from another
application processor.
3.2 Central unit implementation
Node MCU is used as the central unit. The leader track and
monitor his soldiers. In addition, we added an i2c 16x2 LCD
screen .The LCD will display the parameters received by the
transmitter i.e. Temperature, heart pulse rate and location.
There will be buzzer and an LED which will beep and glow
w.r.t the heart pulses. The ESP8266 Wi-Fi module is used to
receive all the data from the client (transmitter).
4. BLOCK DIAGRAM
Fig -1: Block Diagram
The Block Diagram consists of 2 sectionsviz.transmitterand
receiver. The transmitter section consists of a NODE MCU
ESP8266 Wi-Fi chip, Heart Rate Sensor, LM35-Tempreature
sensor, GPS Module and Power Supply. The receiver section
consists of an LCD, LED, Buzzer, Power Supply and another
NODE MCU ESP8266 Wi-Fi chip.
NODE MCU kit/board consists of ESP8266 Wi-Fi enabled
chip. It is a low-cost Wi-Fi chip developed with a TCP/IP
protocol. It has ARDUINO like Analog (i.e A0) and Digital
(D0-D8) pins on its board. It supports serial communication
protocols i.e. UART, SPI, I2C etc.
Using such serial protocols we can connect it with
Serial devices like I2C enabled LCD display, Magnetometer
HMC5883, MPU-6050 Gyro meter + Accelerometer, RTC
chips, GPS modules, touch screen displays, SD cards etc.
Another component is the LM35 temperature sensor. The
LM35 series are precision integrated-circuit temperature
devices with an output voltage linearly-proportional to the
centigrade temperature. The LM35 device has an advantage
over linear temperature sensor calibrated in Kelvin, as the
user is not required to subtract a large constantvoltagefrom
the output to obtain convenient centigrade scaling. To find
the health status of soldier base station should know the
body temperature and pulse rate of the soldier. So we are
using LM35 body biosensor as it is a low cost temperature
sensor and it does not require signal conditioning.TheLM35
generates a higher output voltage than thermocouples and
may not require that the output voltage be amplified. As the
temperature increase above the specified value the GSM
module will immediately alert the base station and thus will
not wait for heart beats to go out of the normal range.
The heart rate sensor is completely different from the
temperature sensor. The heartbeat sensor is based on the
principle of photo plethysmography. It measuresthechange
in volume of blood through any organ of the body which
causes a change in the light intensity through that organ (a
vascular region). In case of applications where heart pulse
rate is to be monitored, the timing of the pulses is more
important. The flow of blood volume isdecided bytherateof
heart pulses and since light is absorbed by blood, the signal
pulses are equivalent to the heart beat pulses. The basic
heartbeat sensor consists of a light emitting diode and a
detector like a light detecting resistor or a photodiode. The
heart beat pulses causes a variation in the flow of blood to
different regions of the body. When a tissue is illuminated
with the light source, i.e. light emitted by the led, it either
reflects (a finger tissue) or transmits the light (earlobe).
Some of the light is absorbed by the blood and the
transmitted or the reflected light is received by the light
detector. The amount of light absorbeddependsonthe blood
volume in that tissue. The detector output is in form of
electrical signal and is proportional to the heart beat rate.
GPS uses a lot of complex technology, but the concept is
simple. The GPS receiver gets a signal from each GPS
satellite. The satellites transmitthe exacttimethesignalsare
sent. By subtracting thetimethesignal wastransmittedfrom
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7620
the time it was received, the GPS can tell how far it is from
each satellite. The GPS receiveralsoknowsthe exactposition
in the sky of the satellites, at the moment they sent their
signals. So given the travel time of the GPS signalsfromthree
satellites and their exact position in the sky,theGPS receiver
can determine your position in three dimensions - east,
north and altitude.
The LCD 16 X 2 displays will tell us about the location and
temperature of the soldier obtained through the sensor and
GPS module. The buzzer and LED are for providing an
indication that the soldier’s heart beat is not normal.
5. WORKING
The circuit diagram consists of the client and server side
which represents the soldier and the station monitoring the
soldier’s health respectively. The client side will consist of a
wearable glove which will consist of the sensors to monitor
the soldier’s health as well as the NODE MCU and the power
supply connected to it. The server side will consist of those
components which will be used to know the condition of the
soldier’s temperature, heart rate and location of the solider
on the buzzer, LED and LCD display along with another
NODE MCU which will be used to receive the data from the
client side.
The NODE MCU ESP8266 chip on the client side will collect
data from the GPS module and the two sensors and then
transmit it to the NODE MCU ESP8266 chip on the server
side. The transmission and reception will takeplacethrough
Wi-Fi.
5.1 CLIENT SIDE
Fig -2: Client Side
5.2 SERVER SIDE
Fig – 3: Server Side
6. EXPERIMENTAL RESULTS
From the experimental results it can be observed that the
data was transmitted from the soldier’s side (client) after
intervals of time which are 500ms in this case. This will be
detected by the base station of the military camp (server)
enabled by the Wi-Fi Technology. In this way the base
station will always be aware of the condition their soldier in
the battle is in. The sensors to monitor health and location
will be completely integrated with the soldier with the help
of a wearable glove so that it is possible to keepa closecheck
on the soldier’s health and position anytime and anywhere.
It has real time capability.
Given below is the client side indicating that a connection
has been established and the data can now be transmitted
which is the objective of this project.
Fig -4: Connection established between client and server
The image below depicts the data being transmitted.
Fig – 5: Data transmitted from Client to Server
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7621
The temperature, heart rate and location of the soldier will
be seen on the server side in this manner and the condition
of the client can be monitored. The temperature and heart
rate of a 22 year old human on an averagerangesfrom25-32
degree Celsius and 62-90 BPM. The co-ordinates below are
those of Rajiv Gandhi Institute of Technology, Mumbai.
Fig – 6: Possible parameters of the client
7. CONCLUSIONS
The main objective of this paper was to design and
implement a complete system for monitoring and tracking
soldier’s health information and location.
In a warzone. Our system provides a wearable device for
each soldier and a portable devicefortheleader.Thissystem
has a humanitarian aim since it can decrease the effects of
many issues in war including soldiers unaccounted for and
the difficulty of health status monitoring. This system could
be tested on real soldiers to prove its applicability. This
system has many advantages such as large capability,multi-
client and server handling capability , wide area range , low
operation cost , effective , strong expandability and easy to
use. Moreover the Wi-Fi signal range is limited to 100m, and
is more efficient than GSM, ZigBee, raspberry pi technology
as the range and signal availability is more. However, this
system can be further tweaked to improve its performance.
It can be improved by introducing a new communication
system using microwavesignalswithfrequencieslowerthan
Wi-Fi band (around 2.4 GHz) which will be only availablefor
military applications.
REFERENCES
[1]. Shruti nikam, Supriya patil ‘GPS based solider tracking
and health monitoring system’ -ISSN (Online): 2347-2820,
Volume -5, Issue-1, 2017
[2]. Ali bazzi , Majd ghareeb etl. ‘Smart Military Healthcare
Monitoring and Tracking System on Raspberry Pi and
Arduino’ -GLOBAL HEALTH 2017: The Sixth International
Conference on Global Health Challenges ISBN:978-1-61208-
604-0
[3]. Jasvinder Singh Chhabra etl. ‘GPS and IoT Based Soldier
Tracking & Health Indication System’ - (IRJET) e-ISSN: 2395
-0056 Volume: 04 Issue: 06 | June-2017
[4]. Akshita V. Armakar etl. ‘Health Monitoring and Tracking
System’ For Soldiers Using Internet of Things (IoT)
International Conferenceon Computing,Communication and
Automation (ICCCA2017)
[5]. Shruti Nikam, Supriya Patil, Prajakta Powar,V.S.Bendre.”
GPS Based Soldier Tracking and Health Indication System”.
International Journal of Advanched Research in Electrical,
Electronics and Instrumentation Engineering,
Pune,Maharashtra, India. Vol 2, Issue 3.
[6]. J.Murphy,Y.Gitman. Pulse Sensor Advanced”
https://pulsesensor.com/pages/code-and-guide/ [retrived
June 2017]
BIOGRAPHIES
AKHILESH PARADHI
Pursuing DegreeinElectronicsand
TelecommunicationEngineeringin
Rajiv Gandhi Institute of
Technology Engineering, Mumbai
MANDAR NADKARNI
Pursuing DegreeinElectronicsand
TelecommunicationEngineeringin
Rajiv Gandhi Institute of
Technology Engineering, Mumbai
MAYUR PATIL
Pursuing DegreeinElectronicsand
TelecommunicationEngineeringin
Rajiv Gandhi Institute of
Technology Engineering, Mumbai
RAJEEV PUTHRAN
Pursuing DegreeinElectronicsand
TelecommunicationEngineeringin
Rajiv Gandhi Institute of
Technology Engineering, Mumbai

More Related Content

What's hot

Sms based patient monitering
Sms based patient moniteringSms based patient monitering
Sms based patient moniteringPadmaja Dash
 
Navigation system for blind using GPS & GSM
Navigation system for blind using GPS & GSMNavigation system for blind using GPS & GSM
Navigation system for blind using GPS & GSMPrateek Anand
 
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
 
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
 
A real time autonomous soldier health monitoring and
A real time autonomous soldier health monitoring andA real time autonomous soldier health monitoring and
A real time autonomous soldier health monitoring andSudhakar Kumar
 
"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
 
Final nc paper
Final nc  paperFinal nc  paper
Final nc paperchaithrdg
 
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
 
ECG monitoring on android smartphone
ECG monitoring on android smartphone ECG monitoring on android smartphone
ECG monitoring on android smartphone Rushikesh Yeldari
 
Gesture Control Robot
Gesture Control RobotGesture Control Robot
Gesture Control Robotnikhilsaini25
 
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
 
IRJET- Design and Implementation of Low Cost Ecg Monitoring System using Smar...
IRJET- Design and Implementation of Low Cost Ecg Monitoring System using Smar...IRJET- Design and Implementation of Low Cost Ecg Monitoring System using Smar...
IRJET- Design and Implementation of Low Cost Ecg Monitoring System using Smar...IRJET Journal
 
Hand gesture controlled robot with arduino
Hand gesture controlled robot with arduinoHand gesture controlled robot with arduino
Hand gesture controlled robot with arduinoAnindyaAdhikary3
 
Gesture control robot using accelerometer documentation
Gesture control robot using accelerometer documentationGesture control robot using accelerometer documentation
Gesture control robot using accelerometer documentationRajendra Prasad
 

What's hot (20)

Smart watch
Smart watchSmart watch
Smart watch
 
Sms based patient monitering
Sms based patient moniteringSms based patient monitering
Sms based patient monitering
 
Navigation system for blind using GPS & GSM
Navigation system for blind using GPS & GSMNavigation system for blind using GPS & GSM
Navigation system for blind using GPS & GSM
 
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
 
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
 
A real time autonomous soldier health monitoring and
A real time autonomous soldier health monitoring andA real time autonomous soldier health monitoring and
A real time autonomous soldier health monitoring and
 
"Black Box for a Car" report
"Black Box for a Car" report"Black Box for a Car" report
"Black Box for a Car" report
 
presentation
presentationpresentation
presentation
 
Final nc paper
Final nc  paperFinal nc  paper
Final nc paper
 
Ppt
PptPpt
Ppt
 
Smart accident detector and intimator [autosaved]
Smart accident detector and intimator [autosaved]Smart accident detector and intimator [autosaved]
Smart accident detector and intimator [autosaved]
 
ECG monitoring on android smartphone
ECG monitoring on android smartphone ECG monitoring on android smartphone
ECG monitoring on android smartphone
 
Gesture Control Robot
Gesture Control RobotGesture Control Robot
Gesture Control Robot
 
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
 
IRJET- Design and Implementation of Low Cost Ecg Monitoring System using Smar...
IRJET- Design and Implementation of Low Cost Ecg Monitoring System using Smar...IRJET- Design and Implementation of Low Cost Ecg Monitoring System using Smar...
IRJET- Design and Implementation of Low Cost Ecg Monitoring System using Smar...
 
Vishal kashyap
Vishal kashyapVishal kashyap
Vishal kashyap
 
Hand gesture controlled robot with arduino
Hand gesture controlled robot with arduinoHand gesture controlled robot with arduino
Hand gesture controlled robot with arduino
 
Project
ProjectProject
Project
 
SURVEILLANCE ROBOT
SURVEILLANCE ROBOTSURVEILLANCE ROBOT
SURVEILLANCE ROBOT
 
Gesture control robot using accelerometer documentation
Gesture control robot using accelerometer documentationGesture control robot using accelerometer documentation
Gesture control robot using accelerometer documentation
 

Similar to IRJET- Smart Military Health and Tracking System

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
 
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
 
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
 
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
 
Soldier Health Severity Checking using Machine Learning And IOT
Soldier Health Severity Checking using Machine Learning And IOTSoldier Health Severity Checking using Machine Learning And IOT
Soldier Health Severity Checking using Machine Learning And IOTIRJET Journal
 
HEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOTHEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOTIRJET Journal
 
IRJET- Design and Implementation of Health Monitoring System
IRJET-  	  Design and Implementation of Health Monitoring SystemIRJET-  	  Design and Implementation of Health Monitoring System
IRJET- Design and Implementation of Health Monitoring SystemIRJET Journal
 
IOT – Based Health Monitoring System
IOT – Based Health Monitoring SystemIOT – Based Health Monitoring System
IOT – Based Health Monitoring SystemIRJET Journal
 
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...IRJET Journal
 
IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...
IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...
IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...IRJET Journal
 
IRJET - Heart Rate Monitoring & Detection System
IRJET - Heart Rate Monitoring & Detection SystemIRJET - Heart Rate Monitoring & Detection System
IRJET - Heart Rate Monitoring & Detection SystemIRJET 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- Patient’s Health Parameters Monitoring through IoT
IRJET-  	  Patient’s Health Parameters Monitoring through IoTIRJET-  	  Patient’s Health Parameters Monitoring through IoT
IRJET- Patient’s Health Parameters Monitoring through IoTIRJET 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
 
A Review of Physiological Parameters Monitoring Systems
A Review of Physiological Parameters Monitoring SystemsA Review of Physiological Parameters Monitoring Systems
A Review of Physiological Parameters Monitoring SystemsIRJET Journal
 
IRJET - Smart Health Band with Alert System
IRJET -  	  Smart Health Band with Alert SystemIRJET -  	  Smart Health Band with Alert System
IRJET - Smart Health Band with Alert SystemIRJET Journal
 
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...IRJET Journal
 
IRJET- Patient Healthcare System using IoT
IRJET- Patient Healthcare System using IoTIRJET- Patient Healthcare System using IoT
IRJET- Patient Healthcare System using IoTIRJET Journal
 
IOT BASED PORTABLE HEART RATE & SPO2 PULSE OXIMETER
IOT BASED PORTABLE HEART RATE & SPO2 PULSE OXIMETERIOT BASED PORTABLE HEART RATE & SPO2 PULSE OXIMETER
IOT BASED PORTABLE HEART RATE & SPO2 PULSE OXIMETERIRJET Journal
 

Similar to IRJET- Smart Military Health and Tracking System (20)

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
 
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...
 
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
 
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)
 
Soldier Health Severity Checking using Machine Learning And IOT
Soldier Health Severity Checking using Machine Learning And IOTSoldier Health Severity Checking using Machine Learning And IOT
Soldier Health Severity Checking using Machine Learning And IOT
 
HEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOTHEART RATE MONITORING SYSTEM USING IOT
HEART RATE MONITORING SYSTEM USING IOT
 
IRJET- Design and Implementation of Health Monitoring System
IRJET-  	  Design and Implementation of Health Monitoring SystemIRJET-  	  Design and Implementation of Health Monitoring System
IRJET- Design and Implementation of Health Monitoring System
 
IOT – Based Health Monitoring System
IOT – Based Health Monitoring SystemIOT – Based Health Monitoring System
IOT – Based Health Monitoring System
 
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...
 
IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...
IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...
IRJET- IoT based Human Body Parameters Monitoring by using Wearable Wireless ...
 
IRJET - Heart Rate Monitoring & Detection System
IRJET - Heart Rate Monitoring & Detection SystemIRJET - Heart Rate Monitoring & Detection System
IRJET - Heart Rate Monitoring & Detection System
 
Smart Healthcare Monitoring and Tracking System
Smart Healthcare Monitoring and Tracking SystemSmart Healthcare Monitoring and Tracking System
Smart Healthcare Monitoring and Tracking System
 
IoT Based Trooper Monitoring System
IoT Based Trooper Monitoring SystemIoT Based Trooper Monitoring System
IoT Based Trooper Monitoring System
 
IRJET- Patient’s Health Parameters Monitoring through IoT
IRJET-  	  Patient’s Health Parameters Monitoring through IoTIRJET-  	  Patient’s Health Parameters Monitoring through IoT
IRJET- Patient’s Health Parameters Monitoring through IoT
 
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
 
A Review of Physiological Parameters Monitoring Systems
A Review of Physiological Parameters Monitoring SystemsA Review of Physiological Parameters Monitoring Systems
A Review of Physiological Parameters Monitoring Systems
 
IRJET - Smart Health Band with Alert System
IRJET -  	  Smart Health Band with Alert SystemIRJET -  	  Smart Health Band with Alert System
IRJET - Smart Health Band with Alert System
 
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
IRJET - Design and Implementation of IoT based Smart Health Care Monitoring S...
 
IRJET- Patient Healthcare System using IoT
IRJET- Patient Healthcare System using IoTIRJET- Patient Healthcare System using IoT
IRJET- Patient Healthcare System using IoT
 
IOT BASED PORTABLE HEART RATE & SPO2 PULSE OXIMETER
IOT BASED PORTABLE HEART RATE & SPO2 PULSE OXIMETERIOT BASED PORTABLE HEART RATE & SPO2 PULSE OXIMETER
IOT BASED PORTABLE HEART RATE & SPO2 PULSE OXIMETER
 

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

What is Coordinate Measuring Machine? CMM Types, Features, Functions
What is Coordinate Measuring Machine? CMM Types, Features, FunctionsWhat is Coordinate Measuring Machine? CMM Types, Features, Functions
What is Coordinate Measuring Machine? CMM Types, Features, FunctionsVIEW
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...josephjonse
 
Raashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashidFaiyazSheikh
 
Databricks Generative AI Fundamentals .pdf
Databricks Generative AI Fundamentals  .pdfDatabricks Generative AI Fundamentals  .pdf
Databricks Generative AI Fundamentals .pdfVinayVadlagattu
 
Autodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptxAutodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptxMustafa Ahmed
 
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and ToolsMaximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Toolssoginsider
 
History of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & ModernizationHistory of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & ModernizationEmaan Sharma
 
Working Principle of Echo Sounder and Doppler Effect.pdf
Working Principle of Echo Sounder and Doppler Effect.pdfWorking Principle of Echo Sounder and Doppler Effect.pdf
Working Principle of Echo Sounder and Doppler Effect.pdfSkNahidulIslamShrabo
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxMustafa Ahmed
 
Dynamo Scripts for Task IDs and Space Naming.pptx
Dynamo Scripts for Task IDs and Space Naming.pptxDynamo Scripts for Task IDs and Space Naming.pptx
Dynamo Scripts for Task IDs and Space Naming.pptxMustafa Ahmed
 
Circuit Breakers for Engineering Students
Circuit Breakers for Engineering StudentsCircuit Breakers for Engineering Students
Circuit Breakers for Engineering Studentskannan348865
 
5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...archanaece3
 
SLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptxSLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptxCHAIRMAN M
 
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdflitvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdfAlexander Litvinenko
 
Independent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging StationIndependent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging Stationsiddharthteach18
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelDrAjayKumarYadav4
 
Artificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdfArtificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdfKira Dess
 
Geometric constructions Engineering Drawing.pdf
Geometric constructions Engineering Drawing.pdfGeometric constructions Engineering Drawing.pdf
Geometric constructions Engineering Drawing.pdfJNTUA
 
Diploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdfDiploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdfJNTUA
 
21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docxrahulmanepalli02
 

Recently uploaded (20)

What is Coordinate Measuring Machine? CMM Types, Features, Functions
What is Coordinate Measuring Machine? CMM Types, Features, FunctionsWhat is Coordinate Measuring Machine? CMM Types, Features, Functions
What is Coordinate Measuring Machine? CMM Types, Features, Functions
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
Raashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashid final report on Embedded Systems
Raashid final report on Embedded Systems
 
Databricks Generative AI Fundamentals .pdf
Databricks Generative AI Fundamentals  .pdfDatabricks Generative AI Fundamentals  .pdf
Databricks Generative AI Fundamentals .pdf
 
Autodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptxAutodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptx
 
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and ToolsMaximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
 
History of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & ModernizationHistory of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & Modernization
 
Working Principle of Echo Sounder and Doppler Effect.pdf
Working Principle of Echo Sounder and Doppler Effect.pdfWorking Principle of Echo Sounder and Doppler Effect.pdf
Working Principle of Echo Sounder and Doppler Effect.pdf
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptx
 
Dynamo Scripts for Task IDs and Space Naming.pptx
Dynamo Scripts for Task IDs and Space Naming.pptxDynamo Scripts for Task IDs and Space Naming.pptx
Dynamo Scripts for Task IDs and Space Naming.pptx
 
Circuit Breakers for Engineering Students
Circuit Breakers for Engineering StudentsCircuit Breakers for Engineering Students
Circuit Breakers for Engineering Students
 
5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...
 
SLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptxSLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptx
 
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdflitvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
 
Independent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging StationIndependent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging Station
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 
Artificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdfArtificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdf
 
Geometric constructions Engineering Drawing.pdf
Geometric constructions Engineering Drawing.pdfGeometric constructions Engineering Drawing.pdf
Geometric constructions Engineering Drawing.pdf
 
Diploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdfDiploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdf
 
21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx
 

IRJET- Smart Military Health and Tracking System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7618 Smart Military Health and Tracking System Akhilesh Paradhi1, Mandar Nadkarni2, Mayur Patil3, Rajeev Puthran4 ,J.R.Mahajan5 1, 2, 3,4 Student, Dept. of EXTC Engineering, Rajiv Gandhi Inst. of Technology, Mumbai, Maharashtra 5 Assistant Professor, Dept. of EXTC Engineering, Rajiv Gandhi Inst. of Technology, Mumbai, Maharashtra ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Although technology advances cannot help in preventive the dreadfulness of warfare, they can at least be deployed to reduce war effects and casualties. One waytohelp in this aim could be by tracking and monitoring the location and health situation of troops in the battle. Themainobjective of the work presented in this paper is to design and implement a whole tracking system that is composed of a miniature transportable server as a central unit hosted on a NODE MCU to read soldier’s location, body temperature, and health information through wireless communication from a small monitoring unit that is attached to the soldier's arm. A set of test cases has been applied and the results achieved by our prototype have presented a likely exactness and efficiency when applying such a system. Key Words: NODE MCU, Wi-Fi, Heart rate, GPS, Temperature, Client, Server. 1. INTRODUCTION The nation’s safety is monitored and kept by army, navy and air-force. The dominant and vital role is of militaries who sacrifice their life for their nation. There are many worries regarding the safety of the soldier. Militaries entering the enemy lines often lose their lives due to lack of connectivity, it is very vital for the army base station to known the position as well as health status of all soldiers. India has already lost so many soldiers in war fields as there was no appropriate health backup and connectivity between the soldiers on the war-fields andtheadministratorsatthearmy base stations. Soldiers aremainlyknownfortheircourage,in spite of rare ammunitions and safety measures, they have many triumphs to their credits. All must be really worried about the safety of the soldiers, so we havedecidedtobuilda project which will efficiently keep a check on the health status of the soldier, and his precise location to equip him with necessary medical treatments as soon as possible. Soldier’s tracking is done using GPS and Wi-Fi is used to deliver wireless communication system. For monitoring the health parameters of soldier we are using bio medical sensors such as temperature sensor and heart beat sensor. 2. LITERATURE SURVEY [1]Krutika Patil, etl. Have explained that their system “IOT Based Soldier Navigation and Health Monitoring System” uses GPS module and wireless body area sensor network to record all parameters in real time and send it to the base station. The different types of sensorsusedinthissystemare the humidity sensor, temperature sensor and pulse sensor which help in deciding the health status of that particular army official in the paper presented in IRD INDIA ISSN (Online): 2347-2820, Volume -5, Issue-1, 2017 [2]Niket Patil and Brijesh Iyer explains that the paper reports an Internet of Thing (IoT) based health monitoring and tracking system for soldiers. The proposed system can be mounted on the soldier’s body to track their health status and current location using GPS in “Health Monitoring and Tracking System for Soldiers Using Internet of Things (IoT)” presented in ICCCA2017 ISBN: 978-1-5090-6471-7/17 [3]Ali Bazzi etl. explains that the main objective of the work presented in this paper is to design and implement a complete tracking system that is composed of a mini portable server as a central unit hosted on a Raspberry Pi to read soldier’s location, state, andhealthinformationthrough wireless communication from a small monitoringunitthatis attached to the soldier's arm in “Smart Military Healthcare Monitoring and Tracking System on Raspberry Pi and Arduino” presented in GLOBAL HEALTH 2017 : The Sixth International Conference on Global Health Challenges ISBN: 978-1-61208-604-0 [4]Monika V. Bhivarkar explains the exact location and health status parameter of soldier can be sent to be base station in real time so that the appropriate action can be taken in case of crisis. GPS is used to log the longitude and latitude so that direction can be known easily in “IOT and GPS Based Soldier Position Tracking and Health Monitoring System” presented in (IJETER) Volume 6, Issue 1, January (2018) ISSN: 2454-6410
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7619 3. PROPOSED METHODOLOGY 3.1 Monitoring unit implementation In our system, the monitoring unit is composed of a microcontroller i.e. Node MCU connected to a heart pulse sensor, and body temperature sensor, serial GPS. The Node MCU is a small, complete,andbreadboardfriendly board. We connected the heart pulse sensor to an analog pin of the microcontroller. The pulse sensor reads a waveform and calculates the BPM (Beats per Minute), as well as the IBI (Inter Beat Interval), which is the time between beats. In addition, we used NEO-6MGPSModuletomeasurethespeed of each soldier beside his location as latitude and longitude values. The serial GPS communicates serially with the microcontroller. This GPS Module uses the latest technology to give the best possible position information. Also, it comes with ceramic antenna. Finally, the microcontroller sends all measured values using serial communication to the Wi-Fi module which on chip in the Node MCU. The Wi-Fi Module (ESP8266) is programmed to get values from the microcontroller following a specific algorithm;then,itsends these values through WI-FI to the central unit where the leader monitors. The ESP8266-12 is a self-containedsystem on chip with integrated TCP/IP protocol stack that can give any microcontroller access to any WI-FI network. The ESP8266-12 is capable of either hosting an application or offloading all Wi-Fi networking functions from another application processor. 3.2 Central unit implementation Node MCU is used as the central unit. The leader track and monitor his soldiers. In addition, we added an i2c 16x2 LCD screen .The LCD will display the parameters received by the transmitter i.e. Temperature, heart pulse rate and location. There will be buzzer and an LED which will beep and glow w.r.t the heart pulses. The ESP8266 Wi-Fi module is used to receive all the data from the client (transmitter). 4. BLOCK DIAGRAM Fig -1: Block Diagram The Block Diagram consists of 2 sectionsviz.transmitterand receiver. The transmitter section consists of a NODE MCU ESP8266 Wi-Fi chip, Heart Rate Sensor, LM35-Tempreature sensor, GPS Module and Power Supply. The receiver section consists of an LCD, LED, Buzzer, Power Supply and another NODE MCU ESP8266 Wi-Fi chip. NODE MCU kit/board consists of ESP8266 Wi-Fi enabled chip. It is a low-cost Wi-Fi chip developed with a TCP/IP protocol. It has ARDUINO like Analog (i.e A0) and Digital (D0-D8) pins on its board. It supports serial communication protocols i.e. UART, SPI, I2C etc. Using such serial protocols we can connect it with Serial devices like I2C enabled LCD display, Magnetometer HMC5883, MPU-6050 Gyro meter + Accelerometer, RTC chips, GPS modules, touch screen displays, SD cards etc. Another component is the LM35 temperature sensor. The LM35 series are precision integrated-circuit temperature devices with an output voltage linearly-proportional to the centigrade temperature. The LM35 device has an advantage over linear temperature sensor calibrated in Kelvin, as the user is not required to subtract a large constantvoltagefrom the output to obtain convenient centigrade scaling. To find the health status of soldier base station should know the body temperature and pulse rate of the soldier. So we are using LM35 body biosensor as it is a low cost temperature sensor and it does not require signal conditioning.TheLM35 generates a higher output voltage than thermocouples and may not require that the output voltage be amplified. As the temperature increase above the specified value the GSM module will immediately alert the base station and thus will not wait for heart beats to go out of the normal range. The heart rate sensor is completely different from the temperature sensor. The heartbeat sensor is based on the principle of photo plethysmography. It measuresthechange in volume of blood through any organ of the body which causes a change in the light intensity through that organ (a vascular region). In case of applications where heart pulse rate is to be monitored, the timing of the pulses is more important. The flow of blood volume isdecided bytherateof heart pulses and since light is absorbed by blood, the signal pulses are equivalent to the heart beat pulses. The basic heartbeat sensor consists of a light emitting diode and a detector like a light detecting resistor or a photodiode. The heart beat pulses causes a variation in the flow of blood to different regions of the body. When a tissue is illuminated with the light source, i.e. light emitted by the led, it either reflects (a finger tissue) or transmits the light (earlobe). Some of the light is absorbed by the blood and the transmitted or the reflected light is received by the light detector. The amount of light absorbeddependsonthe blood volume in that tissue. The detector output is in form of electrical signal and is proportional to the heart beat rate. GPS uses a lot of complex technology, but the concept is simple. The GPS receiver gets a signal from each GPS satellite. The satellites transmitthe exacttimethesignalsare sent. By subtracting thetimethesignal wastransmittedfrom
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7620 the time it was received, the GPS can tell how far it is from each satellite. The GPS receiveralsoknowsthe exactposition in the sky of the satellites, at the moment they sent their signals. So given the travel time of the GPS signalsfromthree satellites and their exact position in the sky,theGPS receiver can determine your position in three dimensions - east, north and altitude. The LCD 16 X 2 displays will tell us about the location and temperature of the soldier obtained through the sensor and GPS module. The buzzer and LED are for providing an indication that the soldier’s heart beat is not normal. 5. WORKING The circuit diagram consists of the client and server side which represents the soldier and the station monitoring the soldier’s health respectively. The client side will consist of a wearable glove which will consist of the sensors to monitor the soldier’s health as well as the NODE MCU and the power supply connected to it. The server side will consist of those components which will be used to know the condition of the soldier’s temperature, heart rate and location of the solider on the buzzer, LED and LCD display along with another NODE MCU which will be used to receive the data from the client side. The NODE MCU ESP8266 chip on the client side will collect data from the GPS module and the two sensors and then transmit it to the NODE MCU ESP8266 chip on the server side. The transmission and reception will takeplacethrough Wi-Fi. 5.1 CLIENT SIDE Fig -2: Client Side 5.2 SERVER SIDE Fig – 3: Server Side 6. EXPERIMENTAL RESULTS From the experimental results it can be observed that the data was transmitted from the soldier’s side (client) after intervals of time which are 500ms in this case. This will be detected by the base station of the military camp (server) enabled by the Wi-Fi Technology. In this way the base station will always be aware of the condition their soldier in the battle is in. The sensors to monitor health and location will be completely integrated with the soldier with the help of a wearable glove so that it is possible to keepa closecheck on the soldier’s health and position anytime and anywhere. It has real time capability. Given below is the client side indicating that a connection has been established and the data can now be transmitted which is the objective of this project. Fig -4: Connection established between client and server The image below depicts the data being transmitted. Fig – 5: Data transmitted from Client to Server
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7621 The temperature, heart rate and location of the soldier will be seen on the server side in this manner and the condition of the client can be monitored. The temperature and heart rate of a 22 year old human on an averagerangesfrom25-32 degree Celsius and 62-90 BPM. The co-ordinates below are those of Rajiv Gandhi Institute of Technology, Mumbai. Fig – 6: Possible parameters of the client 7. CONCLUSIONS The main objective of this paper was to design and implement a complete system for monitoring and tracking soldier’s health information and location. In a warzone. Our system provides a wearable device for each soldier and a portable devicefortheleader.Thissystem has a humanitarian aim since it can decrease the effects of many issues in war including soldiers unaccounted for and the difficulty of health status monitoring. This system could be tested on real soldiers to prove its applicability. This system has many advantages such as large capability,multi- client and server handling capability , wide area range , low operation cost , effective , strong expandability and easy to use. Moreover the Wi-Fi signal range is limited to 100m, and is more efficient than GSM, ZigBee, raspberry pi technology as the range and signal availability is more. However, this system can be further tweaked to improve its performance. It can be improved by introducing a new communication system using microwavesignalswithfrequencieslowerthan Wi-Fi band (around 2.4 GHz) which will be only availablefor military applications. REFERENCES [1]. Shruti nikam, Supriya patil ‘GPS based solider tracking and health monitoring system’ -ISSN (Online): 2347-2820, Volume -5, Issue-1, 2017 [2]. Ali bazzi , Majd ghareeb etl. ‘Smart Military Healthcare Monitoring and Tracking System on Raspberry Pi and Arduino’ -GLOBAL HEALTH 2017: The Sixth International Conference on Global Health Challenges ISBN:978-1-61208- 604-0 [3]. Jasvinder Singh Chhabra etl. ‘GPS and IoT Based Soldier Tracking & Health Indication System’ - (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June-2017 [4]. Akshita V. Armakar etl. ‘Health Monitoring and Tracking System’ For Soldiers Using Internet of Things (IoT) International Conferenceon Computing,Communication and Automation (ICCCA2017) [5]. Shruti Nikam, Supriya Patil, Prajakta Powar,V.S.Bendre.” GPS Based Soldier Tracking and Health Indication System”. International Journal of Advanched Research in Electrical, Electronics and Instrumentation Engineering, Pune,Maharashtra, India. Vol 2, Issue 3. [6]. J.Murphy,Y.Gitman. Pulse Sensor Advanced” https://pulsesensor.com/pages/code-and-guide/ [retrived June 2017] BIOGRAPHIES AKHILESH PARADHI Pursuing DegreeinElectronicsand TelecommunicationEngineeringin Rajiv Gandhi Institute of Technology Engineering, Mumbai MANDAR NADKARNI Pursuing DegreeinElectronicsand TelecommunicationEngineeringin Rajiv Gandhi Institute of Technology Engineering, Mumbai MAYUR PATIL Pursuing DegreeinElectronicsand TelecommunicationEngineeringin Rajiv Gandhi Institute of Technology Engineering, Mumbai RAJEEV PUTHRAN Pursuing DegreeinElectronicsand TelecommunicationEngineeringin Rajiv Gandhi Institute of Technology Engineering, Mumbai