SlideShare a Scribd company logo
1 of 9
Download to read offline
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 8, No. 4, August 2018, pp. 2290~2298
ISSN: 2088-8708, DOI: 10.11591/ijece.v8i4.2290-2298  2290
Journal homepage: http://iaescore.com/journals/index.php/IJECE
Electronic Glove: A Teaching AID for the Hearing Impaired
Ertie Abana, Kym Harris Bulauitan, Ravy Kim Vicente, Michelle Rafael, Jay Boy Flores
School of Engineering, Architecture, Interior Design and Information Technology Education,
University of Saint Louis, Philippines
Article Info ABSTRACT
Article history:
Received Oct 28, 2017
Revised Feb 2, 2018
Accepted Feb 9, 2018
Learning how to speak in order to communicate with others is part of
growing up. Like a normal person, deaf and mutes also need to learn how to
connect to the world they live in. For this purpose, an Electronic Glove or
E-Glovewas developed as a teaching aid for the hearing impaired particularly
children. E-Glove makes use ofthe American Sign Language (ASL) asthe
basis for recognizing hand gestures. It was designed using flex sensors and
an accelerometer to detect the degree of bend made by the fingers as well asa
movement of the hand. E-Glove transmits the data received from the sensors
wirelessly to a computer and then displays the letter or basic word that
correspondsto a gesture made by the individual wearing it. E-Glove provides
a simple, accurate, reliable, cheap, speedy gesture recognition and user-
friendlyteaching aid for the instructors that are teaching sign language to the
deaf and mute community.
Keyword:
Accelerometer
Data glove
Flex sensor
Hearing-impaired
Sign language
Copyright © 2018Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Ertie Abana,
Center for Engineering Research and Technology Innovation,
University of Saint Louis,
Mabini St., Ugac Sur, Tuguegarao City, Cagayan, Philippines.
Email: ertie04@gmail.com
1. INTRODUCTION
Communication is very important in all areas of life. Its significance is considered by many people
to be as important as breathing. It aids in the process of sharing information and also improves the
relationship with other people. Unfortunately, not all are blessed with the ability to talk and hear. There are
some who cannot talk nor hear what others are saying, in fact,the World Federation of the Deaf published a
report that 72 million deaf-mute people [1] make up the world’s population.
In order to communicate with the society, researchers studied how to recognize hand gestures and
there are two well-known approaches; image processing [2] and the data glove. The data glove approach has
less computational time and faster response in real time [3] applications which makes it more advantageous
than image processing technique. As a result of these advantages, there has been quite a reasonable amount
of research work in building the data glove using different input components like flex sensor [1]-[9],
accelerometer [4], surface electromyography [4] andMicro-Electro-Mechanical Systems (MEMS) sensor
[10]. While all of these data gloves can recognize the American Sign Language (ASL) alphabet, few have
designed it to recognize ASL sign words. No one has also looked into using the data glove in Deaf
Education.
Hearing-impaired children who didn’t learnto speakalso go to schools that teach them howto
communicate with other people. In educating deaf and mute children, there are three great approaches that
can be successfully used: the bilingual-bicultural (BiBi) approach which makes use of ASL; the auditory-
verbal approach that teaches the English Language through residual hearing and speech instead of sign
language; and total communication that combines auditory and visual communication for instruction. These
techniques has under gone waves of popularity, but this doesn't mean though that one is better than the other.
Hearing-impaired children are different and each needs a different type of technique to help them with their
Int J Elec & Comp Eng ISSN: 2088-8708 
Electronic Glove: A Teaching AID for the Hearing Impaired (Ertie Abana)
2291
development of language and communication. However, ASL, which wasthe first language ever taught in the
BiBi approach, is said to be the native language for them and is historically used in Deaf Education.
Keeping in mind the use of BiBi approach in teaching hearing-impaired children, technology can be
integrated across the curriculum to assist professionals and teachers in Deaf Educationand make learning
more interesting. Technology has been digitizing classrooms through digital learning tools that have
increased student’s engagement and motivation towards learning.
This paper explored on the development of a data glove as a digital learning tool for teaching
hearing-impaired children. The data glove was named Electronic Glove or E-Glove. It was developed using a
general-purpose microcontroller board for processing input coming from the combination of flex sensors and
accelerometer. The use of the accelerometer only for recognizing ASL sign words is what separates the E-
Glove from other existing data gloves.
2. RESEARCH METHOD
The primary goal in the development of E-Glove is showing the recognized ASL letters and words
through a software program installed in a computer. It shall facilitate in teaching hearing-impaired children
through teachers showing the proper hand gestures and then letting the students perform it using the glove.
Figure 1 represents the block diagram of E-Glove. Five flex sensor and one accelerometer were
connected to the microcontroller that contained the functionality of the device. UHF modules were used to
wirelessly connect the E-Glove to the computer. Any letter or word recognized using the E-Glovewill be
shown and read aloud on the computer.
Figure 1. The Block Diagram of E-Glove
2.1. General description
Figure 2 shows the connection of the different components used in the development of E-
Glove.Once the microcontroller detects the sign language, it will send the letter or word that corresponds to
the hand gesture wirelessly into the computer using UHF (transmitter). The UHF (receiver) connected to the
UART acts as a bridge between the microcontroller and the computer. The computer will then display the
letters or words on the screen and also convert it into speech.
a. Arduino Mega
b. Flex sensor
c. Accelerometer
d. UHF Module
e. Software Program
2.2. Arduino mega microcontroller
Arduino microcontroller is a long-established general purpose microcontroller [11] used for
developing do-it-yourself electronic projects and numerous embedded systems. Arduino microcontrollers are
physically programmable circuit boards that can be programmed using an Arduino IDE (Integrated
Development Environment) [12] which is available in all portals [13] that deal with a product. The IDE is
also used tocompile and upload the written source code to the Arduino board. Arduino is both an open source
[14] hardware and software.
There are many types of Arduino microcontroller board. We used the Arduino Mega for
E-Glove because it has lots of digital input/output pins and analog input pins. This board is very convenient
for projects that require a lot of digital input and output. The Arduino Mega has the following specifications:
a. Microcontroller - ATmega1280
b. Operating Voltage - 5V
c. Recommended Input Voltage - 7-12V
Flex Sensors Microcontroller UHF Module
Computer
Accelerometer UHF ModuleUART
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 4, August 2018 : 2290 – 2298
2292
d. Digital I/O Pins - 54
e. Analog Input Pins - 16
f. DC Current per I/O Pin - 40 mA
g. Clock Speed - 16 MHz
The Arduino Megamicrocontroller wasthe most important component of the E-Glove because it
contained the whole functionality of the device. Its absence won’t make the device work. It holds the code for
the sensors as well as the database of the device. It also converts the analog signals coming from the sensor
into digital in order for the computer to read the data.
The flex sensors were connected to the analog pins A0-A4 while the accelerometer used A5 of the
Arduino microcontroller. The first transceiver which served as a transmitter was connected to the Rx and Tx
communication port of the Arduino microcontroller.
Figure 2. The circuit diagram of the device
2.3. Flex sensors
Flex sensors act as variable resistors mainly used to detect bending or flexing. The resistance of this
kind of sensors changes when bent. They are made up of carbon on a strip of plastic wherein resistance gets
higher and higher while bending in one direction. Flex sensors differ in length but most havea resistance
ranging from about 10 kilo-ohms to 35 kilo-ohms.
In the E-Glove, the degree of bend of the flex sensor was compared to the mapped valuesin the code
to recognize aparticular sign language. Five pieces of flex sensors were placed on each finger. Their values
are being recorded and compared with the values that represent a particular sign language. If the value
matches, it will be shown in the software program.
2.4. Accelerometer
The accelerometer is an inertial sensorthatis dynamically capable of sensing in a vast range.
Accelerometers are used to measure acceleration forces in one, two, or three orthogonal axes depending on
its application to a certain device.
Int J Elec & Comp Eng ISSN: 2088-8708 
Electronic Glove: A Teaching AID for the Hearing Impaired (Ertie Abana)
2293
For the E-Glove to detect hand movements when doing a certain ASL sign word, the accelerometer
was used. The value read from the accelerometer was compared to the value saved in the software program to
determine if a certain word corresponds to the hand movement.
2.5. UHF module
UHF module was used in the project as a bridge of the E-Glove and the computer for them to
communicate wirelessly. The UHF module connected to the E-Glovesends the data to the computer. The
purpose of making the device wireless is to make the user comfortable and not to stay on just one area of the
room.
Specifically, UHF-EX was used in the E-Glove. It is a wireless UART transceiver with 100
milliwatts (mW) radio frequency output. Two UHF-EXwere used in E-Glovewhich served different
purposes. The first one was used as a transmitter connected to the Arduino microcontroller while the second
one was used as a receiver connected to the computer. The radio frequency power of UHF-EX allowed a
useful control range of more than 500 meters while unobstructed line of sight range can reach 700 meters.
a. Power Input - 5V/3.3V jumper selectable
b. Frequency Range - 431.1 MHz – 437.3 MHz
c. Channel Separation - 400kHz
d. Modulation Type - FSK ( Frequency Shift - Keying )
e. UART Baud rate - 9600 bit/s
f. Current Consumption TX - 36mA @ 5V
g. Current Consumption RX - 23mA @ 5V
h. Transmit to Receive Latency - 20 - 30 milliseconds (ms)
2.6. Software program
The data coming from the two sensors attached to the E-Glove were wirelessly sent to the computer
and a software program was developed to receive this data and show the corresponding sign language
equivalent. Moreover, the equivalent letter or word was also read aloud using a text-to-speech function.
The software program was developed using Microsoft Visual C# Express. Microsoft Visual C#
Express is a high-level programming language that is intended for building a variety of application using the
.NET Framework. This programming language issimple, powerful, type-safe and objected-oriented. The
continuous development of this language enables rapid application development while retaining the
simplicity and elegance of a C based programming language.
2.7. American sign language (ASL) alphabet and sign words
ASL is a natural language that serves as the first language taught in the BiBi approach of deaf
education before the English language. One of the first things that a normal person should learn is spelling. In
deaf education, the ASL alphabet is being taught to hearing-impaired children for them to spell words and
most especially names.
Figure 3. The ASL alphabet from North Star Teacher Resources
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 4, August 2018 : 2290 – 2298
2294
Figure 3 represents the ASL alphabet from North Star Teacher Resources. ASL sign words were
also taught to hearing-impaired children especially those important words that they need in everyday
conversation like Know, You, Good, Fine, Understand, Thank you, Again, Me, Hi and Bad.
3. RESULTS AND ANALYSIS
3.1. The E-Glove
The E-Glove shown in Figure 4 was sewn with flex sensors in each finger. The accelerometer was
positioned on top of the hand. Both flex sensors and accelerometer were connected in the Arduino
microcontroller which was placed inside a box that is wrapped around the forearm.
Figure 4. The prototype glove
The E-Glove sends the data wirelessly to the computer. This feature is not exhibited on most of the
previous data gloves [2], [4], [6], [8]-[10] but proven beneficial to other designs [1], [3], [5], [7]. The
wireless feature of E-Glove should encourage a healthy classroom interaction in which the teacher can let the
students use the E-Glove in their seat and perform a particular hand gesture that may serve as a form of
recitation in Deaf Education.
3.2. Sensor values
Output data were directly obtained from data glove and each sensor produced different resistance
value depending on the hand gesture. Signals produced by the sensors were translated by the Arduino
microcontroller into digital form and through serial communication, the data were transferred to the Arduino
software.
As seen in Figure 5, the sensors located at the fingers haddifferent readings depending on the sign
language. Using the Arduino software, the sensor values were mapped to get the specific letter or word. The
letter or the word which corresponds to the values was sent to the software program. These letters or words
were then shown in the graphical user interface and at the same time, it was read aloud by the system.
Figure 6 shows the reading of accelerometer in the Arduino software. On each columns were the
readings of x, y, and z-axis respectively. The accelerometer was also mapped according to the movement of
the hand.
Int J Elec & Comp Eng ISSN: 2088-8708 
Electronic Glove: A Teaching AID for the Hearing Impaired (Ertie Abana)
2295
Figure 5. The Flex Sensor values Figure 6. The Accelerometer values
3.3. Software program
The software program developed in Visual C# is shown in Figure 7. It was designed to be user-
friendly and attractive for children. There were two, large and small, textboxes. The large text box is where
the accumulated words or letters show up while the smaller text box shows the last letter or word recognized
by the software program. Buttons were labeled concisely and clearly. The “Start” button enables the software
program to show the corresponding letter or word on the text boxes based on the gesture exhibited by the
user. The “Back Space” button deletes the last character in the large text box while the “Clear” button
removes all the characters in the large text box. The “Stop” button stops the program to show the letter or
word recognized by the E-Glove.
Figure 7. The Graphical User Interface (GUI) of the software program
The design of the GUI enabled children in Deaf Education to spell out words shown in the large text
box, something that the previous data gloves lack since they can only show the last recognized letter [1], [4].
Moreover, the GUI design is forgiving because it lets the user to correct misspelled words using the
“Backspace” button.The accumulation of letter in the large text box will enable the teacher to evaluate and
determine the number of correct gestures the student has made.
The letters and words recognized were also converted into speech for teachers to check if the gesture
was right even without looking on the GUI. Additionally, the size of the characters was large enough to be
seen by the students.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 4, August 2018 : 2290 – 2298
2296
3.4. Testing of ASL alphabet and sign words
Each of the letters in the ASL alphabetwas tested by doing the gestures once to check the accuracy
of the device. The Table 1 shows that on the second and third trial, one letter was not recognized. Calculating
for the rate of accuracy, E-Glove has 98% accuracy in detecting the letters. The simple formula below was
used in determining the rate of accuracy of E-Glove in recognizing letters in the ASL alphabet:
(
∑
∑
) (1)
The device was able to recognize all the letters on most of the trials but there were undetected letters
due to conflicts in the reading because the mapped values of the flex sensors are closely related.When the
conflict in reading happened, the E-Glove did not show any letters on the software program and the user had
to repeat the gesture again. This implies that E-Glove is reliable because the software program will not show
incorrect letters.
Table 1. The Accuracy of E-Glove in recognizing letters in the ASL Alphabet
Trial
(i)
Number of Letters
( )
Number of Recognized Letters
( )
1 26 26
2 26 25
3 26 26
4 26 26
5 26 25
The same with the ASL alphabet, simple words were also tested. Accelerometer with gyroscope was
used in the detection of words. Table 2 shows the number of recognized words for every trial. The E-Glove
was not able to recognize all the words for the second and third trial. One wordwas missed.Using the simple
formula for accuracy, testing the device achieved an accuracy of 98%.
The device was only able to detect words with the right hand orientation or position fed in the
software program.The recognition of words also exhibited the behavior of E-Glove when recognizing letters
in which no words will be shown if gesture was undetected. This does not only to make E-Glove reliable in
recognizing gestures for words but also let the users topractice the right orientation or positions of the hand
when doing the gestures.
Table 2. The Accuracy of E-Glove in recognizing ASL Sign Words
Trial
(i)
Number of Words
( )
Number of Recognized Words
( )
1 10 10
2 10 9
3 10 9
4 10 10
5 10 10
The acceptable rate of accuracy achieved by the E-Glove suggests that the method of recognizing
letters in which only one type of sensor was used compared to multiple sensors [1], [4] is sufficient to
perform its function. Since fewer data will be read and processed, the performance of the device in terms of
analyzing the gesture will be improved unlike the used of multiple sensors by previous studies where
recognition speed was traded off to accuracy. Moreover, the number of flex sensors used was also reduced
compared to other gloves which will make E-Glove cheaper to produce.
In terms of recognizing ASL sign words, E-Glove was also able to show that with the use of a single
accelerometer, an acceptable rate of accuracy can also be achieved. The accelerometer from previous
studieswas used in combination with flex sensor [1], [4] to only recognize letters.
4. CONCLUSION
In deaf education using the BiBi approach, children learn American Sign Languageas a first
language. They learn ASL as the primary way of communicating with other people. E-Glove works as an
Int J Elec & Comp Eng ISSN: 2088-8708 
Electronic Glove: A Teaching AID for the Hearing Impaired (Ertie Abana)
2297
automated translator and converts sign language directly into a vocal and textual format using flex sensors
and accelerometer. Considering the accuracy it exhibited, the reduction of sensors to improve the gesture
recognition speed and the cheaper productioncost, it can very well be implemented as a teaching aid for Deaf
Education. Furthermore, the design of the GUI has an increased aesthetic appeal for children. This
educational tool for hearing-impaired children would encourage a healthy classroom interaction. The E-
Glove can further be improved by adding more ASL sign words from the ASL dictionary to its pool of
words. The software program can also be developed in such a way that it can construct sentences from words
detected.
ACKNOWLEDGEMENTS
We thank the Heavenly Father for his endless blessing through the development of the device. We
are grateful to all the teachers and friends who assisted us in every process undertaken during the
development.
REFERENCES
[1] Bukhari J, Rehman M, Malik SI, Kamboh A, Salman A, “American Sign Language Translation through Sensory
Glove; Signspeak”, International Journal of u-and e-Service, Science and Technology, 2015, vol. 8, no. 1,
pp. 131-142.
[2] Pramada1 S, Saylee D, Pranita N, Samiksha N, Vaidya A, “Intelligent Sign Language Recognition Using Image
Processing”, IOSR Journal of Engineering, 2013, vol. 3, no. 2, pp. 45-51.
[3] Gunasekaran K, An R, “Sign language to speech translation system using PIC microcontroller”, International
Journal of Engineering and Technology, 2013, vol. 5 no. 2, pp. 1024-1028.
[4] Anetha K, Rejina Parvin J, “Hand Talk-A Sign Language Recognition Based On Accelerometer and EMG Data”,
International Journal of Innovative Research in Computer and Communication Engineering, 2014, vol. 2, no. 3,
pp. 206-215.
[5] Havalagi PS, Nivedita SU, “The amazing digital gloves that give voice to the voiceless”, International Journal of
Advances in Engineering & Technology, 2013, vol. 6, no. 1, pp. 471-480.
[6] Philomina S, Jasmin M, “Hand Talk: Intelligent Sign Language Recognition for Deaf and Dumb”, International
Journal of Innovative Research in Science, Engineering and Technology, 2015, vol. 4, no. 1, pp. 18785-18790.
[7] Dinesh S, “Talking Glove - A Boon for the Deaf, Dumb and Physically Challenged”, International Journal of
Advanced Research in Electronics and Communication Engineering, 2015, vol. 4, no. 5, pp. 1366-1369.
[8] Solanki Krunal M, “Indian Sign Languages using Flex Sensor Glove”, International Journal of Engineering Trends
and Technology, 2013, vol. 4, no. 6, pp. 2478-2480.
[9] Lokhande P, Prajapati R, Pansare S, “Data Gloves for Sign Language Recognition System”, National Conference
on Emerging Trends in Advanced Communication Technologies, 2015, pp. 11-14.
[10] Gowri D, Vidhubala D, “Sign Language Recognition for Deaf and Dumb People”, International Journal of
Research in Engineering and Technology, 2014, vol. 3, no. 7, pp. 797-799.
[11] Gunawan TS, Yaldi IRS, Kartiwi M, Mansor H, “Performance Evaluation of Smart Home System using Internet of
Things”, International Journal of Electrical and Computer Engineering, 2018, vol. 8, no. 1, pp. 400-411.
[12] Dessai S, Mahir MM, Mayur R, Singha N, Avaradhi V, “Design and Development of Low Cost Navigation and
Security System for Indian Fisherman Using Adrino Nano Platform, International Journal of Reconfigurable and
Embedded Systems, 2015, vol. 4, no. 1, pp. 28-41.
[13] Mlakić D, Nikolovski S, Alibašić E, “Designing Automatic Meter Reading System Using Open Source Hardware
and Software”, International Journal of Electrical and Computer Engineering, vol. 7, no. 6, 2017, pp. 3282-3291.
[14] Gogineni VR, Matcha K and Rao R, “Real Time Domestic Power Consumption Monitoring using Wireless Sensor
Networks”, International Journal of Electrical and Computer Engineering, 2015, vol. 5, no. 4, pp. 685-694.
BIOGRAPHIES OF AUTHORS
Ertie Abana is currently the Head of Center for Engineering Research and Technology Innovation in
University of Saint Louis. He is teaching research for three (3) years to Computer Engineering students
and is also a part-time professor in the Graduate School program of University of Saint Louis. He
received the degrees BS in Computer Engineering and Master in Information Technology in the same
university on 2011 and 2016, respectively.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 4, August 2018 : 2290 – 2298
2298
Kym Harris Bulauitan recently received his Bachelor’s degree in Computer Engineering in
University of Saint Louis, Tuguegarao City. His areas of interest include wireless networks, embedded
systems and software development. He attended various workshops on software development and
RFID technologies.
Ravy Kim Vicente recently received his Bachelor’s degree in Computer Engineering in University of
Saint Louis, Tuguegarao City. His areas of interest include microprocessors, sensor technologies, and
embedded systems. He attended various workshops on microcontrollers and robotics.
Michelle Rafael recently received his Bachelor’s degree in Computer Engineering in University of
Saint Louis, Tuguegarao City and is now working as Associate Software Engineer in a proffesional
services company. Her areas of interest include microprocessors, software development, and
embedded systems. She attended various workshops on microcontrollers and programming.
Jay Boy Flores recently received his Bachelor’s degree in Computer Engineering in University of
Saint Louis, Tuguegarao City. His areas of interest include microprocessors, and embedded systems.
He attended various workshops on microcontrollers and wearable technologies.

