SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
Gesture Gloves
1
Neha Udeshi, 2
Yashvi Upadhyaya, 3
Gargi Vyas, 4
Maitri Thaker,
*
Prof. Mitchell D’Silva
1, 2, 3, 4
Student, *Faculty
Department of Information Technology,
Dwarkadas J. Sanghvi College of Engineering, Mumbai, India
1
udeshineha9@gmail.com, 2
yashviu@gmail.com, 3
maitrithaker2@gmail.com,
4
gargi.vyas@gmail.com, *
Mitchell.Dsilva@djsce.ac.in
Abstract
Patients with speech disorders often find it difficult to communicate their needs to the
general audience. These patients include the mute, senior citizens, paralyzed, and patients
with diseases such as dysarthria, aphasia, to name a few. To satisfy their requirements,
the Gesture Glove have been designed. These gloves ease the communication, without
much ado, by engendering predefined gestures to voice. The input is in the form of hand
gestures which is converted to text and speech. The gloves are equipped with multiple flex
sensors which produce varying resistance for every gesture made by the person.
Keywords: Hand Gesture, Assistive Technology, Signal Processing, Speech-impaired
People, Sign Language, Communication Process, Flex Sensor Resistance, Arduino,
Gesture
1. Introduction
Patients with speech disorders live an extremely unfortunate life, being unable to
communicate their thoughts to others. Such patients often find difficult to convey
what they require at a particular moment. This makes it impossible for the person
assisting them to understand what help is needed by the patient. The patient might
be hungry, thirsty or may be suffering from an asthma attack . In such circumstances,
if the objects of reference are out of sight, he or she cannot point out what is
required. Currently, bells are being used to call for help and the attendant deciphers
the patient’s needs by providing them a list of possible options and acting upon the
option with a positive response. This process increases the time of action, thus,
decreasing the efficiency and effectiveness . There is a need for a portable electronic
device which acts as an interpreter for these patients. The device should facilitate
easy communication. For this very purpose, the authors propose the system named
Gesture Gloves. These gloves are equipped internally with flex sensors. The system
uses a microcontroller for computing, bluetooth module for wireless connectivity
and an android application for providing the user interface.
2. Literature Survey
Researchers have found solutions to the problem. Ahmed et al [1] proposed a
hand glove to translate hand gestures into sound command using AVR
ATMEGA32L. Satpute et al [2] developed a data glove using PIC18F4620 for the
same purpose by playing recorded audio corresponding to the gesture of hand. Wald
[3] developed software for editing automatic speech recognition in real-time for
hearing impaired. Itkarkar et al [4] proposed a system which translates hand
gestures into speech using MATLAB. Zhao et al [5] created a five-fingered
prosthetic hand system. Praveen Kumar et al [6] developed a wireless glove that
International Journal of Management, Technology And Engineering
Volume IX, Issue XI, NOVEMBER/2019
ISSN NO : 2249-7455
Page No: 62
translates sign language into speech. Speak up[7], a glove developed to register
hand gestures and play pre recorded audio along with textual display on LCD to
enable the speechless communicate with normal people. Bhatti et al [8] developed a
hand glove with the support of text on LCD display via computer interface with
PIC18F8680 microcontroller having DC power supply instead of a battery. All the
above systems use an LCD screen or a speaker along with microcontroller to display
the output, resulting from different degree of bends observed in the flex sensors. A
major drawback of these systems is that they require a lot of wired connections to
display the output. This makes the system less portable.
3. Methodology
Since the glove uses flex sensors, a major drawback that exists in all the existing
systems is that the user needs to be conscious about their finger bends. There can be
unnecessary outputs in such systems as the patient may unconsciously bend their
fingers while resting. Therefore it becomes necessary to make the system
considering the natural bends of the fingers and the bends when the patient is
resting. The joints of the finger include metacarpophalangeal joint (MCP), proximal
interphalangeal joint (PIP) and distal interphalangeal joint (DIP) and the angles that
these joints make are called flexion angles [9]. The glove proposed would measure
and detect the flexion angle at the PIP joint. To determine the flexion angle at PIP
when the patient is resting or sleeping, a research conducted amongst 10 people of
different age groups. Pictures of their fingers were taken. From this it was
concluded that naturally, the fingers are never straight or completely curled while
the thumb almost straight . All these bend angles fell in a range between 30 degrees
to 50 degrees. Thus, for our system a threshold angle of 60 degrees was chosen,
beyond which all the user commands will be considered and the output will be
given.
Fig 1.Finger joints Fig 2. Flexion angle at PIP
4. Proposed System
In order to improve portability and reduce the wiring, an alternative approach is
proposed. The proposed system uses 5 flex sensors attached to a glove. These sensors and
connected through wires to Arduino microcontroller. Finally, to display the output
wirelessly, an android application is being used. The digital output from the
microcontroller is transmitted to the application via a bluetooth module. One advantage of
using an android app is that in case of emergency multiple people can be informed
simultaneously. Next, the architecture of the proposed system is presented.
International Journal of Management, Technology And Engineering
Volume IX, Issue XI, NOVEMBER/2019
ISSN NO : 2249-7455
Page No: 63
5. System Architecture
The proposed system consists of flex sensors, an arduino microcontroller, a bluetooth
module and an android application. Each component has its own functionality. This can
be understood better by the architecture shown in Figure 3.
Fig 3. System Architecture
6. System Components
6.1 Flex Sensor
The flex sensor is a thin and flexible carbon substrate sensor which changes its
resistance proportional to its inward bend, as shown in the diagram. The resistance varies
from approximately 10KΩ to 50KΩ. Flex sensors are thin and also light weight, thus can
be attached to the gesture sensing glove. The feature of the flex sensor are given in the
table below. Flex sensors used for this are 0.28 inch wide and 3 inch long as only flexion
angle at PIP is to be calculated. The resistance ranges between 1.5 to 40 K-ohms
corresponding to the voltage range of 5 to 12 Volts.
6.2 Microcontroller
Arduino Uno (ATmega328P) – This belongs to the 8 bit AVR microcontroller family.
This is lightweight and has low power consumption supported by five software selectable
power saving modes which makes is suitable for a battery driven portable gesture glove. It
has high speed computation supported by 32KB flash memory and 2KB SRAM. [10]
6.3 Bluetooth Module
Bluetooth Module HC-05 is a Bluetooth serial port protocol used for wireless serial
connection. This module is used to wirelessly transmit data from the glove to the android
application.
6.4 Android Application
Arduino Bluetooth Text to Speech developed by Color Lab was used to convert the
text received to speech. Arduino Bluetooth CH-05, CH-06 can communicate with the app
by sending the text. This module gives the textual and audio output of the digital signal
transmitted by the Bluetooth module.
International Journal of Management, Technology And Engineering
Volume IX, Issue XI, NOVEMBER/2019
ISSN NO : 2249-7455
Page No: 64
7. Working
Fig 4. Circuit Diagram
The system consists of a glove with 5 flex sensors attached individually to each finger.
For convenience, 3 flex sensors have been used during implementation. Further, the
connections are made to the microcontroller which is attached to the glove positioned at
the backside of the palm. The connections are made as shown in the circuit diagram .
There will be a predefined table of words corresponding to the binary code. There will be
only one value corresponding to the bends of the flex sensor. This is done to prevent
unnecessary outputs corresponding to small bends in the finger. Bend angle is calculated
using the voltage and resistance of the flex sensors and if greater than 60 degrees then
only output is generated. Using the microcontroller,which also performs the required
signal conditioning, the digital output is transmitted to the android application via
bluetooth. The android app voices the audio and displays text, corresponding to the
digital string.
Table 1. Reference Table
Gesture Output String
Index Finger “Pardon”
Middle Finger “Yes”
Ring Finger “No”
Index Finger + Middle Finger “Medicine”
Index Finger + Ring Finger “Food”
Middle Finger + Ring Finger “Water”
Index Finger + Middle Finger + Ring Finger “Help”
International Journal of Management, Technology And Engineering
Volume IX, Issue XI, NOVEMBER/2019
ISSN NO : 2249-7455
Page No: 65
Fig 5. Implementation
8. Results
A table of reference [Table 1] for the patients was created where they could see the
sign and its corresponding message. With this, the patients were asked to use the glove to
communicate. It was seen that there was effective communication between the patient and
the attendant. Also after using the glove for multiple times, the patient gets acquainted
with the signs and did not refer to the table. An overall improvement in terms of speed
and clarity in the communication was seen.
Fig 6. Android Application Results
International Journal of Management, Technology And Engineering
Volume IX, Issue XI, NOVEMBER/2019
ISSN NO : 2249-7455
Page No: 66
9. Future Scope
It is said that there is always scope for improvement, nothing is perfect. To enhance
this project, memory could be used. A database of recorded human voice can be
integrated with this system which would be heard with ease and clarity, enabling more
natural communication. Actual voice, recorded by the humans, could generate an
elaborate speaking dictionary and hence, the natural voice could be heard with more ease.
Using machine learning further conversation related to the user’s requirement can be
modelled to personalize the utility of the glove. The project can further be expanded to a
proper sign language translator for the deaf and dumb.
10.Conclusion
In this paper, a technique of converting sign to text and voice is implemented with the
help of flex sensors, Arduino and a Bluetooth application. It compares all the existing
systems, their methodology and results. With this, a solution to the existing problem of
communication for the speechless is provided. The results show that the patient can
effectively communicate for their basic needs. However, a wider range of signs pose a
problem of frustrating the user’s memory and hence customization of the system is
required to manipulate the messages of the glove according to the user’s need.
References
[1] S. F. Ahmed, S. Muhammad, B. Ali, S. Saqib, M. Qureshi, "Electronic Speaking Glove for Speechless
Patients A Tongue to", pp. 56-60, 2010.
[2] A. Y. Satpute, A. D. Bhoi, T. Engineering, "ELECTRONIC SPEAKING SYSTEM FOR DUMB", vol.
6, no. 3, pp. 1132-1139, 2013.
[3] M. Wald, "Captioning for Deaf and Hard of Hearing People by Editing Automatic Speech Recognition
in Real Time", Proceedings of the 10th International Conference on Computers Helping People with
Special Needs ICCHP 2006 LNCS, vol. 4061, pp. 683-690.
[4] R. R. Itkarkar, A. V. Nandi, "Hand gestures to speech conversion using Matlab", 2013 Fourth
International Conference on Computing Communications and Networking Technologies (ICCCNT), pp.
1-4, 2013.
[5] Jingdong Zhao, Li Jiang, Shicai Shi, Hegao Cai, Hong Liu, G. Hirzinger, "A Five-fingered
Underactuated Prosthetic Hand System", Proceedings of the 2006 IEEE International Conference on
Mechatronics and Automation, pp. 1453-1458, June 2006.
[6] S. U. N. Praveen Kumar, S Havalagi, "THE AMAZING DIGITAL GLOVES THAT GIVE VOICE TO
THE VOICELESS", vol. 6, no. 1, pp. 471-480, 2013.
[7] Safayet Ahmed,Rafiqul Islam, Md.Saniat Rahman Zishan, Mohammed Rabiul Hasan,Md.Nahian Islam,
“ Electronic speaking system for speech impaired people: Speak up”
[8] N. P. Bhatti, A. Baqai, B. S. Chowdhry, M. A. Unar, "Electronic Hand Glove for Speech Impaired and
Paralyzed Patients" in EIR Magazine, Karachi, Pakistan, pp. 59-63, May 2009.
[9] Lee, Kyung-Sun, and Myung-Chul Jung. "Flexion and extension angles of resting fingers and wrist."
International Journal of Occupational Safety and Ergonomics 20.1 (2014): 91-101.
International Journal of Management, Technology And Engineering
Volume IX, Issue XI, NOVEMBER/2019
ISSN NO : 2249-7455
Page No: 67

