Ijraset Journal For Research in Applied Science and Engineering Technology
Authors: Dr C Padmaja, B Shravani, A Srivalli, V Ujwala sony
DOI Link: https://doi.org/10.22214/ijraset.2024.61610
Certificate: View Certificate
This project introduces a revolutionary Fall Detection System for Elderly Care, focusing on swift detection and immediate response to falls, particularly among wheelchair-bound seniors. In response to the escalating challenges posed by an aging population, Especially concerning the well-being of the elderly, the development of innovative solutions has become imperative. Central to these concerns is the prevalence of falls among seniors, which not only jeopardizes their physical health but also threatens their independence. Conventional fall detection methods have proven inadequate in providing timely assistance, underscoring the critical need for more advanced technologies. This project addresses this pressing need through the creation of a comprehensive Fall Detection System, with a specific focus on wheelchair-bound individuals. By seamlessly integrating state-of-the-art hardware and software components, the system aims to revolutionize elderly care by prioritizing safety and autonomy. At its core, the system utilizes the MPU6050 sensor module, renowned for its precision in monitoring body position and movement. Through the implementation of sophisticated algorithms, the software component meticulously analyzes real-time sensor data to swiftly detect falls. Upon detection of a fall event, the system autonomously triggers alerts to nearby healthcare services or designated contacts, ensuring a rapid response and timely provision of assistance to the elderly individual in need.
I. INTRODUCTION
The entire world is undergoing a significant biological shift, with an increasing number of people reaching old age. This ageing population brings both opportunities and challenges, particularly in healthcare and elderly care. Fall prevention is one of the most serious challenges in aged care, as falls are a primary cause of injury and hospitalization among older individuals. As a result, developing and implementing effective fall detection systems has emerged as a critical component of delivering comprehensive care for the elderly. Falls in the elderly can have major physical and psychological implications, such as fractures, brain injuries, decreased mobility, and a decrease in overall quality of life.
As a result of this growing worry, technological advances such as fall detection systems have arisen as a possible alternative to improve the safety and well-being of older persons. The project will investigate the various aspects of fall detection systems designed for elderly care, such as their significance, functionality, types, technological underpinnings, and potential benefits. It also provides valuable insights to healthcare professionals, carers, technology developers, and policymakers by examining the key features and challenges associated with these systems.
II. LITERATURE SURVEY
Najafi et. al [1], The focus was on improving fall risk assessment by using a tiny gyroscope. Their research delves into the subtle aspects of stand-sit and sit-stand transitions, emphasising the nuances of movement patterns that lead to fall risk. By focusing on the precision provided by the gyroscope, the paper attempted to improve the evaluation of fall risk in the older population, resulting in a more personalized and precise assessment.
The National Institute of Nursing Research's[2], research focused on informal caregiving for chronic diseases, addressing the issues faced by non-professional carers. The research emphasized the need of understanding the dynamics of informal caregiving, as well as the necessity for supportive measures and resources to assist those who provide care outside of traditional health care settings.
Mattil et.al [3], paper concentrated on proposing a new paradigm for personal wellness management through activity monitoring. The focus was on empowering individuals to actively manage their health through the use of technology. By focusing on proactive health monitoring, the paper envisioned a move from reactive healthcare to a more preventive and personalized approach, in line with developing trends in digital health.
Alwan et.al[4], The study focused on the effects of passive in-home health status monitoring equipment. The research examined the possible benefits of passive surveillance, emphasising its non-intrusive character.
The emphasis was on employing technology to quietly capture health-related data, therefore contributing to a more comprehensive picture of an individual's well-being in their home setting.
.Lindemann et.al[5], The pilot study focused on testing a fall detector based on accelerometers. The research thoroughly investigated the viability of employing accelerometers for fall detection, focusing on the practical constraints of constructing such a system. The goal was to bridge the gap between theoretical advances in fall detection technologies and their real-world applications.
Avvenuti et.al [6], paper concentrated on the unique challenges of monitoring Alzheimer's patients using wireless sensor networks. Given the sensitivity of Alzheimer's care, an emphasis was placed on non-intrusive monitoring. The report delves into privacy and security concerns, emphasising the ethical implications of using technology into healthcare for vulnerable populations.
III. METHODOLOGY
A. Proposed Work
The proposed project covers the design and development of a smart wheelchair with enhanced control and safety capabilities. The major goal is to design a wheelchair that can be operated with four buttons for forward, backward, right, and left movements. This control method is implemented using the ICs L293D and 89c2051, which interface with two DC motors to provide the necessary thrust.This project's primary novelty is the introduction of a fall detection system. Falls pose a serious risk to wheelchair users, frequently resulting to injuries and consequences. To overcome this issue, the wheelchair comes fitted with an MPU6050 MEMS sensor that can measure acceleration and tilt. By continuously monitoring sensor data, the system may identify abrupt changes in orientation that indicate a fall. When a fall is detected, the wheelchair sends an immediate notification to the registered phone number. The message contains the fall direction (left, right, front, or rear) as well as a link to the wheelchair's location on Google Maps. This feature enables caretakers and emergency responders to swiftly locate and assist the individual.In addition to the fall detection system, the wheelchair has an LCD panel that shows the latitude and longitude coordinates of its location. This data is updated in real time via a GPS module, giving users and caregivers with precise position tracking capabilities.Another key part of the proposed work is the addition of a buzzer to the wheelchair. In the case of afall, the buzzer sounds an alarm to inform anyone around. This guarantees that help is readily available to the user.Overall, the proposed work aims to improve the safety and mobility of wheelchair users by integrating advanced control and safety features into the wheelchair design. The wheelchair provides users with greater independence and peace of mind by integrating motion control, fall detection, GPS tracking, and wireless communication technologies.
B. System Architecture
The smart wheelchair's system architecture is modular and versatile, enabling for the easy incorporation of future functions and sensors. The Arduino microcontroller is at the heart of the system, acting as the primary control unit. The Arduino is in charge of analyzing sensor data, controlling motor motions, and facilitating communication with other devices.The wheelchair's control system is implemented with ICs L293D and 89c2051, as well as two DC motors. The four buttons on the wheelchair's control panel represent forward, backward, right, and left movements. The Arduino reads the button inputs and transmits the correct signals to the motor drivers, which control the wheelchair's movement.The fall detection system comprises of an MPU6050 MEMS sensor installed on the wheelchair frame. The sensor continuously monitors acceleration and tilt and transmits the results to the Arduino for analysis. The Arduino employs a simple algorithm to detect abrupt changes in orientation that are indicative of a fall. When a fall is detected, the Arduino initiates the notification process by sending a message to a registered phone number using a GSM module.The wheelchair is outfitted with a GPS module for real-time location tracking. The GPS data is transmitted to the Arduino, which displays the latitude and longitude information on its LCD screen. This function enables caregivers or emergency personnel to rapidly locate the wheelchair in the event of an emergency.A GSM module facilitates the wheelchair's wireless communication, allowing it to transmit and receive notifications remotely. The GSM module is attached to the Arduino, which controls the communication process. This function allows caregivers to monitor the wheelchair's state and position from a distance, offering peace of mind and rapid assistance when necessary.The wheelchair uses a buzzer to offer feedback to the user and those around it. In the case of a fall, the buzzer sounds an alarm to inform anyone around. The buzzer will continue to sound until the user recognizes the notice, ensuring that aid is available as soon as possible.
C. Flow Chart
Fall detection techniques in the context of smart wheelchairs are critical to guaranteeing user safety. These algorithms are intended to detect falls quickly and notify emergency services or caregivers in a timely manner. These algorithms typically use accelerometer data to identify abrupt changes in acceleration that might be signs of a fall. These sensors are frequently the MPU6050 MEMS sensor. The first step in the algorithmic process is the regular collecting of three-axis acceleration data (X, Y, and Z). The magnitude of the acceleration vector is then determined using this data, giving a thorough depiction of the wheelchair's acceleration.One of the algorithm's important processes is thresholding, which compares the estimated magnitude to a predetermined threshold value. This threshold is important because it distinguishes between regular movements and potential falls. If the magnitude surpasses the threshold, it indicates a major change in acceleration and a likely fall. This starts the fall detection mechanism, causing the algorithm to start the notification procedure. When the algorithm detects a fall, it starts the warning system, which may involve sending notifications to registered phone numbers or setting alarms for caretakers. To prevent false alarms, the algorithm may incorporate a confirmation phase, such as waiting a short interval to check if the user wakes up or needing manual confirmation via a button click.Important considerations in the development of fall detection algorithms include selecting an appropriate threshold to balance sensitivity and specificity, filtering accelerometer data to remove noise and irrelevant information, and possibly incorporating machine learning techniques to improve detection accuracy over time. These algorithms play an important role in improving the safety of smart wheelchair users by offering immediate help in the case of a fall. Continued research and development in this field are critical for refining and improving the efficacy of fall detection systems in smart wheelchairs.
The fig 4 are the alert messages notifications generated by the smart wheelchair's fall detection system. These notifications are critical because they demonstrate the system's ability to immediately contact caregivers or emergency services in the event of a fall. The notifications are anticipated to include information such as the direction of the fall (e.g., left, right, front, rear) and a Google Maps link to the wheelchair's location. These images highlight the system's ability to provide immediate support to users. Fig4 is the prototype.
The prototype shows the smart wheelchair's physical design, including its features and components. This image most likely depicts the wheelchair's control panel, which contains four movement control buttons (forward, backward, right, and left) as well as an LCD screen that displays location coordinates. Furthermore, the prototype may display the location of the MPU6050 MEMS sensor, GSM module, GPS module, and other components that allow the wheelchair to function. This graphic clearly illustrates how the created system incorporates sophisticated technologies to improve user safety and mobility. Overall, these figures support the smart wheelchair system's efficacy and usefulness. They demonstrate how integrating advanced control, fall detection, and communication technology can dramatically increase wheelchair users' safety and independence.
V. FUTURESCOPE
This project can be extended further by advance AI, ML to analyze the data in future. The system can advance from basic fall detection to a full-featured predictive analytics platform by utilizing artificial intelligence. Large motion pattern datasets can be used to train machine learning algorithms, which improves the system's ability to distinguish between fall events and typical activity. Furthermore, by using historical data to predict possible fall risks based on distinct patterns of behavior, artificial intelligence algorithms enable the proactive implementation of preventive measures.AI-based anomaly detection methods can also improve the system's ability to recognize minute changes from normal behavior that might point to a deterioration in well-being or a higher risk of falls. The system can adapt and increase its predictive accuracy over time by continually acquiring information from newly received information streams, giving senior citizens proactive and individualized care. Further improving the system's capacity to deliver customized support and assistance is its use of AI-driven natural language processing (NLP) algorithms, which may assist the system learn contextual data from caregiver interactions.
An important step toward improving the welfare of the elderly is the development of a fall detection system for care with the Arduino Uno, which is a microcontroller, the MPU6050 sensor module, as well as GPS tracker. This technology effectively addresses the critical problem of fall detection by offering precise alert buzzers for prompt assistance and real-time monitoring. Assisting emergency personnel in getting to the fallen person as soon as possible, the integration of GPS technology enables precise location tracking. The GSM module is used to send the location of the person to caregiver mobile so that they can reach the incident place sooner and easily. LCD displays the latitude and longitude information of the elderly person where fall incident took place. Because of its comprehensive documentation, power control features, and user-friendly interface, this system offers a great substitute for providing care for the elderly. These systems are a promising addition to the healthcare industry as they play a bigger role in preserving the safety and quality of life of the world\'s senior citizens.
[1] Hwang,J.Y.,Kang,J.M.,Jang,Y.W.,Kim,H.C.:Developmentofnovelalgorithmandrealtime monitoring ambulatory system using Bluetooth module for fall detection in the elderly.In: Engineering in Medicine and Biology Society, IEMBS 2004, 26th Annual InternationalConferenceoftheIEEE, vol.1, pp. 2204–2207, September 2004 [2] B.Najafi,K.Aminian,F.Loew,Y.BlancandP.A.Robert,\"Measurementofstand-sitandsit-and transitions using a miniature gyroscope and its application in fall risk evaluation in theelderly\",IEEETrans. Biomed. Eng., vol. 49, no. 8, pp. 843-851, 2002. [3] NationalInstituteofNursingResearch,InformalCaregivingResearchforChronicConditions RFA, (2001). [4] E. Mattila, I. Korhonen, J. Merilahti, A. Nummela, M. Myllymaki, and H. Rusko, “Aconceptforpersonalwellnessmanagementbasedonactivitymonitoring,”inPervasiveComputing Technologies for Healthcare,2008. Pervasive Health 2008. Second InternationalConferenceon, 302008-feb. 1 20 08, pp. 32–36. [5] M. Alwan, D. Mack, S. Dalal, S. Kell, B. Turner, and R. Felder, “Impact of passive in-home health status monitoring technology in home health: Outcome pilot,” in DistributedDiagnosis and Home Healthcare, 2006.D2H2. 1st Transdisciplinary Conference on, 2006, pp.79 –82. [6] Lindemann, U., Hock, A., Stuber, M., Keck, W., Becker, C.: Evaluation of a fall detectorbasedonaccelerometers:apilotstudy. Med.Biol.Eng.Comput.43(5), 548–551(2005) [7] M. Avvenuti, C. Baker, J. Light, D. Tulpan, and A. Vecchio, “Non-intrusive patientmonitoringofalzheimer’sdiseasesubjectsusingwire-lesssensornetworks,”Privacy,Security,Trustand theManagementofe-Business, World Congress on, vol. 0, pp.161–165, 2009. [8] Kangas, M., Konttila, A., Lindgren, P., Winblad, I., Jämsä, T.: Comparison of low-complexity fall detection algorithms for body attached accelerometers. Gait Posture 28(2),285–291 (2008) [9] Abbate,S.,Avvenuti,M.,Corsini,P.,Light, J.,Vecchio,A.: Monitoringofhumanmovements for fall detection and activities recognition in elderly care using wireless sensornetwork:asurvey, pp. 1–20. InTech (2010). [10] Zhang,T.,Wang,J.,Xu,L.,Liu,P.:Falldetectionbywearablesensorandone-classSVMalgorithm. In: Huang, D.-S., Li, K., Irwin, G.W. (eds.) ICIC 2006. LNCIS, vol. 345, pp. 858–863.Springer, Heidelberg (2006).
Copyright © 2024 Dr C Padmaja, B Shravani, A Srivalli, V Ujwala sony. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Paper Id : IJRASET61610
Publish Date : 2024-05-05
ISSN : 2321-9653
Publisher Name : IJRASET
DOI Link : Click Here