More Related Content

What's hot

Sign language recognition for deaf and dumb people
Sign language recognition for deaf and dumb peopleSign language recognition for deaf and dumb people
Sign language recognition for deaf and dumb peopleeSAT Publishing House
 
Human Computer Interface Glove for Sign Language Translation
Human Computer Interface Glove for Sign Language TranslationHuman Computer Interface Glove for Sign Language Translation
Human Computer Interface Glove for Sign Language TranslationPARNIKA GUPTA
 
Sign Language Translator
Sign Language TranslatorSign Language Translator
Sign Language TranslatorManjari Raj
 
Gesture Gloves - For Speechless patients
Gesture Gloves - For Speechless patientsGesture Gloves - For Speechless patients
Gesture Gloves - For Speechless patientsNeha Udeshi
 
An embedded module as “virtual tongue”
An embedded module as “virtual tongue”An embedded module as “virtual tongue”
An embedded module as “virtual tongue”ijistjournal
 
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
 
Sign language translator ieee power point
Sign language translator ieee power pointSign language translator ieee power point
Sign language translator ieee power pointMadhuri Yellapu
 
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
 
Electronic hand glove for deaf and blindppt
Electronic hand glove for deaf and blindpptElectronic hand glove for deaf and blindppt
Electronic hand glove for deaf and blindpptgtsooka
 