Weitere ähnliche Inhalte

Was ist angesagt?

DESIGN OF LOW COST AND EFFICIENT SIGN LANGUAGE INTERPRETER FOR THE SPEECH AND...
DESIGN OF LOW COST AND EFFICIENT SIGN LANGUAGE INTERPRETER FOR THE SPEECH AND...DESIGN OF LOW COST AND EFFICIENT SIGN LANGUAGE INTERPRETER FOR THE SPEECH AND...
DESIGN OF LOW COST AND EFFICIENT SIGN LANGUAGE INTERPRETER FOR THE SPEECH AND...Dr.SHANTHI K.G
 
Electronic Glove: A Teaching AID for the Hearing Impaired
Electronic Glove: A Teaching AID for the Hearing ImpairedElectronic Glove: A Teaching AID for the Hearing Impaired
Electronic Glove: A Teaching AID for the Hearing ImpairedIJECEIAES
 
IRJET- Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...
IRJET-  	  Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...IRJET-  	  Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...
IRJET- Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...IRJET Journal
 
IRJET- Smart Gloves for Hand Gesture Recognition and Translation Into Text an...
IRJET- Smart Gloves for Hand Gesture Recognition and Translation Into Text an...IRJET- Smart Gloves for Hand Gesture Recognition and Translation Into Text an...
IRJET- Smart Gloves for Hand Gesture Recognition and Translation Into Text an...IRJET Journal
 
