SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 520
VOICE OPERATED INTELLIGENT LIFT
Thomas Mohan1, Amrutha K2, Anjana Anilkumar3, Helen Johnson4, Silsha K5
1Asst.professor, Electronics And Communication Engineering, Mar Athanasius College of Engineering
Kothamangalam
2,3,4,5Studen ,Electronics and Communication Engineering, Mar Athnasius College of Engineering Kothamangalam
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - This project presents the design and construction
of voice operated lift/elevator control system. Thissystemacts
as human-machinecommunicationsystem. Speechrecognition
is the process of recognizing the spoken words to take the
necessary actions accordingly. User can also control the
electrical devices like fan, door etc with the help of voice
recognition system. The main purposeofdesigningthisproject
is to operate the Elevator by using voice commands. This
device is very helpful for paralysis, short height people and
physically challenged persons.
Key Words: Mel Freequency Cepstrum Coefficient (MFCC),
Dynamic Time Warping (DTW).
1. INTRODUCTION
The main aim of this project is to design and construct a
voice operated lift/elevator control system.Thissystemacts
as human-machine communication system. Speech
recognition is the process of recognizing the spoken words
to take the necessary actions accordingly.
This device is very helpful for paralysis, short height people
and physically challenged persons. The speech recognition
system provides the communication mechanism between
the user and the microcontroller based lift control
mechanism. This project makesuseofa DCmotorformoving
the lift/elevator based on the voice/speechcommandsgiven
by the user and MAT lab code is used for recognition of the
voice commands. Microcontroller is programmed, with the
help of embedded C instructions.
The microcontroller is capable of communicating with all
input and output modules. The voice recognition system
which is the input module to the microcontroller takes the
voice instructions given by the user as input and the
controller judges whether the instruction is to lift upwards
or to the downwards , and according to the users voice the
switching mechanism controls the lift. For fault detection
and power failure buzzer is used.
2. WORKING
Input voice of the user is received by the system using the
inbuilt MIC in the pc. This sound input is given to the mat lab
code in pc. After receiving the input voice MFCC of the voice
is found. This MFCC is compared with the previouslycreated
database in mat lab.
Using DTW algorithm similarity between the two MFCCsare
calculated. Thus we can decide the floor insisted bythevoice
command of the user.
F
Fig -1: Block diagram
By means of USB to TTL converter, we are giving the data
from PC to PIC microcontroller.
The voice recognition system which is the input module to
the microcontroller takes the voice instructions given bythe
user as input and the controller judges whether the
instruction is to lift upwards ortothedownwards.According
to the users voice the switching mechanism controls the DC
motor through L293D(motor driver).
The clockwise and anticlockwise rotation depend upon the
input floor number.IR sensor is used for detecting the floor
and stopping the motor rotation. Fault indication is done by
buzzer.
2.1 Mat Lab Coding
 Database creation
 Training the data to create MFCC
 Voice recognition
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 521
DATA BASE CREATION AND TRAINING
Fig-2: Block diagram of database creation and training
Data indeed, any data that can be turned into a linear
sequence can be analyzed with DTW. A well known
application has been automatic speech recognition, to cope
with different speaking speeds. Other applications include
speaker recognition and online signaturerecognition.Alsoit
is seen that it can be used in partial shape matching
application.
In database creation section sound input of different floors
in user voice are stored in database. During training of data
MFCC of the sound is calculated from the database and
stored.
VOICE RECOGNITION
Fig-3: Block diagram of voice recognition
In this section of MAT lab , voice command of user is given
for comparison. Then MFCCs of the voice command isfound.
Using DTW minimum difference databasevalueisevaluated.
Thus the destination floor number is identified. This floor
number is given serially to the PIC microcontroller for lift
operation.
3. EXPERIMENTAL SETUP
Fig-3: Circuit diagram
The Fig-3 shows the circuit diagram for voice operated
intelligent lift. The voice recognition is done using matlab
coding, which is done in PC. PIC 16F883 is the main
controller used here.
Here the rectifier is used as a component of power supply.
The 230V AC is step down to 12V AC using transformer and
is rectified to 12V DC by the rectifier. LM7805 is used as the
voltage regulator, which regulates the voltage to 5V.And
capacitors are used to remove the ripples. An LED is used at
the output of the supply to indicate the power.
The MAT lab coding for the voice recognition is done in PC,
where the database iscreatedusingourteammembersvoice
and it is trained, at the time of training the MFCC coefficients
are calculated. Finally the voice recognition is done by
comparing theMFCCcoefficientsusingDTWtechnique.Since
the output of the MAT lab code is the corresponding floor
number, which is given to the PIC controller using USB to
TTL converter.
A DC motor is interfaced with the controller using driver
L293D.The motor will rotate inclock wiseandanticlockwise
direction as per the controller program, corresponding to
the floor number.
In our circuit five IR modules are used to indicate five floors,
the lift is considered as the obstruction. In each IR module
there is a transmitter and receiver, the transmitter is an IR
LED and receiver is a photo detector. When the lift reached
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 522
corresponding floor, it is considered as an obstruction and
the voltage vary according to the intensity of light, since the
corresponding port pin will be high, the motor stops
rotation.
When the supply is ON, the microcontroller, check the data
from the PC which is the corresponding floor number as per
the input voice command through the inbuilt MIC of the PC.
The matlab output is given to the controller using USB to
TTL converter. Based on that value the motor will rotate in
clockwise or anti clockwise direction. It stops rotationwhen
corresponding floor is reached by checking the port where
the IR module is connected.
There is a section for power failure detection , in case of any
power failure the buzzer will produce an alert.
4. CONCLUSIONS
1. Voice recognition system have been out on the market for
some time they have not yet fully developed to their full
potential. In this paper we used it potentially and reliably.
2. A voice recognition program and its connection with the
controller can supply a sufficient amount of commands
necessary for the lift control.
3. The model of a lift is a useful tool for training students in
specialization of automation, voice signal recognition and
control technologies as well as for specialists qualification
improvement in similar specialization.
4. Voice controlled systems are especially useful fordisabled
people. Speaker dependent projection based recognition
algorithm ensures a sufficientlygoodrecognitionaccuracyof
voice commands. It can be improved by increasing the
amount of references and by selecting acoustically different
voice commands. References can be collected from many
speakers and averaged.Thepresentedrecognitionalgorithm
in such way can be transformed into the “multi-speaker
independent” one.
REFERENCES
[1]P.Cernys, V.Kubilius, V.Macerauskas, K.Ratkevicius,
Intelligent Control of the Elevator Model, IEEE lnternational
Workshop on Intelligent Data Acquisition and Advanced
Computing System: Technology and Applications8-
10September2W3, Lviv,Ukraine.
[2] Richard V.Cox,Fellow IEEE, Candace A. Kamm, Senior
member, IEEE, Lawrence R. Rabiner, Fellow, IEEE, Juergen
Schroeter, Senior member, IEEE ,and Jay G. Wiplon, Fellow,
IEEE,Speech and language processing for next –millennium
communication servicesproceedingoftheIEEE,VOL.88, NO.
8, AUGUST 2000.
[3]Roger K. Moore, Member, IEEE, PRESENCE: A Human-
Inspired Architecture for Speech-Based Human-Machine
Interaction IEEE Transactions of computer, VOL. 56, NO. 9,
SEPTEMBER 2007.
[4]Li Deng, Fellow, IEEE, and XiaoLi,Member,IEEE,Machine
Learning Paradigms for Speech Recognition:An Overview
IEEE Transaction on audio ,speech,and language processing
VOL. 21, NO. 5, MAY 2013.
[5]Punit Kumar Sharma, Dr. B.R. Lakshmikantha and K.
ShanmukhaSundar, Real Time Control of DC Motor Drive
using Speech Recognition 978-1-4244-7882-8/11/$26.00
©2011 IEEE.

