SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 347
PASSWORD BASED CIRCUIT BREAKER USING DTMF
Mithilesh Padhen1, Prof P.V. Sontakke2
1Student, Dept. of Electronics and Telecommunication Engineering, Pimpri Chinchwad College of Engineering,
Pune, Maharashtra, India
2Professor, Dept. of Electronics and Telecommunication Engineering, Pimpri Chinchwad College of Engineering,
Pune, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Today, in the age of technology and high-
end machines working on a live electric line is now considered
significantly safer than in years past. Therapidandstructured
growth of the electrical industry has developed effective
standards and established safety procedures to
minimize various types of major hazards that led to severe
injuries and death of the operators. However, if thescenarioof
the line needs to repair that’s where the job will be.
Understanding various potentialdangersofworkingwithvery
high-voltage equipment is mandatory before going up on any
electrical pole or high voltage devices. Given the tremendous
challenges and opportunities, the job entails, understanding
and learning what could go wrong in the process of
implementing is the optimized and safe way to ensure an
accident doesn’t occur in the case of electrical circuits. So, in
this project, a password-based circuit breaker is designed
which is an operated electrical switch which designed to
protect an electrical circuit from damage or breakdown
caused by excess current from an overload or short circuit,
or any other failure. The project having primary function is to
interrupt the current flow after afaultisdetected. Considering
the case of fuse, which generally operates once and then
it has be replaced, but a circuit breaker can be reset either
manually or automatically according to the working
conditions present to resume normal and smooth operation.
Key Words: Live Electric line, High-voltage equipment,
Circuit breaker, Current flow, Fuse etc.
1. INTRODUCTION
The Power system fault is an unwanted condition occurring
in the power system. These types of conditions are short
circuit, current leakage, ground short, over current andover
voltage. The methodology used here is the application of the
mobile technology with the electrical circuit.Also,itinvolves
integration of DTMF module with circuit and loads for
generating output response of the system, which will
eventually produce a very efficient and reliable result.
1.1 Objectives
 To study and simulate the circuit using different
simulation software.
 To interface different components to the
microcontroller.
 To study the PCB design including coating, etching,
drilling etc.
 To mount the component with proper soldering.
 To test a circuit using breadboard and troubleshoot
the same and to generate the report based on the
overall system.
1.2 Problem Statement
This password-based circuit breaker system using DTMF
should provide a solution which ensures the safety of the
system of the maintenance staff and provide security.
2. METHODOLOGY
2.1 Block Diagram
Fig-1: Block diagram
Here the mobile phones are used as the inputs for the
systems and the DTMF module decodes the signal and give
the output to the microcontroller. Then controller provides
input to the relay driver and then relays will work at last the
load will be ON or OFF.
2.2 Working Principle
DTMF encoder which is generallypresentinmobiles,and the
decoder circuit is present in the microcontroller.Themobile
is connected at one end of the circuit with the help of the
phone jack. The mobile jack has a presence of twowires. The
red wire is connected to the decoder IC and the black one is
grounded.
Whenever the user tries to make a call to the number in
phone, then automatically the call goes into auto answer
mode and the frequency of the signal corresponds to key
pressed on the phone keypad send by the user is decoded by
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 348
the module of DTMF decoder resulting this decoded signal
acts like a strobe signal to the microcontroller.
So, the microcontroller senses thestrobesignal,andthen the
function which is corresponding to the obtained decoded
value will be performed by the microcontroller according to
predefined program code writtenin thecontroller.Resulting
the corresponding load will be turned ON/OFF by of the
relay connected between the controllers and the load.
3. SPECIFICATIONS
3.1 PIC MICROCONTROLLER
Performance 10 MIPS up to 3 Volt
Architecture Optimized RISC
Internal Oscillator 31 KHz to 8 MHz with 4xPLL
Voltage Range 2.0 to 5.5 Volts
Modes Run, Idle and Sleep
ADC System 10-bit ADC, 13 Channels
Voltage Detection
and Reset
Programmable low voltage
detection and reset module
Comparators Two analog comparators with
multiplexing peripherals
Serial Ports Master synchronous serial port
with SPI and I2C mode
Timers 4 Timer having capacity up to 5
PWM outputs
3.2 DTMF
Dual-tone multi-frequency signalling (DTMF) is an identity
related to the telecommunication engineering in which the
concepts of the signaling system used. Now, in case of the
signaling system the voice-frequency band which is present
over the telephone lines between telephones system and
other communications devices present and switching
centers. So, the DTMF type of system uses a set of various
eight audio frequencies which is generally transmitted in
pairs to represent 16 different signals, represented by the
ten digits, including letters and symbols A to D, and # and *.
As the signals become in the voice frequency range, they can
be transmitted through electrical circuits such as repeaters
and amplifiers, and over radio communication and
microwave links, thus eliminating and eradicating the need
for various intermediate operators present onlong-distance
circuits.
3.3 Relay
Relay is an electromagnetic switch which used tocontrol the
electrical device. Copper core magnetic fluxes play the main
role here. The relay’s switch connections are labelled COM,
NC and NO.
COM = Common, it is the moving part of the itch.
NC = Normally Closed, when the relay coil is off then the
COM is connected to the NC.
NO = Normally Open, when the relay coil is on then the COM
is connected to the NO.
3.3 Relay Driver
A Relay driver IC is an electro-magnetic switch that will be
used whenever we want to use a low voltage circuit to
switch a light bulb ON and OFF which is connected to 220V
mains supply. The required current which is used to drive
the relay coil is more than what can be supplied by various
integrated circuits like Op-Amp, etc. Relays have various
unique switching properties and they are replaced with the
solid-state switches that are stronger than solid-state
devices.
Resulting ULN2003A is used as a relay driver. The
ULN2003A is the monolithic type of high-voltage, high-
current devices having Darlington transistor arrays. Each
driver consists of seven n-p-n Darlington pairs that are
having features of very high-voltage outputs with common-
cathode clamp diodes for switching the inductive loads.
Generally, the collector current rating of a single Darlington
pair is 500 mA, these Darlington pairs may be paralleled for
higher current capability if required.
4. SOFTWARE ARCHITECTURE
4.1 Flowchart
Fig-2: Flowchart
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 349
4.2 Algorithm
 Get the inputs using the mobile phones
 Convert inputs into the decode signal with the help
