SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 42
MONITORING AND PROTECTION OF DISTRIBUTION TRANSFORMER
USING GSM MODULE
Dhadam Kajal Sarjerao1, Kadam Shubhangi Shankar2, Prof.A.A.Patil3
1,2Jaywant College of Engineering and Management K. M. Gad, Tal- Walwa, Dist- Sangli.
3Assistance Professor of Jaywant College of Engineering and Management, Dept. of Electrical Engineering, state
Maharashtra, Country India.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - The aim of the project is to design a monitoring
and protection system for distribution transformer with the
help of GSM and GPS technology. The present monitoring
system requires manpower which is the timeconsumingandit
is difficult to predict the occurrence of faults. In this project,
we designed a system which continuously monitors the
transformer parameters such as load current,voltage, oillevel
and ambient temperature with the help of sensors. These
values displayed continuously on the LCD display and it is
recorded in the system memory. If any abnormalities occur in
the transformer then an alert message with the parameter
values are send to the monitoring centre along with the
location by means of GSM and GPS which are integrated with
the Adriano board. This system will help the transformer to
operate smoothly and identify the problems before any
catastrophic failure.
Key Words: GSM module, Microcontroller, Fault
indicator, Buzzer.
1. INTRODUCTION
In power systems, distribution transformer is electrical
equipment which distributes power to the low voltageusers
directly, and its operation condition is an important
component of the entire distribution network operation. We
need a distribution transformer real- time monitoring
system to detect all operating parameters operation, and
send to the monitoring centre in time. It leads to online
monitoring of key operational parameters of distribution
transformers which can provide useful information about
the health of transformers.
This will help to identify problems beforeanyseriousfailure
which leads to a significant cost saving and greater
reliability. Widespread use of mobile networks and GSM
devices such GSM modems and their decreasing costs have
made them an attractive option not only for other wide area
network application.
2 Block Diagram
Power supply
Power supply is the circuit from which we get a desired DC
voltage to run the other circuits. The voltage we get fromthe
main line is 230V AC but the other components of ourcircuit
require 5V DC. Hence a step-down transformer isusedto get
12V AC which is later converted to 12V DC using a rectifier.
The output of rectifier still contain somerippleseventhough
it is a DC signal due to which it is called pulsating DC. To
remove the ripples and obtain smoothed DC power filter
circuits are used. Here a capacitor is used. The 12V DC is
rated down to 5V using a positive voltage regulator chip
7805. Thus a fixed DC voltage of 5V is obtained.
A 5V regulated supply is taken as followed:
MICRO
LCD
Relay
MAX232
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 43
Each of the blocks described below:
1. Transformer – step down high voltage AC mains to low
voltage AC.
2. Rectifier – converts AC to DC output is varying.
3. Smoothing – smooth the DC from varying greatly to a
small ripple.
4. Regulator – eliminates ripple by setting DC output to a
fixed voltage.
Fault indicator
The first fault indicators came onto the market from Horst
Mann (Germany) in 1946. The E.O. Schweitzer
Manufacturing Company introduceda producttotheU.S.A in
1948. A fault indicator is a device which provides visual or
remote indication of a fault on the electric power system.
Also called a faulted circuit indicator (FCI). The device is
used in electric power distribution networks as a means of
automatically detecting and identifying faults to reduce
outage time. Recent development include a remotely
programmable overhead line indicator , fault indication for
paper – insulated lead cable , and overhead fault for mesh
networks.
Microcontroller
Microcontroller is defined as a system on computer chip
which includes number of peripherals like RAM, EEPROM,
etc. required to perform some predefined task. There are
number of popular families of microcontrollers which are
used in different applications as per their capability and
feasibility to perform various task, mostly used of these are
8051, AVR and PIC microcontrollers .In this subject we will
introduce you with AVR familyofmicrocontrollers.AVR is an
8- bit microcontroller belonging to the family of Reduced
Instruction set Computer (RISC). In RISC architecture the
instruction set of the computer are notonlyfewerin number
but also simpler and faster in operation. The other type is
CISC. We will explore more on this when we will learn about
the architecture of AVR microcontrollers in following
section. The microcontroller transmits and receives 8-bit
data. The input/output registers available are also of 8-bits.
The AVR families controllers have register based
architecture which means that both the operands for a
stored in a register and the result of the operation is also
called stored in a register.
LCD
A liquid crystal display (LCD) is a flat –panel displayuses the
light modulating properties of liquid crystal. The display
used is 16x2 LCD (Liquid crystal display); which means 16
characters per line by 2 lines. The standard is referred as
HD44780U, which refers to the controller chip which
receives data from an external source and communicates
directly with the LCD. Here 8-bit mode of LCD is used i.e.
using 8-bit data bus. LCDs are used in a wide range of
applications including computer monitors, televisions
instrument panels and indoor and outdoor signage.
MAX232
The MAX232 is an integrated circuit first created in 1987 by
Maxim integrated Products that converts signal from a TIA-
232(RS232) serial port to signals suitable for use in TTL-
compatible digital logic circuits. The MAX232 is a dual
transmitter /dual receiver that typically is used to convert
the RX, TX, CTS, RTS signals. The MAX232 (A) has two
receivers that convert from RS-232 to TTL voltage levels,
and two drivers. The drivers provide TIA-232 voltage level
outputs from a single 5-volt supply by on chip chargepumps
and external capacitors. This makes it useful for
implementing TIA-232 in devices thatotherwisedonotneed
any other voltage .Typically, the first driver/receiver pair of
the MAX232 is used for TX and RX signals and the second
one for CTS and TRS signals.
Relay
Relay is a simple electromagnetic relay consists of a coil of
wire wrapped around a soft iron core an iron yoke which
provides a low reluctance path for magnetic flux. A relay is
an electrically operated switch. It consists of set input
terminals for a single or multiple control signals, and a set of
operating contact terminals. The switch may have any
numbers of contacts in multiple contact forms, suchas make
contacts, breakcontacts, or combinations. Relays are used
where it is necessary to control a circuit by an independent
low –power signal, or where several circuits must be
controlled by on signal. Relays were first used in long-
distance telegraph circuits as signal repeaters: they refresh
the signal coming in from one circuit by transmitting it on
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 44
another circuit .relays were used extensively in telephone
exchange an early computers to perform logical operations.
GSM Modem
In this project GSM modem is used to develop an interface
between mobile and microcontroller by using GSM SIM. It
connects microcontroller to network provider to send the
SMS. A GSM modem is a wireless modem that works with a
GSM wireless network. A wireless modem is like a dial-up
modem. The basic difference between them is the dial-up
modem sends and receives data through a fixed telephone
line while the wireless modem sends and receives data
through waves. Like a GSM mobile phone, aGSM [7] modem
also requires a SIM card from a wireless carrier to operate.
SIM 300 is a Fixed Cellular Terminal (FCT) used for data
applications. It is a compact and portable terminal which
satisfy various data [7] communication over GSM.it also can
be connected to a computer with a standard RS232C serial
port .SIM 300 offers features like Short Message Services
(SMS), DataServices, Fax Services and data file connectivity
through wire is not available or not possible .the SIM 300 is
easy to set up. It also finds its applications in IT companies,
Banks, Financial Institution, Service Providers.
ADVANTAGES
1. No need to monitor from relay room.
2. Save time.
3. Save men work.
4. Long life.
5. No maintenance is required.
6. Negligible electricity consumption.
3. CONCLUSION
The GSM based monitoring of distribution transformer is
quite as compared to manual monitoring and also it is
reliable as it not possible to monitor always the oil level, oil
temperature rise, ambient temperature rise , load current
manually. After receiving of message of any abnormality we
can take action immediately to prevent any catastrophic
failures of distribution transformer. In a distribution
network there are many distribution transformers and
associating each transformer with suchsystem,wecaneasily
find out that which transformer is undergoing fault fromthe
message sent to the mobile.
Result
The temperature of windings is raised above 130-degree
Celsius which is an abnormal condition. The sensor senses
the condition and it places the high signal onA0pinandthen
the Adriano transmits the signal to GSM and GPS which is
turn sends the message to the programmed number. By the
same way, oil level was lowered manually and the message
was received and the fault was displayed on theLCDdisplay.
REFERENCES
1. Leibfried, T, “Online monitors keep transformers in
service”, Computer Applications in Power, IEEE, Volume:
Issue: 3, July 1998 Page(s):36-42.
2. Muhammad Ali Mazidi, Janice Gillispie Mazidi,Rolin D.
Mckinlay,The 8051 Microcontroller And Embeddedsystems
Using Assembly And C, Second Edition ,Pearson Education,
2008 India.
3. Microcontroller AT mega 16;
www.atmel.com/Images/doc2466.pdf.
4. Par S. Tenbohlen,T.Stirl, M.Rosner,”Benefits of sensors for
online monitoring systems for power transformers”.
BIOGRAPHIES
Dhadam Kajal Sarjerao, Student of
Jaywant college of Engineering
And Management K.M.Gad.
KadamShubhangiShankar,Student
of Jaywant college of Engineering
And Management K.M.Gad.
Guide- Assistance professor
A.A.Patil From Jaywant college of
Engineering And Management.
2nd
Author
Photo
1’st
Author
Photo