More Related Content

What's hot

Chapter 8 Embedded Hardware Design and Development (second portion)
Chapter 8 Embedded Hardware Design and Development (second portion)Chapter 8 Embedded Hardware Design and Development (second portion)
Chapter 8 Embedded Hardware Design and Development (second portion)
Moe Moe Myint
 
Voice Controlled Intelligent Remote for Consumer Electronics
Voice Controlled Intelligent Remote for Consumer ElectronicsVoice Controlled Intelligent Remote for Consumer Electronics
Voice Controlled Intelligent Remote for Consumer ElectronicsNITIN DESAI
 
A Computer Based Artificial Neural Network Controller with Interactive Audito...
A Computer Based Artificial Neural Network Controller with Interactive Audito...A Computer Based Artificial Neural Network Controller with Interactive Audito...
A Computer Based Artificial Neural Network Controller with Interactive Audito...
theijes
 
Afc system overview
Afc system overviewAfc system overview
Afc system overviewshobhi1203
 
Home automation using dtmf
Home automation using dtmfHome automation using dtmf
Home automation using dtmf
Ajay Naidu Jami
 
Schematic and PCB Design Using Eagle
Schematic and PCB Design Using EagleSchematic and PCB Design Using Eagle
Schematic and PCB Design Using Eagle
Moe Moe Myint
 
