SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
Ā© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 679
TRANSFORMER MONITORING AND PROTECTION SYSTEM USING AVR
ATMEGA16 MICROCONTROLLER BY RF TECHNOLOGY
Rashmi Dhobale 1, Anup Mahalle 2, Atul Wankhede 3, Kunal Halmare4, Ms. Preeti Dixit5
1,2,3,4 Student, Department of Electronics and communication, DBACER, NAGPUR, Maharashtra, INDIA
5Assistant Professor, Department of Electronics and communication, DBACER, NAGPUR, Maharashtra, INDIA
-----------------------------------------------------------------------***--------------------------------------------------------------------
Abstract - In electrical power systems, distribution
transformer is equipment which distributes power to the low-
voltage users. For proper operation (i.e., under rated
conditions) of the transformers, their operational conditions
should be monitored and maintained. Overloading and
overheating are two sources of transformersfailurethatcause
power disruption for the customers and reduce the life time of
the equipments on the power distribution system. Since it is
very costly to repair or replace a single transformer,italsohas
its impact on the economy of the country. Hence, system that
properly monitors the power systemandtakecorrectiveaction
should be in place.
This paper presents the design and implementation of a RF
based distribution transformermonitoringsystem.Thissystem
monitors and records key parameters of a distribution
transformer like load currents, load voltage, and transformer
oil temperatures. These parametersprovideusefulinformation
about the status of a transformer. The acquired parameters
are processed and the data is sent to a central monitoring
station through the RF interface. The data will then be further
processed and analyzed regularly by the system operator. RF
has a very low latency which is best for real time systems.
Besides that it provides balance among trade-offs between
cost, capacity, performance, and density.
The system is designed and implemented using RF Technology
and key parameters were recorded. The variations of the
recorded values help us in identifying the possible failure that
could occur, if the values are over the rated values. Monitoring
of the transformer has been achieved in through our system.
The project aims at programming the ATMEGA-16
microcontroller such that it continuously monitors the
transformer situated in the industry. If it detects any error in
balancing of load, the controller will cause relay to break the
circuit and hence completely switching of the transformer.
Keywords: RF Technology, distribution transformer
monitoring.
1. INTRODUCTION
Electric power systems are real-time energy delivery
systems. Real time means that power is generated,
transported, and supplied the moment it is needed.Inpower
systems, distribution transformersareelectricalequipments
that distribute power to the low-voltage users directly. It is
clear that over time, there has been an increase in human
population, economic growth and technological
advancement. This has continuously made the demand for
electrical power to go high because as technology, human
population and economy grows; there is an increase in
demand for power as many more electrical loads are
introduced into the supply line. An increase in load leadstoa
lot of current drawn from the power line. At times the
demand goes above what the power distributor can supply.
The consequence of this is that electrical power overload
cases become common thus posing danger to power system
components. This therefore throws in the need for devices
that can monitor the rate of power consumption in
accordance with the level that a given system is designed to
sustain. Such a device must be designed to cut off
consumption if the system oversteps its ability thus being
dangerous to users and the components. In this project, we
look at the protection of power transformer from various
faults that may occur and may be destructive to the
component if left undetected. The transformer is a very
important component in an electrical power system as
distribution of electrical power to consumers is more
efficiently effected. Every transformer is designed to
comfortably supply a given load. Cases of overload or short
circuitscan lead to damaging of transformer.Tocombatsuch
occurrence, an elaborate system that monitors these
excesses in supply parameters needs to be built. Such a
device controls the flow of electrical power to the load so
that the transformer is not overworked. Over current relays
and overvoltage relays have been used for a long period of
time and have been electromechanically controlled. In this
system, a microcontroller is used to monitor cases of
electrical faults and communicate to a switch to isolate the
transformer from the system.
2. BLOCK DIAGRAM
Transmitter
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
Ā© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 680
Receiver
2.1 HARDWARE DESCRIPTION
1. Sensor:
Sensor are basically use to convert physical quantity in
electrical form there are different sensor are Involve for
various physical quantity. In our project we control three
parameters first is Voltage, Current Temperature, this three
parameters we use three different sensors.
2. VOLTAGE SENSOR
A voltage sensor is a device which detects the voltage in a
wire, and generates signal proportional to it. The generated
signal could be analog voltage or current or even digital
output. It can be then utilized to display the measured
voltage in a voltmeter or can be stored for further analysisin
a data acquisition system or can be utilized for control
purpose.
3. CURRENT SENSOR
A current sensor is a device that detects electric current (AC
or DC) in a wire, and generates a signal Proportional to it.
The generated signal could be analog voltage or current or
even digital output. It can be then utilized to display the
measured current in an ammeter or can be storedforfurther
analysis in a data acquisition system or can be utilized for
control purpose.
4. Temperature Sensor:
Temperature sensor vary from simple ON/OFFthermostatic
devices which control a domestic hot water heating system
to highly sensitive semiconductor types that can control
complex process control furnace plants. We rememberfrom
our school science classes that the movement of molecules
and atoms produces heat (kinetic energy) and the greater
the movement, the more heat that isgenerated.Temperature
Sensors measure the amount of heat energyorevencoldness
that is generated by an object or system, allowing us to
ā€œsenseā€ or detect any physical change to that temperature
producing either an analogue or digital output.
There are many different types of Temperature Sensor
available and all have different characteristics depending
upon their actual application.
6. Micro- controller unit:
Micro controller AVRAtMegha16 is heart of our project. We
select this micro controller IC for our project for following
no. of advantages. Advanced RISC Architecture Data and
Non-Volatile Program Memory on Chip Debug Interface
(debug wire) Internal 8 K bytes of electrically erasable
programmable read only memory for feeding programmed
so that there is no need of external EPROM. Four 8 bitinputs,
output port p0, p1, p2, p3 out of which we use two port to
read ADC and other port is use to connect 16x2
alphanumeric display for written current & temperature
purpose. Operating voltage of 3.5 to 6vd.c. This is easily
available by using voltage regulator IC. Internal 128 byte
RAM to store temporally storage of data. In which we can
feed took up table to turn ON/OFF relay. Three 8-bit
time/counter are present for timing and counting purpose.
Four external and two internal interrupt are available.Micro
controller can read the data (for the Correspondingchannel)
available at output of ADC and convert in equivalent
alphanumeric code & Display on 16x2 dot matrix liquid
crystal display.
7. RF Module:
RF module (radio frequency) is electronic devices that
transmit and receive RF signal from one device to other
device. It is a Transmitter module through whichdatacan be
transmitted and received by receiver simultaneously.
8. Voltage regulator:
7805 is a voltage regulator integrated circuit. Fixed output
voltage is not obtain due to fluctuation of the voltage source
in the circuit .Constant value of output voltage maintain by
voltage regulator IC. 7805 provides +5V regulated power
supply.
9. 16 X 2 Dot matrix liquid crystal display:
The display used is 16x2 LCD (Liquid CrystalDisplay);which
means 16 appeals per line by 2 lines. The standard is
referred as HD44780U, which refers to the controller chip
which receives data from an external source (Here
Atmega16) and transfers directly with the LCD. Here 8-bit
mode of LCD is used, i.e., using 8-bit data bus. i.e., using 8-bit
data bus. The LCD's used exclusively in watches, calculators
and measuring instruments are the simple seven-segment
displays, having a limited amount of numeric data. The
recent advances in technology have resulted in better
legibility.
10. Relay and Buzzer:
When any one-parameter crosses its level then micro-
controller turns on relay and buzzer and through Relay and
cutoff main 230 volt supply so that system is trapped.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
Ā© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 681
11. Power Supply
For our all IC we require 5 v D.C Supply, which can be
generated by step down transformer, full wave bridge
rectifier, and filter condenser and voltage regulator IC 7805.
2.2 Software DESCRIPTION
1. AVR STUDIO
AVR studio is software used where machine languagecodeis
written and compiled. After compilation machine source
code is converted to hex code to be burnt into the
microcontroller. The program is written in C language code.
2. Proteus
It is used for circuit designing.
3. FLOWCHART
Algorithm
[1] Start.
[2] Initialize of all ports.
[3] Acceptable value & real time value of 3 parameters are
compared.
[4] If both the values are same then it is in stable condition.
[5] If not, then relay is switch off.
[6] Hence switching off the Transformer.
[7] Type of fault is displayed on LCD.
[8] End.
4. CONCLUSIONS
With the knowledge of new technology in ā€˜Electronicsā€™ we
are able to make our life easier and comfortable. The main
objective in this project isto design and implement a system
that uses a microcontroller to protect the power
transformer. Furthermore, our research motivates the
possibility to carry out an extensive research in the area of
making the system much cheaper and utilizing the different
advanced networking and communication technologies for
monitoring the distribution system; and this could play an
important role in improving the reliability and efficiency of
the distribution power system and making the grid smarter
of developing countries in the context of utilizing their
power source effectively.
ACKNOWLEDGEMENT
We would like to acknowledge and extend our heartfelt
gratitude to our Project Guide Ms. Preeti Dixit, her valuable
opinion and experience received wascrucial for our project.
REFERENCES
1. Transformer Using GSM Modemā€ In ā€œInternational
Journal of Advanced Research in Computer Science
and Software Engineeringā€, Volume 4, Issue 7, July
2014.
2. ā€œAn Efficient Monitoring Of Substations Using
Microcontroller Based Monitoring Systemā€ In
(Ijrras) July 2010.
3. ā€Performance Monitoring Of Transformer
Parametersā€ In (Ijireeice) Vol. 3, Issue 8, August
2015.
4. ā€œGsm Based Transformer Monitoring ā€œin
ā€œInternational Journal Of Advance Research In
Computer And Communication Engineeringā€,
Vol.2,issue3,jan ā€Distributed Transformer
Monitoring System ā€œinternational Journal Of
Engineering Trends And Technology (IJETT) -
Volume4 Issue5- May 2013.
5. Microcontroller Based Substation Monitoring And
Control System with GSM Modem Iosr Journal of
Electrical and Electronics Engineering (Iosrjeee)
Issn: 2278-1676 Volume 1, Issue 6 (July-Aug.2012).