More Related Content

What's hot

ABB Relay
ABB RelayABB Relay
ABB Relay
Amit Kumar
 
Gsm based irrigation control
Gsm based irrigation controlGsm based irrigation control
Gsm based irrigation control
Satyam Tiwari
 
Telecom Pole Sites Solutions
Telecom Pole Sites SolutionsTelecom Pole Sites Solutions
Telecom Pole Sites Solutions
lokeshgupta80
 
Intelligent mcc Siemens
Intelligent mcc Siemens Intelligent mcc Siemens
Intelligent mcc Siemens
Praveen Patil
 
Yokogawa Field Wireless Solution
Yokogawa Field Wireless SolutionYokogawa Field Wireless Solution
Yokogawa Field Wireless Solution
Power Specialties, Inc.
 
BLH Nobel G5 Tech Manual
BLH Nobel G5 Tech ManualBLH Nobel G5 Tech Manual
BLH Nobel G5 Tech Manual
Power Specialties, Inc.
 
water level monitor using gsm
water level monitor using gsmwater level monitor using gsm
water level monitor using gsm
Aditya Kumar
 
GSM Based Fault Monitoring System (Project)
GSM Based Fault Monitoring System (Project)GSM Based Fault Monitoring System (Project)
GSM Based Fault Monitoring System (Project)
Aishwary Verma
 
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
GSM BASED PREPAID ENERGY METER BILLING VIA SMSGSM BASED PREPAID ENERGY METER BILLING VIA SMS
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
SRINIVAS REDDY
 
