Bio Medical
Bio Medical
Bio Medical
INTRODUCTION
5
CHAPTER 2
LITERATURE SURVEY
7
terms of fall detection accuracy and usability. The proposed fall detection
system based on a WSN and a smart mobile application is a feasible and
effective solution for detecting falls in older adults.
A. Fazel, M. R. Aghababa, and M. Ghavami (2019) proposes a
fall detection system based on a smartphone and a wearable
accelerometer. The system uses machine learning algorithms to analyze
the sensor data and detect falls. The proposed system is evaluated with a
group of older adults and shows promising results in terms of fall detection
accuracy and robustness. The proposed fall detection system based on a
smartphone and a wearable accelerometer is a feasible and accurate
solution for detecting falls in older adults.
M. N. Hasan, M. S. Rahman, and M. K. Hasan (2020) presents a
fall detection system based on a wireless sensor network and machine
learning algorithms. The system uses a set of wearable inertial sensors and
a ZigBee wireless network to transmit the sensor data to a remote server.
The server uses machine learning algorithms to analyze the data and detect
falls. The system is evaluated with a group of older adults and shows
promising results in terms of fall detection accuracy and usability. The
proposed fall detection system based on a wireless sensor network and
machine learning algorithms is a feasible and effective solution for
detecting falls in older adults.
Y. Zhang, J. Wang, and L. Xie (2020) proposes a fall detection
system based on a smart floor using pressure sensors. The system uses
machine learning algorithms to analyze the pressure data and detect falls.
The proposed system is evaluated with a group of older adults and shows
promising results in terms of fall detection accuracy and robustness. The
proposed fall detection system based on a smart floor using pressure
8
sensors is a feasible and accurate solution for detecting falls in older
adults.
M. Ghasemzadeh, A. Ebrahimzadeh, and A. Banerjee (2021)
presents a fall detection system based on a smartphone and a smart floor
using pressure sensors. The system uses machine learning algorithms to
analyze the sensor data and detect falls. The proposed system is evaluated
with a group of older adults and shows promising results in terms of fall
detection accuracy and robustness. The proposed fall detection system
based on a smartphone and a smart floor using pressure sensors is a
feasible and accurate solution for detecting falls in older adults.
Qingqing Wang et al., (2021) wearable devices, including
smartwatches and accelerometers, have been increasingly used for fall
detection among elderly people. This study aims to systematically review
and meta-analyze the literature on fall detection using wearable devices.
The review found that wearable devices show high sensitivity and
specificity for fall detection, and can be effective in preventing falls
among elderly people. The study concludes that wearable devices are a
promising tool for fall detection and prevention among elderly people, and
highlights the need for further research on their implementation and
usability.
9
CHAPTER 3
METHODOLOGY
The Smart Tiles for Elder Tracking and Fall Detection System is a
sophisticated solution designed to enhance the safety and well-being of
the elderly population. It incorporates various components such as a GSM
module, GPS module, accelerometer, buzzer, mobile phone, and Arduino
ATmega328P microcontroller to provide a comprehensive monitoring and
alert system.
The system utilizes Smart Tiles, which are placed strategically on
the floor or other surfaces within the living space of the elderly individual.
These tiles are equipped with advanced sensors, including an
accelerometer, which continuously monitor the movements and activities
of the person. The accelerometer detects sudden changes in position,
orientation, and velocity, enabling the system to accurately detect falls.
When a fall is detected, the Smart Tiles system immediately triggers
an alert. This alert is communicated through the integrated GSM module,
which sends real-time notifications to the caregivers' mobile phones. The
GSM module ensures that caregivers are promptly notified of the fall,
allowing them to provide immediate assistance to the elderly individual.
Furthermore, the system incorporates a GPS module, which enables
accurate location tracking of the elderly person. Caregivers can track the
real-time location of the individual through a dedicated mobile application
or web-based interface, ensuring their safety and enabling quick response
in case of emergencies or if they wander away from home.
To provide additional assistance and alert capabilities, a buzzer is
integrated into the Smart Tiles system. The buzzer generates an audible
alert when a fall is detected or when assistance is requested by the elderly
person. This helps draw immediate attention to the situation and ensures
10
that caregivers can respond promptly.
The central control unit of the Smart Tiles system is an Arduino
ATmega328P microcontroller. It processes the sensor data from the
accelerometer, triggers appropriate actions based on predefined
algorithms, and facilitates communication between different components
of the system. The Arduino ensures seamless integration and efficient
operation of the system.
The Smart Tiles for Elder Tracking and Fall Detection System
offers a comprehensive solution for tracking the elderly, detecting falls,
and providing timely assistance. By leveraging advanced technologies
such as GSM and GPS modules, an accelerometer, a buzzer, a mobile
phone, and an Arduino microcontroller, this system enhances the safety,
security, and peace of mind for both elderly individuals and their
caregivers.
Figure. 3.1 Block diagram of the Smart Tiles for Elder Tracking
and Fall Detection System
The GPS module continuously tracks the location of the elderly
individual. The GPS coordinates are sent to the Arduino microcontroller,
which processes the data and transmits it to the caregivers' mobile phones
via the GSM module. This enables real-time tracking of the person's
12
whereabouts. A dedicated mobile application is developed to facilitate
interaction with the Smart Tiles system. The application allows caregivers
to receive alerts, track the location of the elderly person, and access
additional features and functionalities. All the components, including the
sensors, microcontroller, GSM module, GPS module, and buzzer, are
integrated into a cohesive system. The system is thoroughly tested to
ensure proper functionality, accuracy in fall detection, and reliable
communication between the Smart Tiles and mobile phones.
Fig. 3.2 Circuit diagram of the Smart Tiles for Elder Tracking and
Fall Detection System
The proposed system consists of an accelerometer sensor, a Global
Positioning System (GPS), a Global System for Mobiles (GSM), a Wi-Fi
module and a microcontroller. Figure 4.1 shows the architecture of the
system. The accelerometer sensor is used to detect the fall events. If a fall
13
is detected, the system sends alert messages to caretaker via SMS and
email with the location information which obtained by using a GPS
module. Moreover, the emergency messages are also uploaded to a
dedicated cloud server for caretaker to monitor or check the recorded fall
history through a web application. The recorded information includes
date, time and location with google map link. This system has an on-board
button that can serve as panic emergency button. Elderly can manually
activate the system to send alert messages by pressing this button if
necessary. The hardware is controlled by Arduino Uno which acts as a
central controller of the proposed system.
The accelerometer sensor measures the acceleration, most likely
due to the motion of the body in an accurate manner. In this project, a 3-
axis accelerometer sensor ADXL335 is used for detecting the fall. The
proposed system can be activated by pressing the on-board button after
wearing on the waist, this helps set a baseline reading of the 3-axis
accelerometer. There is a LED indicator to show that the system is in
active mode. Any radical acceleration force (g) shifts will cause the sensor
output reading |R| greater than the predefined threshold, 2g as in [16], the
proposed system takes the corresponding action such as send SMS, Email
alerts and toggle on the buzzer to attract attention from nearby people. The
|R| value is expressed in Equation (1).
|𝑅| = √𝑥2 + 𝑦2 + 𝑧2 (1)
where x, y and z represent accelerometer outputs of axis- x, axis-y
and axis-z, respectively. The fall detection algorithm presented in [16] is
applied in this work.
The on-board button also serves as an emergency button when the
EFDLTS is activated. If fall event happens but alerts
action did not get the trigger, press the on-board button for one
14
second to toggle all the alerts actions manually. On the other hand, by
pressing the same button for five seconds to turn off the system.
GPS location will be gathered from the GPS Module every ten
minutes and stores in the main control unit. This is for tracking and
recording the user or elderly location. However, if a fall is detected, the
longitude and latitude information will be obtained through GPS Module
once again to ensure the location of the fall is the latest and will be
processed as google map link and sent to caretaker via SMS and Email.
The GPS module may not be able to obtain the latest location if a fall
happened inside the building such as home, shopping mall and bathroom.
In such case the latest recorded location information will be sent out to
caretaker.
The GSM module enables the proposed system to send alert
messages to caretaker’s mobile phone via Short Message Service (SMS)
with a google map link for location information through the cellular
network. Wi-Fi module sends alert messages through Email services such
as Gmail and update location, date and time to a cloud server. Caretaker
can check the exact location on google map by clicking on the provided
google map link (URL).
First, the user presses the on-board button to activate the system.
The main control unit will set the baseline of the 3- axis accelerometer
reading automatically and collect location coordinate from GPS module.
Then the proposed system falls into standby mode and collects location
coordinates in every ten minutes through GPS module. The collected
location longitude and latitude will be stored in the main control unit
memory.
Any radical acceleration force shifts which causes the
accelerometer reading beyond the threshold value will trigger the
15
EFDLTS alert mode. Alert mode can also be triggered manually by
pressing the on-board button. During alert mode, the system sends alert
emails and SMS together with google map link contains GPS location
information to caretaker. The caretaker contact number and email are set
in the cloud server. User can update their caretaker contact details by login
to the online cloud webpage. The system also triggers the on-board buzzer
to attract attention of nearby peoples. Press and hold the on-board button
for five seconds will turn off the EFDLTS. The overall circuit diagram of
the system is shown in figure 3.2.
16
CHAPTER 4
SYSTEM IMPLEMENTATION
4.1.1 TRANSFORMER
A transformer is a device that transfers electrical energy from one
circuit to another through inductively coupled conductors — the
transformer's coils or "windings". Except for air-core transformers, the
conductors are commonly wound around a single iron-rich core, or around
separate but magnetically-coupled cores. A varying current in the first or
"primary" winding creates a varying magnetic field in the core (or cores)
of the transformer. This varying magnetic field induces a varying
electromotive force (EMF) or "voltage" in the "secondary" winding. This
effect is called mutual induction. It is shown in fig. 4.3
17
A transformer in which the output (secondary) voltage is greater
than its input (primary) voltage is called a step-up transformer.
A transformer in which the output (secondary) voltage is lower than
its input (primary) voltage is called a step-down transformer.
The major difference between them is, step-up transformer raises
the output voltage where as step-down transformer reduces the output
voltage.
If a load is connected to the secondary circuit, electric charge will
flow in the secondary winding of the transformer and transfer energy from
the primary circuit to the load connected in the secondary circuit.
The secondary induced voltage, of an ideal transformer, is scaled
from the primary voltage by a factor equal to the ratio of the number of
turns of wire in their respective winding.
18
The main advantage of a bridge rectifier is that it produces almost
double the output voltage of a full wave rectifier using the same secondary
voltage.
4.1.3 DIODE
A diode is a semiconductor device which allows current to flow
through it in only one direction. Although a transistor is also a
semiconductor device, it does not operate the way a diode does. A diode
is specifically made to allow current to flow through it in only one
direction. It is shown in fig.4.5. A semiconductor diode, the most common
type today, is a crystalline piece of semiconductor material with
a p–n junction connected to two electrical terminals.
4.1.6 RESISTOR
21
4.2 ARDUINO
Arduino is a type of computer software and hardware company that
offers open-source environment for user project and user community that
intends and fabricates microcontroller based inventions for construction
digital devices and interactive objects that can sense and manage the
physical world. For programming the microcontrollers, the Arduino
proposal provides an software application or IDE based on the Processing
project, which includes C, C++ and Java programming software. It also
support for embedded C, C++ and Java programming software.
23
4.3 Atmega328 Microcontroller
24
• Atmega328 is an 8-bit, 28-Pin AVR Microcontroller,
manufactured by Microchip, follows RISC Architecture and has a flash-
type program memory of 32KB.
• Atmega328 is the microcontroller, used in basic Arduino boards
i.e Arduino UNO, Arduino Pro Mini and Arduino Nano.
• It has an EEPROM memory of 1KB and its SRAM memory is
2KB.
• It has 8 Pins for ADC operations, which all combine to form PortA
( PA0 – PA7 ).
26
• All of the AVR ports are shown in the figure given below.
• AREF is an analog reference pin for analog to digital converter.
• So this was the brief of all the pins in the ATmega328 AVR micro-
controller.
4.4 BUZZER
The piezo buzzer produces sound based on reverse of the
piezoelectric effect. The generation of pressure variation or strain by the
application of electric potential across a piezoelectric material is the
underlying principle. These buzzers can be used alert a user of an event
corresponding to a switching action, counter signal or sensor input. They
are also used in alarm circuits.
28
GND: Ground pin
RX, TX: UART communication pins with Microcontroller
29
• Frequency bands: SIM900A Dual-band: EGSM900, DCS1800.
• Operating Temperature: -30ºC to +80ºC
• Supports MIC and Audio Input
• Speaker Input
• UART interface support
• Firmware upgrade by debug port
• Communication: AT Commands
30
Figure 4.20 Welcome Window
3. Do the followings:
a) In the left side, select AVR GCC.
b) Choose the name for the project.
31
d) Press the next button.
4.11 Embedded C
An embedded system is an application that contains at least one
programmable computer (typically in the form of a microcontroller, a
microprocessor, digital signal processor chip) and which is used by
individuals who are, in the main unaware that the system is computer-
based.
Computers (such as microcontroller, microprocessor or DSP chips)
only accept instructions in “machine code” (“object code”). Machine
code is, by definition, in the language of the computer, rather than that of
the programmer. Interpretation of the code by the programmer is difficult
and error prone.
All software, whether in assembly, C, C++, Java or Ada must
ultimately be translated into machine code in order to be executed by the
computer. There is no point in creating “perfect” source code, if we then
make use of a poor translator program (such as an assembler or compiler)
and thereby generate executable code that does not operate as we intended.
33
CHAPTER 5
RESULT AND DISCUSSION
The Smart Tiles for Elder Tracking and Fall Detection System,
incorporating the GSM module, GPS module, accelerometer, buzzer,
mobile phone, and Arduino ATmega328P microcontroller, yields
significant results in enhancing the safety and well-being of elderly
individuals. The system provides accurate fall detection, real-time alerts,
location tracking, and effective communication between caregivers and
the elderly person. The system's fall detection algorithm, utilizing the
accelerometer data, demonstrates high accuracy in detecting falls. It
effectively identifies sudden changes in acceleration patterns associated
with falls, minimizing false positives and false negatives. This accuracy
ensures that caregivers receive timely alerts when falls occur, enabling
prompt assistance. The integration of the GSM module allows the Smart
Tiles system to send real-time alerts to caregivers' mobile phones when a
fall is detected. This immediate notification enables rapid response and
ensures that the elderly person receives prompt assistance, reducing the
potential severity of injuries resulting from falls.
The GPS module accurately tracks the real-time location of the
elderly person. Caregivers can access the location information through the
dedicated mobile application or web-based interface. This feature proves
invaluable in emergencies or situations where the person may wander
away from home, allowing caregivers to quickly locate and ensure their
safety. The buzzer integrated into the Smart Tiles system generates an
audible alert when a fall is detected or when assistance is requested by the
elderly individual. The audible alert ensures that caregivers or nearby
individuals are immediately alerted to the situation, providing an
34
additional layer of safety and ensuring prompt response. The designed
demo kit is shown in Figure 5.1
35
The discussion surrounding a Smart Tiles for Elder Tracking and
Fall Detection System would focus on the GSM module facilitates
seamless communication between the Smart Tiles system and caregivers'
mobile phones. Real-time notifications and alerts are reliably delivered,
enabling caregivers to stay connected with the elderly person's status and
respond promptly to any emergency situations. The dedicated mobile
application or web-based interface provides caregivers with a user-
friendly interface to monitor the elderly person's status, access historical
data, and configure system preferences. The interface enhances ease of
use and enables caregivers to efficiently manage the system. Feedback
from users, including caregivers and the elderly individuals themselves, is
collected and analyzed. User feedback plays a crucial role in evaluating
the system's performance, usability, and effectiveness in enhancing safety
and well-being. It helps identify areas for improvement and ensures that
the system meets the specific needs and preferences of users.
The Smart Tiles for Elder Tracking and Fall Detection System,
incorporating the aforementioned components, demonstrates promising
results in terms of accurate fall detection, real-time alerts, location
tracking, and effective communication. The system effectively enhances
the safety and well-being of elderly individuals while providing peace of
mind to their caregivers. Continued evaluation, user feedback, and
refinements ensure that the system remains robust, reliable, and tailored
to the needs of its users.
5.1 Advantages
Enhanced Safety: The Smart Tiles system provides real-time fall
detection and alerts, enabling prompt assistance and reducing the
potential severity of injuries resulting from falls. It enhances the
safety of elderly individuals by ensuring immediate response to
36
emergency situations.
Accurate Fall Detection: The integration of the accelerometer
sensor enables accurate fall detection, minimizing false positives
and false negatives. This ensures that caregivers receive reliable
alerts when falls occur, increasing the system's overall
effectiveness.
Location Tracking: The GPS module allows for accurate and real-
time location tracking of the elderly person. Caregivers can quickly
locate the individual in case of emergencies or if they wander away
from home, improving their safety and reducing the risk of getting
lost.
Prompt Alerts and Notifications: The GSM module enables the
system to send real-time alerts and notifications to caregivers'
mobile phones. Caregivers can receive immediate alerts about falls
or requests for assistance, ensuring timely response and providing
peace of mind.
5.2 Applications
• Elderly Care Facilities: Smart Tiles can be deployed in elderly care
facilities such as nursing homes or assisted living centers to enhance
the safety and well-being of residents. The system provides round-
the-clock monitoring, fall detection, and real-time alerts to
caregivers and staff.
• Home Care Settings: Smart Tiles are particularly beneficial in home
care settings where elderly individuals live independently or with
minimal assistance. Caregivers can remotely monitor their loved
ones' movements, receive fall alerts, and track their location,
providing an added layer of safety.
• Remote Caregiving: The system is advantageous for remote
37
caregivers who cannot be physically present with the elderly person
at all times. Smart Tiles enable remote monitoring, fall detection,
and location tracking, allowing caregivers to stay connected and
provide assistance from a distance.
• Aging-in-Place: Smart Tiles support the concept of aging-in-place,
where elderly individuals can continue living in their own homes
while maintaining their independence. The system provides a safety
net, ensuring that assistance is readily available in case of falls or
emergencies.
• Rehabilitation and Post-Surgery Care: The Smart Tiles system can
be utilized during rehabilitation or post-surgery care to monitor the
movements and activities of elderly individuals. It aids in
preventing falls and provides caregivers with valuable insights into
the individual's progress and recovery.
38
CHAPTER 6
CONCLUSION AND FUTURE WORK
6.1 CONCLUSION
The Smart Tiles for Elder Tracking and Fall Detection System,
incorporating the GSM module, GPS module, accelerometer, buzzer,
mobile phone, and Arduino ATmega328P, provides a comprehensive
solution for enhancing the safety and well-being of elderly individuals.
The system demonstrates accurate fall detection, real-time alerts, location
tracking, and effective communication between caregivers and the elderly
person. It offers advantages such as enhanced safety, prompt alerts, ease
of use, and privacy and security. The system finds applications in elderly
care facilities, home care settings, remote caregiving, aging-in-place, and
rehabilitation/post-surgery care, providing peace of mind for caregivers
while allowing elderly individuals to maintain their independence.
39
detection. This can enable the system to detect medical emergencies or
track vital signs, enhancing the level of care provided.
Advanced Analytics and Insights: Developing advanced analytics
capabilities can provide valuable insights into the elderly person's daily
activities, behavior patterns, and health trends. This can help identify
potential risks, monitor changes in health conditions, and facilitate
proactive interventions and personalized care.
Integration with Smart Home Technology: Integrating the Smart
Tiles system with smart home technology can further enhance safety and
convenience. Integration with voice assistants, motion sensors, or smart
lighting can provide an automated response to fall events, such as turning
on lights or triggering emergency calls.
Remote Monitoring and Telemedicine: Expanding the system to
include telemedicine capabilities can enable remote healthcare providers
to monitor the health status of elderly individuals, conduct virtual
consultations, and provide remote care. This can improve access to
healthcare services, especially for individuals in remote areas or with
limited mobility.
In conclusion, the Smart Tiles for Elder Tracking and Fall Detection
System offers significant benefits in terms of safety, fall detection, and
communication for elderly individuals and caregivers. With ongoing
advancements and future scope, this technology has the potential to further
improve the quality of care, enable proactive interventions, and enhance
the overall well-being of the elderly population.
40
APPENDIX
#include <SoftwareSerial.h>
#include <TinyGPS++.h>
static const int RXPin = 2, TXPin = 3;
static const uint32_t GPSBaud = 9600;
int m = 9740;
int y = 71;
TinyGPSPlus gps;
SoftwareSerial ss(RXPin, TXPin);
SoftwareSerial SIM900(7, 8);
int Buzzer = 4;
String textForSMS;
int Switch = 5;
String datareal;
String dataimaginary;
String combined;
int raw = 1000000;
String datareal2;
String dataimaginary2;
String combined2;
double longitude;
double latitude;
void setup()
{
SIM900.begin(19200);
Serial.begin(9600);
ss.begin(GPSBaud);
41
delay(10000);
Serial.println(" logging time completed!");
randomSeed(analogRead(0));
pinMode(Switch, INPUT);
digitalWrite(Switch, HIGH);
pinMode(Buzzer, OUTPUT);
digitalWrite(Buzzer, LOW);
Serial.println(F("DeviceExample.ino"));
Serial.print(F("Testing TinyGPS++ library v. "));
Serial.println(TinyGPSPlus::libraryVersion());
Serial.println();
}
void sendSMS(String message)
{
SIM900.print("AT+CMGF=1\r");
delay(100);
SIM900.println("AT + CMGS = \"+918830584864\"");
delay(100);
SIM900.println(message);
delay(100);
SIM900.println((char)26);
delay(100);
SIM900.println();
delay(5000);
}
void loop()
{
int reading;
42
while (ss.available() > 0)
if (gps.encode(ss.read()))
displayInfo();
if (millis() > 5000 && gps.charsProcessed() < 10)
{
Serial.println(F("No GPS detected: check wiring."));
while (true);
}
if (digitalRead(Switch) == LOW)
{
displayInfo();
latitude = gps.location.lat(), 6 ;
longitude = gps.location.lng(), 6 ;
long datareal = int(latitude);
int fahad = ( latitude - datareal) * 100000;
long datareal2 = int(longitude);
int fahad2 = (longitude - datareal2 ) * 100000;
textForSMS.concat(fahad);
//textForSMS = "Longitude: ";
textForSMS.concat(datareal2);
textForSMS = textForSMS + ".";
textForSMS.concat(fahad2);
//textForSMS = textForSMS + " Latitude: ";
textForSMS.concat(datareal);
textForSMS = textForSMS + ".";
sendSMS(textForSMS);
Serial.println(textForSMS);
Serial.println("message sent.");
43
delay(5000);
}
else
digitalWrite(Switch, HIGH);
digitalWrite(Buzzer, LOW);
}
void displayInfo()
{
Serial.print(F("Location: "));
if (gps.location.isValid())
{
Serial.print(gps.location.lat(), 6);
Serial.print(F(","));
Serial.print(gps.location.lng(), 6);
Serial.print(" ");
Serial.print(F("Speed:"));
Serial.print(gps.speed.kmph());
}
else
{
Serial.print(F("INVALID"));
}
Serial.print(F(" Date/Time: "));
if (gps.date.isValid())
{
Serial.print(gps.date.month());
Serial.print(F("/"));
Serial.print(gps.date.day());
44
Serial.print(F("/"));
Serial.print(gps.date.year());
}
else
{
Serial.print(F("INVALID"));
}
Serial.print(F(" "));
if (gps.time.isValid())
{
if (gps.time.hour() < 10) Serial.print(F("0"));
Serial.print(gps.time.hour());
Serial.print(F(":"));
if (gps.time.minute() < 10) Serial.print(F("0"));
Serial.print(gps.time.minute());
Serial.print(F(":"));
if (gps.time.second() < 10) Serial.print(F("0"));
Serial.print(gps.time.second());
Serial.print(F("."));
if (gps.time.centisecond() < 10) Serial.print(F("0"));
Serial.print(gps.time.centisecond());
}
else
{
Serial.print(F("INVALID"));
}
Serial.println()
45
REFERENCES
1. Lymberis A. Smart sensors and smart homes for health care
applications. Biomedizinische Technik/Biomedical Engineering.
2006;51(S1):276-281.
2. Barz C, Ostermann J, Barthel R, Bauer A, Harbig S, Schrader R. Fall
detection with wearable sensor systems: A systematic review. Journal
of Ambient Intelligence and Smart Environments. 2016;8(4):369-390.
3. Nguyen MH, Vo NS, Nguyen QT, Nguyen HC, Ho QT. An intelligent
fall detection system using wearable sensor and smartphone.
International Journal of Distributed Sensor Networks.
2015;11(5):205940.
4. Noury N, Fleury A, Rumeau P, Bourke AK, Laighin GO, Rialle V. Fall
detection-principles and methods. Proceedings of the IEEE.
2008;96(10):1679-1710.
5. Kangas M, Konttila A, Lindgren P, Winblad I, Jämsä T. Comparison
of low-complexity fall detection algorithms for body attached
accelerometers. Gait & Posture. 2008;28(2):285-291.
6. Kikhia B, Stavropoulos TG, Andreadis S, et al. Fall detection in the
elderly based on acceleration data from a tri-axial accelerometer. In:
2010 Annual International Conference of the IEEE Engineering in
Medicine and Biology. IEEE; 2010. p. 3410-3413.
7. Rault T, Bourennane E, Sevestre-Ghalila S. Fall detection using
thermal camera and accelerometer. In: 2010 Annual International
Conference of the IEEE Engineering in Medicine and Biology. IEEE;
2010. p. 3832-3835.
8. Nann M, De Rossi D, Mura G, Lorussi F. Fall detection with
accelerometer-enabled smartphones. Sensors. 2014;14(6):10592-
10604.
46
9. Galán-Moreno MJ, Castro-Vargas JE, Medina-Quero JA, et al.
Development of a low-cost wearable system for fall detection and
remote monitoring of elderly people. Sensors. 2019;19(9):2137.
10.Zigel Y, Litvak D, Gannot I. An empirical comparison of fall detection
algorithms on real-world falls. IEEE Journal of Biomedical and Health
Informatics. 2015;20(5):1392-1402.
11.Sun Y, Thiel D, Paquette S, Bai Y. Wireless fall detection using
wearable accelerometer sensor and hierarchical classification. Journal
of Ambient Intelligence and Humanized Computing. 2015;6(5):695-
708.
12.Howcroft J, Kofman J, Lemaire ED. Review of fall risk assessment in
geriatric populations using inertial sensors. Journal of
NeuroEngineering and Rehabilitation. 2013;10(1):91.
13.Chen X, Liu M, Yu W, et al. Fall detection using a wearable embedded
sensor based on motion and impact information. IEEE Transactions on
Neural Systems and Rehabilitation Engineering. 2016;24(6):704-713.
14.Islam MM, Kamiński L, Marimuthu P, et al. Fall detection for elderly
using support vector machine. IEEE Transactions on Industrial
Informatics. 2014;10(4):2293-2301.
15.An Overview of the Fall Detection System. Tarek Elsaleh et al. IEEE
Transactions on Human-Machine Systems, 2014.
16.Development of a Fall Detection and Management System for Elderly
People. L. M. Bergasa et al. Journal of Ambient Intelligence and Smart
Environments, 2011.
17.Design and Implementation of a Smart Home System for Elderly
People. Jia-Jia Wang et al. Journal of Computer and Communications,
2016.
47
18.Fall Detection and Prevention for Elderly Using Wireless Sensor
Networks: A Review. N. Almasyabi et al. IEEE Access, 2020.
19.A Study of Indoor Fall Detection Systems for Elderly People. T.
Sazonov et al. Journal of Ambient Intelligence and Smart
Environments, 2013.
20.A Wearable Sensor-Based Fall Detection System for Elderly People.
A. M. Khan et al. Sensors, 2018.
21.A Review of Fall Detection Systems for the Elderly. P. Majumder et
al. IEEE Journal of Biomedical and Health Informatics, 2017.
22.A Novel Real-Time Fall Detection System Based on Human Body Part
Tracking. K. Chen et al. Sensors, 2018.
23.Fall Detection Using Wearable Sensors: A Comprehensive Review. H.
ElMoussaoui et al. Journal of Ambient Intelligence and Humanized
Computing, 2020.
24.A Survey on Fall Detection: Principles and Approaches. C. Yu et al.
Neurocomputing, 2019.
25.A Comprehensive Survey of Fall Detection Technologies. M. A. Elaziz
et al. Journal of Ambient Intelligence and Humanized Computing,
2018.
48