Fall Detection System For Elderly Person Using Embedded System
Fall Detection System For Elderly Person Using Embedded System
Fall Detection System For Elderly Person Using Embedded System
-2016
Abstract— In this paper proposed fall detection system is designed for elderly person monitoring that is based on various
sensors and operating through indoor and outdoor tracking using embedded system. With thresholds, accidental falls can be
detected in the tracking healthcare section positions. The readings from pulse rate sensor, temperature sensor and
accelerometer sensor is compared by ARM9.If any of the sensor reading cross the set value then fall is detected. Now a days
there are many technical solutions to care of the elderly person are implemented. The proposed system is ready to be
implemented on an elderly person.
Index Terms— Accelerometer, Pulse rate sensor, GPS, GSM, ARM9(LPC2929), RFID reader.
93
International Journal of Advances in Science Engineering and Technology, ISSN: 2321-9009, Vol-4, Iss-3, Spl. Issue-2 Sep.-2016
C. Vision Based Methods the base station which is used for the tracking of the
Vision based methods denoted to the posture and person.
shape change.
Rougier et al.[11] analyzed deformation human
shape during a video sequence which is used to the
person’s silhouette.
94
International Journal of Advances in Science Engineering and Technology, ISSN: 2321-9009, Vol-4, Iss-3, Spl. Issue-2 Sep.-2016
range of 3.0 V to 3.6 V.But ARM9 has dual power display the co-ordinates on LCD. We are sending
supply, CPU operating voltage: 1.8 V ± 5 % and I/O these co-ordinates to the concerned person and also
operating voltage: 2.7 V to 3.6 V. on server using GSM which displays the position on
google map.
C. Temperature Sensor
Using targeted circuit, skin temperature measurement IV. PROPOSED ENHANCED FALL DETECTION
is done. The temperature sensor gives an analog ALGORITHM
output and by using the ADC converter which is
inbuilt in ARM9 micro-controller the analog voltage The proposed enhanced fall detection algorithm is
is converted into digital voltage [14]. This sensor based on placing an accelerometer sensor on the
allows it to measure the external temperature of the user’s body. The person detection falls the X, Y and
skin, positioned in such a way that it is in contact Z direction of acceleration readings. The micro-
with the person’s skin. Hence, from the skin controller compares the readings and when these
temperature, the body temperature is measured. There readings cross threshold, then the fall is detected in
can be different method to estimate the exact body X, Y and Z direction [7].
temperature from skin temperature [15],but usually The tracking section determine the exact position of
the body temperature is 5.1 C which is higher than user indoor scenario by using an RFID reader and
skin temperature. RFID tags. Using RFID reader in a micro-controller
to detect the RFID tags and position on base station
D. Pulse Rate Sensor display.
A custom pulse rate sensor was designed to read the The outdoor tracking is done by using GPS receiver
patient’s pulse rate. The designed sensor is very small which reads the latitude and longitude co-ordinates to
and its cost is less. From the pulse rate of the person, micro-controller in every seconds and micro-
we can also measure the persons heart rate whose controller will read and display the co- ordinates on
technique is based on near infrared spectroscopy [10]. the LCD. Using GSM modem sending these co-
The pulse rate sensor is low cost method of ordinates to base station. The algorithms following
measuring the pulse rate. steps and the proposed method [3] for fall detection is
based on monitoring the magnitudes of three axial X,
E. Accelerometers Y and Z components of the accelaertion, magnitudes
To successfully detect different falls, we use 3-axial in the three planes, and the total magnitude. The fall
accelerometer[16].The accelerometer sensor find the detection is based on the observation that a fall is
movement of the person in X,Y, and Z direction. Two associated
methods of accelerometers are threshold and
orientation, both method gives accurate movement of Start
the person during fall. Init LCD,ADC AND Timer to 10 msec
Dispay project name on LCD
F. Health Monitoring “A”
Health monitoring can also be done for elderly person Read pulse rate
using different sensors. The readings from pulse rate “C”
and temperature sensor will continuously displayed Is time 10 sec→Y→”E”→Pulse rate*6→Store and
on LCD and as soon as any parameter crosses set Display Pulse rate on LCD→”B”
point the arm9 micro-controller will send an sms to N→Is pulse pin = high→Y→”C”
base station using GSM Modem [12]. “D”
Is time 10 sec →Y→”E”
G. Tracking Section N→Is pulse pin = Low→Y→”D”
In tracking section, we are doing indoor and outdoor N→Pulse rate +1→”C”
tracking. Read ADC0 channel 1
For indoor tracking we are using RFID reader and Store and display temperature on LCD
RFID tags. By using the RFID reader we can find the Delay ADC0 channel 1
exact position of the elderly person inside the home. Store and display temperature on LCD
Here the micro-controller detect the RFID tags using Delay 1 sec
the RFID reader and display the position to base Read the accelerometer reading
station using GSM modem. Is serial interrupt detected?(GPS) N”B”
Y Read the GPS coordinates and display on LCD
Here we are using GPS receiver for tracking the “B”
elderly person in outdoor scenario. The GPS can find Is fall detected? N “C”
the exact movement of the person by sending the co- Y Display fall detected Send SMS to base
ordinates in the form of latitude and longitude for station”A”
every 2 seconds. The micro controller contineously “C”
read these latitude and longitude co-ordinates and Is RFID detected? N”D”
95
International Journal of Advances in Science Engineering and Technology, ISSN: 2321-9009, Vol-4, Iss-3, Spl. Issue-2 Sep.-2016
Y Compare the RFID number and display the Above figure 2 shows the hardware module used in
indoor position on Visual basic (PC server) this project with all the components connected. As
“D” shown in the above figure the ARM9(LPC2929) is
Is time= 120 Sec N”A” entrench with temperature, pulse rate and
Y send SMS to Mobile No 1 (Temperature and accelerometer sensor, the readings are continuously
pulse rate and GPS coordinates) displayed on LCD. If any of the parameter exceeds
send SMS to Mobile No 2 (Temperature and pulse the set point then an sms is sent to the concern
rate and GPS coordinates) authorities.
“A” Figure3 shows the google map of GPS co-ordinates in
terms of latitude and longitude. When the fall is
The algorithm start then initial LCD, ADC and timer detected the GPS co-ordinates sends to the base
to 10 msec. Display the project name on LCD. station and shows the google map on the pc server.
Display the pulse rate on LCD. Read ADC0 channel1
then store and display temperature on LCD then delay Table1 shows the readings for indoor tracking and
1sec after read accelerometer reading. Then display table2 shows the readings for outdoor tracking as per
fall detect on LCD and send sms to base station and the monitoring system for elderly person using pulse
after 120sec send sms to mobile no.1 and mobile no.2 rate and temperature and accelerometer sensor. The
with temperature, pulse rate and fall detection table shows readings of 10 different elderly persons.
message.
Table 1: Readings for indoor tracking.
V. EXPERIMENTAL RESULTS
96
International Journal of Advances in Science Engineering and Technology, ISSN: 2321-9009, Vol-4, Iss-3, Spl. Issue-2 Sep.-2016
97