Wireless energy meter monitoring with automated tariff calculation
Wireless energy meter monitoring with automated tariff calculationWireless energy meter monitoring with automated tariff calculation
Wireless energy meter monitoring with automated tariff calculation
Udayalakshmi JK
 
Intelligent mcc
Intelligent mccIntelligent mcc
Intelligent mcc
Praveen Patil
 
Wireless notice board for public
Wireless notice board for publicWireless notice board for public
Wireless notice board for public
sebinkb
 
Dfun bms catalog 2021 v2.0
Dfun bms catalog 2021 v2.0Dfun bms catalog 2021 v2.0
Dfun bms catalog 2021 v2.0
Jackey Zhou
 
“Reliable power quality monitoring and protection
“Reliable power quality monitoring and protection“Reliable power quality monitoring and protection
“Reliable power quality monitoring and protection
eSAT Publishing House
 
Scada presentation
Scada presentationScada presentation
Scada presentation
Amit Kumar
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Box
ncct
 
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 Journal
 
A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...
eSAT Publishing House
 

What's hot (20)

ABB Relay
ABB RelayABB Relay
ABB Relay
 
Gsm based irrigation control
Gsm based irrigation controlGsm based irrigation control
Gsm based irrigation control
 
Telecom Pole Sites Solutions
Telecom Pole Sites SolutionsTelecom Pole Sites Solutions
Telecom Pole Sites Solutions
 
