Você está na página 1de 3

International Journal of Applied Engineering Research ISSN 0973-4562 Volume 11, Number 6 (2016) pp 4184-4186

Research India Publications. http://www.ripublication.com

Fall Detection of Elderly People in Bathroom: A Complement Method of


Wearable Device

Yea-Dat Chuah, Jer-Vui Lee, Dhivya Ganasan, Yong-Siong Chong,


Wai-Quin Lum, Nurulizwazi Mohd Nor and Wen-Ying Soong
Lee Kang Chian, Faculty of Engineering and Science,
Universiti Tunku Abdul Rahman, Malaysia.

Abstract
Many researchers have reported the use of wearable device in Methodology
detecting fall of elderly people. Nevertheless, these wearable System Components
devices are not applicable in the bathroom. This paper The system consists of an ultrasonic sensor and an infrared
presents a method of detecting fall of elderly people in the sensor with Arduino board. Ultrasonic sensor is a proximity
bathroom which is a complement method of wearable device. sensor that is able to measure distance of objects, within the
This method utilizes a stationary fall detection system based specified range and without any physical contact. Infrared Ray
on ultrasonic sensor and infrared sensor with Arduino board. (IR) sensor consists of an emitter and a receiver. The emitter
An algorithm for detecting fall has been designed and emits infrared ray continuously. The refracted ray will be
developed based on the positioning of both sensors. received by the receiver. The receiver acts as a transistor with
Calculation is performed on differentiation of height ranges its base current that will be determined by the intensity of
which signifies fall. The best degree for location of ultrasonic light received. Arduino is an open-source physical computing
sensor has also been considered. The system works perfectly platform based on a simple microcontroller board, and a
with sensing fall of object and alerting in two seconds by development environment for writing software for the board.
using a test model. The rescue time will be shortened for not
missing the best rescue time to minimize injuries. Data Conceptual Design
collected for prone fall areas in bathroom and height ranges A model house was constructed based on the ratio 1:11 of
which signify fall will be used to improve our smart home actual object as shown in Figure 1. All the calculations were
system in the future. based on the model house. The shower area was 11.5cm, toilet
area was 11 cm and basin is 9 cm. The idea was to design a
Keywords: Fall detection system, ultrasonic sensor, infrared circuit that not only can detect fall but also to distinguish
sensor, Arduino. behavior without giving false alarm. By using toys of ideal
height, efficiency of ultrasonic sensor in detecting fall along
with the best angle has been carried out. Both of the sensors
Introduction were put perpendicular to each other to increase its efficiency
A matter of fact, majority of the falls of elderly is in the as shown in Figure 2.
bathroom [1]. This is due to the wet floor that causes slip and
fall. The faller may suffer injury or even in a coma. Noisy
water sound makes the situation worse which nobody is being
noticed. So the best rescue time will be missed. In addition,
the risk of falls is very high among stroke patients. In details,
most of the injuries are not due to fall but due to fallers unable
to get up without assistance. Therefore, there is a need to
implement a method to detect fall of elderly people in
bathroom. Many researchers have reported the use of
wearable device in detecting the fall of elderly [2-7].
Nevertheless, these wearable devices are not applicable in the
bathroom.

An equatorial oriented smart home system (OneSmatHome


project) has been initiated by the authors which consists of
several modules such as fall detection of elderly [7], telecare
[8], security monitoring [9], fan motor controller [10], power
saving [11], automated day-lighting, ventilation and etc. This
paper discusses the proposal of detecting fall of elderly people
in the bathroom which is a complement method of wearable
Figure 1: Model house: shower area (left) and toilet area
device.
(right).

4184
International Journal of Applied Engineering Research ISSN 0973-4562 Volume 11, Number 6 (2016) pp 4184-4186
Research India Publications. http://www.ripublication.com

If no test subjects are being detected, the function of second


detection sub-algorithm will be called. Firstly, the ultrasonic
sensor will be triggered to start and the distance is being
computed. If the distance obtained is more than 16cm but less
than equal to 18cm, the alarm will be triggered. It indicates
that an object or obstacle lies between these ranges. Else,
indicating that no objects are within the dangerous zone.
Generally, the second detection system is to prevent the
triggering of false alarm. It also ensures that the detection
system does not fall in the blind spot.

Start

Start IR sensor Start ultrasonic


sensor

Yes
IR input = low Yes
If distance <=10cm Safe range

No
No
Start ultrasonic sensor
Yes
Might be
If distance >10cm &
children or
Figure 2: The position of ultrasonic sensor and infrared If distance >16cm
<=16cm
elderly squatting

sensor. & <=18cm


No
No
Yes
Yes If distance >16 &
Fall detected
<=18
Object or obstacle lies No objects are within the
between these ranges dangerous zone
Algorithm Design No

Figure 3 shows an overview of the fall detection system. It