of DTMF decoder
 Communication betweenthe DTMF decoderandthe
microcontroller
 Microcontroller checking the inputs with the
predefined passwords
 Coordination between controller and the relay
driver
 Relay driver driving the present relays
 Connected load gets turned ON or OFF
4.3 Simulation of Circuit
Fig-3: Simulation of Circuit
The simulation tool used is Proteus Design Suite. The
Proteus Design Suite is a Windows applicationforschematic
capture, simulation, and PCB layout design. It can be used in
many configurations, depending on the size of designsbeing
produced and the requirements for microcontroller
simulation.
4.4 PCB Design Layout
Fig-4: PCB Design Layout
The tool used for PCB designing is ExpressPCB. The PCB
Layout module is automatically given connectivity
information in the form of a netlist from the schematic
capture module. It applies this information, together with
the user-specified design rules and various design
automation tools, to assist with error-free board design.
5. HARDWARE ARCHITECTURE
5.1 Mechanical Setup
Fig-5: Mechanical Setup
5.2 Details
Here the call from one phone is dialed to another one and
that call is received in auto-answer mode so the connections
are established. Now in this case for turning ON the load 1,
load 2, load 3, load 4 the password is set as 1234, 2234,
3234, 4234. As shown above the passwords 1234, 2234,
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 350
3234 are used for turning ON the load 1, load 2, load 3. The
same passwords can be used for turning OFF the load1,load
2, load 3.
6. CONCLUSION
The developed control method uses the various commercial
mobile communication networks as the path of data
transmission resultingprovidinghigherreliability, efficiency
and optimization to the user to who controls the system
continuously by sending the mobile phone keywords as
inputs to the module of DTMF. Also, the system works on a
single given known password. No other person can re-close
the breaker once the password is givenintothesystemother
than the person who has given it. It is an effectivemethodfor
providing safety to working staff, and thereisnoscopeofthe
password stealing.
FUTURE SCOPE
Future work includes research on the robot control system
mobile communication networks. This will facilitate
controlling the remote robot, using the DTMF of mobile
phone with video data from the remote mobile robot’s
camera. In this project, implementation is done only for 4
loads. Integration of many loads each with a unique ID can
be done. Automatic fault detector circuit can be used along
with this system with the help of feedback mechanism.
ACKNOWLEDGMENTS
I am grateful to my project guide Prof. P. V. Sontakke for the
immense support and keen interestshownintheproject. We
also acknowledge our overwhelminggratitudeandimmense
respect to Dr. A. M. Fulambarkar, Principal of Pimpri
Chinchwad College of Engineering and Dr. N. B. Chopade,
Head of Department of Electronics andTelecommunications
who inspired me a lot to achieve the goal and I came to learn
about so many new things.
REFERENCES
[1] Lalitha urs B.R., Meghna K.S, Mouna Machamma P.M,
Sumitha Suresh, AshwiniK.R,“SwitchingOperationofCircuit
Breakers Using Password”, 2018 IJSRCSEIT | Volume 4 |
Issue 6 | ISSN: 2456-3307
[2] Ratnesh Kumar, “DESIGN AND IMPLEMENTATION OF
CELL PHONE OPREATED METAL DETECTOR”,International
Journal of Research in Engineering, Technology andScience,
Volume VI, Special Issue, July 2016, ISSN 2454-1915
[3] Kumar, R., & Khalkho, A. N. (2016). “Design and the
implementation of metal detector using DTMF technology”.
2016 International Conference on Signal Processing,
Communication, Power and Embedded System (SCOPES).
doi:10.1109/scopes.2016.7955853
[4] Mrs. S. Kalpana, Mrs. Ch. Jayalakshmi “Password Based
Circuit Breaker Using DTMF For Electric Line Man Safety”,
International Journal ofScientificDevelopmentandResearch
(IJSDR) July 2016 IJSDR, Volume 1, Issue 7 ISSN: 2455-2631
[5] P. Shrivastava, A. Gupta, A. Singh and A. Srivastava,
"DTMF based securityRobot-SECBOTaneaseforun-manned
security,"2014 International Conference on High
Performance Computing and Applications (ICHPCA),
Bhubaneswar 2014, pp. 15 doi: 10.1109 / ICHPCA.2014.
7045366
[6] Rngkuti, H. A., & Simatupang, J. W. (2015). “Security lock
with DTMF polyphonic tone sensor”. 2015 International
Conference on Automation, Cognitive Science,Optics,Micro-
Electro-Mechanical System, and Information Technology
(ICACOMIT). doi:10.1109/icacomit.2015.7440188