More Related Content

What's hot

Centralized environment and battery monitoring system for server
Centralized environment and battery monitoring system for serverCentralized environment and battery monitoring system for server
Centralized environment and battery monitoring system for serverAazim Rasool
Ā 
Health monitoring of transformer using plc
Health monitoring of transformer using plcHealth monitoring of transformer using plc
Health monitoring of transformer using plcRohith sai
Ā 
Power system automation
Power system automationPower system automation
Power system automationKiran Gham
Ā 
Ups battery monitoring system over gsm by humayun kobir
Ups battery monitoring system over gsm by humayun kobirUps battery monitoring system over gsm by humayun kobir
Ups battery monitoring system over gsm by humayun kobirHumayun2012
Ā 
Power system automation introduction
Power system automation introductionPower system automation introduction
Power system automation introductionMohammed Naser
Ā 
Implementation of patient monitoring system using gsm technology 2
Implementation of patient monitoring system using gsm technology 2Implementation of patient monitoring system using gsm technology 2
Implementation of patient monitoring system using gsm technology 2IAEME Publication
Ā 
Dhiraj seminar # power system automation
Dhiraj seminar # power system automationDhiraj seminar # power system automation
Dhiraj seminar # power system automationvision2d16
Ā 
Dhiraj power system automation
Dhiraj power system automationDhiraj power system automation
Dhiraj power system automationvision2d16
Ā 
Substation monitoring1
Substation monitoring1Substation monitoring1
Substation monitoring1buckky
Ā 
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- 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
Ā 
electrical engineering project
electrical engineering projectelectrical engineering project
electrical engineering projectvasav2204
Ā 
Scada for remote industrial plant
Scada for remote industrial plant Scada for remote industrial plant
Scada for remote industrial plant Edgefxkits & Solutions
Ā 
A project report on Remote Monitoring of a Power Station using GSM and Arduino
A project report on Remote Monitoring of a Power Station using GSM and ArduinoA project report on Remote Monitoring of a Power Station using GSM and Arduino
A project report on Remote Monitoring of a Power Station using GSM and ArduinoJawwad Sadiq Ayon
Ā 
IRJET- Power Stolen Prevention by using PIC16882 Microcontroller
IRJET-  	  Power  Stolen  Prevention by using PIC16882 MicrocontrollerIRJET-  	  Power  Stolen  Prevention by using PIC16882 Microcontroller
IRJET- Power Stolen Prevention by using PIC16882 MicrocontrollerIRJET Journal
Ā 
protype implementation of Supervisory control & data Acquisition using GPRS
protype implementation of Supervisory control & data Acquisition using GPRS protype implementation of Supervisory control & data Acquisition using GPRS
protype implementation of Supervisory control & data Acquisition using GPRS Shahbaz Makandar A.
Ā 
Real-time load monitoring of distribution transformer using IOT
Real-time load monitoring of distribution transformer using IOTReal-time load monitoring of distribution transformer using IOT
Real-time load monitoring of distribution transformer using IOTHassanHdeab
Ā 
Power system automation pdf
Power system automation pdfPower system automation pdf
Power system automation pdfPawan Sharma
Ā 
Design of embedded based three phase preventor and selector system for indust...
Design of embedded based three phase preventor and selector system for indust...Design of embedded based three phase preventor and selector system for indust...
Design of embedded based three phase preventor and selector system for indust...IAEME Publication
Ā 

