SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1172
IOT BASED VIBRATION VEST FOR DEAF PEOPLE
Sahil Deshmukh1, Karan Tamboli2, Mayuresh Rele3
1,2,3Student, Department of Computer Engineering, MES Pillai Hoc College of Engineering and Technology,
Rasayani, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Since Deaf, Mute and Hearing Impaired people
faces difficulty in their daily life as they always need
struggle for listen and understand what the people around
them actually says, This in-deficiency always acts as a
barrier to them for what the sound actually is which coming
towards them. There are hearing aids available for them to
listen but that has certain limitations which they uses
certain frequencies and in the case of deaf people that
frequencies can’t be that useful moreover, there is an option
for specialized surgeries which is not cost-effective at all and
actually complex, The need of them to visualize a sound is
technologically somewhat possible that translates a sound
to sensation or vibrations which the deaf or impaired people
can experience. For that in this project, it is aimed to
implement an cost-effective hardware device that can help
deaf people to sense the sound with the help of vibrations.
This hardware project uses a Microphone module to capture
an sound signal waves and Arduino UNO Microprocessor
which will process it to text-to-digital signal and gives
output to vibration motors with the help of software
program that has an FTT algorithm Processing. The device
can be worn underneath of clothing.
Key Words: Deaf, Hearing Impaired, Vibration Motors,
Vest, Tune, Microphone, Mute.
1. INTRODUCTION
In this project it is destined to develop a hardware that can
help deaf people sense sound with the help of vibration
with a device that can take signals from as a sound waves
source. This hardware project uses microphone module,
i.e. microphone is used to detect the sound waves, Arduino
UNO Microprocessor, vibration motors etc. The device can
be worn underneath the clothing. A microphone on the
vest captures sounds from the surroundings and sends
them into an Arduino UNO Microprocessor, which extracts
the audio to speech and converts it into unique patterns of
vibration with the help of algorithm program and sends
signal to vibration motors.
2. LITERATURE SURVEY
Earlier There are Multiple Research done in this domain
such as a Text to Braille language converting
Communication Device for the Deaf and Hearing Impaired
peoples which aims to converts any text into the Braille
letters that can be read by a Person who is Deaf, Mute,
Blind. A person can also send text message to another
Deaf, Mute, Blind person from his smartphone. Once the
message is received in the Device, it will starts converting
that letters in message to Braille Language.[1]
In another research The Development of Wearable
Device that for is Built with Arduino for deaf Persons,
which is used to assist a deaf persons. The Device gets an
inputs from Sensors and control the LEDs and vibration
motors to interact with the surroundings by using Sound
signals, the sound is taken as a analogue signal and
Processed with Arduino microprocessor and when the
sound is generated the vibration motor operates. But since,
the Program does not uses any specialized algorithm the
vibrations are linear and flat in nature.[2]
In one of the research, A Device Based on Morse Code
which is generates from Vibrotactile Communication is
used for Deaf as proposes an alternate solution for
communication to deaf people. A device has developed in
which deaf people can communicate easily with others by
using tactile senses or with the gestures. A device converts
sound inputs by front people to Morse code. The sound
message is firstly converted to text and then the Morse
code signals using a conversion algorithm and those signals
sends to vibration motors as a output which placed inside a
glove. A deaf person who is wearing the glove senses the
vibration in his fingers. [3]
3. METHODOLOGY
It is aimed to deliver a Vibration Vest that can provide a
somewhat accurate Results to User by converting an
sound into vibrations approach Moreover, the
effectiveness of this system that’s automate medical
products to serve a role in the deaf people’s health care.
3.1 Method/Algorithm Used for Signal
Conversions
Fast Fourier Transform (FTT)
The Fast Fourier Transform algorithm is used to see
which frequencies are operates in an analog signal input.
For the x higher points on axis higher the frequency.
For the y higher points on axis larger the amplitude.
Actually the outcomes will generated in a graph is one or
many spike like bars. A tall bar spike in the graph means
that frequency is a repeating in that signal. If Fast Fourier
Transform is applied on signal that is noise free it will get
outcome as only a single Spike bar. However, if Fast
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1173
Fourier Transform applied to a signal that is square wave
it will results in graph that is decreasing, where many
frequencies-will get intervals that are positive in nature.
The higher frequencies will have lowest amplitude and the
lowest ones have the highest amplitude.[4]
The algorithm acts with finite number of samples. This
numbers will 2^n where N is an integer which outcomes in
32, 64,128…,etc.
This system uses FTT algorithm Arduino Library into the
program to implement module functions for Speech to text
and to noise Separation which give tuned outcome
4. PROPOSED SYSTEM
Fig-1: Proposed System Architecture.
4.1. System Architecture Components
-Arduino UNO Microprocessor.
-Vibration Motors.
-Microphone Module.
-Li-ion Battery.
By developing an IOT Based Vibration Vest for Deaf people,
the deaf user can understand vibration sensation and learn
about the sound and what a person on front of them wants
to say. The Vibration Vest can help them by just wearing
the device like a jacket which consists of microphone
module, vibration motors and battery powered micro-
controller Arduino UNO which is fitted into vest, the
microphone module and the vibration motors are
connected to it. Microphone on vest collect/ gather the
sound and sends to Micro-controller which processes that
sound by converting the sound waves using FFT Algorithm
Program sets into controller and adapting it to conversion
in electrical form to Vibrations motors output as per the
program algorithm result which triggers multiple vibration
motors as per output instructions given by program. The
result of this can accumulated by the deaf people i.e. the
user wearing this vest will be able to understand and learn
by adaptive sensation they feel evolving by time.
5. RESULTS
The Proposed solution gives a Deaf/Mute Person a
Sensation of vibrations that are variable in nature for each
of vibration motor works by conversion of Voice Signals to
Vibrations on different frequencies which the voice data
processed by using an FTT Algorithm.
The Voice Signals get Capture Using Microphone Module
that captures and convert into electric Impulses and
Processed output is Sampled.
The Sampled Audio shown in Fig. after applying FTT
Algorithm
Fig-2 : Audio Input Amplitude and Intensity after applying
FFT Algorithm.
Blue Lines -Audio Input after frequency sampling.
Red Lines -Output to vibration motors as frequency.
Fig-3 : Frequency Sampled Audio Input and Vibration
Output.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1174
After Change in Audio Input The Frequency is getting
changed as shown in Fig-4.
Fig-4 : Change in Frequency Output after Input Variations.
After Conversion the Vibration Motors Triggers with the
desired output value which is processed and the user will
get sensation.
6. CONCLUSION
The structure of this project is easy to reach, the design
is not difficult to use and the device is cost effective as well
approachable to mass. We are looking ahead to implement
the system that will help the deaf people develop new and
modern way to understand speech by implementing this
device using IOT.
7. REFERENCES
[1] S. Ramachandran, G. D, P. K N and N. Rajan, "Text to
Braille Converting Communication Device forthe
Visual and Hearing Impaired Persons," 2021
International Conference on Computer
Communication and Informatics ICCCI
10.1109/ICCCI50826.2021.9402590.
[2] A.-G. Jeon, D. Jeong, and S.-H. Lee, “Development of
Wearable Device for Hearing Impaired people
Using Arduino,” International journal of advanced
smart convergence, vol. 8, no. 4, pp. 214–220, Dec.
2019.
[3] R. Hasdak, I. A. Nur, A. A. Neon and H. U. Zaman,
"Deaf-Vibe: A Vibrotactile Communication Device
Based on Morse Code for Deaf-Mute Individuals,"
2018 9th IEEE Control and System Graduate
Research Colloquium (ICSGRC),
10.1109/ICSGRC.2018.8657547.
[4] Mads Aasvik What Is FFT and How Can Implement
Arduino?(https://www.norwegiancreations.com/
2017/08/what-is-fft-and-how-can-you-
implement-it-on-an-arduino/).
[5] Abby McCormack & Heather Fortnum, “Why do
people fitted with hearing aids not wear them?”,
International Journal of Audiology, pp. 360-368,
2013.DOI:https://doi.org/10.3109/14992027.201
3.769066.