TALK GLOVES.
TALK GLOVES.TALK GLOVES.
TALK GLOVES.KANISHK
 
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
 
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
 
Sign language translator using glove
Sign language translator using gloveSign language translator using glove
Sign language translator using glovechetanjain92r
 
Conversion of sign language to speech using kinect
Conversion of sign language to speech using kinectConversion of sign language to speech using kinect
Conversion of sign language to speech using kinectrajaganapathy28091100
 
IRJET- Hand Talk- Assistant Technology for Deaf and Dumb
IRJET- Hand Talk- Assistant Technology for Deaf and DumbIRJET- Hand Talk- Assistant Technology for Deaf and Dumb
IRJET- Hand Talk- Assistant Technology for Deaf and DumbIRJET Journal
 

What's hot (20)

Sign language recognition for deaf and dumb people
Sign language recognition for deaf and dumb peopleSign language recognition for deaf and dumb people
Sign language recognition for deaf and dumb people
 
Human Computer Interface Glove for Sign Language Translation
Human Computer Interface Glove for Sign Language TranslationHuman Computer Interface Glove for Sign Language Translation
Human Computer Interface Glove for Sign Language Translation
 
Sign Language Translator
Sign Language TranslatorSign Language Translator
Sign Language Translator
 
Gesture Gloves - For Speechless patients
Gesture Gloves - For Speechless patientsGesture Gloves - For Speechless patients
Gesture Gloves - For Speechless patients
 