More Related Content

What's hot

Pankaj project report
Pankaj project reportPankaj project report
Pankaj project reportPankaj Rai
 
Microcontroller remote controlling project
Microcontroller  remote controlling projectMicrocontroller  remote controlling project
Microcontroller remote controlling projectBipro Roy
 
Wireless Radio Frequency Module Using PIC Microcontroller.
Wireless Radio Frequency Module Using PIC Microcontroller.Wireless Radio Frequency Module Using PIC Microcontroller.
Wireless Radio Frequency Module Using PIC Microcontroller.Abee Sharma
 
Wireless RF module
Wireless RF moduleWireless RF module
Wireless RF modulerapper13_32
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Visible Light Communication and Device Switching Using Embedded Web Server
Visible Light Communication and Device Switching Using Embedded Web ServerVisible Light Communication and Device Switching Using Embedded Web Server
Visible Light Communication and Device Switching Using Embedded Web Serverpaperpublications3
 
Home Automation Control System using SMS
Home Automation Control System using SMSHome Automation Control System using SMS
Home Automation Control System using SMSIRJET Journal
 
Project ppt
Project pptProject ppt
Project pptAshu0711
 
Auto dial-er Home security
Auto dial-er Home securityAuto dial-er Home security
Auto dial-er Home securityvaibhav jindal
 
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 motorTELKOMNIKA JOURNAL
 
Implementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using BluetoothImplementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using BluetoothIRJET Journal
 
Home automation ppt-kamal lamichhane
Home automation ppt-kamal lamichhaneHome automation ppt-kamal lamichhane
Home automation ppt-kamal lamichhaneKamal Lamichhane
 
Network Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC MicrocontrollerNetwork Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC MicrocontrollerCSCJournals
 
Designing of an automated power meter reading
Designing of an automated power meter readingDesigning of an automated power meter reading
Designing of an automated power meter readingManoj Kollam
 
Project report on dtmf based door opening system
Project report on  dtmf based door opening systemProject report on  dtmf based door opening system
Project report on dtmf based door opening systemMukul Mohal
 
Mobile robotic platform to gathering real time sensory data in wireless perso...
Mobile robotic platform to gathering real time sensory data in wireless perso...Mobile robotic platform to gathering real time sensory data in wireless perso...
Mobile robotic platform to gathering real time sensory data in wireless perso...Alexander Decker
 
scada
scadascada
scadaedzam
 
Design and Implementation of Digital PLL using Self Correcting DCO System
Design and Implementation of Digital PLL using Self Correcting DCO SystemDesign and Implementation of Digital PLL using Self Correcting DCO System
Design and Implementation of Digital PLL using Self Correcting DCO SystemIJERA Editor
 
Design and Implementation of a Stand-Alone Remote Terminal Unit
Design and Implementation of a Stand-Alone Remote Terminal UnitDesign and Implementation of a Stand-Alone Remote Terminal Unit
Design and Implementation of a Stand-Alone Remote Terminal UnitIOSR Journals
 