Magic glove( sign to voice conversion)
Magic glove( sign to voice conversion)Magic glove( sign to voice conversion)
Magic glove( sign to voice conversion)Abhilasha Jain
 
IRJET- IoT based Portable Hand Gesture Recognition System
IRJET-  	  IoT based Portable Hand Gesture Recognition SystemIRJET-  	  IoT based Portable Hand Gesture Recognition System
IRJET- IoT based Portable Hand Gesture Recognition SystemIRJET Journal
 
Hand talk (assistive technology for dumb)- Sign language glove with voice
Hand talk (assistive technology for dumb)- Sign language glove with voiceHand talk (assistive technology for dumb)- Sign language glove with voice
Hand talk (assistive technology for dumb)- Sign language glove with voiceVivekanand Gaikwad
 
Smart glove hand gesture vocalizer final year report
Smart glove hand gesture vocalizer final year reportSmart glove hand gesture vocalizer final year report
Smart glove hand gesture vocalizer final year reportMUHAMMAD NOMAN KHAN
 
Microcontroller Based Sign Language Glove
Microcontroller Based Sign Language GloveMicrocontroller Based Sign Language Glove
Microcontroller Based Sign Language Gloveijsrd.com
 
Sign language translator using glove
Sign language translator using gloveSign language translator using glove
Sign language translator using glovechetanjain92r
 