More Related Content

Similar to IOT BASED VIBRATION VEST FOR DEAF PEOPLE

IRJET- Data Transmission for Proximity Devices using Ultrasonic Sound Waves
IRJET- Data Transmission for Proximity Devices using Ultrasonic Sound WavesIRJET- Data Transmission for Proximity Devices using Ultrasonic Sound Waves
IRJET- Data Transmission for Proximity Devices using Ultrasonic Sound WavesIRJET Journal
 
IRJET - Gesture based Robot with Victim Detection using Audio
IRJET - Gesture based Robot with Victim Detection using AudioIRJET - Gesture based Robot with Victim Detection using Audio
IRJET - Gesture based Robot with Victim Detection using AudioIRJET Journal
 
ILLEGAL LOGGING DETECTION BASED ON ACOUSTICS
ILLEGAL LOGGING DETECTION BASED ON ACOUSTICSILLEGAL LOGGING DETECTION BASED ON ACOUSTICS
ILLEGAL LOGGING DETECTION BASED ON ACOUSTICSIRJET Journal
 
A review of Noise Suppression Technology for Real-Time Speech Enhancement
A review of Noise Suppression Technology for Real-Time Speech EnhancementA review of Noise Suppression Technology for Real-Time Speech Enhancement
A review of Noise Suppression Technology for Real-Time Speech EnhancementIRJET Journal
 
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET Journal
 
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET Journal
 
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
 