Microcontroller based remote locator
Microcontroller based remote locatorMicrocontroller based remote locator
Microcontroller based remote locatorKamal Lamichhane
 

What's hot (20)

Pankaj project report
Pankaj project reportPankaj project report
Pankaj project report
 
Microcontroller remote controlling project
Microcontroller  remote controlling projectMicrocontroller  remote controlling project
Microcontroller remote controlling project
 
Wireless Radio Frequency Module Using PIC Microcontroller.
Wireless Radio Frequency Module Using PIC Microcontroller.Wireless Radio Frequency Module Using PIC Microcontroller.
Wireless Radio Frequency Module Using PIC Microcontroller.
 
Wireless RF module
Wireless RF moduleWireless RF module
Wireless RF module
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Visible Light Communication and Device Switching Using Embedded Web Server
Visible Light Communication and Device Switching Using Embedded Web ServerVisible Light Communication and Device Switching Using Embedded Web Server
Visible Light Communication and Device Switching Using Embedded Web Server
 
Home Automation Control System using SMS
Home Automation Control System using SMSHome Automation Control System using SMS
Home Automation Control System using SMS
 
Project ppt
Project pptProject ppt
Project ppt
 
Auto dial-er Home security
Auto dial-er Home securityAuto dial-er Home security
Auto dial-er Home security
 
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
 
Implementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using BluetoothImplementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using Bluetooth
 
Home automation ppt-kamal lamichhane
Home automation ppt-kamal lamichhaneHome automation ppt-kamal lamichhane
Home automation ppt-kamal lamichhane
 
Network Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC MicrocontrollerNetwork Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC Microcontroller
 
Designing of an automated power meter reading
Designing of an automated power meter readingDesigning of an automated power meter reading
Designing of an automated power meter reading
 
Project report on dtmf based door opening system
Project report on  dtmf based door opening systemProject report on  dtmf based door opening system
Project report on dtmf based door opening system
 
Mobile robotic platform to gathering real time sensory data in wireless perso...
Mobile robotic platform to gathering real time sensory data in wireless perso...Mobile robotic platform to gathering real time sensory data in wireless perso...
Mobile robotic platform to gathering real time sensory data in wireless perso...
 
scada
scadascada
scada
 
Design and Implementation of Digital PLL using Self Correcting DCO System
Design and Implementation of Digital PLL using Self Correcting DCO SystemDesign and Implementation of Digital PLL using Self Correcting DCO System
Design and Implementation of Digital PLL using Self Correcting DCO System
 
Design and Implementation of a Stand-Alone Remote Terminal Unit
Design and Implementation of a Stand-Alone Remote Terminal UnitDesign and Implementation of a Stand-Alone Remote Terminal Unit
Design and Implementation of a Stand-Alone Remote Terminal Unit
 
Microcontroller based remote locator
Microcontroller based remote locatorMicrocontroller based remote locator
Microcontroller based remote locator
 

Similar to IRJET- Password based Circuit Breaker using DTMF

IRJET - Design and Implementation of RF based Wireless Home Automation System
IRJET - Design and Implementation of RF based Wireless Home Automation SystemIRJET - Design and Implementation of RF based Wireless Home Automation System
IRJET - Design and Implementation of RF based Wireless Home Automation SystemIRJET Journal
 
Speed control of single phase induction motor by android bluetooth
Speed control of single phase induction motor by android bluetoothSpeed control of single phase induction motor by android bluetooth
Speed control of single phase induction motor by android bluetoothIRJET Journal
 
Modeling & Design of Dtmf Technique Based Automatic Mobile Switching & Contro...
Modeling & Design of Dtmf Technique Based Automatic Mobile Switching & Contro...Modeling & Design of Dtmf Technique Based Automatic Mobile Switching & Contro...
Modeling & Design of Dtmf Technique Based Automatic Mobile Switching & Contro...IRJET Journal
 
IRJET- Development of the Spark Gap Adjustment using PLC
IRJET- Development of the Spark Gap Adjustment using PLCIRJET- Development of the Spark Gap Adjustment using PLC
IRJET- Development of the Spark Gap Adjustment using PLCIRJET Journal
 
IRJET- Monitoring and Protection of Distribution Transformer using GSM Module
IRJET- Monitoring and Protection of Distribution Transformer using GSM ModuleIRJET- Monitoring and Protection of Distribution Transformer using GSM Module
IRJET- Monitoring and Protection of Distribution Transformer using GSM ModuleIRJET Journal
 
TRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORINGTRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORINGIRJET Journal
 
IRJET- Automation in Substation using Programmable Logic Controller (PLC)
IRJET- Automation in Substation using Programmable Logic Controller (PLC)IRJET- Automation in Substation using Programmable Logic Controller (PLC)
IRJET- Automation in Substation using Programmable Logic Controller (PLC)IRJET Journal
 