IRJET- A Review on Iot Based Sign Language Conversion
IRJET-  	  A Review on Iot Based Sign Language ConversionIRJET-  	  A Review on Iot Based Sign Language Conversion
IRJET- A Review on Iot Based Sign Language ConversionIRJET Journal
 
Electronic Hand Glove for Speed Impaired and Paralyzed Patients
Electronic Hand Glove for Speed Impaired and Paralyzed PatientsElectronic Hand Glove for Speed Impaired and Paralyzed Patients
Electronic Hand Glove for Speed Impaired and Paralyzed PatientsIEEEP Karachi
 
IRJET- Gesture Controlled Gloves for Gaming and Power Point Presentation Control
IRJET- Gesture Controlled Gloves for Gaming and Power Point Presentation ControlIRJET- Gesture Controlled Gloves for Gaming and Power Point Presentation Control
IRJET- Gesture Controlled Gloves for Gaming and Power Point Presentation ControlIRJET Journal
 
Minor Project Final Report
Minor Project Final ReportMinor Project Final Report
Minor Project Final ReportYogesh Madaan
 
IRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET Journal
 

Was ist angesagt? (20)

Iaetsd gesture
Iaetsd gestureIaetsd gesture
Iaetsd gesture
 
DESIGN OF LOW COST AND EFFICIENT SIGN LANGUAGE INTERPRETER FOR THE SPEECH AND...
DESIGN OF LOW COST AND EFFICIENT SIGN LANGUAGE INTERPRETER FOR THE SPEECH AND...DESIGN OF LOW COST AND EFFICIENT SIGN LANGUAGE INTERPRETER FOR THE SPEECH AND...
DESIGN OF LOW COST AND EFFICIENT SIGN LANGUAGE INTERPRETER FOR THE SPEECH AND...
 
SMART APP FOR PHYSICALLY CHALLENGED PEOPLE USING INTERNET OF THINGS
SMART APP FOR PHYSICALLY CHALLENGED  PEOPLE USING INTERNET OF THINGSSMART APP FOR PHYSICALLY CHALLENGED  PEOPLE USING INTERNET OF THINGS
SMART APP FOR PHYSICALLY CHALLENGED PEOPLE USING INTERNET OF THINGS
 
Electronic Glove: A Teaching AID for the Hearing Impaired
Electronic Glove: A Teaching AID for the Hearing ImpairedElectronic Glove: A Teaching AID for the Hearing Impaired
Electronic Glove: A Teaching AID for the Hearing Impaired
 
IRJET- Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...
IRJET-  	  Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...IRJET-  	  Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...
IRJET- Gesture Controlled Speaking Microcontroller for Dumb and Handicapp...
 
Project handtalk
Project handtalkProject handtalk
Project handtalk
 
IRJET- Smart Gloves for Hand Gesture Recognition and Translation Into Text an...
IRJET- Smart Gloves for Hand Gesture Recognition and Translation Into Text an...IRJET- Smart Gloves for Hand Gesture Recognition and Translation Into Text an...
IRJET- Smart Gloves for Hand Gesture Recognition and Translation Into Text an...
 
Magic glove( sign to voice conversion)
Magic glove( sign to voice conversion)Magic glove( sign to voice conversion)
Magic glove( sign to voice conversion)
 
IRJET- IoT based Portable Hand Gesture Recognition System
IRJET-  	  IoT based Portable Hand Gesture Recognition SystemIRJET-  	  IoT based Portable Hand Gesture Recognition System
IRJET- IoT based Portable Hand Gesture Recognition System
 
Gesture vocalizer
Gesture vocalizerGesture vocalizer
Gesture vocalizer
 
Hand talk (assistive technology for dumb)- Sign language glove with voice
Hand talk (assistive technology for dumb)- Sign language glove with voiceHand talk (assistive technology for dumb)- Sign language glove with voice
Hand talk (assistive technology for dumb)- Sign language glove with voice
 
Smart glove hand gesture vocalizer final year report
Smart glove hand gesture vocalizer final year reportSmart glove hand gesture vocalizer final year report
Smart glove hand gesture vocalizer final year report
 
Microcontroller Based Sign Language Glove
Microcontroller Based Sign Language GloveMicrocontroller Based Sign Language Glove
Microcontroller Based Sign Language Glove
 
Sign language translator using glove
Sign language translator using gloveSign language translator using glove
Sign language translator using glove
 
IRJET- A Review on Iot Based Sign Language Conversion
IRJET-  	  A Review on Iot Based Sign Language ConversionIRJET-  	  A Review on Iot Based Sign Language Conversion
IRJET- A Review on Iot Based Sign Language Conversion
 