Intelligent mcc Siemens
Intelligent mcc Siemens Intelligent mcc Siemens
Intelligent mcc Siemens
 
Yokogawa Field Wireless Solution
Yokogawa Field Wireless SolutionYokogawa Field Wireless Solution
Yokogawa Field Wireless Solution
 
BLH Nobel G5 Tech Manual
BLH Nobel G5 Tech ManualBLH Nobel G5 Tech Manual
BLH Nobel G5 Tech Manual
 
water level monitor using gsm
water level monitor using gsmwater level monitor using gsm
water level monitor using gsm
 
GSM Based Fault Monitoring System (Project)
GSM Based Fault Monitoring System (Project)GSM Based Fault Monitoring System (Project)
GSM Based Fault Monitoring System (Project)
 
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
GSM BASED PREPAID ENERGY METER BILLING VIA SMSGSM BASED PREPAID ENERGY METER BILLING VIA SMS
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
 
Wireless energy meter monitoring with automated tariff calculation
Wireless energy meter monitoring with automated tariff calculationWireless energy meter monitoring with automated tariff calculation
Wireless energy meter monitoring with automated tariff calculation
 
Intelligent mcc
Intelligent mccIntelligent mcc
Intelligent mcc
 
Wireless notice board for public
Wireless notice board for publicWireless notice board for public
Wireless notice board for public
 
Dfun bms catalog 2021 v2.0
Dfun bms catalog 2021 v2.0Dfun bms catalog 2021 v2.0
Dfun bms catalog 2021 v2.0
 
“Reliable power quality monitoring and protection
“Reliable power quality monitoring and protection“Reliable power quality monitoring and protection
“Reliable power quality monitoring and protection
 
Scada presentation
Scada presentationScada presentation
Scada presentation
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Box
 
ALSTOM – Micom
ALSTOM – MicomALSTOM – Micom
ALSTOM – Micom
 
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
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
 
A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...
 

Similar to IRJET - Monitoring and Protection of Distribution Transformer using GSM Module

KAGITHALA YASASWINI
KAGITHALA YASASWINIKAGITHALA YASASWINI
KAGITHALA YASASWINI
MAHESH294
 
Prepaid energy meter with gsm interface
Prepaid energy meter with gsm interfacePrepaid energy meter with gsm interface
Prepaid energy meter with gsm interface
Edgefxkits & Solutions
 
Substation Monitoring and Control Based on Microcontroller Using IoT
Substation Monitoring and Control Based on Microcontroller Using IoTSubstation Monitoring and Control Based on Microcontroller Using IoT
Substation Monitoring and Control Based on Microcontroller Using IoT
IRJET Journal
 
Prepaid Energy Meter Present by Belim
Prepaid Energy Meter Present by BelimPrepaid Energy Meter Present by Belim
Prepaid Energy Meter Present by Belim
Belim Gulammurtuja
 
GSM Based Transformer Fault Monitoring System
GSM Based Transformer Fault Monitoring SystemGSM Based Transformer Fault Monitoring System
GSM Based Transformer Fault Monitoring System
ijtsrd
 
AUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLAUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROL
shiv kapil
 