Introduction to Embedded System: Chapter 2 (4th portion)
Introduction to Embedded System:  Chapter 2 (4th portion)Introduction to Embedded System:  Chapter 2 (4th portion)
Introduction to Embedded System: Chapter 2 (4th portion)
Moe Moe Myint
 
Introduction to Embedded System I : Chapter 2 (3rd portion)
Introduction to Embedded System I : Chapter 2 (3rd portion)Introduction to Embedded System I : Chapter 2 (3rd portion)
Introduction to Embedded System I : Chapter 2 (3rd portion)
Moe Moe Myint
 
Remote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short MessageRemote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short Message
Nooria Sukmaningtyas
 
IRJET- DTMF Controlled Robotic Car
IRJET-  	  DTMF Controlled Robotic CarIRJET-  	  DTMF Controlled Robotic Car
IRJET- DTMF Controlled Robotic Car
IRJET Journal
 
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
Associate Professor in VSB Coimbatore
 
Communication between PLC different vendors using OPC server improved with ap...
Communication between PLC different vendors using OPC server improved with ap...Communication between PLC different vendors using OPC server improved with ap...
Communication between PLC different vendors using OPC server improved with ap...
TELKOMNIKA JOURNAL
 
Microcontroller remote controlling project
Microcontroller  remote controlling projectMicrocontroller  remote controlling project
Microcontroller remote controlling project
Bipro Roy
 
Ch 1 introduction to Embedded Systems (AY:2018-2019--> First Semester)
Ch 1 introduction to Embedded Systems (AY:2018-2019--> First Semester)Ch 1 introduction to Embedded Systems (AY:2018-2019--> First Semester)
Ch 1 introduction to Embedded Systems (AY:2018-2019--> First Semester)
Moe Moe Myint
 
Chapter 3 Charateristics and Quality Attributes of Embedded System
Chapter 3 Charateristics and Quality Attributes of Embedded SystemChapter 3 Charateristics and Quality Attributes of Embedded System
Chapter 3 Charateristics and Quality Attributes of Embedded System
Moe Moe Myint
 
IRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFID
IRJET Journal
 
Digital notice board saiteja ppt
Digital notice board saiteja pptDigital notice board saiteja ppt
Digital notice board saiteja ppt
Saitejasmart
 
Wireless control system for spy devices based dual tone multi frequency techn...
Wireless control system for spy devices based dual tone multi frequency techn...Wireless control system for spy devices based dual tone multi frequency techn...
Wireless control system for spy devices based dual tone multi frequency techn...
TELKOMNIKA JOURNAL
 

What's hot (20)