Electronic Hand Glove for Speed Impaired and Paralyzed Patients
Electronic Hand Glove for Speed Impaired and Paralyzed PatientsElectronic Hand Glove for Speed Impaired and Paralyzed Patients
Electronic Hand Glove for Speed Impaired and Paralyzed Patients
 
hand talk sound glove
hand talk sound glove hand talk sound glove
hand talk sound glove
 
IRJET- Gesture Controlled Gloves for Gaming and Power Point Presentation Control
IRJET- Gesture Controlled Gloves for Gaming and Power Point Presentation ControlIRJET- Gesture Controlled Gloves for Gaming and Power Point Presentation Control
IRJET- Gesture Controlled Gloves for Gaming and Power Point Presentation Control
 
Minor Project Final Report
Minor Project Final ReportMinor Project Final Report
Minor Project Final Report
 
IRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb People
 

Ähnlich wie Gesture Gloves - For Speechless patients

IRJET- Smart Speaking Glove for Speech Impaired People
IRJET- Smart Speaking Glove for Speech Impaired PeopleIRJET- Smart Speaking Glove for Speech Impaired People
IRJET- Smart Speaking Glove for Speech Impaired PeopleIRJET Journal
 
HAND GESTURE VOCALIZER
HAND GESTURE VOCALIZERHAND GESTURE VOCALIZER
HAND GESTURE VOCALIZERIRJET Journal
 
IRJET- Smart Hand Gloves for Disable People
IRJET-  	  Smart Hand Gloves for Disable PeopleIRJET-  	  Smart Hand Gloves for Disable People
IRJET- Smart Hand Gloves for Disable PeopleIRJET Journal
 
Third Eye for Blind using Ultrasonic Sensor Vibrator Glove
Third Eye for Blind using Ultrasonic Sensor Vibrator GloveThird Eye for Blind using Ultrasonic Sensor Vibrator Glove
Third Eye for Blind using Ultrasonic Sensor Vibrator Gloveijtsrd
 
A Deep Neural Framework for Continuous Sign Language Recognition by Iterative...
A Deep Neural Framework for Continuous Sign Language Recognition by Iterative...A Deep Neural Framework for Continuous Sign Language Recognition by Iterative...
A Deep Neural Framework for Continuous Sign Language Recognition by Iterative...ijtsrd
 
Robotic Hand in Motion Final Paper
Robotic Hand in Motion Final PaperRobotic Hand in Motion Final Paper
Robotic Hand in Motion Final PaperLauren Wellons
 
HAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLE
HAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLEHAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLE
HAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLEIRJET Journal
 
Automatic Cradle System with Measurement of Baby’s Vital Biological Parameters
Automatic Cradle System with Measurement of Baby’s Vital Biological ParametersAutomatic Cradle System with Measurement of Baby’s Vital Biological Parameters
Automatic Cradle System with Measurement of Baby’s Vital Biological Parametersdbpublications
 
Development of automatic healthcare instruction system via movement gesture s...
Development of automatic healthcare instruction system via movement gesture s...Development of automatic healthcare instruction system via movement gesture s...
Development of automatic healthcare instruction system via movement gesture s...IJECEIAES
 
IRJET- An Aid for Visually Impaired Pedestrain
IRJET- An Aid for Visually Impaired PedestrainIRJET- An Aid for Visually Impaired Pedestrain
IRJET- An Aid for Visually Impaired PedestrainIRJET Journal
 
Finger Movement Based W
Finger Movement Based WFinger Movement Based W
Finger Movement Based WIJERA Editor
 
Finger Movement Based Wearable Communication & Navigation Aid for partially d...
Finger Movement Based Wearable Communication & Navigation Aid for partially d...Finger Movement Based Wearable Communication & Navigation Aid for partially d...
Finger Movement Based Wearable Communication & Navigation Aid for partially d...IJERA Editor
 
DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR
DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR
DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR IAEME Publication
 

Ähnlich wie Gesture Gloves - For Speechless patients (20)

IRJET- Smart Speaking Glove for Speech Impaired People
IRJET- Smart Speaking Glove for Speech Impaired PeopleIRJET- Smart Speaking Glove for Speech Impaired People
IRJET- Smart Speaking Glove for Speech Impaired People
 
PPT_1.pptx
PPT_1.pptxPPT_1.pptx
PPT_1.pptx
 
Presentation.pptx
Presentation.pptxPresentation.pptx
Presentation.pptx
 
Eurosensors_Anton
Eurosensors_AntonEurosensors_Anton
Eurosensors_Anton
 
HAND GESTURE VOCALIZER
HAND GESTURE VOCALIZERHAND GESTURE VOCALIZER
HAND GESTURE VOCALIZER
 
