Fault Detection in Transmission Lines
Fault Detection in Transmission Lines
Fault Detection in Transmission Lines
ABSTRACT:
Transmission line protection is an important issue in power system
engineering because 85-87% of power system faults are occurring in
transmission lines. This paper presents a technique to detect and classify the
different shunt faults on a transmission lines for quick and reliable operation of
protection schemes. Discrimination among different types of faults on the
transmission lines is achieved by application of evolutionary programming
tools. PSCAD/EMTDC software is used to simulate different operating and fault
conditions on high voltage transmission line, namely single phase to ground
fault, line to line fault, double line to ground and three phase short circuit. The
discrete wavelet transform (DWT) is applied for decomposition of fault
transients, because of its ability to extract information from the transient
signal, simultaneously both in time and frequency domain. The data sets which
are obtained from the DWT are used for training and testing the SVM
architecture. After extracting useful features from the measured signals, a
decision of fault or no fault on any phase or multiple phases of a transmission
line is carried out using three SVM classifiers. The ground detection task is
carried out by a proposed ground index. Gaussian radial basis kernel function
(RBF) has been used, and performances of classifiers have been evaluated
based on fault classification accuracy. In order to determine the optimal
parametric settings of an SVM classifier (such as the type of kernel function, its
associated parameter, and the regularization parameter c), fivefold cross-
validation has been applied to the training set. It is observed that an SVM with
an RBF kernel provides better fault classification accuracy than that of an SVM
with polynomial kernel. It has been found that the proposed scheme is very
fast and accurate and it proved to be a robust classifier for digital distance
protection.
INTRODUCTION:
Fault detection and classification on transmission lines are important
task to safeguard electric power systems. A fundamental part of a protective
relay is a selector module which classifies the type of fault that has occurred
and also to classify the “normal state”. Reliable phase selection of the faulted
phase is thus vitally important in order to avoid either tripping of the incorrect
phase or unnecessary three-phase tripping. Moreover, a necessary
requirement of phase selectors is high speed operation as the selection
process must be completed in the immediate post-fault period before breaker
opens. Traditional phase selection schemes suffer from some drawbacks due
to complexity of the system model, lack of knowledge of its parameters, effect
of remote-end infeed, fault resistance, mutual-coupling from adjacent parallel
lines, etc. They do not have the ability to adapt dynamically to the system
operating conditions, and to make correct decisions if the signals are
uncertain. Fault detection and classification on transmission lines are
important task to safeguard electric power systems. A fundamental part of a
protective relay is a selector module which classifies the type of fault that has
occurred and also to classify the “normal state”. Reliable phase selection of the
faulted phase is thus vitally important in order to avoid either tripping of the
incorrect phase or unnecessary three-phase tripping.
LITERATURE REVIEW:
BLOCK DIAGRAM:
Microcontroller
T/F
Flame sensor
RPS
LCD
Relay
Buzzer
GSM
SOFTWARE USED:
Arduino IDE
Embedded C
Architecture AVR
EEPROM 1 KB
Microcontroller ATmega328P
PCB Size 18 x 45 mm
PWM Output 6
SRAM 2KB
Weight 7 gms
Pins 1 to 30
ICSP Pins
Arduino Nano ICSP Pin
Type Function
Name
As mentioned earlier, Arduino Nano has 14 digital I/O pins that can be used
either as digital input or output. The pins work with 5V voltage as maximum,
i.e., digital high is 5V and digital low is 0V. Each pin can provide or receive a
current of 20mA, and has a pull-up resistance of about 20-50k ohms. Each of
the 14 digital pins on the Nano pinout can be used as an input or output, using
pinMode(), digitalWrite(), and digitalRead() functions.
Other than the digital input and output functions, the digital pins have some
additional functionality as well.
Serial Communication Pins
Pins - 1, 2
1 - RX and 2 - TX
These two pins RX- receive and TX- transmit are used for TTL serial data
communication. The pins RX and TX are connected to the corresponding pins
of the USB-to-TTL Serial chip.
PWM Pins
Each of these digital pins provide a Pulse Width Modulation signal of 8-bit
resolution. The PWM signal can be generated using analogWrite () function.
External Interrupts
Pins - 5, 6
When you don’t want the data to be transmitted asynchronously you can use
these Serial Peripheral Interface pins. These pins support synchronous
communication with SCK as the synchronizing clock. Even though the hardware
has this feature, the Arduino software doesn’t have this by default. So you
have to include a library called SPI Library for using this feature.
LED
Pin - 16
If you remember your first Arduino code, blinking LED, then you’ll definitely
came across this Pin16. The pin 16 is being connected to the blinking LED on
the board.
Pins - 18, 19, 20, 21, 22, 23, 24, 25, and 26
As mentioned earlier UNO got 6 analog input pins but Arduino Nano has 8
analog inputs (19 to 26), marked A0 through A7. This means you can connect
*8 channel analog sensor inputs for processing. Each of these analog pins has a
inbuilt ADC of resolution of 1024 bits (so it will give 1024 values). By default,
the pins are measured from ground to 5V. If you want the reference voltage to
be 0V to 3.3V, we can give 3.3V to AREF pin (18 th Pin) by using the
analogReference () function.
Similar to digital pins in Nano, analog pins also got some other functions as
well.
I2C
Since SPI communication also has its disadvantages such as 4 essential pins and
limited within a device. For long distance communication we use the I2C
protocol. I2C supports multi master and multi slave with only two wires. One
for clock (SCL) and another for data (SDA). For using this I2C feature we need
to import a library called Wire library.
AREF
Pin 18
Reset
Pin 28
Reset pins in Arduino are active LOW pins which means if we make this pin
value as LOW i.e., 0v, it will reset the controller. Usually used to be connected
with switches to use as reset button.
ICSP
ICSP stands for In Circuit Serial Programming, which represents one of the
several methods available for programming Arduino boards. Ordinarily, an
Arduino bootloader program is used to program an Arduino board, but if the
bootloader is missing or damaged, ICSP can be used instead. ICSP can be used
to restore a missing or damaged bootloader.
Each ICSP pin usually is cross-connected to another Arduino pin with the same
name or function. For example, MISO on Nano’s ICSP header is connected to
MISO / digital pin 12 (Pin 15); MOSI on the ISCP header is connected to MOSI /
digital pin 11 (Pin 16); and so forth. Note, MISO, MOSI, and SCK pins taken
together make up most of an SPI interface.
We can use one Arduino to program another Arduino using this ICSP.
Vcc/5V Vcc
GND GND
MOSI/D11 D11
MISO/D12 D12
Arduino as ISP ATMega328
SCK/D13 D13
D10 Reset
RESET
Power
FEATURES
1.8-5.5V operating range
Up to 20MHz
Part: ATMEGA328P-AU
32kB Flash program memory
1kB EEPROM
2kB Internal SRAM
2 8-bit Timer/Counters
16-bit Timer/Counter
RTC with separate oscillator
Master/Slave SPI interface
2-wire (I2C) interface
Watchdog timer
23 IO lines
Data retention: 20 years at 85C/ 100 years at 25C
Digital I/O Pins are 14 (out of which 6 provide PWM output)
Analog Input Pins are 6.
DC Current per I/O is 40 mA
DC Current for 3.3V Pin is 50mA
3.3.3 AVR CPU Core
The AVR core combines a rich instruction set with 32 general purpose
working registers. All the 32 registers are directly connected to the Arithmetic
Logic Unit (ALU), allowing two independent registers to be accessed in one
single instruction executed in one clock cycle. The resulting architecture is
more code efficient while achieving throughputs up to ten times faster than
conventional CISC microcontrollers.
Arduino Characteristics
Power
The Arduino Uno can be powered via the USB connection or with an
external power supply. The power source is selected automatically. External
(non-USB) power can come either from an AC-to-DC adapter (wall-wart) or
battery. The adapter can be connected by plugging a 2.1mm center-positive
plug into the board's power jack. Leads from a battery can be inserted in the
Gnd and Vin pin headers of the POWER connector. The board can operate on
an external supply of 6 to 20 volts. If supplied with less than 7V, however, the
5V pin may supply less than five volts and the board may be unstable. If using
more than 12V, the voltage regulator may overheat and damage the board.
The recommended range is 7 to 12 volts.
The power pins are as follows:
VIN: The input voltage to the Arduino board when it's using an external
power source (as opposed to 5 volts from the USB connection or other
regulated power source). You can supply voltage through this pin, or, if
supplying voltage via the power jack, access it through this pin.
5V: This pin outputs a regulated 5V from the regulator on the board. The
board can be supplied with power either from the DC power jack (7 -
12V), the USB connector (5V), or the VIN pin of the board (7-12V).
Supplying voltage via the 5V or 3.3V pins bypasses the regulator, and can
damage your board. We don't advise it.
3V3. A 3.3 volt supply generated by the on-board regulator. Maximum
current draw is 50 mA.
GND. Ground pins.
IOREF. This pin on the Arduino board provides the voltage reference
with which the microcontroller operates. A properly configured shield
can read the IOREF pin voltage and select the appropriate power source
or enable voltage translators on the outputs for working with the 5V or
3.3V.
Memory:
The ATmega328 has 32 KB (with 0.5 KB used for the boot loader). It also
has 2 KB of SRAM and 1 KB of EEPROM (which can be read and written with the
EEPROM library).
Serial Communication:
The Arduino Uno has a number of facilities for communicating with a
computer, another Arduino, or other microcontrollers. The ATmega328
provides UART TTL (5V) serial communication, which is available on digital pins
0 (RX) and 1 (TX). An ATmega16U2 on the board channels this serial
communication over USB and appears as a virtual com port to software on the
computer. The '16U2 firmware uses the standard USB COM drivers, and no
external driver is needed. However, on Windows, a .inf file is required. The
Arduino software includes a serial monitor which allows simple textual data to
be sent to and from the Arduino board. The RX and TX LEDs on the board will
flash when data is being transmitted via the USB-to-serial chip and USB
connection to the computer (but not for serial communication on pins 0 and
1).
A Software Serial library allows for serial communication on any of the
Uno's digital pins. The ATmega328 also supports I2C (TWI) and SPI
communication. The Arduino software includes a Wire library to simplify use of
the I2C bus. For SPI communication, use the SPI library.
Current Transformer:
3.6.1 Design:
Shapes and sizes can vary depending on the end user or switchgear
manufacturer. Typical examples of low voltage single ratio metering current
transformers are either ring type or plastic molded case. High-voltage current
transformers are mounted on porcelain bushings to insulate them from
ground. Some CT configurations slip around the bushing of a high-voltage
transformer or circuit breaker, which automatically centers the conductor
inside the CT window.
The primary circuit is largely unaffected by the insertion of the CT. The
rated secondary current is commonly standardized at 1 or 5 amperes. For
example, a 4000:5 CT would provide an output current of 5 amperes when the
primary was passing 4000 amperes. The secondary winding can be single ratio
or multi ratio, with five taps being common for multi ratio CTs. The load, or
burden, of the CT should be of low resistance. If the voltage time integral area
is higher than the core's design rating, the core goes into saturation towards
the end of each cycle, distorting the waveform and affecting accuracy.
3.6.2 Usage:
3.6.4 Accuracy:
Burden
Burden class/saturation class
Rating factor
Load
External electromagnetic fields
Temperature and
Physical configuration.
The selected tap, for multi-ratio CT's
3.6.5 Burden:
A flame sensor module that consists of a flame sensor (IR receiver), resistor,
capacitor, potentiometer, and comparator LM393 in an integrated circuit. It
can detect infrared light with a wavelength ranging from 700nm to
1000nm.The far-infrared flame probe converts the light detected in the form of infrared light into current changes.
Sensitivity is adjusted through the onboard variable resistor with a detection angle of 60 degrees.
Working voltage is between 3.3v and 5.2v DC, with a digital output to indicate the presence of a signal. Sensing
is conditioned by an LM393 comparator.
FEATURE
Directions:
+ -- 3.3V-5V voltage
- -- GND
DO -- board digital output interface (0 and 1)
AO -- board analog output interface
On board, digital output interface can be directly connected with the microcontroller IO.
Please keep a distance with flame, high temperature maybe burn out the sensor module.
WORKING
IR FLAME sensors like all other photosensor works on the principle that a photon of sufficient
energy can knock out electrons so that the resistance of the circuit is changed.
An IR sensor consists of an emitter, detector and associated circuitry. The circuit required to make an
IR sensor consists of two parts; the emitter circuit and the receiver circuit.
The emitter is simply an IR LED (Light Emitting Diode) and the detector is simply an IR photodiode
which is sensitive to IR light of the same wavelength as that emitted by the IR LED. When IR light falls
on the photodiode, its resistance and correspondingly, its output voltage, change in proportion to
the magnitude of the IR light received.
Applications
This module can be applied to fire detection system, fire-fighting robot, fire alarm system, etc.
LCD MODULE
Description:
Pin Description:
The most commonly used LCDs found in the market today are 1
Line, 2 Line or 4 Line LCDs which have only 1 controller and support
at most of 80 characters, whereas LCDs supporting more than 80
characters make use of 2 HD44780 controllers.
Most LCDs with 1 controller has 14 Pins and LCDs with 2
controller has 16 Pins (two pins are extra in both for back-light LED
connections). Pin description is shown in the table below.
Figure 1: Character LCD type HD44780 Pin diagram
Pin description:
LCD Background:
The three control lines are referred to as EN, RS, and RW.
The EN line is called "Enable." This control line is used to tell the LCD
that we are sending it data. To send data to the LCD, our program
should make sure this line is low (0) and then set the other two
control lines and/or put data on the data bus. When the other lines
are completely ready, bring EN high (1) and wait for the minimum
amount of time required by the LCD datasheet (this varies from LCD
to LCD), and end by bringing it low (0) again.
Description:
Schematic:
Circuit Description:
SETB RW
Handling the EN control line:
Thus, before we interact in any way with the LCD we will always
bring the EN line low with the following instruction:
CLR EN
SETB EN
The line must be left high for the amount of time required by
the LCD as specified in its datasheet. This is normally on the order of
about 250 nanoseconds, but checks the datasheet. In the case of a
typical 8051 running at 12 MHz, an instruction requires 1.08
microseconds to execute so the EN line can be brought low the very
next instruction. However, faster microcontrollers (such as the
DS89C420 which executes an instruction in 90 nanoseconds given an
11.0592 MHz crystal) will require a number of NOPs to create a delay
while EN is held high. The number of NOPs that must be inserted
depends on the microcontroller we are using and the crystal we have
selected.
WAIT_LCD:
CLR RS
MOV DATA, #06h
SETB EN
CLR EN
LCALL WAIT_LCD
INIT_LCD:
CLR RS
MOV DATA, #38h
SETB EN
CLR EN
LCALL WAIT_LCD
CLR RS
MOV DATA, #0Eh
SETB EN
CLR EN
LCALL WAIT_LCD
CLR RS
MOV DATA, #06h
SETB EN
CLR EN
LCALL WAIT_LCD
RET
Having executed this code the LCD will be fully initialized and
ready for us to send display data to it.
CLEAR_LCD:
CLR RS
MOV DATA, #01h
SETB EN
CLR EN
LCALL WAIT_LCD
RET
Applications:
Medical equipment
Electronic test equipment
Industrial machinery Interface
Serial terminal
Advertising system
EPOS
Restaurant ordering systems
Gaming box
Security systems
R&D Test units
Climatizing units
PLC Interface
Simulators
Environmental monitoring
Lab development
Student projects
Home automation
PC external display
HMI operator interface.
RELAY:
A simple electromagnetic relay, such as the one taken from a car in the first
picture, is an adaptation of an electromagnet. It consists of a coil of wire
surrounding a soft iron core, an iron yoke, which provides a low reluctance
path for magnetic flux, a movable iron armature, and a set, or sets, of contacts;
two in the relay pictured. The armature is hinged to the yoke and mechanically
linked to a moving contact or contacts. It is held in place by a spring so that
when the relay is de-energized there is an air gap in the magnetic circuit. In this
condition, one of the two sets of contacts in the relay pictured is closed, and
the other set is open. Other relays may have more or fewer sets of contacts
depending on their function. The relay in the picture also has a wire connecting
the armature to the yoke. This ensures continuity of the circuit between the
moving contacts on the armature, and the circuit track on the printed circuit
board (PCB) via the yoke, which is soldered to the PCB.
When an electric current is passed through the coil, the resulting magnetic
field attracts the armature and the consequent movement of the movable
contact or contacts either makes or breaks a connection with a fixed contact. If
the set of contacts was closed when the relay was De-energized, then the
movement opens the contacts and breaks the connection, and vice versa if the
contacts were open. When the current to the coil is switched off, the armature
is returned by a force, approximately half as strong as the magnetic force, to its
relaxed position. Usually this force is provided by a spring, but gravity is also
used commonly in industrial motor starters. Most relays are manufactured to
operate quickly. In a low voltage application, this is to reduce noise. In a high
voltage or high current application, this is to reduce arcing.
If the coil is energized with DC, a diode is frequently installed across the coil, to
dissipate the energy from the collapsing magnetic field at deactivation, which
would otherwise generate a voltage spike dangerous to circuit components.
Some automotive relays already include a diode inside the relay case.
Alternatively a contact protection network, consisting of a capacitor and
resistor in series, may absorb the surge. If the coil is designed to be energized
with AC, a small copper ring can be crimped to the end of the solenoid. This
"shading ring" creates a small out-of-phase current, which increases the
minimum pull on the armature during the AC cycle.
Latching relay
Latching relay, dust cover removed, showing pawl and ratchet mechanism. The
ratchet operates a cam, which raises and lowers the moving contact arm, seen
edge-on just below it. The moving and fixed contacts are visible at the left side
of the image.
A latching relay has two relaxed states (bistable). These are also called
"impulse", "keep", or "stay" relays. When the current is switched off, the relay
remains in its last state. This is achieved with a solenoid operating a ratchet
and cam mechanism, or by having two opposing coils with an over-center
spring or permanent magnet to hold the armature and contacts in position
while the coil is relaxed, or with a remanent core. In the ratchet and cam
example, the first pulse to the coil turns the relay on and the second pulse
turns it off. In the two coil example, a pulse to one coil turns the relay on and a
pulse to the opposite coil turns the relay off. This type of relay has the
advantage that it consumes power only for an instant, while it is being
switched, and it retains its last setting across a power outage. A remanent core
latching relay requires a current pulse of opposite polarity to make it change
state.
Reed relay
A reed relay has a set of contacts inside a vacuum or inert gas filled glass tube,
which protects the contacts against atmospheric corrosion. The contacts are
closed by a magnetic field generated when current passes through a coil
around the glass tube. Reed relays are capable of faster switching speeds than
larger types of relays, but have low switch current and voltage ratings.
Mercury-wetted relay
A mercury-wetted reed relay is a form of reed relay in which the contacts are
wetted with mercury. Such relays are used to switch low-voltage signals (one
volt or less) because of their low contact resistance, or for high-speed counting
and timing applications where the mercury eliminates contact bounce.
Mercury wetted relays are position-sensitive and must be mounted vertically
to work properly. Because of the toxicity and expense of liquid mercury, these
relays are rarely specified for new equipment. See also mercury switch.
Polarized relay
Contactor relay
A contactor is a very heavy-duty relay used for switching electric motors and
lighting loads. Continuous current ratings for common contactors range from
10 amps to several hundred amps. High-current contacts are made with alloys
containing silver. The unavoidable arcing causes the contacts to oxidize;
however, silver oxide is still a good conductor. Such devices are often used for
motor starters. A motor starter is a contactor with overload protection devices
attached. The overload sensing devices are a form of heat operated relay
where a coil heats a bi-metal strip, or where a solder pot melts, releasing a
spring to operate auxiliary contacts. These auxiliary contacts are in series with
the coil. If the overload senses excess current in the load, the coil is de-
energized. Contactor relays can be extremely loud to operate, making them
unfit for use where noise is a chief concern.
Solid-state relay
A solid state relay (SSR) is a solid state electronic component that provides a
similar function to an electromechanical relay but does not have any moving
components, increasing long-term reliability. With early SSR's, the tradeoff
came from the fact that every transistor has a small voltage drop across it. This
voltage drop limited the amount of current a given SSR could handle. As
transistors improved, higher current SSR's, able to handle 100 to 1,200
Amperes, have become commercially available. Compared to electromagnetic
relays, they may be falsely triggered by transients.
Solid state contactor relay
A solid state contactor is a very heavy-duty solid state relay, including the
necessary heat sink, used for switching electric heaters, small electric motors
and lighting loads; where frequent on/off cycles are required. There are no
moving parts to wear out and there is no contact bounce due to vibration.
They are activated by AC control signals or DC control signals from
Programmable logic controller (PLCs), PCs, Transistor-transistor logic (TTL)
sources, or other microprocessor and microcontroller controls.
Buchholz relay
A Buchholz relay is a safety device sensing the accumulation of gas in large oil-
filled transformers, which will alarm on slow accumulation of gas or shut down
the transformer if gas is produced rapidly in the transformer oil.
A forced-guided contacts relay has relay contacts that are mechanically linked
together, so that when the relay coil is energized or de-energized, all of the
linked contacts move together. If one set of contacts in the relay becomes
immobilized, no other contact of the same relay will be able to move. The
function of forced-guided contacts is to enable the safety circuit to check the
status of the relay. Forced-guided contacts are also known as "positive-guided
contacts", "captive contacts", "locked contacts", or "safety relays".
Electric motors need over current protection to prevent damage from over-
loading the motor, or to protect against short circuits in connecting cables or
internal faults in the motor windings. One type of electric motor overload
protection relay is operated by a heating element in series with the electric
motor. The heat generated by the motor current heats a bimetallic strip or
melts solder, releasing a spring to operate contacts. Where the overload relay
is exposed to the same environment as the motor, a useful though crude
compensation for motor ambient temperature is provided.
Circuit symbols of relays. "C" denotes the common terminal in SPDT and DPDT
types.
SPST – Single Pole Single Throw. These have two terminals which can be
connected or disconnected. Including two for the coil, such a relay has
four terminals in total. It is ambiguous whether the pole is normally
open or normally closed. The terminology "SPNO" and "SPNC" is
sometimes used to resolve the ambiguity.
SPDT – Single Pole Double Throw. A common terminal connects to either
of two others. Including two for the coil, such a relay has five terminals
in total.
DPST – Double Pole Single Throw. These have two pairs of terminals.
Equivalent to two SPST switches or relays actuated by a single coil.
Including two for the coil, such a relay has six terminals in total. The
poles may be Form A or Form B (or one of each).
DPDT – Double Pole Double Throw. These have two rows of change-over
terminals. Equivalent to two SPDT switches or relays actuated by a single
coil. Such a relay has eight terminals, including the coil.
The "S" or "D" may be replaced with a number, indicating multiple switches
connected to a single actuator. For example 4PDT indicates a four pole double
throw relay (with 14 terminals).
Applications:
Isolate the controlling circuit from the controlled circuit when the two
are at different potentials, for example when controlling a mains-
powered device from a low-voltage switch. The latter is often applied to
control office lighting as the low voltage wires are easily installed in
partitions, which may be often moved as needs change. They may also
be controlled by room occupancy detectors in an effort to conserve
energy,
Logic functions. For example, the boolean AND function is realised by
connecting normally open relay contacts in series, the OR function by
connecting normally open contacts in parallel. The change-over or Form
C contacts perform the XOR (exclusive or) function. Similar functions for
NAND and NOR are accomplished using normally closed contacts. The
Ladder programming language is often used for designing relay logic
networks.
o Early computing. Before vacuum tubes and transistors, relays
were used as logical elements in digital computers. See ARRA
(computer), Harvard Mark II, Zuse Z2, and Zuse Z3.
o Safety-critical logic. Because relays are much more resistant than
semiconductors to nuclear radiation, they are widely used in
safety-critical logic, such as the control panels of radioactive
waste-handling machinery.
Time delay functions. Relays can be modified to delay opening or delay
closing a set of contacts. A very short (a fraction of a second) delay
would use a copper disk between the armature and moving blade
assembly. Current flowing in the disk maintains magnetic field for a short
time, lengthening release time. For a slightly longer (up to a minute)
delay, a dashpot is used. A dashpot is a piston filled with fluid that is
allowed to escape slowly. The time period can be varied by increasing or
decreasing the flow rate. For longer time periods, a mechanical
clockwork timer is installed.
A large relay with two coils and many sets of contacts, used in an old
telephone switching system.
Several 30-contact relays in "Connector" circuits in mid 20th century 1XB
switch and 5XB switch telephone exchanges; cover removed on one
Advantages of relays:
Relays can switch AC and DC, transistors can only switch DC.
Relays can switch high voltages, transistors cannot.
Relays are a better choice for switching large currents (> 5A).
Relays can switch many contacts at once.
Disadvantages of relays:
BUZZER
A buzzer or beeper is an audio signaling device, which may be
mechanical, electromechanical, or electronic. Typical uses of buzzers
and beepers include alarms, timers and confirmation of user input
such as a mouse click or keystroke.
FEATURES
• The PB series are high-performance buzzers with a unimorph
piezoelectric ceramic element and an integral self-excitation
oscillator circuit.
• They exhibit extremely low power consumption in comparison to
electromagnetic units.
• They are constructed without switching contacts to ensure long life
and no electrical noise.
• Compact, yet produces high acoustic output with minimal voltage.
Mechanical
Electromechanical
Uses
Annunciator panels
Electronic metronomes
Game shows
Microwave ovens and other household appliances
Sporting events such as basketball games
GSM MODEM
Definitions
The words, “Mobile Station” (MS) or “Mobile Equipment” (ME) are used for
mobile terminals
Supporting GSM services.
A call from a GSM mobile station to the PSTN is called a “mobile originated
call” (MOC) or
“Outgoing call”, and a call from a fixed network to a GSM mobile station is
called a “mobile
Terminated call” (MTC) or “incoming call”
What is GSM?
GSM (Global System for Mobile communications) is an open, digital cellular
technology used for transmitting mobile voice and data services.
What does GSM offer?
GSM supports voice calls and data transfer speeds of up to 9.6 kbit/s, together
with the transmission of SMS (Short Message Service).
GSM operates in the 900MHz and 1.8GHz bands in Europe and the 1.9GHz and
850MHz bands in the US. The 850MHz band is also used for GSM and 3G in
Australia, Canada and many South American countries. By having harmonised
spectrum across most of the globe, GSM’s international roaming capability
allows users to access the same services when travelling abroad as at home.
This gives consumers seamless and same number connectivity in more than
218 countries.
Terrestrial GSM networks now cover more than 80% of the world’s population.
GSM satellite roaming has also extended service access to areas where
terrestrial coverage is not available
HISTORY
In 1980’s the analog cellular telephone systems were growing rapidly all
throughout Europe, France and Germany. Each country defined its own
protocols and frequencies to work on. For example UK used the Total Access
Communication System (TACS), USA used the AMPS technology and Germany
used the C-netz technology. None of these systems were interoperable and
also they were analog in nature.
In 1982 the Conference of European Posts and Telegraphs (CEPT) formed
a study group called the GROUPE SPECIAL MOBILE (GSM) The main area this
focused on was to get the cellular system working throughout the world, and
ISDN compatibility with the ability to incorporate any future enhancements. In
1989 the GSM transferred the work to the European Telecommunications
Standards Institute (ETSI.) the ETS defined all the standards used in GSM.
GSM uses TDMA and FDMA together. Graphically this can be shown below –
Fig 1. Representation of a GSM signal using TDMA & FDMA with
respect to the transmitted power.
933-960 (basic
Uplink frequencies (MHz)
GSM)
890-915 (basic
Downlink frequencies (MHz)
GSM)
Duplexing FDD
Modulation GMSK
Rate 1/2
Channel coding
convolutional
GSM was originally defined for the 900 Mhz range but after some time even
the 1800 Mhz range was used for cellular technology. The 1800 MHz range has
its architecture and specifications almost same to that of the 900 Mhz GSM
technology but building the Mobile exchanges is easier and the high frequency
Synergy effects add to the advantages of the 1800 Mhz range.
GSM Radio Network – This is concerned with the signaling of the system.
Hand-overs occur in the radio network. Each BTS is allocated a set of
frequency channels.
GSM Mobile switching Network – This network is concerned with the
storage of data required for routing and service provision.
GSM Operation and Maintenance – The task carried out by it include
Administration and commercial operation , Security management,
Network configuration, operation, performance management and
maintenance tasks.
MS Authentication algorithm’s –
These algorithms are stored in the SIM and the operator can
decide which one it prefers using.
A3/8
The A3 generates the SRES response to the MSC’s random
challenge, RAND which the MSC has received from the HLR. The
A3 algorithm gets the RAND from the MSC and the secret key Ki
from the SIM as input and generated a 32- bit output, the SRES
response. The A8 has a 64 bit Kc output.
A5/1 (Over the Air Voice Privacy Algorithm)
The A5 algorithm is the stream cipher used to encrypt over the air
transmissions. The stream cipher is initialized for every frame sent with the
session key Kc and the no. of frames being decrypted / encrypted. The same Kc
key is used throughout the call but different 22-bit frame is used.
The two main interfaces are the AIR and the ABIS interface. The figure
shows the signaling between them.
AIR INTERFACE – signaling between MS and BTS
ABIS INTERFACE – signaling between BTS and BSC
Description:
This command determines the received signal strength indication (<rssi>) and
the channel bit error
Rate (<ber>) with or without a SIM card inserted.
Syntax:
Command syntax: AT+CSQ
Defined values:
0: -113 dBm or less
1: -111 dBm
30: -109 to –53 dBm
31: -51dBm or greater
99: not known or not detectable
<ber>: 0…7: as RXQUAL values in the table GSM 05.08
99: not known or not detectable
Description:
This command selects the procedure for message reception from the network.
Syntax:
Command syntax: AT+CNMI=<mode>,<mt>,<bm>,<ds>,<bfr>
Defined values:
Description:
Integer type values in the range of location numbers of SIM Message memory
<DelFlag>
After filtering the rectifier output the signal is given to a voltage regulator. The
maximum input voltage that can be applied at the input is 35V.Normally there
is a 2-3 Volts drop across the regulator so the input voltage should be at least
2-3 Volts higher than the output voltage. If the input voltage gets below the
Vmin of the regulator due to the ripple voltage or due to any other reason the
voltage regulator will not be able to produce the correct regulated voltage.
Circuit diagram:
IC 7805:
The 7805 will automatically reduce output current if it gets too hot.The last
two digits represent the voltage; for instance, the 7812 is a 12-volt regulator.
The 78xx series of regulators is designed to work in complement with the 79xx
series of negative voltage regulators in systems that provide both positive and
negative regulated voltages, since the 78xx series can't regulate negative
voltages in such a system.
The 7805 & 78 is one of the most common and well-known of the 78xx series
regulators, as it's small component count and medium-power regulated 5V
make it useful for powering TTL devices.
SPECIFICATIONS IC 7805
Vout 5V
Operation Ambient
0 - 125°C
Temp
Output Imax 1A