What's hot (20)

Centralized environment and battery monitoring system for server
Centralized environment and battery monitoring system for serverCentralized environment and battery monitoring system for server
Centralized environment and battery monitoring system for server
Ā 
Health monitoring of transformer using plc
Health monitoring of transformer using plcHealth monitoring of transformer using plc
Health monitoring of transformer using plc
Ā 
Power system automation
Power system automationPower system automation
Power system automation
Ā 
Ups battery monitoring system over gsm by humayun kobir
Ups battery monitoring system over gsm by humayun kobirUps battery monitoring system over gsm by humayun kobir
Ups battery monitoring system over gsm by humayun kobir
Ā 
Power system automation introduction
Power system automation introductionPower system automation introduction
Power system automation introduction
Ā 
Implementation of patient monitoring system using gsm technology 2
Implementation of patient monitoring system using gsm technology 2Implementation of patient monitoring system using gsm technology 2
Implementation of patient monitoring system using gsm technology 2
Ā 
Dhiraj seminar # power system automation
Dhiraj seminar # power system automationDhiraj seminar # power system automation
Dhiraj seminar # power system automation
Ā 
Dhiraj power system automation
Dhiraj power system automationDhiraj power system automation
Dhiraj power system automation
Ā 
Substation monitoring1
Substation monitoring1Substation monitoring1
Substation monitoring1
Ā 
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- 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)
Ā 
electrical engineering project
electrical engineering projectelectrical engineering project
electrical engineering project
Ā 
E044081720
E044081720E044081720
E044081720
Ā 
Scada for remote industrial plant
Scada for remote industrial plant Scada for remote industrial plant
Scada for remote industrial plant
Ā 
A project report on Remote Monitoring of a Power Station using GSM and Arduino
A project report on Remote Monitoring of a Power Station using GSM and ArduinoA project report on Remote Monitoring of a Power Station using GSM and Arduino
A project report on Remote Monitoring of a Power Station using GSM and Arduino
Ā 
IRJET- Power Stolen Prevention by using PIC16882 Microcontroller
IRJET-  	  Power  Stolen  Prevention by using PIC16882 MicrocontrollerIRJET-  	  Power  Stolen  Prevention by using PIC16882 Microcontroller
IRJET- Power Stolen Prevention by using PIC16882 Microcontroller
Ā 
protype implementation of Supervisory control & data Acquisition using GPRS
protype implementation of Supervisory control & data Acquisition using GPRS protype implementation of Supervisory control & data Acquisition using GPRS
protype implementation of Supervisory control & data Acquisition using GPRS
Ā 
Real-time load monitoring of distribution transformer using IOT
Real-time load monitoring of distribution transformer using IOTReal-time load monitoring of distribution transformer using IOT
Real-time load monitoring of distribution transformer using IOT
Ā 
Power system automation pdf
Power system automation pdfPower system automation pdf
Power system automation pdf
Ā 
Design of embedded based three phase preventor and selector system for indust...
Design of embedded based three phase preventor and selector system for indust...Design of embedded based three phase preventor and selector system for indust...
Design of embedded based three phase preventor and selector system for indust...
Ā 