7380969 Line Follower Using At89c51
7380969 Line Follower Using At89c517380969 Line Follower Using At89c51
7380969 Line Follower Using At89c51biharimukund
 
IRJET - Monitoring and Protection of Distribution Transformer using GSM Module
IRJET - Monitoring and Protection of Distribution Transformer using GSM ModuleIRJET - Monitoring and Protection of Distribution Transformer using GSM Module
IRJET - Monitoring and Protection of Distribution Transformer using GSM ModuleIRJET Journal
 
IRJET- An Analysis of CMOS based Low Power 2:4 Decoder at 32nm Node using LEC...
IRJET- An Analysis of CMOS based Low Power 2:4 Decoder at 32nm Node using LEC...IRJET- An Analysis of CMOS based Low Power 2:4 Decoder at 32nm Node using LEC...
IRJET- An Analysis of CMOS based Low Power 2:4 Decoder at 32nm Node using LEC...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 ArduinoIRJET Journal
 
IRJET- Three Phase Fault Analysis in Three Phase Distribution Line
IRJET- Three Phase Fault Analysis in Three Phase Distribution LineIRJET- Three Phase Fault Analysis in Three Phase Distribution Line
IRJET- Three Phase Fault Analysis in Three Phase Distribution LineIRJET Journal
 
IRJET- Intelligent Power Emulator
IRJET-  	  Intelligent Power EmulatorIRJET-  	  Intelligent Power Emulator
IRJET- Intelligent Power EmulatorIRJET Journal
 
IRJET- Intelligent Power Emulator
IRJET- Intelligent Power EmulatorIRJET- Intelligent Power Emulator
IRJET- Intelligent Power EmulatorIRJET Journal
 
IRJET- Protection of Distribution Line Assets- with Modern Microprocessor bas...
IRJET- Protection of Distribution Line Assets- with Modern Microprocessor bas...IRJET- Protection of Distribution Line Assets- with Modern Microprocessor bas...
IRJET- Protection of Distribution Line Assets- with Modern Microprocessor bas...IRJET Journal
 
IRJET- PLC Based Intelligent Control of Substation
IRJET- PLC Based Intelligent Control of SubstationIRJET- PLC Based Intelligent Control of Substation
IRJET- PLC Based Intelligent Control of SubstationIRJET Journal
 
IRJET- A Review Paper on Development of General Purpose Controller Board
IRJET- A Review Paper on Development of General Purpose Controller BoardIRJET- A Review Paper on Development of General Purpose Controller Board
IRJET- A Review Paper on Development of General Purpose Controller BoardIRJET Journal
 
IRJET- GSM based Voltage Monitoring & Power Factor Correction
IRJET- GSM based Voltage Monitoring & Power Factor CorrectionIRJET- GSM based Voltage Monitoring & Power Factor Correction
IRJET- GSM based Voltage Monitoring & Power Factor CorrectionIRJET Journal
 
Process monitoring, controlling and load management system in an induction motor
Process monitoring, controlling and load management system in an induction motorProcess monitoring, controlling and load management system in an induction motor
Process monitoring, controlling and load management system in an induction motoreSAT Publishing House
 

Similar to IRJET- Password based Circuit Breaker using DTMF (20)

IRJET - Design and Implementation of RF based Wireless Home Automation System
IRJET - Design and Implementation of RF based Wireless Home Automation SystemIRJET - Design and Implementation of RF based Wireless Home Automation System
IRJET - Design and Implementation of RF based Wireless Home Automation System
 
Speed control of single phase induction motor by android bluetooth
Speed control of single phase induction motor by android bluetoothSpeed control of single phase induction motor by android bluetooth
Speed control of single phase induction motor by android bluetooth
 
Modeling & Design of Dtmf Technique Based Automatic Mobile Switching & Contro...
Modeling & Design of Dtmf Technique Based Automatic Mobile Switching & Contro...Modeling & Design of Dtmf Technique Based Automatic Mobile Switching & Contro...
Modeling & Design of Dtmf Technique Based Automatic Mobile Switching & Contro...
 
IRJET- Development of the Spark Gap Adjustment using PLC
IRJET- Development of the Spark Gap Adjustment using PLCIRJET- Development of the Spark Gap Adjustment using PLC
IRJET- Development of the Spark Gap Adjustment using PLC
 
IRJET- Monitoring and Protection of Distribution Transformer using GSM Module
IRJET- Monitoring and Protection of Distribution Transformer using GSM ModuleIRJET- Monitoring and Protection of Distribution Transformer using GSM Module
IRJET- Monitoring and Protection of Distribution Transformer using GSM Module
 
TRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORINGTRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORING
 
IRJET- Automation in Substation using Programmable Logic Controller (PLC)
IRJET- Automation in Substation using Programmable Logic Controller (PLC)IRJET- Automation in Substation using Programmable Logic Controller (PLC)
IRJET- Automation in Substation using Programmable Logic Controller (PLC)
 
7380969 Line Follower Using At89c51
7380969 Line Follower Using At89c517380969 Line Follower Using At89c51
7380969 Line Follower Using At89c51
 
E044081720
E044081720E044081720
E044081720
 
IRJET - Monitoring and Protection of Distribution Transformer using GSM Module
IRJET - Monitoring and Protection of Distribution Transformer using GSM ModuleIRJET - Monitoring and Protection of Distribution Transformer using GSM Module
IRJET - Monitoring and Protection of Distribution Transformer using GSM Module
 
IRJET- An Analysis of CMOS based Low Power 2:4 Decoder at 32nm Node using LEC...
IRJET- An Analysis of CMOS based Low Power 2:4 Decoder at 32nm Node using LEC...IRJET- An Analysis of CMOS based Low Power 2:4 Decoder at 32nm Node using LEC...
IRJET- An Analysis of CMOS based Low Power 2:4 Decoder at 32nm Node using LEC...
 
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- Three Phase Fault Analysis in Three Phase Distribution Line
IRJET- Three Phase Fault Analysis in Three Phase Distribution LineIRJET- Three Phase Fault Analysis in Three Phase Distribution Line
IRJET- Three Phase Fault Analysis in Three Phase Distribution Line
 
IRJET- Intelligent Power Emulator
IRJET-  	  Intelligent Power EmulatorIRJET-  	  Intelligent Power Emulator
IRJET- Intelligent Power Emulator
 
IRJET- Intelligent Power Emulator
IRJET- Intelligent Power EmulatorIRJET- Intelligent Power Emulator
IRJET- Intelligent Power Emulator
 
IRJET- Protection of Distribution Line Assets- with Modern Microprocessor bas...
IRJET- Protection of Distribution Line Assets- with Modern Microprocessor bas...IRJET- Protection of Distribution Line Assets- with Modern Microprocessor bas...
IRJET- Protection of Distribution Line Assets- with Modern Microprocessor bas...
 
IRJET- PLC Based Intelligent Control of Substation
IRJET- PLC Based Intelligent Control of SubstationIRJET- PLC Based Intelligent Control of Substation
IRJET- PLC Based Intelligent Control of Substation
 
IRJET- A Review Paper on Development of General Purpose Controller Board
IRJET- A Review Paper on Development of General Purpose Controller BoardIRJET- A Review Paper on Development of General Purpose Controller Board
IRJET- A Review Paper on Development of General Purpose Controller Board
 
IRJET- GSM based Voltage Monitoring & Power Factor Correction
IRJET- GSM based Voltage Monitoring & Power Factor CorrectionIRJET- GSM based Voltage Monitoring & Power Factor Correction
IRJET- GSM based Voltage Monitoring & Power Factor Correction
 
Process monitoring, controlling and load management system in an induction motor
Process monitoring, controlling and load management system in an induction motorProcess monitoring, controlling and load management system in an induction motor
Process monitoring, controlling and load management system in an induction motor
 

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

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
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
 
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
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
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
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
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
 
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
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 

Recently uploaded (20)

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
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...
 
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
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
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
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
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
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
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
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 