ADVANCED RAILWAY SECURITY SYSTEM (ARSS) BASED ON ZIGBEE COMMUNICATION FOR TRA...
ADVANCED RAILWAY SECURITY SYSTEM (ARSS) BASED ON ZIGBEE COMMUNICATION FOR TRA...ADVANCED RAILWAY SECURITY SYSTEM (ARSS) BASED ON ZIGBEE COMMUNICATION FOR TRA...
ADVANCED RAILWAY SECURITY SYSTEM (ARSS) BASED ON ZIGBEE COMMUNICATION FOR TRA...
rashmimabattin28
 
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-A Comparative Study of use of the Library and the Internet as Sources o...
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
IRJET Journal
 
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
IRJET Journal
 
MISSILE DETECT AND DESTROY SYSTEM
MISSILE DETECT AND DESTROY SYSTEMMISSILE DETECT AND DESTROY SYSTEM
MISSILE DETECT AND DESTROY SYSTEM
IRJET Journal
 
IRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for VehicleIRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for Vehicle
IRJET Journal
 
Advanced railway security system (arss) based on zigbee communication for tra...
Advanced railway security system (arss) based on zigbee communication for tra...Advanced railway security system (arss) based on zigbee communication for tra...
Advanced railway security system (arss) based on zigbee communication for tra...
rashmimabattin28
 
IOT based Three Phase Power fault monitoring with SMS alerts
IOT based Three Phase Power fault monitoring with SMS alertsIOT based Three Phase Power fault monitoring with SMS alerts
IOT based Three Phase Power fault monitoring with SMS alerts
IRJET Journal
 
TRANSFORMER HEALTH MONITORING SYSTEM
TRANSFORMER HEALTH MONITORING SYSTEMTRANSFORMER HEALTH MONITORING SYSTEM
TRANSFORMER HEALTH MONITORING SYSTEM
IRJET Journal
 
under grund fault ppt (1).pptx
under grund fault ppt (1).pptxunder grund fault ppt (1).pptx
under grund fault ppt (1).pptx
PoojaG86
 
TRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORINGTRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORING
IRJET Journal
 
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET Journal
 
IRJET- IoT based Industrial Automation
IRJET-  	  IoT based Industrial AutomationIRJET-  	  IoT based Industrial Automation
IRJET- IoT based Industrial Automation
IRJET Journal
 
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
 

Similar to IRJET - Monitoring and Protection of Distribution Transformer using GSM Module (20)

KAGITHALA YASASWINI
KAGITHALA YASASWINIKAGITHALA YASASWINI
KAGITHALA YASASWINI
 
Prepaid energy meter with gsm interface
Prepaid energy meter with gsm interfacePrepaid energy meter with gsm interface
Prepaid energy meter with gsm interface
 
Substation Monitoring and Control Based on Microcontroller Using IoT
Substation Monitoring and Control Based on Microcontroller Using IoTSubstation Monitoring and Control Based on Microcontroller Using IoT
Substation Monitoring and Control Based on Microcontroller Using IoT
 
Prepaid Energy Meter Present by Belim
Prepaid Energy Meter Present by BelimPrepaid Energy Meter Present by Belim
Prepaid Energy Meter Present by Belim
 
GSM Based Transformer Fault Monitoring System
GSM Based Transformer Fault Monitoring SystemGSM Based Transformer Fault Monitoring System
GSM Based Transformer Fault Monitoring System
 
AUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLAUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROL
 
ADVANCED RAILWAY SECURITY SYSTEM (ARSS) BASED ON ZIGBEE COMMUNICATION FOR TRA...
ADVANCED RAILWAY SECURITY SYSTEM (ARSS) BASED ON ZIGBEE COMMUNICATION FOR TRA...ADVANCED RAILWAY SECURITY SYSTEM (ARSS) BASED ON ZIGBEE COMMUNICATION FOR TRA...
ADVANCED RAILWAY SECURITY SYSTEM (ARSS) BASED ON ZIGBEE COMMUNICATION FOR TRA...
 
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-A Comparative Study of use of the Library and the Internet as Sources o...
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
 
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
 