Chapter 8 Embedded Hardware Design and Development (second portion)
Chapter 8 Embedded Hardware Design and Development (second portion)Chapter 8 Embedded Hardware Design and Development (second portion)
Chapter 8 Embedded Hardware Design and Development (second portion)
 
Voice Controlled Intelligent Remote for Consumer Electronics
Voice Controlled Intelligent Remote for Consumer ElectronicsVoice Controlled Intelligent Remote for Consumer Electronics
Voice Controlled Intelligent Remote for Consumer Electronics
 
A Computer Based Artificial Neural Network Controller with Interactive Audito...
A Computer Based Artificial Neural Network Controller with Interactive Audito...A Computer Based Artificial Neural Network Controller with Interactive Audito...
A Computer Based Artificial Neural Network Controller with Interactive Audito...
 
Afc system overview
Afc system overviewAfc system overview
Afc system overview
 
Home automation using dtmf
Home automation using dtmfHome automation using dtmf
Home automation using dtmf
 
Schematic and PCB Design Using Eagle
Schematic and PCB Design Using EagleSchematic and PCB Design Using Eagle
Schematic and PCB Design Using Eagle
 
3
33
3
 
Introduction to Embedded System: Chapter 2 (4th portion)
Introduction to Embedded System:  Chapter 2 (4th portion)Introduction to Embedded System:  Chapter 2 (4th portion)
Introduction to Embedded System: Chapter 2 (4th portion)
 
Introduction to Embedded System I : Chapter 2 (3rd portion)
Introduction to Embedded System I : Chapter 2 (3rd portion)Introduction to Embedded System I : Chapter 2 (3rd portion)
Introduction to Embedded System I : Chapter 2 (3rd portion)
 
Remote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short MessageRemote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short Message
 
IRJET- DTMF Controlled Robotic Car
IRJET-  	  DTMF Controlled Robotic CarIRJET-  	  DTMF Controlled Robotic Car
IRJET- DTMF Controlled Robotic Car
 
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
Digital Notice Board in Schools and Colleges by Implementing IoT with Audio A...
 
Communication between PLC different vendors using OPC server improved with ap...
Communication between PLC different vendors using OPC server improved with ap...Communication between PLC different vendors using OPC server improved with ap...
Communication between PLC different vendors using OPC server improved with ap...
 
Microcontroller remote controlling project
Microcontroller  remote controlling projectMicrocontroller  remote controlling project
Microcontroller remote controlling project
 
Ch 1 introduction to Embedded Systems (AY:2018-2019--> First Semester)
Ch 1 introduction to Embedded Systems (AY:2018-2019--> First Semester)Ch 1 introduction to Embedded Systems (AY:2018-2019--> First Semester)
Ch 1 introduction to Embedded Systems (AY:2018-2019--> First Semester)
 
Chapter 3 Charateristics and Quality Attributes of Embedded System
Chapter 3 Charateristics and Quality Attributes of Embedded SystemChapter 3 Charateristics and Quality Attributes of Embedded System
Chapter 3 Charateristics and Quality Attributes of Embedded System
 
7hj
7hj7hj
7hj
 
IRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFID
 
Digital notice board saiteja ppt
Digital notice board saiteja pptDigital notice board saiteja ppt
Digital notice board saiteja ppt
 
Wireless control system for spy devices based dual tone multi frequency techn...
Wireless control system for spy devices based dual tone multi frequency techn...Wireless control system for spy devices based dual tone multi frequency techn...
Wireless control system for spy devices based dual tone multi frequency techn...
 

Similar to IRJET-Voice Operated Intelligent Lift

IRJET- Smart Home System using Voice Recognition
IRJET-  	  Smart Home System using Voice RecognitionIRJET-  	  Smart Home System using Voice Recognition
IRJET- Smart Home System using Voice Recognition
IRJET Journal
 
IRJET- Voice Operated Lift Control System using Microcontroller
IRJET- Voice Operated Lift Control System using MicrocontrollerIRJET- Voice Operated Lift Control System using Microcontroller
IRJET- Voice Operated Lift Control System using Microcontroller
IRJET Journal
 
