Gesture Controlled Wheelchair With IoT Based Fall Detection
Gesture Controlled Wheelchair With IoT Based Fall Detection
https://doi.org/10.22214/ijraset.2023.50095
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
Abstract: Any kind of accident related to falling can cause serious injuries to the victim. Fall can happen arbitrarily and
anywhere without one’s preparation for remedy. The situation is aggravated especially for an incident occurring at a deserted
place where the afflicted victim may be unable to notify other people for help. Disabled people who are bound to a wheelchair
are more susceptible to an incident of falls and the accompanying issues. So, we have provided a technical model where the event
of falling off a wheelchair is detected. A multitude of IoT-based services has been provided to alleviate the need to notify the
intended person about the fall for getting the immediate help required at that moment. An alarm is also provisioned to notify
other people in the vicinity. The provision for gesture-based movement for the wheelchair is also provided to operate the
wheelchair in case of emergency when other people are not around and it works using inputs from an accelerometer which is
also used for fall detection.
Keywords: Fall detection, accelerometer, gyroscope, SMS, gesture based, spatial position,notification, GPS location, traction
motors, IoT, wheelchair.
I. INTRODUCTION
Fall detection is the first crucial step needed before taking other measures for dealing with the consequences of it. Here, we are
detecting the falling of the wheelchair. So, a gyroscope and accelerometer have been used here for the purpose of detecting changes
in the spatial position of the wheelchair. These sensors are mounted on the wheelchair. A consistent internet connection is required
as our model is IoT based. The Wi-Fi module has been integrated into the system to facilitate internet connectivity. The same
accelerometer is used to drive motors to control the wheelchair using the gesture-based tilting motion provided by the patient. The
wheelchair is operated by rechargeable batteries which makes it capable of being used in a standalone manner.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 2406
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
3) The proposed system works on the concept of wearable fall detection systems. The anomalies in relation to speed, orientation
and height are taken in along with fluctuations in vital signs of the person wearing it. These changes are reported and
subsequently, emergency contacts are alerted and alarms are alerted. Three sensors are used together to get precision and
accuracy. These sensors, namely, an accelerometer, a gyroscope and a load sensor determine the changes in the “rested
“readings and report almost instantaneously. Rested readings are recorded by calibration of the device under normal conditions.
Any drastic changes in the orientation, weight and speed is checked against the threshold readings and reported as a fall.Here,
in the proposed system, a threshold based algorithm is used. Threshold values are pre-set by the installer based on the
extensive experimentations. The recognition features are the vital signs of the person, the speed, orientation and weight. Sum
acceleration and rotation angle data are taken in account to build this algorithm. These readings are recorded and checked
against reference readings. When a person falls, there is a drastic change in the readings and thus a fall is recorded. [6] H-
Bridge Converter can be used to improve induction motor performance.
Fig.1 Downloading package for our board using the downloaded packages
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 2407
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
2) IFTTT: IFTTT which stands for IF This Then That is an online automation platform that provides a multitude of services. There
is a service available for sending SMS to the registered number. The applets can be configured according to the designated
person’s mobile number, what SMS to send, and what web request it should receive for it to get triggered. This service is being
used for notifying the intended person about fall detection. So applets are only triggered in the event of fall. The web request is
sent by the modules present on the wheelchair connected to the internet in the event of a fall. The received request is
authenticated with the help of a unique ID which is generated for each user.
B. Hardware
1) Microcontroller
NodeMCU is an open-source firmware and development board based on the ESP8266 Wi-Fi module. The ESP8266 is a low-cost,
low-power Wi-Fi chip that can be programmed with the NodeMCU firmware to create Wi-Fi enabled projects and devices.
The NodeMCU firmware is written in Lua programming language, and it provides a set of easy-to-use APIs for developers to
control the ESP8266 module. These APIs include functions for connecting to Wi-Fi networks, creating web servers, reading and
writing to GPIO pins, and interfacing with other hardware components.
The NodeMCU development board is designed to be easy to use and allows developers to quickly prototype wifi enabled projects.It
includes a USB-to-serial converter to programming the ESB8266 chip and a voltage regulator to provide stable power to the
board.The board also features a breadboard-friendly design and exposes all the GPIO pins of the ESP8266 module for easy
interfacing with other electronic components.
2) Sensors
a) FSR: A Force Sensitive Resistor (FSR) is a type of sensor that changes its resistance in response to the amount of force or
pressure applied to its surface. FSRs are commonly used in applications such as touch screens, pressure sensors, and robotic
grippers. The resistance of an FSR decreases when pressure is applied to its surface, and the change in resistance is proportional
to the force applied. This change in resistance can be measured using a simple circuit, such as a voltage divider or Wheatstone
bridge, to determine the amount of force applied.
b) MPU6050: The MPU6050 is a popular 6-axis accelerometer and gyroscope module that is commonly used in robotics, drones,
and other motion-sensing applications. The module consists of a MEMS (microelectromechanical system) accelerometer and
gyroscope, along with a digital signal processor (DSP).
The MPU6050 measures acceleration in three dimensions (x, y, and z) and rotational rate (yaw, pitch, and roll) in three dimensions
as well. It uses an I2C communication protocol to transfer data to a microcontroller or other host devic. The MPU6050 module
includes several features that help improve the accuracy of the motion measurements, such as a built-in temperature sensor and a
programmable digital low-pass filter to remove high-frequency noise from the sensor readings.
The module is also available in a variety of breakout board designs, making it easy to connect to a microcontroller or development
board. Additionally, there are libraries available for popular microcontroller platforms like Arduino that simplify the integration of
the MPU6050 into a project. Overall, the MPU6050 is a versatile and reliable motion sensor module that is widely used in many
applications that require precise motion-sensing capabilities.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 2408
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
IV. METHODOLOGY
A. Detecting fall
The accelerometer and gyroscope integrated on the MPU 6050 module provides information about the spatial position of the
wheelchair. Results from both of them are crucial for accurate detection of fall. The magnitude of acceleration vectors x, y and z
axes are calculated from sampled data. Similarly, the magnitude of angular velocity is also calculated from sampled data collected
from all three axes.
= + +
Where A is the magnitude of acceleration vectors and Ax, Ay, Az are the acceleration in x, y and z axes respectively.
= + +
Where G is magnitude of angular velocity and Gx, Gy and Gz are angular velocities in x, y and z axes respectively.
When fall occurs, the value of acceleration in that direction changes quickly and angular velocity also changes depending on the
position of the wheelchair. These sudden abrupt changes for some specific interval of split-second indicates that a fall has happened.
The lower and higher threshold values are used for reference. The lower threshold is 0.5g of acceleration and the higher threshold is
3g. These values have been selected as they indicate good reference for comparing values obtained in sampled data and thus
provides insight into when fall occurs. When sampled values cross a higher threshold, then the occurrence of falling of the
wheelchair can be interpreted.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 2409
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
The location of the wheelchair extracted from the GPS module connected with the circuitry housing microcontroller present on the
wheelchair, is notified to the concerned person with provision of the website. The tracked location received from the GPS module is
filled in the respective fields on the website created with the help of HTML, CSS and Javascript which is then uploaded to the web
server. The web server is accessed with the help of its unique domain name.
The GPS module only starts to function when a fall occurs so as to conserve battery and make the battery-operated system more
efficient. The location is pivotal in tracking the patient and providing immediate help to them as they are susceptible to injuries.
The alarm integrated into the wheelchair beeps in the event of fall. It notifies the people present in the vicinity that attention is
needed as victims may not be able to call for help with their voice. The alarm only beeps for a specific duration of time before it
switches off automatically. The snooze button has not been provided as patient may not be able to access it after falling down and
sustaining injuries which may cause the alarm to go off indefinitely and may exasperate the patient.
C. Gesture Control
The provision for gesture-based wheelchairs is integrated with the fall detection system to facilitate mobilisation of wheelchairs
when another person may not be available to move the wheelchair bound person. The same accelerometer which is being used for
fall detection can be used for gathering information from the gesture made by the patient. The MPU6050 sensor housing
accelerometer is placed on the glove worn by the patient. The tilting of the sensor in the specific direction derives the wheelchair in
that particular direction. This is only intended to be used in case of emergency as this facility is still in its preliminary stage and can
lead to unprecedented issues as it is not robust. So, its reliability is a hindrance for full scale operation.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 2410
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
The GPS location was updated on the website. The GPS module only woke up from sleep when fall was detected so as to conserve
battery life. The alarm beeped for a specific duration.
The GPS location was updated on the website. The GPS module only woke up from sleep when fall was detected so as to conserve
battery life. The alarm beeped for a specific duration.
VI. CONCLUSION
Tackling the niche issue of falls from wheelchair is an important motive. The system proposed is less sophisticated and relies on
ubiquitous components which are easily available and are also cheap. The gesture based guidance is still in its infancy and only
being used in emergency. Further developments can be done to make this feature more reliable. The system devised is working
appropriately and is capable of notifying swiftly to reduce further adversaries. Proposed method worked as expected. The gesture
based guidance system needs improvement for precise control of movement. An app can be developed for posting the information
on it instead of posting it on a website. The fall detection worked appropriately and the system provides a way to detect fall and
notify the concerned people which is really helpful in situations where fall may occur at a remote place.
VII. ACKNOWLEDGMENT
We express our sense of gratitude towards our project guide Prof. Pandharinath Ghonge for his valuable guidance at every step of
working on this project and sub, also his contribution for providing us the solution of every problem at each stage.
We are thankful to all staff members of the department of electronics and telecommunications engineering and our friends for their
suggestions in buying the components required. We also extend our gratitude to the authors mentioned in the references who
facilitated us in gathering crucial know-how for our research of our project.
REFERENCES
[1] Raed Abdulla, Chandrasekharan Nataraj “Wheelchair-person fall detection with Internet of things” Solid State Technology School of Engineering (APU),
Kuala Lumpur, Malaysia 2020.
[2] Sayali Mangal Kamble “IOT Based Person/ Wheelchair Fall Detection System” IJRASET 2022
[3] Devansh Kumar Garg, Gauri Rao “An IoT Based Fall Detection System” International Journal of Innovative Technology and Exploring Engineering (IJITEE)
2020.
[4] Vishwakarma, s. k. “Development of Smart Wheelchairs ” Dehradun: Dit University 2017.
[5] EI-Bendary, N., Tan, Q., Pivot, F. C. & Lam, A. “Fall detection and prevention for the elderly” International Journal on Smart Sensing and Intelligent System,
6(3), pp. 1230-1266 2013.
[6] Ms. Pranita A. Sorate, Dr. Pandharinath A. Ghonge “Induction Motor Performance Analysis using H-Bridge Converter” International Journal of Engineering
Research & Technology.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 2411