MISSILE DETECT AND DESTROY SYSTEM
MISSILE DETECT AND DESTROY SYSTEMMISSILE DETECT AND DESTROY SYSTEM
MISSILE DETECT AND DESTROY SYSTEM
 
IRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for VehicleIRJET- Intelligent Security and Monitoring System for Vehicle
IRJET- Intelligent Security and Monitoring System for Vehicle
 
Advanced railway security system (arss) based on zigbee communication for tra...
Advanced railway security system (arss) based on zigbee communication for tra...Advanced railway security system (arss) based on zigbee communication for tra...
Advanced railway security system (arss) based on zigbee communication for tra...
 
IOT based Three Phase Power fault monitoring with SMS alerts
IOT based Three Phase Power fault monitoring with SMS alertsIOT based Three Phase Power fault monitoring with SMS alerts
IOT based Three Phase Power fault monitoring with SMS alerts
 
TRANSFORMER HEALTH MONITORING SYSTEM
TRANSFORMER HEALTH MONITORING SYSTEMTRANSFORMER HEALTH MONITORING SYSTEM
TRANSFORMER HEALTH MONITORING SYSTEM
 
under grund fault ppt (1).pptx
under grund fault ppt (1).pptxunder grund fault ppt (1).pptx
under grund fault ppt (1).pptx
 
TRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORINGTRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORING
 
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection Robot
 
IRJET- IoT based Industrial Automation
IRJET-  	  IoT based Industrial AutomationIRJET-  	  IoT based Industrial Automation
IRJET- IoT based Industrial Automation
 
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
 

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

PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
anoopmanoharan2
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
Fundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptxFundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptx
manasideore6
 
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
 
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.pptPROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
bhadouriyakaku
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
Self-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptxSelf-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptx
iemerc2024
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
Water billing management system project report.pdf
Water billing management system project report.pdfWater billing management system project report.pdf
Water billing management system project report.pdf
Kamal Acharya
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
Online aptitude test management system project report.pdf
Online aptitude test management system project report.pdfOnline aptitude test management system project report.pdf
Online aptitude test management system project report.pdf
Kamal Acharya
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
zwunae
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 

Recently uploaded (20)

PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
Fundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptxFundamentals of Induction Motor Drives.pptx
Fundamentals of Induction Motor Drives.pptx
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.pptPROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
Self-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptxSelf-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptx
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
Water billing management system project report.pdf
Water billing management system project report.pdfWater billing management system project report.pdf
Water billing management system project report.pdf
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
Online aptitude test management system project report.pdf
Online aptitude test management system project report.pdfOnline aptitude test management system project report.pdf
Online aptitude test management system project report.pdf
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 