IRJET- Password based Circuit Breaker using DTMF

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 347 PASSWORD BASED CIRCUIT BREAKER USING DTMF Mithilesh Padhen1, Prof P.V. Sontakke2 1Student, Dept. of Electronics and Telecommunication Engineering, Pimpri Chinchwad College of Engineering, Pune, Maharashtra, India 2Professor, Dept. of Electronics and Telecommunication Engineering, Pimpri Chinchwad College of Engineering, Pune, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Today, in the age of technology and high- end machines working on a live electric line is now considered significantly safer than in years past. Therapidandstructured growth of the electrical industry has developed effective standards and established safety procedures to minimize various types of major hazards that led to severe injuries and death of the operators. However, if thescenarioof the line needs to repair that’s where the job will be. Understanding various potentialdangersofworkingwithvery high-voltage equipment is mandatory before going up on any electrical pole or high voltage devices. Given the tremendous challenges and opportunities, the job entails, understanding and learning what could go wrong in the process of implementing is the optimized and safe way to ensure an accident doesn’t occur in the case of electrical circuits. So, in this project, a password-based circuit breaker is designed which is an operated electrical switch which designed to protect an electrical circuit from damage or breakdown caused by excess current from an overload or short circuit, or any other failure. The project having primary function is to interrupt the current flow after afaultisdetected. Considering the case of fuse, which generally operates once and then it has be replaced, but a circuit breaker can be reset either manually or automatically according to the working conditions present to resume normal and smooth operation. Key Words: Live Electric line, High-voltage equipment, Circuit breaker, Current flow, Fuse etc. 1. INTRODUCTION The Power system fault is an unwanted condition occurring in the power system. These types of conditions are short circuit, current leakage, ground short, over current andover voltage. The methodology used here is the application of the mobile technology with the electrical circuit.Also,itinvolves integration of DTMF module with circuit and loads for generating output response of the system, which will eventually produce a very efficient and reliable result. 1.1 Objectives  To study and simulate the circuit using different simulation software.  To interface different components to the microcontroller.  To study the PCB design including coating, etching, drilling etc.  To mount the component with proper soldering.  To test a circuit using breadboard and troubleshoot the same and to generate the report based on the overall system. 1.2 Problem Statement This password-based circuit breaker system using DTMF should provide a solution which ensures the safety of the system of the maintenance staff and provide security. 2. METHODOLOGY 2.1 Block Diagram Fig-1: Block diagram Here the mobile phones are used as the inputs for the systems and the DTMF module decodes the signal and give the output to the microcontroller. Then controller provides input to the relay driver and then relays will work at last the load will be ON or OFF. 2.2 Working Principle DTMF encoder which is generallypresentinmobiles,and the decoder circuit is present in the microcontroller.Themobile is connected at one end of the circuit with the help of the phone jack. The mobile jack has a presence of twowires. The red wire is connected to the decoder IC and the black one is grounded. Whenever the user tries to make a call to the number in phone, then automatically the call goes into auto answer mode and the frequency of the signal corresponds to key pressed on the phone keypad send by the user is decoded by
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 348 the module of DTMF decoder resulting this decoded signal acts like a strobe signal to the microcontroller. So, the microcontroller senses thestrobesignal,andthen the function which is corresponding to the obtained decoded value will be performed by the microcontroller according to predefined program code writtenin thecontroller.Resulting the corresponding load will be turned ON/OFF by of the relay connected between the controllers and the load. 3. SPECIFICATIONS 3.1 PIC MICROCONTROLLER Performance 10 MIPS up to 3 Volt Architecture Optimized RISC Internal Oscillator 31 KHz to 8 MHz with 4xPLL Voltage Range 2.0 to 5.5 Volts Modes Run, Idle and Sleep ADC System 10-bit ADC, 13 Channels Voltage Detection and Reset Programmable low voltage detection and reset module Comparators Two analog comparators with multiplexing peripherals Serial Ports Master synchronous serial port with SPI and I2C mode Timers 4 Timer having capacity up to 5 PWM outputs 3.2 DTMF Dual-tone multi-frequency signalling (DTMF) is an identity related to the telecommunication engineering in which the concepts of the signaling system used. Now, in case of the signaling system the voice-frequency band which is present over the telephone lines between telephones system and other communications devices present and switching centers. So, the DTMF type of system uses a set of various eight audio frequencies which is generally transmitted in pairs to represent 16 different signals, represented by the ten digits, including letters and symbols A to D, and # and *. As the signals become in the voice frequency range, they can be transmitted through electrical circuits such as repeaters and amplifiers, and over radio communication and microwave links, thus eliminating and eradicating the need for various intermediate operators present onlong-distance circuits. 3.3 Relay Relay is an electromagnetic switch which used tocontrol the electrical device. Copper core magnetic fluxes play the main role here. The relay’s switch connections are labelled COM, NC and NO. COM = Common, it is the moving part of the itch. NC = Normally Closed, when the relay coil is off then the COM is connected to the NC. NO = Normally Open, when the relay coil is on then the COM is connected to the NO. 3.3 Relay Driver A Relay driver IC is an electro-magnetic switch that will be used whenever we want to use a low voltage circuit to switch a light bulb ON and OFF which is connected to 220V mains supply. The required current which is used to drive the relay coil is more than what can be supplied by various integrated circuits like Op-Amp, etc. Relays have various unique switching properties and they are replaced with the solid-state switches that are stronger than solid-state devices. Resulting ULN2003A is used as a relay driver. The ULN2003A is the monolithic type of high-voltage, high- current devices having Darlington transistor arrays. Each driver consists of seven n-p-n Darlington pairs that are having features of very high-voltage outputs with common- cathode clamp diodes for switching the inductive loads. Generally, the collector current rating of a single Darlington pair is 500 mA, these Darlington pairs may be paralleled for higher current capability if required. 4. SOFTWARE ARCHITECTURE 4.1 Flowchart Fig-2: Flowchart
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 349 4.2 Algorithm  Get the inputs using the mobile phones  Convert inputs into the decode signal with the help of DTMF decoder  Communication betweenthe DTMF decoderandthe microcontroller  Microcontroller checking the inputs with the predefined passwords  Coordination between controller and the relay driver  Relay driver driving the present relays  Connected load gets turned ON or OFF 4.3 Simulation of Circuit Fig-3: Simulation of Circuit The simulation tool used is Proteus Design Suite. The Proteus Design Suite is a Windows applicationforschematic capture, simulation, and PCB layout design. It can be used in many configurations, depending on the size of designsbeing produced and the requirements for microcontroller simulation. 4.4 PCB Design Layout Fig-4: PCB Design Layout The tool used for PCB designing is ExpressPCB. The PCB Layout module is automatically given connectivity information in the form of a netlist from the schematic capture module. It applies this information, together with the user-specified design rules and various design automation tools, to assist with error-free board design. 5. HARDWARE ARCHITECTURE 5.1 Mechanical Setup Fig-5: Mechanical Setup 5.2 Details Here the call from one phone is dialed to another one and that call is received in auto-answer mode so the connections are established. Now in this case for turning ON the load 1, load 2, load 3, load 4 the password is set as 1234, 2234, 3234, 4234. As shown above the passwords 1234, 2234,
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 350 3234 are used for turning ON the load 1, load 2, load 3. The same passwords can be used for turning OFF the load1,load 2, load 3. 6. CONCLUSION The developed control method uses the various commercial mobile communication networks as the path of data transmission resultingprovidinghigherreliability, efficiency and optimization to the user to who controls the system continuously by sending the mobile phone keywords as inputs to the module of DTMF. Also, the system works on a single given known password. No other person can re-close the breaker once the password is givenintothesystemother than the person who has given it. It is an effectivemethodfor providing safety to working staff, and thereisnoscopeofthe password stealing. FUTURE SCOPE Future work includes research on the robot control system mobile communication networks. This will facilitate controlling the remote robot, using the DTMF of mobile phone with video data from the remote mobile robot’s camera. In this project, implementation is done only for 4 loads. Integration of many loads each with a unique ID can be done. Automatic fault detector circuit can be used along with this system with the help of feedback mechanism. ACKNOWLEDGMENTS I am grateful to my project guide Prof. P. V. Sontakke for the immense support and keen interestshownintheproject. We also acknowledge our overwhelminggratitudeandimmense respect to Dr. A. M. Fulambarkar, Principal of Pimpri Chinchwad College of Engineering and Dr. N. B. Chopade, Head of Department of Electronics andTelecommunications who inspired me a lot to achieve the goal and I came to learn about so many new things. REFERENCES [1] Lalitha urs B.R., Meghna K.S, Mouna Machamma P.M, Sumitha Suresh, AshwiniK.R,“SwitchingOperationofCircuit Breakers Using Password”, 2018 IJSRCSEIT | Volume 4 | Issue 6 | ISSN: 2456-3307 [2] Ratnesh Kumar, “DESIGN AND IMPLEMENTATION OF CELL PHONE OPREATED METAL DETECTOR”,International Journal of Research in Engineering, Technology andScience, Volume VI, Special Issue, July 2016, ISSN 2454-1915 [3] Kumar, R., & Khalkho, A. N. (2016). “Design and the implementation of metal detector using DTMF technology”. 2016 International Conference on Signal Processing, Communication, Power and Embedded System (SCOPES). doi:10.1109/scopes.2016.7955853 [4] Mrs. S. Kalpana, Mrs. Ch. Jayalakshmi “Password Based Circuit Breaker Using DTMF For Electric Line Man Safety”, International Journal ofScientificDevelopmentandResearch (IJSDR) July 2016 IJSDR, Volume 1, Issue 7 ISSN: 2455-2631 [5] P. Shrivastava, A. Gupta, A. Singh and A. Srivastava, "DTMF based securityRobot-SECBOTaneaseforun-manned security,"2014 International Conference on High Performance Computing and Applications (ICHPCA), Bhubaneswar 2014, pp. 15 doi: 10.1109 / ICHPCA.2014. 7045366 [6] Rngkuti, H. A., & Simatupang, J. W. (2015). “Security lock with DTMF polyphonic tone sensor”. 2015 International Conference on Automation, Cognitive Science,Optics,Micro- Electro-Mechanical System, and Information Technology (ICACOMIT). doi:10.1109/icacomit.2015.7440188