Project handtalk
Project handtalkProject handtalk
Project handtalk
 
An embedded module as “virtual tongue”
An embedded module as “virtual tongue”An embedded module as “virtual tongue”
An embedded module as “virtual tongue”
 
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
 
Sign language translator ieee power point
Sign language translator ieee power pointSign language translator ieee power point
Sign language translator ieee power point
 
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
 
delna's journal
delna's journaldelna's journal
delna's journal
 
Electronic hand glove for deaf and blindppt
Electronic hand glove for deaf and blindpptElectronic hand glove for deaf and blindppt
Electronic hand glove for deaf and blindppt
 
hand talk sound glove
hand talk sound glove hand talk sound glove
hand talk sound glove
 
TALK GLOVES.
TALK GLOVES.TALK GLOVES.
TALK GLOVES.
 
Smart glove
Smart gloveSmart glove
Smart glove
 
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
 
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
 
Mp r 3(final)
Mp r 3(final)Mp r 3(final)
Mp r 3(final)
 
Sign language translator using glove
Sign language translator using gloveSign language translator using glove
Sign language translator using glove
 
Conversion of sign language to speech using kinect
Conversion of sign language to speech using kinectConversion of sign language to speech using kinect
Conversion of sign language to speech using kinect
 
IRJET- Hand Talk- Assistant Technology for Deaf and Dumb
IRJET- Hand Talk- Assistant Technology for Deaf and DumbIRJET- Hand Talk- Assistant Technology for Deaf and Dumb
IRJET- Hand Talk- Assistant Technology for Deaf and Dumb
 

Similar to Electronic Glove: A Teaching AID for the Hearing Impaired

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 Vocalizerijtsrd
 
Glove based wearable devices for sign language-GloSign
Glove based wearable devices for sign language-GloSignGlove based wearable devices for sign language-GloSign
Glove based wearable devices for sign language-GloSignIAESIJAI
 
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
 
Communication among blind, deaf and dumb People
Communication among blind, deaf and dumb PeopleCommunication among blind, deaf and dumb People
Communication among blind, deaf and dumb PeopleIJAEMSJORNAL
 
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
 
HAND GESTURE VOCALIZER
HAND GESTURE VOCALIZERHAND GESTURE VOCALIZER
HAND GESTURE VOCALIZERIRJET Journal
 
Two Way Communication System with Binary Code Medium for People with Multiple...
Two Way Communication System with Binary Code Medium for People with Multiple...Two Way Communication System with Binary Code Medium for People with Multiple...
Two Way Communication System with Binary Code Medium for People with Multiple...IRJET Journal
 
IRJET - Android based Portable Hand Sign Recognition System
IRJET -  	  Android based Portable Hand Sign Recognition SystemIRJET -  	  Android based Portable Hand Sign Recognition System
IRJET - Android based Portable Hand Sign Recognition SystemIRJET Journal
 
