Strike 5 Final
Strike 5 Final
Abstract— This study outlines a framework for an wheelchair in 1914, making it the first electric-powered
affordable smart wheelchair that offers a variety of wheelchair. This chair's commercial production commenced
features to people with disabilities. To enable the person in 1956. Many researchers have presented various systems or
to move about freely without any outside aid, a smart approaches to control electric wheelchairs since their
electric wheelchair prototype is being developed. A more development.
sophisticated and smarter wheelchair can be created to
overcome the limits of the current conventional OBJECTIVE:
wheelchairs thanks to recent advancements in robotic The ideal assistive gadget for the elderly and crippled is a
artificial intelligence. An accelerometer positioned on the wheelchair. Driving and managing a conventional wheelchair
hand glove senses the tilt angle of the user's hand gestures is a significantly more difficult undertaking. Our goal is to
and provides a control signal to a receiver mounted on the create a strong, affordable wheelchair that enables persons
wheelchair to operate the prototype smart wheelchair with disabilities to travel independently.
that was demonstrated in this study utilising hardware
implementation. This will interpret the movement as the PROPOSED DESIGN:
user has requested. The ATMEGA328 microprocessor An ADXL335 accelerometer is utilised as a sensor in this
and Arduino UNO are integrated to create the wheelchair hand gesture-controlled wheelchair. It will produce an analog
control unit. The wheelchair is designed to make it safe signal when moved in the X, Y, and Z axes, respectively. The
for people to move around and to increase the reliability analog signal is compared with the digital signal using an
of doing several crucial everyday tasks. LM324 operational amplifier. The signal is wirelessly sent
using a 434 GHz radio frequency transmitter. To prevent
KEYWORDS—Smart Wheelchair, Hand Gestures, interference from another device, the data is encoded with an
Accelerator, Arduino UNO. encoder IC HT12E before being sent. The signal is then
transmitted wirelessly. The signal is now received by the
INTRODUCTION: receiver, processed by the decoder to decode it, and then the
A wheelchair is necessary for a disabled person who lacks data from the receiver is supplied as input to the
hands and feet and needs it to do tasks that call for movement. microcontroller. On receiving the input, the signal, the
He has two options for doing this: physically pushing the microcontroller compares the data which is preinstalled in the
wheelchair with his hands or getting assistance. It is highly controller. If the input data matches the preinstalled data, a
taxing to push a wheelchair when you are disabled. We tried signal is then sent to the L293D IC, which subsequently sends
to get them a wheelchair that would lessen their difficulties. the signal to relays, causing the wheelchair to move. Because
The need for wheelchairs is constantly growing due to the it captures even the smallest changes, the ADXL335
growing populations of elderly people and people who are accelerometer was selected as the sensing device. The first
physically disabled. There are many people in the world who challenge is calibrating the accelerometer to the project's
are disabled, both physically and otherwise. The World specifications so that we can precisely control the motion of
Health Organization estimates that 75 million people, or 1% the wheels. To do this, we utilise variable resistors and check
of the global population, use wheelchairs as a result of the output for various voltage values that we altered by
different disabilities. The term "mobility impairment" refers changing the variable resistance. To compare the two inputs
to a variety of different categories of disability. Disabilities and provide the result appropriately, we employ comparators.
may be neuromuscular, which affects nerves and muscles, or We also must adjust the tilting angle as per the motion of the
orthopedic, which affects bones and muscles. Amputation, hand. After taking various values we set the reference values
paralysis, muscular dystrophy, and spinal cord injury are of the comparator as:
some of the frequent disease forms. Some folks find it Table 1 — Reference value of comparator circuit connected to
challenging to move from one location to another. In order to the accelerometer
assist these folks in travelling from one location to another, a Direction Reference Voltage
Forward 1.15 V
wheelchair was created. The wheelchair that was created Backward 1.92 V
required a carer or the person using it to manually maneuver Left 1.85 V
it, which was stressful for the individual. They become Right 1.76 V
powerless and miserable due to their dependence on others.
Hence, electronic wheelchairs were created. George
Westinghouse published the first concept for an electronic
1
• Proceedings for DJ STRIKE 2023
• Smart Wheelchair using Hand Gesture
Implementation:
In Hand Gesture based Smart Wheelchair Arduino UNO is
the microcontroller which interfaces the components and
performs tasks; flux sensors detect the hand gestures;
MEMS sensor is used to convert digital signals into
mechanical tasks; motor IC drives the motors; and GSM
module sends the message to the responsible person. This
makes our idea to be cost-efficient compared to the joystick-
controlled or voice-controlled wheelchair.
2
• Proceedings for DJ STRIKE 2023
• Smart Wheelchair using Hand Gesture
FUTURE SCOPE:
In order for smart wheelchairs to be a commercial success and
be widely utilised, there are a number of difficulties that
manufacturers and academics must overcome in future work.
Cost versus accuracy is a typical major problem. Affordable
and sophisticated sensors can aid in resolving this issue.
There are yet no smart wheelchairs that can be utilised
universally for all types of disabilities. Additionally,
intelligent wheelchairs ought to be able to keep an eye on the
patient's condition and respond appropriately. Moreover,
research should be done on intelligent wheelchairs for
mentally challenged people to utilise independently. Future
applications for smart wheelchairs are vast, and sensor and
robotics technology advancements will also boost their
economic viability.
ACKNOWLEDGMENT:
This project and technical paper were greatly supported by
Professor Ranjushree Pal. Her expert coaching and
comprehensive assistance were invaluable to us at every level
of this project, and this paper would not have been possible
without her contributions. We are grateful to our colleagues
who contributed their knowledge and experience to the
research and assisted us throughout the process.
REFERENCES:
3
• Proceedings for DJ STRIKE 2023