You are on page 1of 6

VOICE CONTROLLED WHEEL CHAIR

Anish Gawande, Pruthvaik Gawali, Sumit Gawai, Rushikesh Gawade, Jaykumar Gavit, Aditya Gavate.

Department Of Engineering, Sciences and Humanities (DESH)

Vishwakarma Institute of Technology, Pune, 411037, Maharashtra,

India

Abstract — This project proposes the


development of a voice-controlled wheelchair
system using Arduino, accompanied by a
mobile application for seamless control. It I. INTRODUCTION
addresses the pressing need for accessible This project aims to develop a voice-controlled
assistive technology, empowering individuals wheelchair system using Arduino UNO as the central
with mobility impairments. By utilizing voice control unit. The system incorporates various components
commands, users can effortlessly navigate the such as the L298N motor driver, HC-05 Bluetooth
wheelchair, eliminating the physical effort module, HC-SR04 ultrasonic sensor, DC motor, and a
required for manual controls. The Arduino 1000mAh Lipo battery, among others. The Arduino UNO
microcontroller interfaces with the serves as the brain of the wheelchair, controlling its
wheelchair's hardware, including motors, movements and functionality.
sensors, and actuators, while the mobile app The motor driver is responsible for controlling the
serves as a user-friendly interface for issuing wheelchair's motors, while the Bluetooth module enables
commands. Voice recognition algorithms wireless communication between the wheelchair and a
integrated into the app ensure accurate companion mobile application. The HC-SR04 ultrasonic
interpretation and execution of voice sensor is used for obstacle detection, ensuring safe
commands. navigation.
The system offers numerous benefits, The system's basic structure involves establishing
including enhanced mobility, independence, connections between the Arduino and the different
and reduced cognitive load. Users gain the components. This includes connecting the motor driver to
the Arduino for motor control, linking the Bluetooth
ability to navigate their surroundings with
module for communication, and interfacing the ultrasonic
ease, improving their quality of life and
sensor for obstacle detection.
promoting inclusivity. The project's open-
source nature allows for customization and To control the wheelchair, a mobile application is
future development, fostering ongoing developed and paired with the Bluetooth module. The
innovation in the field of assistive technology. user can issue voice commands through the app, enabling
intuitive control over the wheelchair's movements and
In conclusion, the voice-controlled functions.
wheelchair system presented in this project Overall, this project presents a foundation for building
provides a novel and accessible solution for a voice-controlled wheelchair system, offering increased
individuals with mobility impairments. By accessibility and independence for individuals with
leveraging Arduino and a user-friendly mobile mobility impairments.
application, it enables intuitive control,
ultimately enhancing users' independence and
overall well-being. The project contributes to
the advancement of assistive technology and
holds great potential for further improvements
and customization.
Also the market for powered wheel chair is huge, and it is
II. PRE CASE SCENARIO constantly growing day by day as shown in Figure 1.1
Assistive technology products, including voice-
controlled wheelchairs, have gained significant
attention in recent years. Several commercial
products are available in the market that offer
various levels of automation and control.
However, the availability and affordability of
voice-controlled wheelchairs still remain limited,
leaving room for further innovation and
development
Existing products in the market often come with (Figure 1.1)
high price tags, making them inaccessible for The market for powered wheelchairs is experiencing
many individuals with mobility impairments. significant growth due to several factors. An aging
Additionally, some commercially available population, increasing prevalence of mobility
options lack customization features and may not impairments, and rising awareness about the importance of
fully meet the specific needs of different users. accessibility have contributed to the expanding market.
This creates a demand for more affordable and Additionally, advancements in technology and design have
adaptable solutions that can be tailored to led to the development of more innovative and user-
individual requirements. friendly powered wheelchairs. Manufacturers are focusing
Moreover, the integration of voice control on enhancing features such as improved maneuverability,
technology in assistive devices is an area that still longer battery life, and customizable options to meet
has room for improvement. While voice individual needs. The demand for powered wheelchairs is
recognition technology has advanced expected to continue to rise as the global population ages
significantly, there is a need for more user- and the importance of inclusivity becomes increasingly
friendly and accurate voice command systems. recognized.
Many existing products struggle with accurate
interpretation of voice commands, leading to
frustrations for users. III. METHODOLOGY/EXPERIMENTAL
The Need for Our Project:
The proposed project fills a crucial gap in the A. Methodology followed
market by offering a voice-controlled wheelchair The methodology of the voice-controlled wheelchair
system that is affordable, customizable, and user- project involves a systematic approach to design, develop,
friendly. By utilizing open-source hardware and and implement the system using Arduino and various
software, the project allows for flexibility and components. The following steps outline the key stages of
adaptability, making it accessible to a broader the project:
user base. 1) Requirement Analysis: The first step is to identify
Our project also addresses the need for accurate the specific needs and requirements of individuals
and reliable voice command interpretation. By with mobility impairments. This includes
integrating voice recognition algorithms into the understanding the desired wheelchair movements,
mobile application, we aim to enhance the control options, and safety features.
accuracy of interpreting and executing voice 2) Component Selection: Based on the identified
commands, providing a more seamless user requirements, suitable components are selected,
experience. such as Arduino UNO, motor driver (L298N),
Furthermore, our project offers a platform for Bluetooth module (HC-05), ultrasonic sensor (HC-
ongoing research and development. The open- SR04), and others. The selection is made
source nature of the project encourages considering factors such as compatibility,
collaboration and innovation, allowing others to functionality, and cost-effectiveness.
build upon the existing design and contribute to 3) System Design: A comprehensive system design is
the advancement of assistive technology. created, illustrating the connections between
components, power supply arrangements, and the
overall structure of the wheelchair. The design
takes into account the integration of voice mobility impairments.
recognition algorithms, motor control,
obstacle detection, and user interface
elements. Figure 1.2
4) Hardware Implementation: The chosen
components are physically connected and
integrated with the Arduino UNO using
jumper wires, breadboards, and other
necessary accessories. Careful attention is
given to proper wiring, ensuring accurate
connections and power supply
arrangements.
5) Software Development: The Arduino code
is developed to enable communication
between the different components,
interpret voice commands, control the
motors, and interact with the Bluetooth
module and ultrasonic sensor. The code is
optimized for efficiency, accuracy, and
reliability.
6) Mobile Application Development: A (Figure 1.2)
companion mobile application is
B. Connections and working
developed, providing a user-friendly
interface for issuing voice commands, In the voice-controlled wheelchair project, the various
customizing control settings, and components are connected to Arduino UNO to enable
monitoring the wheelchair's status. The seamless control and operation. This can aptly be seen
app is designed to communicate with the in figure 1.2Here is an overview of the connections and
Arduino via Bluetooth. how the project works:
7) Testing and Refinement: The integrated
system undergoes rigorous testing to 1) Motor Driver (L298N) to Arduino: The motor
ensure its functionality, reliability, and driver is connected to Arduino using jumper wires.
user-friendliness. Various test scenarios IN1 and IN2 pins are connected to digital pins 8
are performed to validate the accuracy of and 9, respectively, while IN3 and IN4 are
voice command interpretation, motor connected to digital pins 10 and 11. The +12V pin
control, obstacle detection, and overall of the motor driver is connected to the positive lead
system performance. Feedback from of the LiPo battery, and GND is connected to the
potential users is also gathered for further negative lead. The +5V pin of the motor driver is
refinement. connected to VIN (Arduino) for power supply.
8) Documentation and Dissemination: A 2) Bluetooth Module (HC-05) to Arduino: The
detailed documentation of the project, Bluetooth module is connected to Arduino using
including schematics, code, and user jumper wires. The +5V pin of the Bluetooth
guidelines, is prepared to facilitate module is connected to the +5V pin of Arduino,
replication and future development. The while GND is connected to GND. The RX pin of
project findings, methodologies, and Arduino is connected to the TX pin of the
outcomes are shared through reports, Bluetooth module, and the TX pin of Arduino is
presentations, and online platforms to connected to the RX pin of the Bluetooth module.
contribute to the field of assistive
technology. 3) Ultrasonic Sensor (HC-SR04) to Arduino: Two
ultrasonic sensors are used in this project for
obstacle detection. Each sensor is connected to
By following this methodology, the voice- Arduino using jumper wires. The trig pins of both
controlled wheelchair project aims to create an sensors are connected to digital pins 12 and 7,
accessible and user-friendly system that enhances while the echo pins are connected to digital pins 13
the mobility and independence of individuals with
and 6. VCC is connected to the 5V pin of (Figure 1.3)
Arduino, and GND is connected to GND.
We can aptly see the basic structure of the project in
4) Other Connections: The LED light is Figure 1.3
connected to digital pin 5 of Arduino, the
IV. FUTURE SCOPE
buzzer is connected to digital pin 4, and
the push button is connected to digital pin The future scope of this project is quite extensive and
3. Additionally, a switch is connected to can be expanded to include more advanced features and
control the power supply of the entire capabilities. Some possible areas of future development
system. include:
1) Integration of Machine Learning: Implementing
The project works as follows: The user issues machine learning algorithms can improve the voice
voice commands through the companion mobile recognition accuracy and enable the wheelchair to
application. The app communicates with Arduino learn and adapt to individual user preferences.
via Bluetooth, sending the voice commands to the 2) Gesture Control: Adding gesture recognition
Arduino. The voice recognition algorithms technology can provide an alternative control
integrated into the Arduino code accurately method, allowing users to navigate the wheelchair
interpret the voice commands. Based on the through hand gestures or body movements.
interpreted commands, the Arduino controls the 3) Smart Home Integration: Integrating the
motor driver to move the wheelchair in the wheelchair with smart home systems can enable
desired direction, such as forward, backward, seamless interaction with IoT devices, allowing
turning, or stopping. users to control lights, appliances, and other devices
using voice commands.
Simultaneously, the ultrasonic sensors detect any
obstacles in the path of the wheelchair. If an 4) Cloud Connectivity: Connecting the wheelchair to
the cloud can facilitate remote monitoring, data
obstacle is detected, the Arduino triggers
analysis, and software updates, enhancing the
appropriate actions, such as stopping the
functionality and performance of the system.
wheelchair or emitting warning signals through
the buzzer and LED light. The push button and 5) Advanced Obstacle Avoidance: Developing
switch allow additional functionalities, such as advanced obstacle detection and avoidance
emergency stop or system power control. mechanisms, such as using AI-based computer
vision algorithms, can further enhance the
The Arduino code and integrated components wheelchair's ability to navigate complex
work together to ensure precise and efficient environments and avoid collisions.
control of the wheelchair, providing a user- Overall, the future scope of this project is quite
friendly and intuitive means of navigation for promising, and by leveraging the latest AI and machine
individuals with mobility impairments. learning technologies, we can develop a powerful tool that
can help farmers optimize their operations and reduce
risks
CONCLUSION
I In conclusion, the voice-controlled wheelchair project
utilizing Arduino demonstrates the potential to
revolutionize the field of assistive technology. By
combining voice commands, Arduino programming, and
various components, the project offers a practical and
affordable solution for individuals with mobility
impairments. The project's emphasis on customization and
user-friendliness addresses the unique needs and
preferences of wheelchair users, promoting independence
and enhancing their quality of life.