IRJET- DTMF based Control Robot using Arduino
IRJET- DTMF based Control Robot using ArduinoIRJET- DTMF based Control Robot using Arduino
IRJET- DTMF based Control Robot using Arduino
IRJET Journal
 
IRJET- Design and Implementation of Automated System as a Waiter in Restaurant
IRJET- Design and Implementation of Automated System as a Waiter in RestaurantIRJET- Design and Implementation of Automated System as a Waiter in Restaurant
IRJET- Design and Implementation of Automated System as a Waiter in Restaurant
IRJET Journal
 
IRJET- Device Activation based on Voice Recognition using Mel Frequency Cepst...
IRJET- Device Activation based on Voice Recognition using Mel Frequency Cepst...IRJET- Device Activation based on Voice Recognition using Mel Frequency Cepst...
IRJET- Device Activation based on Voice Recognition using Mel Frequency Cepst...
IRJET Journal
 
Embedded system for traffic light control
Embedded system for traffic light controlEmbedded system for traffic light control
Embedded system for traffic light control
Madhu Prasad
 
Voice enabled speed control of ac motor
Voice enabled speed control of ac motorVoice enabled speed control of ac motor
Voice enabled speed control of ac motor
eSAT Publishing House
 
Voice enabled speed control of ac motor
Voice enabled speed control of ac motorVoice enabled speed control of ac motor
Voice enabled speed control of ac motor
eSAT Journals
 
IRJET- Password based Circuit Breaker using DTMF
IRJET-  	  Password based Circuit Breaker using DTMFIRJET-  	  Password based Circuit Breaker using DTMF
IRJET- Password based Circuit Breaker using DTMF
IRJET Journal
 
Energy scavenging using vibrations from bluetooth controlled DC motor
Energy scavenging using vibrations from bluetooth controlled DC motorEnergy scavenging using vibrations from bluetooth controlled DC motor
Energy scavenging using vibrations from bluetooth controlled DC motor
TELKOMNIKA JOURNAL
 
IRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless System
IRJET Journal
 
E044081720
E044081720E044081720
E044081720
IJERA Editor
 
IJARCCE4J s govinda Public Transport Assistant for Visually Impaired (PuTAVI)
IJARCCE4J s govinda Public Transport Assistant for Visually Impaired (PuTAVI)IJARCCE4J s govinda Public Transport Assistant for Visually Impaired (PuTAVI)
IJARCCE4J s govinda Public Transport Assistant for Visually Impaired (PuTAVI)SreekarV
 
IRJET- IoT based Classroom Automation System
IRJET-  	  IoT based Classroom Automation SystemIRJET-  	  IoT based Classroom Automation System
IRJET- IoT based Classroom Automation System
IRJET Journal
 
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET Journal
 
IRJET- Automatic Vehicle Accident Detection and Messaging System
IRJET-  	  Automatic Vehicle Accident Detection and Messaging SystemIRJET-  	  Automatic Vehicle Accident Detection and Messaging System
IRJET- Automatic Vehicle Accident Detection and Messaging System
IRJET Journal
 
IRJET- IoT Enabled Smart Parking System
IRJET-  	  IoT Enabled Smart Parking SystemIRJET-  	  IoT Enabled Smart Parking System
IRJET- IoT Enabled Smart Parking System
IRJET Journal
 
Research on Power Quality Real-Time Monitoring System For High Voltage Switch...
Research on Power Quality Real-Time Monitoring System For High Voltage Switch...Research on Power Quality Real-Time Monitoring System For High Voltage Switch...
Research on Power Quality Real-Time Monitoring System For High Voltage Switch...
IJRESJOURNAL
 
Voice Controlled Robotic Vehicle
Voice Controlled Robotic VehicleVoice Controlled Robotic Vehicle
Voice Controlled Robotic Vehicle
IRJET Journal
 
IRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment SystemIRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment System
IRJET Journal
 

Similar to IRJET-Voice Operated Intelligent Lift (20)