Similar to Transformer Monitoring Using RF Tech

Design and development of programmable controller for air sampling machine
Design and development of programmable controller for air sampling machineDesign and development of programmable controller for air sampling machine
Design and development of programmable controller for air sampling machineeSAT Journals
Ā 
GSM Based Transformer Fault Monitoring System
GSM Based Transformer Fault Monitoring SystemGSM Based Transformer Fault Monitoring System
GSM Based Transformer Fault Monitoring Systemijtsrd
Ā 
IJSRED-V2I2P7
IJSRED-V2I2P7IJSRED-V2I2P7
IJSRED-V2I2P7IJSRED
Ā 
IRJET - Automated Monitoring Test Rig for Circuit Breaker Operation
IRJET -  	  Automated Monitoring Test Rig for Circuit Breaker OperationIRJET -  	  Automated Monitoring Test Rig for Circuit Breaker Operation
IRJET - Automated Monitoring Test Rig for Circuit Breaker OperationIRJET 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 RobotIRJET Journal
Ā 
Joseph Staniowski - Design Project
Joseph Staniowski - Design ProjectJoseph Staniowski - Design Project
Joseph Staniowski - Design ProjectJoseph Staniowski
Ā 
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...IJTET Journal
Ā 
Monitoring and data logging system for a generator
Monitoring and data logging system for a generatorMonitoring and data logging system for a generator
Monitoring and data logging system for a generatorMoon Shahzad
Ā 
IRJET-Static Voltage Stabilizer
IRJET-Static Voltage StabilizerIRJET-Static Voltage Stabilizer
IRJET-Static Voltage StabilizerIRJET Journal
Ā 
IRJET- Measuring Current and Power of Different Electrical Engines
IRJET- Measuring Current and Power of Different Electrical EnginesIRJET- Measuring Current and Power of Different Electrical Engines
IRJET- Measuring Current and Power of Different Electrical EnginesIRJET Journal
Ā 
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...IRJET Journal
Ā 
TRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORINGTRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORINGIRJET Journal
Ā 
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 alertsIRJET Journal
Ā 
Visiter counter doc
Visiter counter docVisiter counter doc
Visiter counter docPrem Kumar
Ā 
Probe And Revealing Faults In Three Phase System.
Probe And Revealing Faults In Three Phase System.Probe And Revealing Faults In Three Phase System.
Probe And Revealing Faults In Three Phase System.IRJET Journal
Ā 
IRJET- Technique to Prevent Power Theft Losses using Static Device
IRJET-  	  Technique to Prevent Power Theft Losses using Static DeviceIRJET-  	  Technique to Prevent Power Theft Losses using Static Device
IRJET- Technique to Prevent Power Theft Losses using Static DeviceIRJET Journal
Ā 
Electricity Theft: Reason and Solution
Electricity Theft: Reason and SolutionElectricity Theft: Reason and Solution
Electricity Theft: Reason and SolutionIRJET Journal
Ā 
Ieeepro techno solutions ieee 2014 embedded project design and constructio...
Ieeepro techno solutions    ieee 2014 embedded project design and constructio...Ieeepro techno solutions    ieee 2014 embedded project design and constructio...
Ieeepro techno solutions ieee 2014 embedded project design and constructio...srinivasanece7
Ā 
Automation and Calibration for Discrete Transducer: A Survey
Automation and Calibration for Discrete Transducer: A SurveyAutomation and Calibration for Discrete Transducer: A Survey
Automation and Calibration for Discrete Transducer: A SurveyIRJET Journal
Ā 