IRJET - Monitoring and Protection of Distribution Transformer using GSM Module

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 42 MONITORING AND PROTECTION OF DISTRIBUTION TRANSFORMER USING GSM MODULE Dhadam Kajal Sarjerao1, Kadam Shubhangi Shankar2, Prof.A.A.Patil3 1,2Jaywant College of Engineering and Management K. M. Gad, Tal- Walwa, Dist- Sangli. 3Assistance Professor of Jaywant College of Engineering and Management, Dept. of Electrical Engineering, state Maharashtra, Country India. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - The aim of the project is to design a monitoring and protection system for distribution transformer with the help of GSM and GPS technology. The present monitoring system requires manpower which is the timeconsumingandit is difficult to predict the occurrence of faults. In this project, we designed a system which continuously monitors the transformer parameters such as load current,voltage, oillevel and ambient temperature with the help of sensors. These values displayed continuously on the LCD display and it is recorded in the system memory. If any abnormalities occur in the transformer then an alert message with the parameter values are send to the monitoring centre along with the location by means of GSM and GPS which are integrated with the Adriano board. This system will help the transformer to operate smoothly and identify the problems before any catastrophic failure. Key Words: GSM module, Microcontroller, Fault indicator, Buzzer. 1. INTRODUCTION In power systems, distribution transformer is electrical equipment which distributes power to the low voltageusers directly, and its operation condition is an important component of the entire distribution network operation. We need a distribution transformer real- time monitoring system to detect all operating parameters operation, and send to the monitoring centre in time. It leads to online monitoring of key operational parameters of distribution transformers which can provide useful information about the health of transformers. This will help to identify problems beforeanyseriousfailure which leads to a significant cost saving and greater reliability. Widespread use of mobile networks and GSM devices such GSM modems and their decreasing costs have made them an attractive option not only for other wide area network application. 2 Block Diagram Power supply Power supply is the circuit from which we get a desired DC voltage to run the other circuits. The voltage we get fromthe main line is 230V AC but the other components of ourcircuit require 5V DC. Hence a step-down transformer isusedto get 12V AC which is later converted to 12V DC using a rectifier. The output of rectifier still contain somerippleseventhough it is a DC signal due to which it is called pulsating DC. To remove the ripples and obtain smoothed DC power filter circuits are used. Here a capacitor is used. The 12V DC is rated down to 5V using a positive voltage regulator chip 7805. Thus a fixed DC voltage of 5V is obtained. A 5V regulated supply is taken as followed: MICRO LCD Relay MAX232
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 43 Each of the blocks described below: 1. Transformer – step down high voltage AC mains to low voltage AC. 2. Rectifier – converts AC to DC output is varying. 3. Smoothing – smooth the DC from varying greatly to a small ripple. 4. Regulator – eliminates ripple by setting DC output to a fixed voltage. Fault indicator The first fault indicators came onto the market from Horst Mann (Germany) in 1946. The E.O. Schweitzer Manufacturing Company introduceda producttotheU.S.A in 1948. A fault indicator is a device which provides visual or remote indication of a fault on the electric power system. Also called a faulted circuit indicator (FCI). The device is used in electric power distribution networks as a means of automatically detecting and identifying faults to reduce outage time. Recent development include a remotely programmable overhead line indicator , fault indication for paper – insulated lead cable , and overhead fault for mesh networks. Microcontroller Microcontroller is defined as a system on computer chip which includes number of peripherals like RAM, EEPROM, etc. required to perform some predefined task. There are number of popular families of microcontrollers which are used in different applications as per their capability and feasibility to perform various task, mostly used of these are 8051, AVR and PIC microcontrollers .In this subject we will introduce you with AVR familyofmicrocontrollers.AVR is an 8- bit microcontroller belonging to the family of Reduced Instruction set Computer (RISC). In RISC architecture the instruction set of the computer are notonlyfewerin number but also simpler and faster in operation. The other type is CISC. We will explore more on this when we will learn about the architecture of AVR microcontrollers in following section. The microcontroller transmits and receives 8-bit data. The input/output registers available are also of 8-bits. The AVR families controllers have register based architecture which means that both the operands for a stored in a register and the result of the operation is also called stored in a register. LCD A liquid crystal display (LCD) is a flat –panel displayuses the light modulating properties of liquid crystal. The display used is 16x2 LCD (Liquid crystal display); which means 16 characters per line by 2 lines. The standard is referred as HD44780U, which refers to the controller chip which receives data from an external source and communicates directly with the LCD. Here 8-bit mode of LCD is used i.e. using 8-bit data bus. LCDs are used in a wide range of applications including computer monitors, televisions instrument panels and indoor and outdoor signage. MAX232 The MAX232 is an integrated circuit first created in 1987 by Maxim integrated Products that converts signal from a TIA- 232(RS232) serial port to signals suitable for use in TTL- compatible digital logic circuits. The MAX232 is a dual transmitter /dual receiver that typically is used to convert the RX, TX, CTS, RTS signals. The MAX232 (A) has two receivers that convert from RS-232 to TTL voltage levels, and two drivers. The drivers provide TIA-232 voltage level outputs from a single 5-volt supply by on chip chargepumps and external capacitors. This makes it useful for implementing TIA-232 in devices thatotherwisedonotneed any other voltage .Typically, the first driver/receiver pair of the MAX232 is used for TX and RX signals and the second one for CTS and TRS signals. Relay Relay is a simple electromagnetic relay consists of a coil of wire wrapped around a soft iron core an iron yoke which provides a low reluctance path for magnetic flux. A relay is an electrically operated switch. It consists of set input terminals for a single or multiple control signals, and a set of operating contact terminals. The switch may have any numbers of contacts in multiple contact forms, suchas make contacts, breakcontacts, or combinations. Relays are used where it is necessary to control a circuit by an independent low –power signal, or where several circuits must be controlled by on signal. Relays were first used in long- distance telegraph circuits as signal repeaters: they refresh the signal coming in from one circuit by transmitting it on
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 44 another circuit .relays were used extensively in telephone exchange an early computers to perform logical operations. GSM Modem In this project GSM modem is used to develop an interface between mobile and microcontroller by using GSM SIM. It connects microcontroller to network provider to send the SMS. A GSM modem is a wireless modem that works with a GSM wireless network. A wireless modem is like a dial-up modem. The basic difference between them is the dial-up modem sends and receives data through a fixed telephone line while the wireless modem sends and receives data through waves. Like a GSM mobile phone, aGSM [7] modem also requires a SIM card from a wireless carrier to operate. SIM 300 is a Fixed Cellular Terminal (FCT) used for data applications. It is a compact and portable terminal which satisfy various data [7] communication over GSM.it also can be connected to a computer with a standard RS232C serial port .SIM 300 offers features like Short Message Services (SMS), DataServices, Fax Services and data file connectivity through wire is not available or not possible .the SIM 300 is easy to set up. It also finds its applications in IT companies, Banks, Financial Institution, Service Providers. ADVANTAGES 1. No need to monitor from relay room. 2. Save time. 3. Save men work. 4. Long life. 5. No maintenance is required. 6. Negligible electricity consumption. 3. CONCLUSION The GSM based monitoring of distribution transformer is quite as compared to manual monitoring and also it is reliable as it not possible to monitor always the oil level, oil temperature rise, ambient temperature rise , load current manually. After receiving of message of any abnormality we can take action immediately to prevent any catastrophic failures of distribution transformer. In a distribution network there are many distribution transformers and associating each transformer with suchsystem,wecaneasily find out that which transformer is undergoing fault fromthe message sent to the mobile. Result The temperature of windings is raised above 130-degree Celsius which is an abnormal condition. The sensor senses the condition and it places the high signal onA0pinandthen the Adriano transmits the signal to GSM and GPS which is turn sends the message to the programmed number. By the same way, oil level was lowered manually and the message was received and the fault was displayed on theLCDdisplay. REFERENCES 1. Leibfried, T, “Online monitors keep transformers in service”, Computer Applications in Power, IEEE, Volume: Issue: 3, July 1998 Page(s):36-42. 2. Muhammad Ali Mazidi, Janice Gillispie Mazidi,Rolin D. Mckinlay,The 8051 Microcontroller And Embeddedsystems Using Assembly And C, Second Edition ,Pearson Education, 2008 India. 3. Microcontroller AT mega 16; www.atmel.com/Images/doc2466.pdf. 4. Par S. Tenbohlen,T.Stirl, M.Rosner,”Benefits of sensors for online monitoring systems for power transformers”. BIOGRAPHIES Dhadam Kajal Sarjerao, Student of Jaywant college of Engineering And Management K.M.Gad. KadamShubhangiShankar,Student of Jaywant college of Engineering And Management K.M.Gad. Guide- Assistance professor A.A.Patil From Jaywant college of Engineering And Management. 2nd Author Photo 1’st Author Photo