IRJET- Smart Hand Gloves for Disable People
IRJET-  	  Smart Hand Gloves for Disable PeopleIRJET-  	  Smart Hand Gloves for Disable People
IRJET- Smart Hand Gloves for Disable People
 
Third Eye for Blind using Ultrasonic Sensor Vibrator Glove
Third Eye for Blind using Ultrasonic Sensor Vibrator GloveThird Eye for Blind using Ultrasonic Sensor Vibrator Glove
Third Eye for Blind using Ultrasonic Sensor Vibrator Glove
 
50120130405025
5012013040502550120130405025
50120130405025
 
A Deep Neural Framework for Continuous Sign Language Recognition by Iterative...
A Deep Neural Framework for Continuous Sign Language Recognition by Iterative...A Deep Neural Framework for Continuous Sign Language Recognition by Iterative...
A Deep Neural Framework for Continuous Sign Language Recognition by Iterative...
 
Robotic Hand in Motion Final Paper
Robotic Hand in Motion Final PaperRobotic Hand in Motion Final Paper
Robotic Hand in Motion Final Paper
 
HAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLE
HAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLEHAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLE
HAND GESTURE BASED SPEAKING SYSTEM FOR THE MUTE PEOPLE
 
A05840104
A05840104A05840104
A05840104
 
Automatic Cradle System with Measurement of Baby’s Vital Biological Parameters
Automatic Cradle System with Measurement of Baby’s Vital Biological ParametersAutomatic Cradle System with Measurement of Baby’s Vital Biological Parameters
Automatic Cradle System with Measurement of Baby’s Vital Biological Parameters
 
Development of automatic healthcare instruction system via movement gesture s...
Development of automatic healthcare instruction system via movement gesture s...Development of automatic healthcare instruction system via movement gesture s...
Development of automatic healthcare instruction system via movement gesture s...
 
SMART GLOVES FOR.pptx
SMART GLOVES FOR.pptxSMART GLOVES FOR.pptx
SMART GLOVES FOR.pptx
 
IRJET- An Aid for Visually Impaired Pedestrain
IRJET- An Aid for Visually Impaired PedestrainIRJET- An Aid for Visually Impaired Pedestrain
IRJET- An Aid for Visually Impaired Pedestrain
 
Report
ReportReport
Report
 
Finger Movement Based W
Finger Movement Based WFinger Movement Based W
Finger Movement Based W
 
Finger Movement Based Wearable Communication & Navigation Aid for partially d...
Finger Movement Based Wearable Communication & Navigation Aid for partially d...Finger Movement Based Wearable Communication & Navigation Aid for partially d...
Finger Movement Based Wearable Communication & Navigation Aid for partially d...
 
DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR
DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR
DESIGN OF A PROSTHETIC ARM USING FLEX SENSOR
 

Kürzlich hochgeladen

Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 

Kürzlich hochgeladen (20)

Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 