Furthermore, the open-source nature of the project


encourages collaboration, allowing for continuous
improvement and innovation in the field. As technology
advances and new components become available, the
project can be expanded and enhanced to
incorporate the latest developments.

With the growing demand for accessible solutions,


the voice-controlled wheelchair project holds
significant relevance. It provides an affordable
alternative to expensive commercial products and
offers customization options that cater to
individual requirements. By increasing mobility
and control, the project contributes to fostering
inclusivity and autonomy for individuals with
mobility challenges.

As the field of assistive technology continues to


evolve, the voice-controlled wheelchair project
stands as a testament to the potential of Arduino-
based systems to create practical and impactful
solutions for individuals with disabilities.
Through further research, development, and
collaboration, this project can pave the way for
advancements in assistive technology, improving
the lives of countless individuals around the
world.
ACKNOWLEDGMENT
We would like to acknowledge and
thank our supervisor - Vaishali Rajput
for all the guidance and advice that she
provided throughout the project. We are
also grateful to DESH (Department of
Engineering Sciences and Humanities)
VIT,PUNE, for providing us with their
support throughout the project.

REFERENCES
[1] "Design and Implementation of a Voice-
Controlled Intelligent Wheelchair
System" by Yu-Ting Pai, et al.
[2] ""Development of an Intelligent
Wheelchair System with Voice
Recognition" by S. B. Warkad, et al..
[3] "Voice Controlled Wheelchair Using
Arduino" by A. Ahmadi, et al
[4] "Gesture Recognition-Based Wheelchair
Control Using Arduino" by S. S. Dharani,
et al..
[5] "Arduino-Based Smart Wheelchair for
Assisting People with Disabilities" by C.
V. Sonawane, et al.

You might also like