Voice Controlled Robotic Vehicle
Voice Controlled Robotic VehicleVoice Controlled Robotic Vehicle
Voice Controlled Robotic VehicleIRJET Journal
 
IRJET- Artificial Intelligence based Voice Controlled Robot
IRJET- Artificial Intelligence based Voice Controlled RobotIRJET- Artificial Intelligence based Voice Controlled Robot
IRJET- Artificial Intelligence based Voice Controlled RobotIRJET Journal
 
IRJET - Speaking System for Mute People
 IRJET -  	  Speaking System for Mute People IRJET -  	  Speaking System for Mute People
IRJET - Speaking System for Mute PeopleIRJET Journal
 
IRJET- Hand Movement Recognition for a Speech Impaired Person
IRJET-  	  Hand Movement Recognition for a Speech Impaired PersonIRJET-  	  Hand Movement Recognition for a Speech Impaired Person
IRJET- Hand Movement Recognition for a Speech Impaired PersonIRJET Journal
 
IRJET- VI Spectacle – A Visual Aid for the Visually Impaired
IRJET- VI Spectacle – A Visual Aid for the Visually ImpairedIRJET- VI Spectacle – A Visual Aid for the Visually Impaired
IRJET- VI Spectacle – A Visual Aid for the Visually ImpairedIRJET Journal
 
IRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military AreaIRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military AreaIRJET Journal
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonIRJET Journal
 
HAND GESTURE VOCALIZER
HAND GESTURE VOCALIZERHAND GESTURE VOCALIZER
HAND GESTURE VOCALIZERIRJET Journal
 
IRJET- IoT based Classroom Automation System
IRJET-  	  IoT based Classroom Automation SystemIRJET-  	  IoT based Classroom Automation System
IRJET- IoT based Classroom Automation SystemIRJET Journal
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET Journal
 
IRJET- Voice Controlled Robotic Vehicle
IRJET- Voice Controlled Robotic VehicleIRJET- Voice Controlled Robotic Vehicle
IRJET- Voice Controlled Robotic VehicleIRJET Journal
 
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...IRJET Journal
 
GESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFTGESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFTIRJET Journal
 

Similar to IOT BASED VIBRATION VEST FOR DEAF PEOPLE (20)

IRJET- Data Transmission for Proximity Devices using Ultrasonic Sound Waves
IRJET- Data Transmission for Proximity Devices using Ultrasonic Sound WavesIRJET- Data Transmission for Proximity Devices using Ultrasonic Sound Waves
IRJET- Data Transmission for Proximity Devices using Ultrasonic Sound Waves
 
IRJET - Gesture based Robot with Victim Detection using Audio
IRJET - Gesture based Robot with Victim Detection using AudioIRJET - Gesture based Robot with Victim Detection using Audio
IRJET - Gesture based Robot with Victim Detection using Audio
 
ILLEGAL LOGGING DETECTION BASED ON ACOUSTICS
ILLEGAL LOGGING DETECTION BASED ON ACOUSTICSILLEGAL LOGGING DETECTION BASED ON ACOUSTICS
ILLEGAL LOGGING DETECTION BASED ON ACOUSTICS
 
A review of Noise Suppression Technology for Real-Time Speech Enhancement
A review of Noise Suppression Technology for Real-Time Speech EnhancementA review of Noise Suppression Technology for Real-Time Speech Enhancement
A review of Noise Suppression Technology for Real-Time Speech Enhancement
 
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
 
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
 
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
 
Voice Controlled Robotic Vehicle
Voice Controlled Robotic VehicleVoice Controlled Robotic Vehicle
Voice Controlled Robotic Vehicle
 
IRJET- Artificial Intelligence based Voice Controlled Robot
IRJET- Artificial Intelligence based Voice Controlled RobotIRJET- Artificial Intelligence based Voice Controlled Robot
IRJET- Artificial Intelligence based Voice Controlled Robot
 
IRJET - Speaking System for Mute People
 IRJET -  	  Speaking System for Mute People IRJET -  	  Speaking System for Mute People
IRJET - Speaking System for Mute People
 