2nd Detection Algorithm 1st Detection Algorithm
was designed mainly based on the heights of test subjects. The
ultrasonic sensor is used to detect the heights of test subjects,
while the infrared adjustable sensor switch is used to ensure Figure 3: Algorithm of fall detection system.
that no false alarm will be triggered. The average heights of
Asian elderly are in between 155cm to 165 cm. Some
assumptions made based on heights of different test subjects Implementation
where the heights were calculated based on a ratio of 1:11. For ultrasonic sensor placed at 45 degrees at the top corner of
The distances are being measured from the position of the shower area, the problem faced was the blind spot within the
ultrasonic sensor. Since the ultrasonic sensor was installed on ultrasonic range. If a person stands closely to shower head,
the ceiling, thus the distances between the sensor and test this indirectly means that the model (toy) is standing out of
subjects will be measured that starting from the ceiling. range. For ultrasonic sensor placed at 30 degrees at the top
At the beginning of the algorithm, the IR sensor is being corner of shower area, the blind spot range was reduced but
triggered. IR sensor remains high (5V) if no objects are the maximum range it covered reduced significantly. The
detected. While IR sensor shows low (0V), which indicates position showed that the distance obtained was not ideal.
that objects are being detected. Then, the system will undergo Thus, the position of the ultrasonic sensor changed from
the first detection sub-algorithm, else the system will undergo corner to top left wall in the centre and the coding is fine tune
to the second detection sub-algorithm. Generally, the first again. Ultrasonic sensor placed from corner to top left wall in
detection system is the main detection system used to alert the the centre. In order to improve the performance of the system,
care givers. As the input from IR sensor is low, the function of adding another sensor able to distinguish fall more precisely.
first detection sub-algorithm will be called. Then, the
ultrasonic sensor will start to detect the heights of test
subjects. Three decisions have to be made: Conclusion
Firstly, if the distance from the ultrasonic sensor to This paper presents a fall detection system by using ultrasonic
the test subjects is less than or equal to 10 cm. It sensor, infrared sensor and Arduino board. This system works
shows that the test subjects in safe range. perfectly with high accuracy when performing on toy in a
If the distance from the ultrasonic sensors to the test model house. The combination of infrared sensor and
subjects is more than 10 cm but less than equal to 16 ultrasonic sensor is proven to be suitable for eliminating blind
cm. It shows that the test subjects might be children spots in bathroom. In addition, data that collected by using
or elderly squatting. this system can help us to determine the height range that
If the distance obtained lies between 15cm to 18cm. signifies falls and prone fall area in bathroom. For further
It indicates that there might be a fall happening. An improvement, we will implant our system into real bathroom
alarm will be triggered to alert the care givers. This is to examine its resistibility to humidity. Besides that, more
also to make sure that false alarm being triggered is sensors will be installed to eliminate blind spots in bathroom.
minimized.

4185
International Journal of Applied Engineering Research ISSN 0973-4562 Volume 11, Number 6 (2016) pp 4184-4186
Research India Publications. http://www.ripublication.com

References

[1] Stevens J.A., Haas E.N., Haileyesus T., (2011)


Nonfatal bathroom injuries among persons aged
15 years--United States, 2008, J Safety Res. Vol.
42, No. 4, pp 311-5.
[2] Mubashir M., Shao L., Seed L., (2013) A survey on
fall detection: Principles and approaches,
Neurocomputing, Vol. 100, pp 144-152.
[3] Joe J., Demiris G., (2013), Older adults and mobile
phones for health: A review, Journal of Biomedical
Informatics, Vol. 46, No. 5, pp 947-954.
[4] Chuah, Y. D., Komiya, R., Goi, B. M., (2012)
Abnormal walking styles definition, Applied
Mechanics and Materials, Vol. 145, pp 374-378.
[5] Zhao Z., Chen Y., Wang S., Chen Z., (2012)
FallAlarm: Smart phone based fall detecting and
positioning system, Procedia Computer Science,
Vol. 10, pp 617-624.
[6] Nyan M.N., Tay F.E.H., Murugasu E., (2008) A
wearable system for pre-impact fall detection,
Journal of Biomechanics, Vol. 41, No.16, pp 3475-
3481.
[7] Lee J. V., Chuah Y. D, Chieng K. T. H., (2013)
Smart Elderly Home Monitoring System with an
Android Phone, International Journal of Smart
Home, Vol. 7, No. 3, pp 17-32.
[8] Lee J. V., Chuah Y. D., Chieng K. T. H., (2013)
Development of an Elderly Telecare System,
International Journal of Control and Automation,
Vol. 6, No. 3, pp 57-68.
[9] Lee J. V., Chuah Y. D., Chai C. T.,, (2013) A
Multilevel Home Security System (MHSS),
International Journal of Smart Home, Vol. 7, No. 2,
pp 49-60.
[10] Pang C. H., Lee J. V., Chuah Y. D., Tan Y. C. and
Debnach N., (2013) Design of a Microcontroller
based Fan Motor Controller for Smart Home
Environment, International Journal of Smart Home,
Vol. 7, No. 4, pp 233-246.
[11] Tan K. L., Hing K.C.T., Chai C. T., Cheun A.H.L.,
Tan R. W., Chuah Y. D., (2012) Development of an
automated multiple power sources switching and
monitoring system, IEEE Conference on
Sustainable Utilization and Development in
Engineering and Technology (STUDENT), pp 271-
276.

4186

Você também pode gostar