Gesture Gloves - For Speechless patients

  • 1. Gesture Gloves 1 Neha Udeshi, 2 Yashvi Upadhyaya, 3 Gargi Vyas, 4 Maitri Thaker, * Prof. Mitchell D’Silva 1, 2, 3, 4 Student, *Faculty Department of Information Technology, Dwarkadas J. Sanghvi College of Engineering, Mumbai, India 1 udeshineha9@gmail.com, 2 yashviu@gmail.com, 3 maitrithaker2@gmail.com, 4 gargi.vyas@gmail.com, * Mitchell.Dsilva@djsce.ac.in Abstract Patients with speech disorders often find it difficult to communicate their needs to the general audience. These patients include the mute, senior citizens, paralyzed, and patients with diseases such as dysarthria, aphasia, to name a few. To satisfy their requirements, the Gesture Glove have been designed. These gloves ease the communication, without much ado, by engendering predefined gestures to voice. The input is in the form of hand gestures which is converted to text and speech. The gloves are equipped with multiple flex sensors which produce varying resistance for every gesture made by the person. Keywords: Hand Gesture, Assistive Technology, Signal Processing, Speech-impaired People, Sign Language, Communication Process, Flex Sensor Resistance, Arduino, Gesture 1. Introduction Patients with speech disorders live an extremely unfortunate life, being unable to communicate their thoughts to others. Such patients often find difficult to convey what they require at a particular moment. This makes it impossible for the person assisting them to understand what help is needed by the patient. The patient might be hungry, thirsty or may be suffering from an asthma attack . In such circumstances, if the objects of reference are out of sight, he or she cannot point out what is required. Currently, bells are being used to call for help and the attendant deciphers the patient’s needs by providing them a list of possible options and acting upon the option with a positive response. This process increases the time of action, thus, decreasing the efficiency and effectiveness . There is a need for a portable electronic device which acts as an interpreter for these patients. The device should facilitate easy communication. For this very purpose, the authors propose the system named Gesture Gloves. These gloves are equipped internally with flex sensors. The system uses a microcontroller for computing, bluetooth module for wireless connectivity and an android application for providing the user interface. 2. Literature Survey Researchers have found solutions to the problem. Ahmed et al [1] proposed a hand glove to translate hand gestures into sound command using AVR ATMEGA32L. Satpute et al [2] developed a data glove using PIC18F4620 for the same purpose by playing recorded audio corresponding to the gesture of hand. Wald [3] developed software for editing automatic speech recognition in real-time for hearing impaired. Itkarkar et al [4] proposed a system which translates hand gestures into speech using MATLAB. Zhao et al [5] created a five-fingered prosthetic hand system. Praveen Kumar et al [6] developed a wireless glove that International Journal of Management, Technology And Engineering Volume IX, Issue XI, NOVEMBER/2019 ISSN NO : 2249-7455 Page No: 62
  • 2. translates sign language into speech. Speak up[7], a glove developed to register hand gestures and play pre recorded audio along with textual display on LCD to enable the speechless communicate with normal people. Bhatti et al [8] developed a hand glove with the support of text on LCD display via computer interface with PIC18F8680 microcontroller having DC power supply instead of a battery. All the above systems use an LCD screen or a speaker along with microcontroller to display the output, resulting from different degree of bends observed in the flex sensors. A major drawback of these systems is that they require a lot of wired connections to display the output. This makes the system less portable. 3. Methodology Since the glove uses flex sensors, a major drawback that exists in all the existing systems is that the user needs to be conscious about their finger bends. There can be unnecessary outputs in such systems as the patient may unconsciously bend their fingers while resting. Therefore it becomes necessary to make the system considering the natural bends of the fingers and the bends when the patient is resting. The joints of the finger include metacarpophalangeal joint (MCP), proximal interphalangeal joint (PIP) and distal interphalangeal joint (DIP) and the angles that these joints make are called flexion angles [9]. The glove proposed would measure and detect the flexion angle at the PIP joint. To determine the flexion angle at PIP when the patient is resting or sleeping, a research conducted amongst 10 people of different age groups. Pictures of their fingers were taken. From this it was concluded that naturally, the fingers are never straight or completely curled while the thumb almost straight . All these bend angles fell in a range between 30 degrees to 50 degrees. Thus, for our system a threshold angle of 60 degrees was chosen, beyond which all the user commands will be considered and the output will be given. Fig 1.Finger joints Fig 2. Flexion angle at PIP 4. Proposed System In order to improve portability and reduce the wiring, an alternative approach is proposed. The proposed system uses 5 flex sensors attached to a glove. These sensors and connected through wires to Arduino microcontroller. Finally, to display the output wirelessly, an android application is being used. The digital output from the microcontroller is transmitted to the application via a bluetooth module. One advantage of using an android app is that in case of emergency multiple people can be informed simultaneously. Next, the architecture of the proposed system is presented. International Journal of Management, Technology And Engineering Volume IX, Issue XI, NOVEMBER/2019 ISSN NO : 2249-7455 Page No: 63
  • 3. 5. System Architecture The proposed system consists of flex sensors, an arduino microcontroller, a bluetooth module and an android application. Each component has its own functionality. This can be understood better by the architecture shown in Figure 3. Fig 3. System Architecture 6. System Components 6.1 Flex Sensor The flex sensor is a thin and flexible carbon substrate sensor which changes its resistance proportional to its inward bend, as shown in the diagram. The resistance varies from approximately 10KΩ to 50KΩ. Flex sensors are thin and also light weight, thus can be attached to the gesture sensing glove. The feature of the flex sensor are given in the table below. Flex sensors used for this are 0.28 inch wide and 3 inch long as only flexion angle at PIP is to be calculated. The resistance ranges between 1.5 to 40 K-ohms corresponding to the voltage range of 5 to 12 Volts. 6.2 Microcontroller Arduino Uno (ATmega328P) – This belongs to the 8 bit AVR microcontroller family. This is lightweight and has low power consumption supported by five software selectable power saving modes which makes is suitable for a battery driven portable gesture glove. It has high speed computation supported by 32KB flash memory and 2KB SRAM. [10] 6.3 Bluetooth Module Bluetooth Module HC-05 is a Bluetooth serial port protocol used for wireless serial connection. This module is used to wirelessly transmit data from the glove to the android application. 6.4 Android Application Arduino Bluetooth Text to Speech developed by Color Lab was used to convert the text received to speech. Arduino Bluetooth CH-05, CH-06 can communicate with the app by sending the text. This module gives the textual and audio output of the digital signal transmitted by the Bluetooth module. International Journal of Management, Technology And Engineering Volume IX, Issue XI, NOVEMBER/2019 ISSN NO : 2249-7455 Page No: 64
  • 4. 7. Working Fig 4. Circuit Diagram The system consists of a glove with 5 flex sensors attached individually to each finger. For convenience, 3 flex sensors have been used during implementation. Further, the connections are made to the microcontroller which is attached to the glove positioned at the backside of the palm. The connections are made as shown in the circuit diagram . There will be a predefined table of words corresponding to the binary code. There will be only one value corresponding to the bends of the flex sensor. This is done to prevent unnecessary outputs corresponding to small bends in the finger. Bend angle is calculated using the voltage and resistance of the flex sensors and if greater than 60 degrees then only output is generated. Using the microcontroller,which also performs the required signal conditioning, the digital output is transmitted to the android application via bluetooth. The android app voices the audio and displays text, corresponding to the digital string. Table 1. Reference Table Gesture Output String Index Finger “Pardon” Middle Finger “Yes” Ring Finger “No” Index Finger + Middle Finger “Medicine” Index Finger + Ring Finger “Food” Middle Finger + Ring Finger “Water” Index Finger + Middle Finger + Ring Finger “Help” International Journal of Management, Technology And Engineering Volume IX, Issue XI, NOVEMBER/2019 ISSN NO : 2249-7455 Page No: 65
  • 5. Fig 5. Implementation 8. Results A table of reference [Table 1] for the patients was created where they could see the sign and its corresponding message. With this, the patients were asked to use the glove to communicate. It was seen that there was effective communication between the patient and the attendant. Also after using the glove for multiple times, the patient gets acquainted with the signs and did not refer to the table. An overall improvement in terms of speed and clarity in the communication was seen. Fig 6. Android Application Results International Journal of Management, Technology And Engineering Volume IX, Issue XI, NOVEMBER/2019 ISSN NO : 2249-7455 Page No: 66
  • 6. 9. Future Scope It is said that there is always scope for improvement, nothing is perfect. To enhance this project, memory could be used. A database of recorded human voice can be integrated with this system which would be heard with ease and clarity, enabling more natural communication. Actual voice, recorded by the humans, could generate an elaborate speaking dictionary and hence, the natural voice could be heard with more ease. Using machine learning further conversation related to the user’s requirement can be modelled to personalize the utility of the glove. The project can further be expanded to a proper sign language translator for the deaf and dumb. 10.Conclusion In this paper, a technique of converting sign to text and voice is implemented with the help of flex sensors, Arduino and a Bluetooth application. It compares all the existing systems, their methodology and results. With this, a solution to the existing problem of communication for the speechless is provided. The results show that the patient can effectively communicate for their basic needs. However, a wider range of signs pose a problem of frustrating the user’s memory and hence customization of the system is required to manipulate the messages of the glove according to the user’s need. References [1] S. F. Ahmed, S. Muhammad, B. Ali, S. Saqib, M. Qureshi, "Electronic Speaking Glove for Speechless Patients A Tongue to", pp. 56-60, 2010. [2] A. Y. Satpute, A. D. Bhoi, T. Engineering, "ELECTRONIC SPEAKING SYSTEM FOR DUMB", vol. 6, no. 3, pp. 1132-1139, 2013. [3] M. Wald, "Captioning for Deaf and Hard of Hearing People by Editing Automatic Speech Recognition in Real Time", Proceedings of the 10th International Conference on Computers Helping People with Special Needs ICCHP 2006 LNCS, vol. 4061, pp. 683-690. [4] R. R. Itkarkar, A. V. Nandi, "Hand gestures to speech conversion using Matlab", 2013 Fourth International Conference on Computing Communications and Networking Technologies (ICCCNT), pp. 1-4, 2013. [5] Jingdong Zhao, Li Jiang, Shicai Shi, Hegao Cai, Hong Liu, G. Hirzinger, "A Five-fingered Underactuated Prosthetic Hand System", Proceedings of the 2006 IEEE International Conference on Mechatronics and Automation, pp. 1453-1458, June 2006. [6] S. U. N. Praveen Kumar, S Havalagi, "THE AMAZING DIGITAL GLOVES THAT GIVE VOICE TO THE VOICELESS", vol. 6, no. 1, pp. 471-480, 2013. [7] Safayet Ahmed,Rafiqul Islam, Md.Saniat Rahman Zishan, Mohammed Rabiul Hasan,Md.Nahian Islam, “ Electronic speaking system for speech impaired people: Speak up” [8] N. P. Bhatti, A. Baqai, B. S. Chowdhry, M. A. Unar, "Electronic Hand Glove for Speech Impaired and Paralyzed Patients" in EIR Magazine, Karachi, Pakistan, pp. 59-63, May 2009. [9] Lee, Kyung-Sun, and Myung-Chul Jung. "Flexion and extension angles of resting fingers and wrist." International Journal of Occupational Safety and Ergonomics 20.1 (2014): 91-101. International Journal of Management, Technology And Engineering Volume IX, Issue XI, NOVEMBER/2019 ISSN NO : 2249-7455 Page No: 67