Real-Time Sign Language Detector
Real-Time Sign Language DetectorReal-Time Sign Language Detector
Real-Time Sign Language DetectorIRJET Journal
 
GLOVE BASED GESTURE RECOGNITION USING IR SENSOR
GLOVE BASED GESTURE RECOGNITION USING IR SENSORGLOVE BASED GESTURE RECOGNITION USING IR SENSOR
GLOVE BASED GESTURE RECOGNITION USING IR SENSORIRJET Journal
 
Sign Language Recognition using Deep Learning
Sign Language Recognition using Deep LearningSign Language Recognition using Deep Learning
Sign Language Recognition using Deep LearningIRJET Journal
 
Survey Paper on Raspberry pi based Assistive Device for Communication between...
Survey Paper on Raspberry pi based Assistive Device for Communication between...Survey Paper on Raspberry pi based Assistive Device for Communication between...
Survey Paper on Raspberry pi based Assistive Device for Communication between...IRJET Journal
 
Wireless and uninstrumented communication by gestures for deaf and mute based...
Wireless and uninstrumented communication by gestures for deaf and mute based...Wireless and uninstrumented communication by gestures for deaf and mute based...
Wireless and uninstrumented communication by gestures for deaf and mute based...IOSR Journals
 
Gestures Based Sign Interpretation System using Hand Glove
Gestures Based Sign Interpretation System using Hand GloveGestures Based Sign Interpretation System using Hand Glove
Gestures Based Sign Interpretation System using Hand GloveIRJET Journal
 
A review of factors that impact the design of a glove based wearable devices
A review of factors that impact the design of a glove based wearable devicesA review of factors that impact the design of a glove based wearable devices
A review of factors that impact the design of a glove based wearable devicesIAESIJAI
 
IRJET- Hand Gesture Recognition for Deaf and Dumb
IRJET- Hand Gesture Recognition for Deaf and DumbIRJET- Hand Gesture Recognition for Deaf and Dumb
IRJET- Hand Gesture Recognition for Deaf and DumbIRJET Journal
 
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
 