Similar to Transformer Monitoring Using RF Tech (20)

Design and development of programmable controller for air sampling machine
Design and development of programmable controller for air sampling machineDesign and development of programmable controller for air sampling machine
Design and development of programmable controller for air sampling machine
Ā 
GSM Based Transformer Fault Monitoring System
GSM Based Transformer Fault Monitoring SystemGSM Based Transformer Fault Monitoring System
GSM Based Transformer Fault Monitoring System
Ā 
IJSRED-V2I2P7
IJSRED-V2I2P7IJSRED-V2I2P7
IJSRED-V2I2P7
Ā 
IRJET - Automated Monitoring Test Rig for Circuit Breaker Operation
IRJET -  	  Automated Monitoring Test Rig for Circuit Breaker OperationIRJET -  	  Automated Monitoring Test Rig for Circuit Breaker Operation
IRJET - Automated Monitoring Test Rig for Circuit Breaker Operation
Ā 
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
Ā 
Joseph Staniowski - Design Project
Joseph Staniowski - Design ProjectJoseph Staniowski - Design Project
Joseph Staniowski - Design Project
Ā 
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...
Ā 
Monitoring and data logging system for a generator
Monitoring and data logging system for a generatorMonitoring and data logging system for a generator
Monitoring and data logging system for a generator
Ā 
IRJET-Static Voltage Stabilizer
IRJET-Static Voltage StabilizerIRJET-Static Voltage Stabilizer
IRJET-Static Voltage Stabilizer
Ā 
IRJET- Measuring Current and Power of Different Electrical Engines
IRJET- Measuring Current and Power of Different Electrical EnginesIRJET- Measuring Current and Power of Different Electrical Engines
IRJET- Measuring Current and Power of Different Electrical Engines
Ā 
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
IRJET- Smart Aqua Meter with Live Usage Monitoring and Automatic Leakage Dete...
Ā 
TRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORINGTRANSFORMER FAULT DETECTION AND MONITORING
TRANSFORMER FAULT DETECTION AND MONITORING
Ā 
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
Ā 
1.4
1.41.4
1.4
Ā 
Visiter counter doc
Visiter counter docVisiter counter doc
Visiter counter doc
Ā 
Probe And Revealing Faults In Three Phase System.
Probe And Revealing Faults In Three Phase System.Probe And Revealing Faults In Three Phase System.
Probe And Revealing Faults In Three Phase System.
Ā 
IRJET- Technique to Prevent Power Theft Losses using Static Device
IRJET-  	  Technique to Prevent Power Theft Losses using Static DeviceIRJET-  	  Technique to Prevent Power Theft Losses using Static Device
IRJET- Technique to Prevent Power Theft Losses using Static Device
Ā 
Electricity Theft: Reason and Solution
Electricity Theft: Reason and SolutionElectricity Theft: Reason and Solution
Electricity Theft: Reason and Solution
Ā 
Ieeepro techno solutions ieee 2014 embedded project design and constructio...
Ieeepro techno solutions    ieee 2014 embedded project design and constructio...Ieeepro techno solutions    ieee 2014 embedded project design and constructio...
Ieeepro techno solutions ieee 2014 embedded project design and constructio...
Ā 
Automation and Calibration for Discrete Transducer: A Survey
Automation and Calibration for Discrete Transducer: A SurveyAutomation and Calibration for Discrete Transducer: A Survey
Automation and Calibration for Discrete Transducer: A Survey
Ā 

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

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
Ā 
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
Ā 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
Ā 
šŸ”9953056974šŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
šŸ”9953056974šŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...šŸ”9953056974šŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
šŸ”9953056974šŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...9953056974 Low Rate Call Girls In Saket, Delhi NCR
Ā 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
Ā 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
Ā 
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
Ā 
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
Ā 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
Ā 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
Ā 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
Ā 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
Ā 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
Ā 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
Ā 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
Ā 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
Ā 