IRJET- Hand Movement Recognition for a Speech Impaired Person
IRJET-  	  Hand Movement Recognition for a Speech Impaired PersonIRJET-  	  Hand Movement Recognition for a Speech Impaired Person
IRJET- Hand Movement Recognition for a Speech Impaired Person
 
IRJET- VI Spectacle – A Visual Aid for the Visually Impaired
IRJET- VI Spectacle – A Visual Aid for the Visually ImpairedIRJET- VI Spectacle – A Visual Aid for the Visually Impaired
IRJET- VI Spectacle – A Visual Aid for the Visually Impaired
 
IRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military AreaIRJET- Automated Targeting System for Open Space Military Area
IRJET- Automated Targeting System for Open Space Military Area
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled Person
 
HAND GESTURE VOCALIZER
HAND GESTURE VOCALIZERHAND GESTURE VOCALIZER
HAND GESTURE VOCALIZER
 
IRJET- IoT based Classroom Automation System
IRJET-  	  IoT based Classroom Automation SystemIRJET-  	  IoT based Classroom Automation System
IRJET- IoT based Classroom Automation System
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: Review
 
IRJET- Voice Controlled Robotic Vehicle
IRJET- Voice Controlled Robotic VehicleIRJET- Voice Controlled Robotic Vehicle
IRJET- Voice Controlled Robotic Vehicle
 
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
 
GESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFTGESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFT
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
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
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
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
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 

Recently uploaded (20)

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
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
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
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
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 