Similar to Electronic Glove: A Teaching AID for the Hearing Impaired (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
 
Hand Gesture Vocalizer
Hand Gesture VocalizerHand Gesture Vocalizer
Hand Gesture Vocalizer
 
Glove based wearable devices for sign language-GloSign
Glove based wearable devices for sign language-GloSignGlove based wearable devices for sign language-GloSign
Glove based wearable devices for sign language-GloSign
 
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
 
Communication among blind, deaf and dumb People
Communication among blind, deaf and dumb PeopleCommunication among blind, deaf and dumb People
Communication among blind, deaf and dumb People
 
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
 
HAND GESTURE VOCALIZER
HAND GESTURE VOCALIZERHAND GESTURE VOCALIZER
HAND GESTURE VOCALIZER
 
Two Way Communication System with Binary Code Medium for People with Multiple...
Two Way Communication System with Binary Code Medium for People with Multiple...Two Way Communication System with Binary Code Medium for People with Multiple...
Two Way Communication System with Binary Code Medium for People with Multiple...
 
183
183183
183
 
IRJET - Android based Portable Hand Sign Recognition System
IRJET -  	  Android based Portable Hand Sign Recognition SystemIRJET -  	  Android based Portable Hand Sign Recognition System
IRJET - Android based Portable Hand Sign Recognition System
 
Real-Time Sign Language Detector
Real-Time Sign Language DetectorReal-Time Sign Language Detector
Real-Time Sign Language Detector
 
GLOVE BASED GESTURE RECOGNITION USING IR SENSOR
GLOVE BASED GESTURE RECOGNITION USING IR SENSORGLOVE BASED GESTURE RECOGNITION USING IR SENSOR
GLOVE BASED GESTURE RECOGNITION USING IR SENSOR
 
Sign Language Recognition using Deep Learning
Sign Language Recognition using Deep LearningSign Language Recognition using Deep Learning
Sign Language Recognition using Deep Learning
 
Survey Paper on Raspberry pi based Assistive Device for Communication between...
Survey Paper on Raspberry pi based Assistive Device for Communication between...Survey Paper on Raspberry pi based Assistive Device for Communication between...
Survey Paper on Raspberry pi based Assistive Device for Communication between...
 
Wireless and uninstrumented communication by gestures for deaf and mute based...
Wireless and uninstrumented communication by gestures for deaf and mute based...Wireless and uninstrumented communication by gestures for deaf and mute based...
Wireless and uninstrumented communication by gestures for deaf and mute based...
 
Gestures Based Sign Interpretation System using Hand Glove
Gestures Based Sign Interpretation System using Hand GloveGestures Based Sign Interpretation System using Hand Glove
Gestures Based Sign Interpretation System using Hand Glove
 
A review of factors that impact the design of a glove based wearable devices
A review of factors that impact the design of a glove based wearable devicesA review of factors that impact the design of a glove based wearable devices
A review of factors that impact the design of a glove based wearable devices
 
PPT_1.pptx
PPT_1.pptxPPT_1.pptx
PPT_1.pptx
 
IRJET- Hand Gesture Recognition for Deaf and Dumb
IRJET- Hand Gesture Recognition for Deaf and DumbIRJET- Hand Gesture Recognition for Deaf and Dumb
IRJET- Hand Gesture Recognition for Deaf and Dumb
 
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
 

More from IJECEIAES

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...IJECEIAES
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionIJECEIAES
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...IJECEIAES
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...IJECEIAES
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningIJECEIAES
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...IJECEIAES
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...IJECEIAES
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...IJECEIAES
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...IJECEIAES
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyIJECEIAES
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationIJECEIAES
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceIJECEIAES
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...IJECEIAES
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...IJECEIAES
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...IJECEIAES
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...IJECEIAES
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...IJECEIAES
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...IJECEIAES
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...IJECEIAES
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...IJECEIAES
 

More from IJECEIAES (20)

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regression
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learning
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancy
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performance
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
 

Recently uploaded

Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 

Recently uploaded (20)

Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 

Electronic Glove: A Teaching AID for the Hearing Impaired

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 8, No. 4, August 2018, pp. 2290~2298 ISSN: 2088-8708, DOI: 10.11591/ijece.v8i4.2290-2298  2290 Journal homepage: http://iaescore.com/journals/index.php/IJECE Electronic Glove: A Teaching AID for the Hearing Impaired Ertie Abana, Kym Harris Bulauitan, Ravy Kim Vicente, Michelle Rafael, Jay Boy Flores School of Engineering, Architecture, Interior Design and Information Technology Education, University of Saint Louis, Philippines Article Info ABSTRACT Article history: Received Oct 28, 2017 Revised Feb 2, 2018 Accepted Feb 9, 2018 Learning how to speak in order to communicate with others is part of growing up. Like a normal person, deaf and mutes also need to learn how to connect to the world they live in. For this purpose, an Electronic Glove or E-Glovewas developed as a teaching aid for the hearing impaired particularly children. E-Glove makes use ofthe American Sign Language (ASL) asthe basis for recognizing hand gestures. It was designed using flex sensors and an accelerometer to detect the degree of bend made by the fingers as well asa movement of the hand. E-Glove transmits the data received from the sensors wirelessly to a computer and then displays the letter or basic word that correspondsto a gesture made by the individual wearing it. E-Glove provides a simple, accurate, reliable, cheap, speedy gesture recognition and user- friendlyteaching aid for the instructors that are teaching sign language to the deaf and mute community. Keyword: Accelerometer Data glove Flex sensor Hearing-impaired Sign language Copyright © 2018Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Ertie Abana, Center for Engineering Research and Technology Innovation, University of Saint Louis, Mabini St., Ugac Sur, Tuguegarao City, Cagayan, Philippines. Email: ertie04@gmail.com 1. INTRODUCTION Communication is very important in all areas of life. Its significance is considered by many people to be as important as breathing. It aids in the process of sharing information and also improves the relationship with other people. Unfortunately, not all are blessed with the ability to talk and hear. There are some who cannot talk nor hear what others are saying, in fact,the World Federation of the Deaf published a report that 72 million deaf-mute people [1] make up the world’s population. In order to communicate with the society, researchers studied how to recognize hand gestures and there are two well-known approaches; image processing [2] and the data glove. The data glove approach has less computational time and faster response in real time [3] applications which makes it more advantageous than image processing technique. As a result of these advantages, there has been quite a reasonable amount of research work in building the data glove using different input components like flex sensor [1]-[9], accelerometer [4], surface electromyography [4] andMicro-Electro-Mechanical Systems (MEMS) sensor [10]. While all of these data gloves can recognize the American Sign Language (ASL) alphabet, few have designed it to recognize ASL sign words. No one has also looked into using the data glove in Deaf Education. Hearing-impaired children who didn’t learnto speakalso go to schools that teach them howto communicate with other people. In educating deaf and mute children, there are three great approaches that can be successfully used: the bilingual-bicultural (BiBi) approach which makes use of ASL; the auditory- verbal approach that teaches the English Language through residual hearing and speech instead of sign language; and total communication that combines auditory and visual communication for instruction. These techniques has under gone waves of popularity, but this doesn't mean though that one is better than the other. Hearing-impaired children are different and each needs a different type of technique to help them with their
  • 2. Int J Elec & Comp Eng ISSN: 2088-8708  Electronic Glove: A Teaching AID for the Hearing Impaired (Ertie Abana) 2291 development of language and communication. However, ASL, which wasthe first language ever taught in the BiBi approach, is said to be the native language for them and is historically used in Deaf Education. Keeping in mind the use of BiBi approach in teaching hearing-impaired children, technology can be integrated across the curriculum to assist professionals and teachers in Deaf Educationand make learning more interesting. Technology has been digitizing classrooms through digital learning tools that have increased student’s engagement and motivation towards learning. This paper explored on the development of a data glove as a digital learning tool for teaching hearing-impaired children. The data glove was named Electronic Glove or E-Glove. It was developed using a general-purpose microcontroller board for processing input coming from the combination of flex sensors and accelerometer. The use of the accelerometer only for recognizing ASL sign words is what separates the E- Glove from other existing data gloves. 2. RESEARCH METHOD The primary goal in the development of E-Glove is showing the recognized ASL letters and words through a software program installed in a computer. It shall facilitate in teaching hearing-impaired children through teachers showing the proper hand gestures and then letting the students perform it using the glove. Figure 1 represents the block diagram of E-Glove. Five flex sensor and one accelerometer were connected to the microcontroller that contained the functionality of the device. UHF modules were used to wirelessly connect the E-Glove to the computer. Any letter or word recognized using the E-Glovewill be shown and read aloud on the computer. Figure 1. The Block Diagram of E-Glove 2.1. General description Figure 2 shows the connection of the different components used in the development of E- Glove.Once the microcontroller detects the sign language, it will send the letter or word that corresponds to the hand gesture wirelessly into the computer using UHF (transmitter). The UHF (receiver) connected to the UART acts as a bridge between the microcontroller and the computer. The computer will then display the letters or words on the screen and also convert it into speech. a. Arduino Mega b. Flex sensor c. Accelerometer d. UHF Module e. Software Program 2.2. Arduino mega microcontroller Arduino microcontroller is a long-established general purpose microcontroller [11] used for developing do-it-yourself electronic projects and numerous embedded systems. Arduino microcontrollers are physically programmable circuit boards that can be programmed using an Arduino IDE (Integrated Development Environment) [12] which is available in all portals [13] that deal with a product. The IDE is also used tocompile and upload the written source code to the Arduino board. Arduino is both an open source [14] hardware and software. There are many types of Arduino microcontroller board. We used the Arduino Mega for E-Glove because it has lots of digital input/output pins and analog input pins. This board is very convenient for projects that require a lot of digital input and output. The Arduino Mega has the following specifications: a. Microcontroller - ATmega1280 b. Operating Voltage - 5V c. Recommended Input Voltage - 7-12V Flex Sensors Microcontroller UHF Module Computer Accelerometer UHF ModuleUART
  • 3.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 4, August 2018 : 2290 – 2298 2292 d. Digital I/O Pins - 54 e. Analog Input Pins - 16 f. DC Current per I/O Pin - 40 mA g. Clock Speed - 16 MHz The Arduino Megamicrocontroller wasthe most important component of the E-Glove because it contained the whole functionality of the device. Its absence won’t make the device work. It holds the code for the sensors as well as the database of the device. It also converts the analog signals coming from the sensor into digital in order for the computer to read the data. The flex sensors were connected to the analog pins A0-A4 while the accelerometer used A5 of the Arduino microcontroller. The first transceiver which served as a transmitter was connected to the Rx and Tx communication port of the Arduino microcontroller. Figure 2. The circuit diagram of the device 2.3. Flex sensors Flex sensors act as variable resistors mainly used to detect bending or flexing. The resistance of this kind of sensors changes when bent. They are made up of carbon on a strip of plastic wherein resistance gets higher and higher while bending in one direction. Flex sensors differ in length but most havea resistance ranging from about 10 kilo-ohms to 35 kilo-ohms. In the E-Glove, the degree of bend of the flex sensor was compared to the mapped valuesin the code to recognize aparticular sign language. Five pieces of flex sensors were placed on each finger. Their values are being recorded and compared with the values that represent a particular sign language. If the value matches, it will be shown in the software program. 2.4. Accelerometer The accelerometer is an inertial sensorthatis dynamically capable of sensing in a vast range. Accelerometers are used to measure acceleration forces in one, two, or three orthogonal axes depending on its application to a certain device.
  • 4. Int J Elec & Comp Eng ISSN: 2088-8708  Electronic Glove: A Teaching AID for the Hearing Impaired (Ertie Abana) 2293 For the E-Glove to detect hand movements when doing a certain ASL sign word, the accelerometer was used. The value read from the accelerometer was compared to the value saved in the software program to determine if a certain word corresponds to the hand movement. 2.5. UHF module UHF module was used in the project as a bridge of the E-Glove and the computer for them to communicate wirelessly. The UHF module connected to the E-Glovesends the data to the computer. The purpose of making the device wireless is to make the user comfortable and not to stay on just one area of the room. Specifically, UHF-EX was used in the E-Glove. It is a wireless UART transceiver with 100 milliwatts (mW) radio frequency output. Two UHF-EXwere used in E-Glovewhich served different purposes. The first one was used as a transmitter connected to the Arduino microcontroller while the second one was used as a receiver connected to the computer. The radio frequency power of UHF-EX allowed a useful control range of more than 500 meters while unobstructed line of sight range can reach 700 meters. a. Power Input - 5V/3.3V jumper selectable b. Frequency Range - 431.1 MHz – 437.3 MHz c. Channel Separation - 400kHz d. Modulation Type - FSK ( Frequency Shift - Keying ) e. UART Baud rate - 9600 bit/s f. Current Consumption TX - 36mA @ 5V g. Current Consumption RX - 23mA @ 5V h. Transmit to Receive Latency - 20 - 30 milliseconds (ms) 2.6. Software program The data coming from the two sensors attached to the E-Glove were wirelessly sent to the computer and a software program was developed to receive this data and show the corresponding sign language equivalent. Moreover, the equivalent letter or word was also read aloud using a text-to-speech function. The software program was developed using Microsoft Visual C# Express. Microsoft Visual C# Express is a high-level programming language that is intended for building a variety of application using the .NET Framework. This programming language issimple, powerful, type-safe and objected-oriented. The continuous development of this language enables rapid application development while retaining the simplicity and elegance of a C based programming language. 2.7. American sign language (ASL) alphabet and sign words ASL is a natural language that serves as the first language taught in the BiBi approach of deaf education before the English language. One of the first things that a normal person should learn is spelling. In deaf education, the ASL alphabet is being taught to hearing-impaired children for them to spell words and most especially names. Figure 3. The ASL alphabet from North Star Teacher Resources
  • 5.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 4, August 2018 : 2290 – 2298 2294 Figure 3 represents the ASL alphabet from North Star Teacher Resources. ASL sign words were also taught to hearing-impaired children especially those important words that they need in everyday conversation like Know, You, Good, Fine, Understand, Thank you, Again, Me, Hi and Bad. 3. RESULTS AND ANALYSIS 3.1. The E-Glove The E-Glove shown in Figure 4 was sewn with flex sensors in each finger. The accelerometer was positioned on top of the hand. Both flex sensors and accelerometer were connected in the Arduino microcontroller which was placed inside a box that is wrapped around the forearm. Figure 4. The prototype glove The E-Glove sends the data wirelessly to the computer. This feature is not exhibited on most of the previous data gloves [2], [4], [6], [8]-[10] but proven beneficial to other designs [1], [3], [5], [7]. The wireless feature of E-Glove should encourage a healthy classroom interaction in which the teacher can let the students use the E-Glove in their seat and perform a particular hand gesture that may serve as a form of recitation in Deaf Education. 3.2. Sensor values Output data were directly obtained from data glove and each sensor produced different resistance value depending on the hand gesture. Signals produced by the sensors were translated by the Arduino microcontroller into digital form and through serial communication, the data were transferred to the Arduino software. As seen in Figure 5, the sensors located at the fingers haddifferent readings depending on the sign language. Using the Arduino software, the sensor values were mapped to get the specific letter or word. The letter or the word which corresponds to the values was sent to the software program. These letters or words were then shown in the graphical user interface and at the same time, it was read aloud by the system. Figure 6 shows the reading of accelerometer in the Arduino software. On each columns were the readings of x, y, and z-axis respectively. The accelerometer was also mapped according to the movement of the hand.
  • 6. Int J Elec & Comp Eng ISSN: 2088-8708  Electronic Glove: A Teaching AID for the Hearing Impaired (Ertie Abana) 2295 Figure 5. The Flex Sensor values Figure 6. The Accelerometer values 3.3. Software program The software program developed in Visual C# is shown in Figure 7. It was designed to be user- friendly and attractive for children. There were two, large and small, textboxes. The large text box is where the accumulated words or letters show up while the smaller text box shows the last letter or word recognized by the software program. Buttons were labeled concisely and clearly. The “Start” button enables the software program to show the corresponding letter or word on the text boxes based on the gesture exhibited by the user. The “Back Space” button deletes the last character in the large text box while the “Clear” button removes all the characters in the large text box. The “Stop” button stops the program to show the letter or word recognized by the E-Glove. Figure 7. The Graphical User Interface (GUI) of the software program The design of the GUI enabled children in Deaf Education to spell out words shown in the large text box, something that the previous data gloves lack since they can only show the last recognized letter [1], [4]. Moreover, the GUI design is forgiving because it lets the user to correct misspelled words using the “Backspace” button.The accumulation of letter in the large text box will enable the teacher to evaluate and determine the number of correct gestures the student has made. The letters and words recognized were also converted into speech for teachers to check if the gesture was right even without looking on the GUI. Additionally, the size of the characters was large enough to be seen by the students.
  • 7.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 4, August 2018 : 2290 – 2298 2296 3.4. Testing of ASL alphabet and sign words Each of the letters in the ASL alphabetwas tested by doing the gestures once to check the accuracy of the device. The Table 1 shows that on the second and third trial, one letter was not recognized. Calculating for the rate of accuracy, E-Glove has 98% accuracy in detecting the letters. The simple formula below was used in determining the rate of accuracy of E-Glove in recognizing letters in the ASL alphabet: ( ∑ ∑ ) (1) The device was able to recognize all the letters on most of the trials but there were undetected letters due to conflicts in the reading because the mapped values of the flex sensors are closely related.When the conflict in reading happened, the E-Glove did not show any letters on the software program and the user had to repeat the gesture again. This implies that E-Glove is reliable because the software program will not show incorrect letters. Table 1. The Accuracy of E-Glove in recognizing letters in the ASL Alphabet Trial (i) Number of Letters ( ) Number of Recognized Letters ( ) 1 26 26 2 26 25 3 26 26 4 26 26 5 26 25 The same with the ASL alphabet, simple words were also tested. Accelerometer with gyroscope was used in the detection of words. Table 2 shows the number of recognized words for every trial. The E-Glove was not able to recognize all the words for the second and third trial. One wordwas missed.Using the simple formula for accuracy, testing the device achieved an accuracy of 98%. The device was only able to detect words with the right hand orientation or position fed in the software program.The recognition of words also exhibited the behavior of E-Glove when recognizing letters in which no words will be shown if gesture was undetected. This does not only to make E-Glove reliable in recognizing gestures for words but also let the users topractice the right orientation or positions of the hand when doing the gestures. Table 2. The Accuracy of E-Glove in recognizing ASL Sign Words Trial (i) Number of Words ( ) Number of Recognized Words ( ) 1 10 10 2 10 9 3 10 9 4 10 10 5 10 10 The acceptable rate of accuracy achieved by the E-Glove suggests that the method of recognizing letters in which only one type of sensor was used compared to multiple sensors [1], [4] is sufficient to perform its function. Since fewer data will be read and processed, the performance of the device in terms of analyzing the gesture will be improved unlike the used of multiple sensors by previous studies where recognition speed was traded off to accuracy. Moreover, the number of flex sensors used was also reduced compared to other gloves which will make E-Glove cheaper to produce. In terms of recognizing ASL sign words, E-Glove was also able to show that with the use of a single accelerometer, an acceptable rate of accuracy can also be achieved. The accelerometer from previous studieswas used in combination with flex sensor [1], [4] to only recognize letters. 4. CONCLUSION In deaf education using the BiBi approach, children learn American Sign Languageas a first language. They learn ASL as the primary way of communicating with other people. E-Glove works as an
  • 8. Int J Elec & Comp Eng ISSN: 2088-8708  Electronic Glove: A Teaching AID for the Hearing Impaired (Ertie Abana) 2297 automated translator and converts sign language directly into a vocal and textual format using flex sensors and accelerometer. Considering the accuracy it exhibited, the reduction of sensors to improve the gesture recognition speed and the cheaper productioncost, it can very well be implemented as a teaching aid for Deaf Education. Furthermore, the design of the GUI has an increased aesthetic appeal for children. This educational tool for hearing-impaired children would encourage a healthy classroom interaction. The E- Glove can further be improved by adding more ASL sign words from the ASL dictionary to its pool of words. The software program can also be developed in such a way that it can construct sentences from words detected. ACKNOWLEDGEMENTS We thank the Heavenly Father for his endless blessing through the development of the device. We are grateful to all the teachers and friends who assisted us in every process undertaken during the development. REFERENCES [1] Bukhari J, Rehman M, Malik SI, Kamboh A, Salman A, “American Sign Language Translation through Sensory Glove; Signspeak”, International Journal of u-and e-Service, Science and Technology, 2015, vol. 8, no. 1, pp. 131-142. [2] Pramada1 S, Saylee D, Pranita N, Samiksha N, Vaidya A, “Intelligent Sign Language Recognition Using Image Processing”, IOSR Journal of Engineering, 2013, vol. 3, no. 2, pp. 45-51. [3] Gunasekaran K, An R, “Sign language to speech translation system using PIC microcontroller”, International Journal of Engineering and Technology, 2013, vol. 5 no. 2, pp. 1024-1028. [4] Anetha K, Rejina Parvin J, “Hand Talk-A Sign Language Recognition Based On Accelerometer and EMG Data”, International Journal of Innovative Research in Computer and Communication Engineering, 2014, vol. 2, no. 3, pp. 206-215. [5] Havalagi PS, Nivedita SU, “The amazing digital gloves that give voice to the voiceless”, International Journal of Advances in Engineering & Technology, 2013, vol. 6, no. 1, pp. 471-480. [6] Philomina S, Jasmin M, “Hand Talk: Intelligent Sign Language Recognition for Deaf and Dumb”, International Journal of Innovative Research in Science, Engineering and Technology, 2015, vol. 4, no. 1, pp. 18785-18790. [7] Dinesh S, “Talking Glove - A Boon for the Deaf, Dumb and Physically Challenged”, International Journal of Advanced Research in Electronics and Communication Engineering, 2015, vol. 4, no. 5, pp. 1366-1369. [8] Solanki Krunal M, “Indian Sign Languages using Flex Sensor Glove”, International Journal of Engineering Trends and Technology, 2013, vol. 4, no. 6, pp. 2478-2480. [9] Lokhande P, Prajapati R, Pansare S, “Data Gloves for Sign Language Recognition System”, National Conference on Emerging Trends in Advanced Communication Technologies, 2015, pp. 11-14. [10] Gowri D, Vidhubala D, “Sign Language Recognition for Deaf and Dumb People”, International Journal of Research in Engineering and Technology, 2014, vol. 3, no. 7, pp. 797-799. [11] Gunawan TS, Yaldi IRS, Kartiwi M, Mansor H, “Performance Evaluation of Smart Home System using Internet of Things”, International Journal of Electrical and Computer Engineering, 2018, vol. 8, no. 1, pp. 400-411. [12] Dessai S, Mahir MM, Mayur R, Singha N, Avaradhi V, “Design and Development of Low Cost Navigation and Security System for Indian Fisherman Using Adrino Nano Platform, International Journal of Reconfigurable and Embedded Systems, 2015, vol. 4, no. 1, pp. 28-41. [13] Mlakić D, Nikolovski S, Alibašić E, “Designing Automatic Meter Reading System Using Open Source Hardware and Software”, International Journal of Electrical and Computer Engineering, vol. 7, no. 6, 2017, pp. 3282-3291. [14] Gogineni VR, Matcha K and Rao R, “Real Time Domestic Power Consumption Monitoring using Wireless Sensor Networks”, International Journal of Electrical and Computer Engineering, 2015, vol. 5, no. 4, pp. 685-694. BIOGRAPHIES OF AUTHORS Ertie Abana is currently the Head of Center for Engineering Research and Technology Innovation in University of Saint Louis. He is teaching research for three (3) years to Computer Engineering students and is also a part-time professor in the Graduate School program of University of Saint Louis. He received the degrees BS in Computer Engineering and Master in Information Technology in the same university on 2011 and 2016, respectively.
  • 9.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 4, August 2018 : 2290 – 2298 2298 Kym Harris Bulauitan recently received his Bachelor’s degree in Computer Engineering in University of Saint Louis, Tuguegarao City. His areas of interest include wireless networks, embedded systems and software development. He attended various workshops on software development and RFID technologies. Ravy Kim Vicente recently received his Bachelor’s degree in Computer Engineering in University of Saint Louis, Tuguegarao City. His areas of interest include microprocessors, sensor technologies, and embedded systems. He attended various workshops on microcontrollers and robotics. Michelle Rafael recently received his Bachelor’s degree in Computer Engineering in University of Saint Louis, Tuguegarao City and is now working as Associate Software Engineer in a proffesional services company. Her areas of interest include microprocessors, software development, and embedded systems. She attended various workshops on microcontrollers and programming. Jay Boy Flores recently received his Bachelor’s degree in Computer Engineering in University of Saint Louis, Tuguegarao City. His areas of interest include microprocessors, and embedded systems. He attended various workshops on microcontrollers and wearable technologies.