Recently uploaded (20)

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
Ā 
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
Ā 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Ā 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
Ā 
šŸ”9953056974šŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
šŸ”9953056974šŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...šŸ”9953056974šŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
šŸ”9953056974šŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
Ā 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
Ā 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
Ā 
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...
Ā 
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
Ā 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
Ā 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
Ā 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
Ā 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
Ā 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
Ā 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Ā 
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
Ā 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
Ā 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
Ā 
young call girls in Green ParkšŸ” 9953056974 šŸ” escort Service
young call girls in Green ParkšŸ” 9953056974 šŸ” escort Serviceyoung call girls in Green ParkšŸ” 9953056974 šŸ” escort Service
young call girls in Green ParkšŸ” 9953056974 šŸ” escort Service
Ā 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
Ā 

Transformer Monitoring Using RF Tech

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 Ā© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 679 TRANSFORMER MONITORING AND PROTECTION SYSTEM USING AVR ATMEGA16 MICROCONTROLLER BY RF TECHNOLOGY Rashmi Dhobale 1, Anup Mahalle 2, Atul Wankhede 3, Kunal Halmare4, Ms. Preeti Dixit5 1,2,3,4 Student, Department of Electronics and communication, DBACER, NAGPUR, Maharashtra, INDIA 5Assistant Professor, Department of Electronics and communication, DBACER, NAGPUR, Maharashtra, INDIA -----------------------------------------------------------------------***-------------------------------------------------------------------- Abstract - In electrical power systems, distribution transformer is equipment which distributes power to the low- voltage users. For proper operation (i.e., under rated conditions) of the transformers, their operational conditions should be monitored and maintained. Overloading and overheating are two sources of transformersfailurethatcause power disruption for the customers and reduce the life time of the equipments on the power distribution system. Since it is very costly to repair or replace a single transformer,italsohas its impact on the economy of the country. Hence, system that properly monitors the power systemandtakecorrectiveaction should be in place. This paper presents the design and implementation of a RF based distribution transformermonitoringsystem.Thissystem monitors and records key parameters of a distribution transformer like load currents, load voltage, and transformer oil temperatures. These parametersprovideusefulinformation about the status of a transformer. The acquired parameters are processed and the data is sent to a central monitoring station through the RF interface. The data will then be further processed and analyzed regularly by the system operator. RF has a very low latency which is best for real time systems. Besides that it provides balance among trade-offs between cost, capacity, performance, and density. The system is designed and implemented using RF Technology and key parameters were recorded. The variations of the recorded values help us in identifying the possible failure that could occur, if the values are over the rated values. Monitoring of the transformer has been achieved in through our system. The project aims at programming the ATMEGA-16 microcontroller such that it continuously monitors the transformer situated in the industry. If it detects any error in balancing of load, the controller will cause relay to break the circuit and hence completely switching of the transformer. Keywords: RF Technology, distribution transformer monitoring. 1. INTRODUCTION Electric power systems are real-time energy delivery systems. Real time means that power is generated, transported, and supplied the moment it is needed.Inpower systems, distribution transformersareelectricalequipments that distribute power to the low-voltage users directly. It is clear that over time, there has been an increase in human population, economic growth and technological advancement. This has continuously made the demand for electrical power to go high because as technology, human population and economy grows; there is an increase in demand for power as many more electrical loads are introduced into the supply line. An increase in load leadstoa lot of current drawn from the power line. At times the demand goes above what the power distributor can supply. The consequence of this is that electrical power overload cases become common thus posing danger to power system components. This therefore throws in the need for devices that can monitor the rate of power consumption in accordance with the level that a given system is designed to sustain. Such a device must be designed to cut off consumption if the system oversteps its ability thus being dangerous to users and the components. In this project, we look at the protection of power transformer from various faults that may occur and may be destructive to the component if left undetected. The transformer is a very important component in an electrical power system as distribution of electrical power to consumers is more efficiently effected. Every transformer is designed to comfortably supply a given load. Cases of overload or short circuitscan lead to damaging of transformer.Tocombatsuch occurrence, an elaborate system that monitors these excesses in supply parameters needs to be built. Such a device controls the flow of electrical power to the load so that the transformer is not overworked. Over current relays and overvoltage relays have been used for a long period of time and have been electromechanically controlled. In this system, a microcontroller is used to monitor cases of electrical faults and communicate to a switch to isolate the transformer from the system. 2. BLOCK DIAGRAM Transmitter
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 Ā© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 680 Receiver 2.1 HARDWARE DESCRIPTION 1. Sensor: Sensor are basically use to convert physical quantity in electrical form there are different sensor are Involve for various physical quantity. In our project we control three parameters first is Voltage, Current Temperature, this three parameters we use three different sensors. 2. VOLTAGE SENSOR A voltage sensor is a device which detects the voltage in a wire, and generates signal proportional to it. The generated signal could be analog voltage or current or even digital output. It can be then utilized to display the measured voltage in a voltmeter or can be stored for further analysisin a data acquisition system or can be utilized for control purpose. 3. CURRENT SENSOR A current sensor is a device that detects electric current (AC or DC) in a wire, and generates a signal Proportional to it. The generated signal could be analog voltage or current or even digital output. It can be then utilized to display the measured current in an ammeter or can be storedforfurther analysis in a data acquisition system or can be utilized for control purpose. 4. Temperature Sensor: Temperature sensor vary from simple ON/OFFthermostatic devices which control a domestic hot water heating system to highly sensitive semiconductor types that can control complex process control furnace plants. We rememberfrom our school science classes that the movement of molecules and atoms produces heat (kinetic energy) and the greater the movement, the more heat that isgenerated.Temperature Sensors measure the amount of heat energyorevencoldness that is generated by an object or system, allowing us to ā€œsenseā€ or detect any physical change to that temperature producing either an analogue or digital output. There are many different types of Temperature Sensor available and all have different characteristics depending upon their actual application. 6. Micro- controller unit: Micro controller AVRAtMegha16 is heart of our project. We select this micro controller IC for our project for following no. of advantages. Advanced RISC Architecture Data and Non-Volatile Program Memory on Chip Debug Interface (debug wire) Internal 8 K bytes of electrically erasable programmable read only memory for feeding programmed so that there is no need of external EPROM. Four 8 bitinputs, output port p0, p1, p2, p3 out of which we use two port to read ADC and other port is use to connect 16x2 alphanumeric display for written current & temperature purpose. Operating voltage of 3.5 to 6vd.c. This is easily available by using voltage regulator IC. Internal 128 byte RAM to store temporally storage of data. In which we can feed took up table to turn ON/OFF relay. Three 8-bit time/counter are present for timing and counting purpose. Four external and two internal interrupt are available.Micro controller can read the data (for the Correspondingchannel) available at output of ADC and convert in equivalent alphanumeric code & Display on 16x2 dot matrix liquid crystal display. 7. RF Module: RF module (radio frequency) is electronic devices that transmit and receive RF signal from one device to other device. It is a Transmitter module through whichdatacan be transmitted and received by receiver simultaneously. 8. Voltage regulator: 7805 is a voltage regulator integrated circuit. Fixed output voltage is not obtain due to fluctuation of the voltage source in the circuit .Constant value of output voltage maintain by voltage regulator IC. 7805 provides +5V regulated power supply. 9. 16 X 2 Dot matrix liquid crystal display: The display used is 16x2 LCD (Liquid CrystalDisplay);which means 16 appeals per line by 2 lines. The standard is referred as HD44780U, which refers to the controller chip which receives data from an external source (Here Atmega16) and transfers directly with the LCD. Here 8-bit mode of LCD is used, i.e., using 8-bit data bus. i.e., using 8-bit data bus. The LCD's used exclusively in watches, calculators and measuring instruments are the simple seven-segment displays, having a limited amount of numeric data. The recent advances in technology have resulted in better legibility. 10. Relay and Buzzer: When any one-parameter crosses its level then micro- controller turns on relay and buzzer and through Relay and cutoff main 230 volt supply so that system is trapped.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 Ā© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 681 11. Power Supply For our all IC we require 5 v D.C Supply, which can be generated by step down transformer, full wave bridge rectifier, and filter condenser and voltage regulator IC 7805. 2.2 Software DESCRIPTION 1. AVR STUDIO AVR studio is software used where machine languagecodeis written and compiled. After compilation machine source code is converted to hex code to be burnt into the microcontroller. The program is written in C language code. 2. Proteus It is used for circuit designing. 3. FLOWCHART Algorithm [1] Start. [2] Initialize of all ports. [3] Acceptable value & real time value of 3 parameters are compared. [4] If both the values are same then it is in stable condition. [5] If not, then relay is switch off. [6] Hence switching off the Transformer. [7] Type of fault is displayed on LCD. [8] End. 4. CONCLUSIONS With the knowledge of new technology in ā€˜Electronicsā€™ we are able to make our life easier and comfortable. The main objective in this project isto design and implement a system that uses a microcontroller to protect the power transformer. Furthermore, our research motivates the possibility to carry out an extensive research in the area of making the system much cheaper and utilizing the different advanced networking and communication technologies for monitoring the distribution system; and this could play an important role in improving the reliability and efficiency of the distribution power system and making the grid smarter of developing countries in the context of utilizing their power source effectively. ACKNOWLEDGEMENT We would like to acknowledge and extend our heartfelt gratitude to our Project Guide Ms. Preeti Dixit, her valuable opinion and experience received wascrucial for our project. REFERENCES 1. Transformer Using GSM Modemā€ In ā€œInternational Journal of Advanced Research in Computer Science and Software Engineeringā€, Volume 4, Issue 7, July 2014. 2. ā€œAn Efficient Monitoring Of Substations Using Microcontroller Based Monitoring Systemā€ In (Ijrras) July 2010. 3. ā€Performance Monitoring Of Transformer Parametersā€ In (Ijireeice) Vol. 3, Issue 8, August 2015. 4. ā€œGsm Based Transformer Monitoring ā€œin ā€œInternational Journal Of Advance Research In Computer And Communication Engineeringā€, Vol.2,issue3,jan ā€Distributed Transformer Monitoring System ā€œinternational Journal Of Engineering Trends And Technology (IJETT) - Volume4 Issue5- May 2013. 5. Microcontroller Based Substation Monitoring And Control System with GSM Modem Iosr Journal of Electrical and Electronics Engineering (Iosrjeee) Issn: 2278-1676 Volume 1, Issue 6 (July-Aug.2012).