SlideShare a Scribd company logo
1 of 5
Download to read offline
Voice controlled robotic wheel chair Using raspberry pi 3 and Arduino uno
Name of Students Under the guidance of
Monu Singh (1500121015) Mr. Puneet kumar chaudhary
Narendra Kumar(1400121024) Assist. Professor
Tushar Gupta(1500121024)
ELECTRICAL & ELECTRONICS DEPARTMENT
ANAND ENGINEERING COLLEGE, KEETHAM AGRA-282007
Introduction :-
Speech is the most important way of communication for people. Using the speech as the
interface for processes became more important with the improvements of artificial intelligence.
In this project, it is implemented to control a wheel chair with speech comment. Speech
commends were taken to the computer by the microphone, the features were extracted with The
Mel Frequency Spectral Coefficients algorithms and they were recognized by the help of
Artificial Neural Networks. Finally, the comments have converted the form in which the wheel
chair can recognize and move accordingly. Our proposed system aim at a robotic vehicle
operated by human speech commands. The system operates with the use of an android device
which transmits voice commands to raspberry pi to achieve this functionality. The transmitter
consists of the android phone Bluetooth device. The voice commands recognized by the module
are transmitted through the Bluetooth transmitter. These commands are detected by the wheel
chair in order to move it in left, right, backward and front directions. The Bluetooth receiver
mounted on raspberry pi is used to recognize the transmitted commands and decode them. The
controller then drives the vehicle motors to move it accordingly. This is done with the use of a
driver IC used to control the motor movements. The Bluetooth technology used to transmit and
receive data allows for remotely operating the system within a good range. Voice operated robot
is used for one moving object is developed such that it is moved as per commands are given by
the voice recognition module and that command is received by robot and robot is matched the
given command with stored program and then set the command as per voice using wireless
communication.
A system of wheelchair is designed which is operated using voice Commands and is useful for
the person who is physically challenged. This model explains the speech recognition to provide
the hi tech approach towards the goal that is to operate wheelchair with less efforts. By using
speech recognition technique for controlling the wheelchair, we have to speak into the
microphone and the Raspberry pi B follows the commands and perform the operations on the Dc
motor. This model presents the concept of speech recognition . In this way, a navigation
framework for wheelchairs in which integrates various alternative input interfaces where voice
control is done with voice recognition module. This enables patient with limited control over
their limbs to navigate using voice commands.
Speech is the most used way of communication for people. We born with the skills of speaking,
learn it easily during our early childhood and mostly communicate with each Other with speech
throughout our lives. By the developments of communication technologies in the last era, the
speech starts to be an important interface for many systems. Instead of using complex different
interfaces, speech is easier to communicate with computers. In this project, it is aimed to control
a robot with speech commands. The robot is able to Recognize spoken commands to move
correctly. To give a direction to the robot, first, the voice command is sent to the computer using
a microphone. The computer recognizes the command by speech recognition system. And then
computer converts the voice command to direct command that predefined and recognizable by
the robot. When the robot gets the direction command, it moves according to the spoken
command.
This project Voice Controlled Robotic Vehicle helps to control robot through voice commands
received via android application. The integration of control unit with Bluetooth device is done to
capture and read the voice commands. The controlling device may be any android based
Smartphone/tab etc having an android OS. The android controlling system provides a good
interactive GUI that makes it easy for the user to control the vehicle. The transmitter uses an
android application required for transmitting the data. The receiver end reads these commands
and interprets them into controlling the robotic vehicle. The android device sends commands to
move the vehicle in forward, backward, right and left directions. After receiving the commands,
the microcontroller then operates the motors I order to move the vehicle in four directions. The
communication between android device and receiver is sent as serial communication data
Definition of Speech Recognition :- Speech recognition is the process of converting the speech
signal to a sequence of word by means of an algorithm implemented as a program which is also
known as Automatic speech recognition (ASR). Basically speaker independent systems are most
widely used because voice training is not used there. Speech recognition is classified as
connected word recognition and isolated word recognition. So the speech recognition is nothing
but the pattern matching based on training and recognition. Speech signal is characterized. For
this system the input taken as human voice signal.
This voice signal is detected by the USB microphone which is connected to the raspberry pi B.
After passing some of the sequence of steps, words are recognized. The output of the recognized
word is displayed on the terminal window. Using the gpio pins of the Raspberry pi these signals
are transmitted to the dc motor and according to that the action is performed.
Keyword : raspberry pi3, Arduino programming, python language
Literature survey :-
1. Chin-Tuan Tan and Brian C. J. Moore, “Perception of nonlinear distortion by
hearing-impaired people,”
Abstract: In this paper Objective quality measures have a long history in the
speech and audio community, with a wide variety of measures reported in the
literature. Some of the earliest objective quality measures quantified the
difference between a degraded signal and its corresponding clean version using
relatively simple calculations based on signal-to-noise ratio
2. Oberle, S., and Kaelin, A. "Recognition of acoustical alarm signals for the
profoundly deaf using hidden Markov models,"
Abstract: A new acoustical alarm signal recognition scheme for tactile hearing aids
using hidden Markov models (HMM's) is presented. In particular, a maximum
likelihood classifier is proposed where the observation probability density function of
each alarm class is modeled by a four-state HMM
3. Q. Y. Hong, C. H. Zhang, X. Y. Chen, and Y. Chen, “Embedded speech
recognition system for intelligent robot,”
Abstract: “Infrared navigation—Part I: An assessment of feasibility,” IEEE
Trans. Electron Devices, vol. ED-11, pp. 34-39, Jan. 1959. Speech synthesis is
done by using raspberry pi only and is achieved by using pocket Sphinx. Speech
synthesis is used for the vocal response from the raspberry pi
C. M. Higgins and V. Pant, “Biomimetic VLSI sensor for visual tracking of
small moving targets”
Abstract : Taking inspiration from the visual system of the fly, we describe and
characterize a monolithic analog very large-scale integration sensor, which
produces control signals appropriate for the guidance of an autonomous robot to
visually track a small moving target
F. Daerden and D. Lefeber,” The concept and design of pleated pneumatic
artificial muscles”
Abstract : This paper describes the design of a new type of Pneumatic Artificial
Muscle (PAM), namely the Pleated Pneumatic Artificial Muscle (PPAM). It was
developed as an improvement with regard to existing types of PAM, e.g. the
McKibben muscle.
Methodology:-
The block diagram which includes all the components of the wheelchair. USB microphone is
used to send the voice commands to the raspberry pi and after that voice recognition module is
used for the speech recognition which display the voice commands
Raspbery pi
Software Requirement :-
1. Arduino IDE.
2. Google speech API.
3. Coding language : (1) Arduino programming (java & C++).(2) Raspberry pi
programming (python)
Arduino
Transmits orders
from raspbery pi to
motor
Listener Thread
Listen to message
coming from the
Arduino
Command Thread
Send message to the Arduino
Main Thread
- PD controller
- starts all the
Thread
Voice processing
Thread
Detect the voice and execute
the voice
Voice Analyser
Thread
Retrieves the current
voice from the USB mic
and put it in a
queue
USB microphone
Motors
Proposed work :-
Based on above Exhautive Literature Review of Various Topologies, voice controlled robotic
wheel chair using raspberry pi work is proposed for the project:
1. To investigate different method of voice control board module
2. Investigation on Different voice control techniques
3. To design the model using proteous
4. To investigate the method to interface between hardware & software
5. To investigation on methodology for voice recognition
6. Several studies have concluded that the independent mobility or movement which is
included powered wheel chair, manual wheelchair and walker access the benefit to all
the disabled human beings .
Reference :-
[1].Chin-Tuan Tan and Brian C. J. Moore, “Perception of nonlinear distortion by hearing-
impaired people,” International Journal of Ideology 2008,Vol. 47, No. 5 , Pages 246-256.
[2].Oberle, S., and Kaelin, A. "Recognition of acoustical alarm signals for the profoundly
deaf using hidden Markov models," in IEEE International symposium on Circuits and
Systems (Hong Kong), pp. 2285-2288., 1995.
[3].A. Shawki and Z. J.,“A smart reconfigurable visual system for the blind”, Proceedings of
the Tunisian-German Conference on: Smart Systems and Devices, 2001.
[4].C. M. Higgins and V. Pant, “Biomimetic VLSI sensor for visual tracking of small moving
targets”, IEEE Transactions on Circuits anSystems, vol. 51, pp. 2384– 2394, 2004.
[5].F. Daerden and D. Lefeber,” The concept and design of pleated pneumatic artificial
muscles”, International Journal of Fluid Power, vol. 2, no. 3, 2001, pp. 41–45

More Related Content

What's hot

A Translation Device for the Vision Based Sign Language
A Translation Device for the Vision Based Sign LanguageA Translation Device for the Vision Based Sign Language
A Translation Device for the Vision Based Sign Languageijsrd.com
 
Artificial Intelligence- An Introduction
Artificial Intelligence- An IntroductionArtificial Intelligence- An Introduction
Artificial Intelligence- An Introductionacemindia
 
IRJET- Optical Character Recognition for Blind using Raspberry Pi
IRJET- Optical Character Recognition for Blind using Raspberry PiIRJET- Optical Character Recognition for Blind using Raspberry Pi
IRJET- Optical Character Recognition for Blind using Raspberry PiIRJET Journal
 
Design of a Communication System using Sign Language aid for Differently Able...
Design of a Communication System using Sign Language aid for Differently Able...Design of a Communication System using Sign Language aid for Differently Able...
Design of a Communication System using Sign Language aid for Differently Able...IRJET Journal
 
brain-computerinterface-SUBHAM KAR
brain-computerinterface-SUBHAM KARbrain-computerinterface-SUBHAM KAR
brain-computerinterface-SUBHAM KARSubham Kar
 
IRJET- Blind Navigation System using Artificial Intelligence
IRJET- Blind Navigation System using Artificial IntelligenceIRJET- Blind Navigation System using Artificial Intelligence
IRJET- Blind Navigation System using Artificial IntelligenceIRJET Journal
 
Password Based Hand Gesture Controlled Robot
Password Based Hand Gesture Controlled Robot Password Based Hand Gesture Controlled Robot
Password Based Hand Gesture Controlled Robot IJERA Editor
 
Gesture recognition using artificial neural network,a technology for identify...
Gesture recognition using artificial neural network,a technology for identify...Gesture recognition using artificial neural network,a technology for identify...
Gesture recognition using artificial neural network,a technology for identify...NidhinRaj Saikripa
 
IRJET - Sign Language Recognition using Neural Network
IRJET - Sign Language Recognition using Neural NetworkIRJET - Sign Language Recognition using Neural Network
IRJET - Sign Language Recognition using Neural NetworkIRJET Journal
 
IRJET- Text Reading for Visually Impaired Person using Raspberry Pi
IRJET- Text Reading for Visually Impaired Person using Raspberry PiIRJET- Text Reading for Visually Impaired Person using Raspberry Pi
IRJET- Text Reading for Visually Impaired Person using Raspberry PiIRJET Journal
 
AlterEgo: A Personalized Wearable Silent Speech Interface
AlterEgo: A Personalized Wearable Silent Speech InterfaceAlterEgo: A Personalized Wearable Silent Speech Interface
AlterEgo: A Personalized Wearable Silent Speech Interfaceeraser Juan José Calderón
 
Development of Sign Signal Translation System Based on Altera’s FPGA DE2 Board
Development of Sign Signal Translation System Based on Altera’s FPGA DE2 BoardDevelopment of Sign Signal Translation System Based on Altera’s FPGA DE2 Board
Development of Sign Signal Translation System Based on Altera’s FPGA DE2 BoardWaqas Tariq
 
IRJET- Hand Gesture Recognition and Voice Conversion for Deaf and Dumb
IRJET- Hand Gesture Recognition and Voice Conversion for Deaf and DumbIRJET- Hand Gesture Recognition and Voice Conversion for Deaf and Dumb
IRJET- Hand Gesture Recognition and Voice Conversion for Deaf and DumbIRJET Journal
 
sign language recognition using HMM
sign language recognition using HMMsign language recognition using HMM
sign language recognition using HMMveegrrl
 
A Dynamic hand gesture recognition for human computer interaction
A Dynamic hand gesture recognition for human computer interactionA Dynamic hand gesture recognition for human computer interaction
A Dynamic hand gesture recognition for human computer interactionKunika Barai
 
Gesture recognition using artificial neural network,a technology for identify...
Gesture recognition using artificial neural network,a technology for identify...Gesture recognition using artificial neural network,a technology for identify...
Gesture recognition using artificial neural network,a technology for identify...NidhinRaj Saikripa
 
IRJET- Hand Gesture Recognition System using Convolutional Neural Networks
IRJET- Hand Gesture Recognition System using Convolutional Neural NetworksIRJET- Hand Gesture Recognition System using Convolutional Neural Networks
IRJET- Hand Gesture Recognition System using Convolutional Neural NetworksIRJET Journal
 

What's hot (19)

A Translation Device for the Vision Based Sign Language
A Translation Device for the Vision Based Sign LanguageA Translation Device for the Vision Based Sign Language
A Translation Device for the Vision Based Sign Language
 
Artificial Intelligence- An Introduction
Artificial Intelligence- An IntroductionArtificial Intelligence- An Introduction
Artificial Intelligence- An Introduction
 
IRJET- Optical Character Recognition for Blind using Raspberry Pi
IRJET- Optical Character Recognition for Blind using Raspberry PiIRJET- Optical Character Recognition for Blind using Raspberry Pi
IRJET- Optical Character Recognition for Blind using Raspberry Pi
 
Design of a Communication System using Sign Language aid for Differently Able...
Design of a Communication System using Sign Language aid for Differently Able...Design of a Communication System using Sign Language aid for Differently Able...
Design of a Communication System using Sign Language aid for Differently Able...
 
brain-computerinterface-SUBHAM KAR
brain-computerinterface-SUBHAM KARbrain-computerinterface-SUBHAM KAR
brain-computerinterface-SUBHAM KAR
 
IRJET- Blind Navigation System using Artificial Intelligence
IRJET- Blind Navigation System using Artificial IntelligenceIRJET- Blind Navigation System using Artificial Intelligence
IRJET- Blind Navigation System using Artificial Intelligence
 
Password Based Hand Gesture Controlled Robot
Password Based Hand Gesture Controlled Robot Password Based Hand Gesture Controlled Robot
Password Based Hand Gesture Controlled Robot
 
Gesture recognition using artificial neural network,a technology for identify...
Gesture recognition using artificial neural network,a technology for identify...Gesture recognition using artificial neural network,a technology for identify...
Gesture recognition using artificial neural network,a technology for identify...
 
IRJET - Sign Language Recognition using Neural Network
IRJET - Sign Language Recognition using Neural NetworkIRJET - Sign Language Recognition using Neural Network
IRJET - Sign Language Recognition using Neural Network
 
IRJET- Text Reading for Visually Impaired Person using Raspberry Pi
IRJET- Text Reading for Visually Impaired Person using Raspberry PiIRJET- Text Reading for Visually Impaired Person using Raspberry Pi
IRJET- Text Reading for Visually Impaired Person using Raspberry Pi
 
D0361015021
D0361015021D0361015021
D0361015021
 
AlterEgo: A Personalized Wearable Silent Speech Interface
AlterEgo: A Personalized Wearable Silent Speech InterfaceAlterEgo: A Personalized Wearable Silent Speech Interface
AlterEgo: A Personalized Wearable Silent Speech Interface
 
1st review
1st review1st review
1st review
 
Development of Sign Signal Translation System Based on Altera’s FPGA DE2 Board
Development of Sign Signal Translation System Based on Altera’s FPGA DE2 BoardDevelopment of Sign Signal Translation System Based on Altera’s FPGA DE2 Board
Development of Sign Signal Translation System Based on Altera’s FPGA DE2 Board
 
IRJET- Hand Gesture Recognition and Voice Conversion for Deaf and Dumb
IRJET- Hand Gesture Recognition and Voice Conversion for Deaf and DumbIRJET- Hand Gesture Recognition and Voice Conversion for Deaf and Dumb
IRJET- Hand Gesture Recognition and Voice Conversion for Deaf and Dumb
 
sign language recognition using HMM
sign language recognition using HMMsign language recognition using HMM
sign language recognition using HMM
 
A Dynamic hand gesture recognition for human computer interaction
A Dynamic hand gesture recognition for human computer interactionA Dynamic hand gesture recognition for human computer interaction
A Dynamic hand gesture recognition for human computer interaction
 
Gesture recognition using artificial neural network,a technology for identify...
Gesture recognition using artificial neural network,a technology for identify...Gesture recognition using artificial neural network,a technology for identify...
Gesture recognition using artificial neural network,a technology for identify...
 
IRJET- Hand Gesture Recognition System using Convolutional Neural Networks
IRJET- Hand Gesture Recognition System using Convolutional Neural NetworksIRJET- Hand Gesture Recognition System using Convolutional Neural Networks
IRJET- Hand Gesture Recognition System using Convolutional Neural Networks
 

Similar to Voice controlled wheel chair

INTERNET OF THINGS [Voice Controlled Robotic Vehicle]
INTERNET OF THINGS [Voice Controlled Robotic Vehicle]INTERNET OF THINGS [Voice Controlled Robotic Vehicle]
INTERNET OF THINGS [Voice Controlled Robotic Vehicle]gowtham siddegowda
 
humanoid final ppt.pptx based on the servo motor
humanoid final ppt.pptx based on the servo motorhumanoid final ppt.pptx based on the servo motor
humanoid final ppt.pptx based on the servo motortulsamma584101
 
Iaetsd artificial intelligence
Iaetsd artificial intelligenceIaetsd artificial intelligence
Iaetsd artificial intelligenceIaetsd Iaetsd
 
Phase1 presentation1FINAL.pptx
Phase1 presentation1FINAL.pptxPhase1 presentation1FINAL.pptx
Phase1 presentation1FINAL.pptxPoornimak52
 
Demonstration of visual based and audio-based hci system
Demonstration of visual based and audio-based hci systemDemonstration of visual based and audio-based hci system
Demonstration of visual based and audio-based hci systemeSAT Journals
 
final project presentation.pptx
final project presentation.pptxfinal project presentation.pptx
final project presentation.pptxPoornimak52
 
Speech Recognized Automation System Using Speaker Identification through Wire...
Speech Recognized Automation System Using Speaker Identification through Wire...Speech Recognized Automation System Using Speaker Identification through Wire...
Speech Recognized Automation System Using Speaker Identification through Wire...IOSR Journals
 
Speech Recognized Automation System Using Speaker Identification through Wire...
Speech Recognized Automation System Using Speaker Identification through Wire...Speech Recognized Automation System Using Speaker Identification through Wire...
Speech Recognized Automation System Using Speaker Identification through Wire...IOSR Journals
 
Wake-up-word speech recognition using GPS on smart phone
Wake-up-word speech recognition using GPS on smart phoneWake-up-word speech recognition using GPS on smart phone
Wake-up-word speech recognition using GPS on smart phoneIJERA Editor
 
5.smart multilingual sign boards
5.smart multilingual sign boards5.smart multilingual sign boards
5.smart multilingual sign boardsEditorJST
 
Implementation of humanoid robot with using the concept of synthetic brain
Implementation of humanoid robot with using the concept of synthetic brainImplementation of humanoid robot with using the concept of synthetic brain
Implementation of humanoid robot with using the concept of synthetic braineSAT Journals
 
Implementation of Robotic System Using Speech Recognition Technique based on ...
Implementation of Robotic System Using Speech Recognition Technique based on ...Implementation of Robotic System Using Speech Recognition Technique based on ...
Implementation of Robotic System Using Speech Recognition Technique based on ...IJAEMSJORNAL
 
Survey on Human Computer interaction for disabled persons
Survey on Human Computer interaction  for disabled persons Survey on Human Computer interaction  for disabled persons
Survey on Human Computer interaction for disabled persons Muhammad Bilal
 
Implementation of humanoid robot with using the
Implementation of humanoid robot with using theImplementation of humanoid robot with using the
Implementation of humanoid robot with using theeSAT Publishing House
 
Advanced Computational Intelligence: An International Journal (ACII)
Advanced Computational Intelligence: An International Journal (ACII)Advanced Computational Intelligence: An International Journal (ACII)
Advanced Computational Intelligence: An International Journal (ACII)aciijournal
 
VOICE COMMAND SYSTEM USING RASPBERRY PI
VOICE COMMAND SYSTEM USING RASPBERRY PIVOICE COMMAND SYSTEM USING RASPBERRY PI
VOICE COMMAND SYSTEM USING RASPBERRY PIaciijournal
 

Similar to Voice controlled wheel chair (20)

INTERNET OF THINGS [Voice Controlled Robotic Vehicle]
INTERNET OF THINGS [Voice Controlled Robotic Vehicle]INTERNET OF THINGS [Voice Controlled Robotic Vehicle]
INTERNET OF THINGS [Voice Controlled Robotic Vehicle]
 
Bt35408413
Bt35408413Bt35408413
Bt35408413
 
humanoid final ppt.pptx based on the servo motor
humanoid final ppt.pptx based on the servo motorhumanoid final ppt.pptx based on the servo motor
humanoid final ppt.pptx based on the servo motor
 
Desktop assistant
Desktop assistant Desktop assistant
Desktop assistant
 
Iaetsd artificial intelligence
Iaetsd artificial intelligenceIaetsd artificial intelligence
Iaetsd artificial intelligence
 
Phase1 presentation1FINAL.pptx
Phase1 presentation1FINAL.pptxPhase1 presentation1FINAL.pptx
Phase1 presentation1FINAL.pptx
 
Demonstration of visual based and audio-based hci system
Demonstration of visual based and audio-based hci systemDemonstration of visual based and audio-based hci system
Demonstration of visual based and audio-based hci system
 
final project presentation.pptx
final project presentation.pptxfinal project presentation.pptx
final project presentation.pptx
 
Speech Recognized Automation System Using Speaker Identification through Wire...
Speech Recognized Automation System Using Speaker Identification through Wire...Speech Recognized Automation System Using Speaker Identification through Wire...
Speech Recognized Automation System Using Speaker Identification through Wire...
 
Speech Recognized Automation System Using Speaker Identification through Wire...
Speech Recognized Automation System Using Speaker Identification through Wire...Speech Recognized Automation System Using Speaker Identification through Wire...
Speech Recognized Automation System Using Speaker Identification through Wire...
 
Wake-up-word speech recognition using GPS on smart phone
Wake-up-word speech recognition using GPS on smart phoneWake-up-word speech recognition using GPS on smart phone
Wake-up-word speech recognition using GPS on smart phone
 
FINAL report
FINAL reportFINAL report
FINAL report
 
5.smart multilingual sign boards
5.smart multilingual sign boards5.smart multilingual sign boards
5.smart multilingual sign boards
 
Implementation of humanoid robot with using the concept of synthetic brain
Implementation of humanoid robot with using the concept of synthetic brainImplementation of humanoid robot with using the concept of synthetic brain
Implementation of humanoid robot with using the concept of synthetic brain
 
Implementation of Robotic System Using Speech Recognition Technique based on ...
Implementation of Robotic System Using Speech Recognition Technique based on ...Implementation of Robotic System Using Speech Recognition Technique based on ...
Implementation of Robotic System Using Speech Recognition Technique based on ...
 
Survey on Human Computer interaction for disabled persons
Survey on Human Computer interaction  for disabled persons Survey on Human Computer interaction  for disabled persons
Survey on Human Computer interaction for disabled persons
 
C0352016019
C0352016019C0352016019
C0352016019
 
Implementation of humanoid robot with using the
Implementation of humanoid robot with using theImplementation of humanoid robot with using the
Implementation of humanoid robot with using the
 
Advanced Computational Intelligence: An International Journal (ACII)
Advanced Computational Intelligence: An International Journal (ACII)Advanced Computational Intelligence: An International Journal (ACII)
Advanced Computational Intelligence: An International Journal (ACII)
 
VOICE COMMAND SYSTEM USING RASPBERRY PI
VOICE COMMAND SYSTEM USING RASPBERRY PIVOICE COMMAND SYSTEM USING RASPBERRY PI
VOICE COMMAND SYSTEM USING RASPBERRY PI
 

Recently uploaded

Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 

Recently uploaded (20)

Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 

Voice controlled wheel chair

  • 1. Voice controlled robotic wheel chair Using raspberry pi 3 and Arduino uno Name of Students Under the guidance of Monu Singh (1500121015) Mr. Puneet kumar chaudhary Narendra Kumar(1400121024) Assist. Professor Tushar Gupta(1500121024) ELECTRICAL & ELECTRONICS DEPARTMENT ANAND ENGINEERING COLLEGE, KEETHAM AGRA-282007 Introduction :- Speech is the most important way of communication for people. Using the speech as the interface for processes became more important with the improvements of artificial intelligence. In this project, it is implemented to control a wheel chair with speech comment. Speech commends were taken to the computer by the microphone, the features were extracted with The Mel Frequency Spectral Coefficients algorithms and they were recognized by the help of Artificial Neural Networks. Finally, the comments have converted the form in which the wheel chair can recognize and move accordingly. Our proposed system aim at a robotic vehicle operated by human speech commands. The system operates with the use of an android device which transmits voice commands to raspberry pi to achieve this functionality. The transmitter consists of the android phone Bluetooth device. The voice commands recognized by the module are transmitted through the Bluetooth transmitter. These commands are detected by the wheel chair in order to move it in left, right, backward and front directions. The Bluetooth receiver mounted on raspberry pi is used to recognize the transmitted commands and decode them. The controller then drives the vehicle motors to move it accordingly. This is done with the use of a driver IC used to control the motor movements. The Bluetooth technology used to transmit and receive data allows for remotely operating the system within a good range. Voice operated robot is used for one moving object is developed such that it is moved as per commands are given by the voice recognition module and that command is received by robot and robot is matched the given command with stored program and then set the command as per voice using wireless communication. A system of wheelchair is designed which is operated using voice Commands and is useful for the person who is physically challenged. This model explains the speech recognition to provide the hi tech approach towards the goal that is to operate wheelchair with less efforts. By using speech recognition technique for controlling the wheelchair, we have to speak into the microphone and the Raspberry pi B follows the commands and perform the operations on the Dc motor. This model presents the concept of speech recognition . In this way, a navigation framework for wheelchairs in which integrates various alternative input interfaces where voice control is done with voice recognition module. This enables patient with limited control over their limbs to navigate using voice commands.
  • 2. Speech is the most used way of communication for people. We born with the skills of speaking, learn it easily during our early childhood and mostly communicate with each Other with speech throughout our lives. By the developments of communication technologies in the last era, the speech starts to be an important interface for many systems. Instead of using complex different interfaces, speech is easier to communicate with computers. In this project, it is aimed to control a robot with speech commands. The robot is able to Recognize spoken commands to move correctly. To give a direction to the robot, first, the voice command is sent to the computer using a microphone. The computer recognizes the command by speech recognition system. And then computer converts the voice command to direct command that predefined and recognizable by the robot. When the robot gets the direction command, it moves according to the spoken command. This project Voice Controlled Robotic Vehicle helps to control robot through voice commands received via android application. The integration of control unit with Bluetooth device is done to capture and read the voice commands. The controlling device may be any android based Smartphone/tab etc having an android OS. The android controlling system provides a good interactive GUI that makes it easy for the user to control the vehicle. The transmitter uses an android application required for transmitting the data. The receiver end reads these commands and interprets them into controlling the robotic vehicle. The android device sends commands to move the vehicle in forward, backward, right and left directions. After receiving the commands, the microcontroller then operates the motors I order to move the vehicle in four directions. The communication between android device and receiver is sent as serial communication data Definition of Speech Recognition :- Speech recognition is the process of converting the speech signal to a sequence of word by means of an algorithm implemented as a program which is also known as Automatic speech recognition (ASR). Basically speaker independent systems are most widely used because voice training is not used there. Speech recognition is classified as connected word recognition and isolated word recognition. So the speech recognition is nothing but the pattern matching based on training and recognition. Speech signal is characterized. For this system the input taken as human voice signal. This voice signal is detected by the USB microphone which is connected to the raspberry pi B. After passing some of the sequence of steps, words are recognized. The output of the recognized word is displayed on the terminal window. Using the gpio pins of the Raspberry pi these signals are transmitted to the dc motor and according to that the action is performed. Keyword : raspberry pi3, Arduino programming, python language
  • 3. Literature survey :- 1. Chin-Tuan Tan and Brian C. J. Moore, “Perception of nonlinear distortion by hearing-impaired people,” Abstract: In this paper Objective quality measures have a long history in the speech and audio community, with a wide variety of measures reported in the literature. Some of the earliest objective quality measures quantified the difference between a degraded signal and its corresponding clean version using relatively simple calculations based on signal-to-noise ratio 2. Oberle, S., and Kaelin, A. "Recognition of acoustical alarm signals for the profoundly deaf using hidden Markov models," Abstract: A new acoustical alarm signal recognition scheme for tactile hearing aids using hidden Markov models (HMM's) is presented. In particular, a maximum likelihood classifier is proposed where the observation probability density function of each alarm class is modeled by a four-state HMM 3. Q. Y. Hong, C. H. Zhang, X. Y. Chen, and Y. Chen, “Embedded speech recognition system for intelligent robot,” Abstract: “Infrared navigation—Part I: An assessment of feasibility,” IEEE Trans. Electron Devices, vol. ED-11, pp. 34-39, Jan. 1959. Speech synthesis is done by using raspberry pi only and is achieved by using pocket Sphinx. Speech synthesis is used for the vocal response from the raspberry pi C. M. Higgins and V. Pant, “Biomimetic VLSI sensor for visual tracking of small moving targets” Abstract : Taking inspiration from the visual system of the fly, we describe and characterize a monolithic analog very large-scale integration sensor, which produces control signals appropriate for the guidance of an autonomous robot to visually track a small moving target F. Daerden and D. Lefeber,” The concept and design of pleated pneumatic artificial muscles” Abstract : This paper describes the design of a new type of Pneumatic Artificial Muscle (PAM), namely the Pleated Pneumatic Artificial Muscle (PPAM). It was developed as an improvement with regard to existing types of PAM, e.g. the McKibben muscle.
  • 4. Methodology:- The block diagram which includes all the components of the wheelchair. USB microphone is used to send the voice commands to the raspberry pi and after that voice recognition module is used for the speech recognition which display the voice commands Raspbery pi Software Requirement :- 1. Arduino IDE. 2. Google speech API. 3. Coding language : (1) Arduino programming (java & C++).(2) Raspberry pi programming (python) Arduino Transmits orders from raspbery pi to motor Listener Thread Listen to message coming from the Arduino Command Thread Send message to the Arduino Main Thread - PD controller - starts all the Thread Voice processing Thread Detect the voice and execute the voice Voice Analyser Thread Retrieves the current voice from the USB mic and put it in a queue USB microphone Motors
  • 5. Proposed work :- Based on above Exhautive Literature Review of Various Topologies, voice controlled robotic wheel chair using raspberry pi work is proposed for the project: 1. To investigate different method of voice control board module 2. Investigation on Different voice control techniques 3. To design the model using proteous 4. To investigate the method to interface between hardware & software 5. To investigation on methodology for voice recognition 6. Several studies have concluded that the independent mobility or movement which is included powered wheel chair, manual wheelchair and walker access the benefit to all the disabled human beings . Reference :- [1].Chin-Tuan Tan and Brian C. J. Moore, “Perception of nonlinear distortion by hearing- impaired people,” International Journal of Ideology 2008,Vol. 47, No. 5 , Pages 246-256. [2].Oberle, S., and Kaelin, A. "Recognition of acoustical alarm signals for the profoundly deaf using hidden Markov models," in IEEE International symposium on Circuits and Systems (Hong Kong), pp. 2285-2288., 1995. [3].A. Shawki and Z. J.,“A smart reconfigurable visual system for the blind”, Proceedings of the Tunisian-German Conference on: Smart Systems and Devices, 2001. [4].C. M. Higgins and V. Pant, “Biomimetic VLSI sensor for visual tracking of small moving targets”, IEEE Transactions on Circuits anSystems, vol. 51, pp. 2384– 2394, 2004. [5].F. Daerden and D. Lefeber,” The concept and design of pleated pneumatic artificial muscles”, International Journal of Fluid Power, vol. 2, no. 3, 2001, pp. 41–45