IRJET- Smart Home System using Voice Recognition
IRJET-  	  Smart Home System using Voice RecognitionIRJET-  	  Smart Home System using Voice Recognition
IRJET- Smart Home System using Voice Recognition
 
IRJET- Voice Operated Lift Control System using Microcontroller
IRJET- Voice Operated Lift Control System using MicrocontrollerIRJET- Voice Operated Lift Control System using Microcontroller
IRJET- Voice Operated Lift Control System using Microcontroller
 
IRJET- DTMF based Control Robot using Arduino
IRJET- DTMF based Control Robot using ArduinoIRJET- DTMF based Control Robot using Arduino
IRJET- DTMF based Control Robot using Arduino
 
IRJET- Design and Implementation of Automated System as a Waiter in Restaurant
IRJET- Design and Implementation of Automated System as a Waiter in RestaurantIRJET- Design and Implementation of Automated System as a Waiter in Restaurant
IRJET- Design and Implementation of Automated System as a Waiter in Restaurant
 
IRJET- Device Activation based on Voice Recognition using Mel Frequency Cepst...
IRJET- Device Activation based on Voice Recognition using Mel Frequency Cepst...IRJET- Device Activation based on Voice Recognition using Mel Frequency Cepst...
IRJET- Device Activation based on Voice Recognition using Mel Frequency Cepst...
 
Embedded system for traffic light control
Embedded system for traffic light controlEmbedded system for traffic light control
Embedded system for traffic light control
 
Voice enabled speed control of ac motor
Voice enabled speed control of ac motorVoice enabled speed control of ac motor
Voice enabled speed control of ac motor
 
Voice enabled speed control of ac motor
Voice enabled speed control of ac motorVoice enabled speed control of ac motor
Voice enabled speed control of ac motor
 
IRJET- Password based Circuit Breaker using DTMF
IRJET-  	  Password based Circuit Breaker using DTMFIRJET-  	  Password based Circuit Breaker using DTMF
IRJET- Password based Circuit Breaker using DTMF
 
Energy scavenging using vibrations from bluetooth controlled DC motor
Energy scavenging using vibrations from bluetooth controlled DC motorEnergy scavenging using vibrations from bluetooth controlled DC motor
Energy scavenging using vibrations from bluetooth controlled DC motor
 
IRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless System
 
E044081720
E044081720E044081720
E044081720
 
IJARCCE4J s govinda Public Transport Assistant for Visually Impaired (PuTAVI)
IJARCCE4J s govinda Public Transport Assistant for Visually Impaired (PuTAVI)IJARCCE4J s govinda Public Transport Assistant for Visually Impaired (PuTAVI)
IJARCCE4J s govinda Public Transport Assistant for Visually Impaired (PuTAVI)
 
IRJET- IoT based Classroom Automation System
IRJET-  	  IoT based Classroom Automation SystemIRJET-  	  IoT based Classroom Automation System
IRJET- IoT based Classroom Automation System
 
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring SystemIRJET - Hybrid Model of Smart Energy Consumption Monitoring System
IRJET - Hybrid Model of Smart Energy Consumption Monitoring System
 
IRJET- Automatic Vehicle Accident Detection and Messaging System
IRJET-  	  Automatic Vehicle Accident Detection and Messaging SystemIRJET-  	  Automatic Vehicle Accident Detection and Messaging System
IRJET- Automatic Vehicle Accident Detection and Messaging System
 
IRJET- IoT Enabled Smart Parking System
IRJET-  	  IoT Enabled Smart Parking SystemIRJET-  	  IoT Enabled Smart Parking System
IRJET- IoT Enabled Smart Parking System
 
Research on Power Quality Real-Time Monitoring System For High Voltage Switch...
Research on Power Quality Real-Time Monitoring System For High Voltage Switch...Research on Power Quality Real-Time Monitoring System For High Voltage Switch...
Research on Power Quality Real-Time Monitoring System For High Voltage Switch...
 
Voice Controlled Robotic Vehicle
Voice Controlled Robotic VehicleVoice Controlled Robotic Vehicle
Voice Controlled Robotic Vehicle
 
IRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment SystemIRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment System
 

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 STRUCTURE
IRJET 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 Characteristics
IRJET 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 ADAS
IRJET 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 Pro
IRJET 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 System
IRJET 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 bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET 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 Design
IRJET 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

Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
Kamal Acharya
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 

Recently uploaded (20)

Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 

IRJET-Voice Operated Intelligent Lift

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 520 VOICE OPERATED INTELLIGENT LIFT Thomas Mohan1, Amrutha K2, Anjana Anilkumar3, Helen Johnson4, Silsha K5 1Asst.professor, Electronics And Communication Engineering, Mar Athanasius College of Engineering Kothamangalam 2,3,4,5Studen ,Electronics and Communication Engineering, Mar Athnasius College of Engineering Kothamangalam ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - This project presents the design and construction of voice operated lift/elevator control system. Thissystemacts as human-machinecommunicationsystem. Speechrecognition is the process of recognizing the spoken words to take the necessary actions accordingly. User can also control the electrical devices like fan, door etc with the help of voice recognition system. The main purposeofdesigningthisproject is to operate the Elevator by using voice commands. This device is very helpful for paralysis, short height people and physically challenged persons. Key Words: Mel Freequency Cepstrum Coefficient (MFCC), Dynamic Time Warping (DTW). 1. INTRODUCTION The main aim of this project is to design and construct a voice operated lift/elevator control system.Thissystemacts as human-machine communication system. Speech recognition is the process of recognizing the spoken words to take the necessary actions accordingly. This device is very helpful for paralysis, short height people and physically challenged persons. The speech recognition system provides the communication mechanism between the user and the microcontroller based lift control mechanism. This project makesuseofa DCmotorformoving the lift/elevator based on the voice/speechcommandsgiven by the user and MAT lab code is used for recognition of the voice commands. Microcontroller is programmed, with the help of embedded C instructions. The microcontroller is capable of communicating with all input and output modules. The voice recognition system which is the input module to the microcontroller takes the voice instructions given by the user as input and the controller judges whether the instruction is to lift upwards or to the downwards , and according to the users voice the switching mechanism controls the lift. For fault detection and power failure buzzer is used. 2. WORKING Input voice of the user is received by the system using the inbuilt MIC in the pc. This sound input is given to the mat lab code in pc. After receiving the input voice MFCC of the voice is found. This MFCC is compared with the previouslycreated database in mat lab. Using DTW algorithm similarity between the two MFCCsare calculated. Thus we can decide the floor insisted bythevoice command of the user. F Fig -1: Block diagram By means of USB to TTL converter, we are giving the data from PC to PIC microcontroller. The voice recognition system which is the input module to the microcontroller takes the voice instructions given bythe user as input and the controller judges whether the instruction is to lift upwards ortothedownwards.According to the users voice the switching mechanism controls the DC motor through L293D(motor driver). The clockwise and anticlockwise rotation depend upon the input floor number.IR sensor is used for detecting the floor and stopping the motor rotation. Fault indication is done by buzzer. 2.1 Mat Lab Coding  Database creation  Training the data to create MFCC  Voice recognition
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 521 DATA BASE CREATION AND TRAINING Fig-2: Block diagram of database creation and training Data indeed, any data that can be turned into a linear sequence can be analyzed with DTW. A well known application has been automatic speech recognition, to cope with different speaking speeds. Other applications include speaker recognition and online signaturerecognition.Alsoit is seen that it can be used in partial shape matching application. In database creation section sound input of different floors in user voice are stored in database. During training of data MFCC of the sound is calculated from the database and stored. VOICE RECOGNITION Fig-3: Block diagram of voice recognition In this section of MAT lab , voice command of user is given for comparison. Then MFCCs of the voice command isfound. Using DTW minimum difference databasevalueisevaluated. Thus the destination floor number is identified. This floor number is given serially to the PIC microcontroller for lift operation. 3. EXPERIMENTAL SETUP Fig-3: Circuit diagram The Fig-3 shows the circuit diagram for voice operated intelligent lift. The voice recognition is done using matlab coding, which is done in PC. PIC 16F883 is the main controller used here. Here the rectifier is used as a component of power supply. The 230V AC is step down to 12V AC using transformer and is rectified to 12V DC by the rectifier. LM7805 is used as the voltage regulator, which regulates the voltage to 5V.And capacitors are used to remove the ripples. An LED is used at the output of the supply to indicate the power. The MAT lab coding for the voice recognition is done in PC, where the database iscreatedusingourteammembersvoice and it is trained, at the time of training the MFCC coefficients are calculated. Finally the voice recognition is done by comparing theMFCCcoefficientsusingDTWtechnique.Since the output of the MAT lab code is the corresponding floor number, which is given to the PIC controller using USB to TTL converter. A DC motor is interfaced with the controller using driver L293D.The motor will rotate inclock wiseandanticlockwise direction as per the controller program, corresponding to the floor number. In our circuit five IR modules are used to indicate five floors, the lift is considered as the obstruction. In each IR module there is a transmitter and receiver, the transmitter is an IR LED and receiver is a photo detector. When the lift reached
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 522 corresponding floor, it is considered as an obstruction and the voltage vary according to the intensity of light, since the corresponding port pin will be high, the motor stops rotation. When the supply is ON, the microcontroller, check the data from the PC which is the corresponding floor number as per the input voice command through the inbuilt MIC of the PC. The matlab output is given to the controller using USB to TTL converter. Based on that value the motor will rotate in clockwise or anti clockwise direction. It stops rotationwhen corresponding floor is reached by checking the port where the IR module is connected. There is a section for power failure detection , in case of any power failure the buzzer will produce an alert. 4. CONCLUSIONS 1. Voice recognition system have been out on the market for some time they have not yet fully developed to their full potential. In this paper we used it potentially and reliably. 2. A voice recognition program and its connection with the controller can supply a sufficient amount of commands necessary for the lift control. 3. The model of a lift is a useful tool for training students in specialization of automation, voice signal recognition and control technologies as well as for specialists qualification improvement in similar specialization. 4. Voice controlled systems are especially useful fordisabled people. Speaker dependent projection based recognition algorithm ensures a sufficientlygoodrecognitionaccuracyof voice commands. It can be improved by increasing the amount of references and by selecting acoustically different voice commands. References can be collected from many speakers and averaged.Thepresentedrecognitionalgorithm in such way can be transformed into the “multi-speaker independent” one. REFERENCES [1]P.Cernys, V.Kubilius, V.Macerauskas, K.Ratkevicius, Intelligent Control of the Elevator Model, IEEE lnternational Workshop on Intelligent Data Acquisition and Advanced Computing System: Technology and Applications8- 10September2W3, Lviv,Ukraine. [2] Richard V.Cox,Fellow IEEE, Candace A. Kamm, Senior member, IEEE, Lawrence R. Rabiner, Fellow, IEEE, Juergen Schroeter, Senior member, IEEE ,and Jay G. Wiplon, Fellow, IEEE,Speech and language processing for next –millennium communication servicesproceedingoftheIEEE,VOL.88, NO. 8, AUGUST 2000. [3]Roger K. Moore, Member, IEEE, PRESENCE: A Human- Inspired Architecture for Speech-Based Human-Machine Interaction IEEE Transactions of computer, VOL. 56, NO. 9, SEPTEMBER 2007. [4]Li Deng, Fellow, IEEE, and XiaoLi,Member,IEEE,Machine Learning Paradigms for Speech Recognition:An Overview IEEE Transaction on audio ,speech,and language processing VOL. 21, NO. 5, MAY 2013. [5]Punit Kumar Sharma, Dr. B.R. Lakshmikantha and K. ShanmukhaSundar, Real Time Control of DC Motor Drive using Speech Recognition 978-1-4244-7882-8/11/$26.00 ©2011 IEEE.