IOT BASED VIBRATION VEST FOR DEAF PEOPLE

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1172 IOT BASED VIBRATION VEST FOR DEAF PEOPLE Sahil Deshmukh1, Karan Tamboli2, Mayuresh Rele3 1,2,3Student, Department of Computer Engineering, MES Pillai Hoc College of Engineering and Technology, Rasayani, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Since Deaf, Mute and Hearing Impaired people faces difficulty in their daily life as they always need struggle for listen and understand what the people around them actually says, This in-deficiency always acts as a barrier to them for what the sound actually is which coming towards them. There are hearing aids available for them to listen but that has certain limitations which they uses certain frequencies and in the case of deaf people that frequencies can’t be that useful moreover, there is an option for specialized surgeries which is not cost-effective at all and actually complex, The need of them to visualize a sound is technologically somewhat possible that translates a sound to sensation or vibrations which the deaf or impaired people can experience. For that in this project, it is aimed to implement an cost-effective hardware device that can help deaf people to sense the sound with the help of vibrations. This hardware project uses a Microphone module to capture an sound signal waves and Arduino UNO Microprocessor which will process it to text-to-digital signal and gives output to vibration motors with the help of software program that has an FTT algorithm Processing. The device can be worn underneath of clothing. Key Words: Deaf, Hearing Impaired, Vibration Motors, Vest, Tune, Microphone, Mute. 1. INTRODUCTION In this project it is destined to develop a hardware that can help deaf people sense sound with the help of vibration with a device that can take signals from as a sound waves source. This hardware project uses microphone module, i.e. microphone is used to detect the sound waves, Arduino UNO Microprocessor, vibration motors etc. The device can be worn underneath the clothing. A microphone on the vest captures sounds from the surroundings and sends them into an Arduino UNO Microprocessor, which extracts the audio to speech and converts it into unique patterns of vibration with the help of algorithm program and sends signal to vibration motors. 2. LITERATURE SURVEY Earlier There are Multiple Research done in this domain such as a Text to Braille language converting Communication Device for the Deaf and Hearing Impaired peoples which aims to converts any text into the Braille letters that can be read by a Person who is Deaf, Mute, Blind. A person can also send text message to another Deaf, Mute, Blind person from his smartphone. Once the message is received in the Device, it will starts converting that letters in message to Braille Language.[1] In another research The Development of Wearable Device that for is Built with Arduino for deaf Persons, which is used to assist a deaf persons. The Device gets an inputs from Sensors and control the LEDs and vibration motors to interact with the surroundings by using Sound signals, the sound is taken as a analogue signal and Processed with Arduino microprocessor and when the sound is generated the vibration motor operates. But since, the Program does not uses any specialized algorithm the vibrations are linear and flat in nature.[2] In one of the research, A Device Based on Morse Code which is generates from Vibrotactile Communication is used for Deaf as proposes an alternate solution for communication to deaf people. A device has developed in which deaf people can communicate easily with others by using tactile senses or with the gestures. A device converts sound inputs by front people to Morse code. The sound message is firstly converted to text and then the Morse code signals using a conversion algorithm and those signals sends to vibration motors as a output which placed inside a glove. A deaf person who is wearing the glove senses the vibration in his fingers. [3] 3. METHODOLOGY It is aimed to deliver a Vibration Vest that can provide a somewhat accurate Results to User by converting an sound into vibrations approach Moreover, the effectiveness of this system that’s automate medical products to serve a role in the deaf people’s health care. 3.1 Method/Algorithm Used for Signal Conversions Fast Fourier Transform (FTT) The Fast Fourier Transform algorithm is used to see which frequencies are operates in an analog signal input. For the x higher points on axis higher the frequency. For the y higher points on axis larger the amplitude. Actually the outcomes will generated in a graph is one or many spike like bars. A tall bar spike in the graph means that frequency is a repeating in that signal. If Fast Fourier Transform is applied on signal that is noise free it will get outcome as only a single Spike bar. However, if Fast
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1173 Fourier Transform applied to a signal that is square wave it will results in graph that is decreasing, where many frequencies-will get intervals that are positive in nature. The higher frequencies will have lowest amplitude and the lowest ones have the highest amplitude.[4] The algorithm acts with finite number of samples. This numbers will 2^n where N is an integer which outcomes in 32, 64,128…,etc. This system uses FTT algorithm Arduino Library into the program to implement module functions for Speech to text and to noise Separation which give tuned outcome 4. PROPOSED SYSTEM Fig-1: Proposed System Architecture. 4.1. System Architecture Components -Arduino UNO Microprocessor. -Vibration Motors. -Microphone Module. -Li-ion Battery. By developing an IOT Based Vibration Vest for Deaf people, the deaf user can understand vibration sensation and learn about the sound and what a person on front of them wants to say. The Vibration Vest can help them by just wearing the device like a jacket which consists of microphone module, vibration motors and battery powered micro- controller Arduino UNO which is fitted into vest, the microphone module and the vibration motors are connected to it. Microphone on vest collect/ gather the sound and sends to Micro-controller which processes that sound by converting the sound waves using FFT Algorithm Program sets into controller and adapting it to conversion in electrical form to Vibrations motors output as per the program algorithm result which triggers multiple vibration motors as per output instructions given by program. The result of this can accumulated by the deaf people i.e. the user wearing this vest will be able to understand and learn by adaptive sensation they feel evolving by time. 5. RESULTS The Proposed solution gives a Deaf/Mute Person a Sensation of vibrations that are variable in nature for each of vibration motor works by conversion of Voice Signals to Vibrations on different frequencies which the voice data processed by using an FTT Algorithm. The Voice Signals get Capture Using Microphone Module that captures and convert into electric Impulses and Processed output is Sampled. The Sampled Audio shown in Fig. after applying FTT Algorithm Fig-2 : Audio Input Amplitude and Intensity after applying FFT Algorithm. Blue Lines -Audio Input after frequency sampling. Red Lines -Output to vibration motors as frequency. Fig-3 : Frequency Sampled Audio Input and Vibration Output.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1174 After Change in Audio Input The Frequency is getting changed as shown in Fig-4. Fig-4 : Change in Frequency Output after Input Variations. After Conversion the Vibration Motors Triggers with the desired output value which is processed and the user will get sensation. 6. CONCLUSION The structure of this project is easy to reach, the design is not difficult to use and the device is cost effective as well approachable to mass. We are looking ahead to implement the system that will help the deaf people develop new and modern way to understand speech by implementing this device using IOT. 7. REFERENCES [1] S. Ramachandran, G. D, P. K N and N. Rajan, "Text to Braille Converting Communication Device forthe Visual and Hearing Impaired Persons," 2021 International Conference on Computer Communication and Informatics ICCCI 10.1109/ICCCI50826.2021.9402590. [2] A.-G. Jeon, D. Jeong, and S.-H. Lee, “Development of Wearable Device for Hearing Impaired people Using Arduino,” International journal of advanced smart convergence, vol. 8, no. 4, pp. 214–220, Dec. 2019. [3] R. Hasdak, I. A. Nur, A. A. Neon and H. U. Zaman, "Deaf-Vibe: A Vibrotactile Communication Device Based on Morse Code for Deaf-Mute Individuals," 2018 9th IEEE Control and System Graduate Research Colloquium (ICSGRC), 10.1109/ICSGRC.2018.8657547. [4] Mads Aasvik What Is FFT and How Can Implement Arduino?(https://www.norwegiancreations.com/ 2017/08/what-is-fft-and-how-can-you- implement-it-on-an-arduino/). [5] Abby McCormack & Heather Fortnum, “Why do people fitted with hearing aids not wear them?”, International Journal of Audiology, pp. 360-368, 2013.DOI:https://doi.org/10.3109/14992027.201 3.769066.