Project Report
Project Report
Project Report
CONTENTS
1. ABSTRACT
2. INTRODUCTION
The control circuit is designed with the arduino mega controller and
LDR (Light Dependant Resistor) for sensing the light condition (day/night,
street light ON/OFF, manhole open/close). The LDR is a kind of optical
sensor, which acts as a variable resistor according to the light intensity.
This device is used to monitor the light continuously and is wired with timer
IC. The timer IC provides a logic signal to the controller depending on the
light. By this the controller controls the lights automatically through the
relay depending up on the availability of natural light, identifies whether
street light is working or not and also manhole open or close.
CHAPTER – 2
INTRODUCTION
The project work described here is quite useful for the state
electricity and municipal departments, generally the line men either he
belongs electricity department or municipality, it is the duty of him to
energize the street lights in the evening, preferably after Sun set, and he is
supposed to be switched off these lights in early in the morning, when the
Sun is raised again. But unfortunately due to many reasons the line men
may forget to switch off these lights in the morning. Often at many places
these lights remains in on condition during the day time also, this is
because of the negligence of line men. In this regard lot of energy is
wasted, resulting power cuts. There are many reasons for power cuts, in
that list this reason also can be added and it can be underlined.
This project work also deals with password based phase line
controller is a simple project that helps in controlling the electrical line with
help of a password. Now a days electrical accidents to the line men are
increasing while repairing the electrical lines. This is due to the lack of
proper communication between the electrical sub-station and the
maintenance staff. This project gives a solution to this problem to ensure
the safety of the line man. In this proposed project work, the control
(ON/OFF) of the electrical line lies with the line man. The concept is
designed such that maintenance staff or the line man has to enter the
password to switch ON/OFF the electrical line. If there is any fault in the
electrical line or any repair is to be done to the line, then the supply to the
electrical line is cut off by entering the password and can comfortably
repair the line. After repairing the line, by entering the password again,
supply to the electrical line will be restored. Separate passwords can be
assigned to different electrical phase lines. The system is designed with a
single line with two different passwords. At the output a relay is connected
and this relay contact is used to make or break supply to the electrical line.
Presently the demo module is constructed with two street lights all of them
can be controlled through the password.
One part of project describes about monitoring the line that is not
working and inform the same to the concern authorized person through
GSM technology. In line which is not working i.e., faulty is sensed and the
information will be transmitted through GSM module automatically.
The system with LDR sensors and GSM are used to intimate the
status of light (line) ON/OFF status i.e., fault condition to the concern
authorities through GSM. Through the keyboard, by entering the password,
supply to that particular line can be disconnected by the line man for
repairing. After repairing is done, the same line can be restored by the user
himself.
There are many techniques existed in the world for measuring the
light intensity, these differs depending up on the availability of light
sensors, the main function of the light sensor is to sense the brightness of
light. Hear LDR is used as a light sensing device, the purpose of sensing
the light is to control the street lights, not for measuring the light. The LDR
used in this project work is a very sensitive device, which converts the light
energy into variable resistance, and the resistance of this LDR will vary
according to the light intensity. As the light intensity increases, resistance
decreases (inversely proportional). The amount of light falling on the
surface of the light sensing device is to be converted in to the
proportionate DC level. A 10k resistor is connected in series with the LDR
to form a potential dividing network. The output is taken from the midpoint,
which is called as reference voltage and this voltage varies according to
the light intensity. One end of the resistor is connected to the constant +5V
DC source, the other end is connected to the LDR, from this point
reference voltage is taken out. The other end of the LDR is connected to
the ground. The output of the potential dividing network is fed to the 555
timer IC, which is configured in “MONOSTABLE” mode of operation.
A Light Dependent Resistor (LDR) or a photo resistor is a device
whose resistivity is a function of the incident electromagnetic radiation.
Hence, they are light sensitive devices. They are also called as photo
conductors, photo conductive cells or simply photocells. They are made up
of semiconductor materials having high resistance. A light dependent
resistor works on the principle of photo conductivity. Photo conductivity is
an optical phenomenon in which the materials conductivity (Hence
resistivity) reduces when light is absorbed by the material.
TRIGGER CIRCUIT
In this circuit IC555 timer is used as mono stable mode of
configuration. The resistance of the LDR will vary from minimum to
maximum according to the natural light fallen on it. The dark resistance of
the LDR will be more than 100K and the light resistance will be less than
1K. Hence, whenever light falls on the LDR, the resistance will come
down and this makes a trigger signal to the IC 555 timer. Thereby the
output of the timer becomes high which is fed to the controller. During the
night the resistance of the LDR will be very high by which the output of the
timer remains in zero state. Depending on these high and low signals, the
controller is programmed to send the information automatically through
GSM to the line man mobile.
The LDR will have two resistances, i.e., dark resistance and light
resistance. The dark resistance is the resistance, when no light falls on the
LDR. This resistance will be more than 100K. The light resistance is the
resistance, when light falls on the LDR i.e., if the LDR is exposed to the
bright light or Sun light then the resistance of the LDR will become less
than 1K. The resistance of the LDR will vary according to the light
intensity (Inversely proportional).
The circuit description begins from LDR, it is the main function of the
overall system to monitor the output of LDR continuously. As described in
the previous chapters, the resistance of the LDR will vary automatically
according to the natural light intensity. With the combination of LDR and
10K resistor connected in series with each other, a potential dividing
network is designed to generate reference voltage according to the light
intensity. In this regard 10K resistor and LDR network is connected across
the +5V DC source, and the reference voltage developed at mid point is
fed to timer IC. When the LDR is exposed to the bright light, the resistance
of it reduces by less than 1K, as per the potential dividing network formula
(R2/R1+R2 X Vcc), when this LDR is treated as R2, then reference voltage
= 1K/10K+1K X 5V = 0.45V. Means when the LDR is exposed to the light,
the reference voltage will be less then 0.5V, this is less than 1/3 Vcc and
based on this potential, the timer IC triggers and output status will be
changed automatically. Similarly dark resistance of the LDR will be more
then 100K, in this condition V. Ref = 100K/10K+100K X 5V = 4.5V, so after
the Sun set or during the Sun set, the voltage generated by the net work
will be more than 4V, and this is more than 2/3 Vcc.
So the supply from the collector does not go to the controller and
thus the controller receives logic low signal, so that the controller knows
the water level is decreased. So when the controller gets a high signal
from the 90% level electrode, automatically transmits a message through
the GSM to the concern authorities. And thus the concern person will get
the information about the water level of the drainage pipeline and can take
necessary action to clear it early before it overflows.
ARDUINO CONTROLLER
Arduino is a tool for making computers that can sense and control
more of the physical world than your desktop computer. It's an open-
source physical computing platform based on a simple microcontroller
board, and a development environment for writing software for the board.
Arduino can be used to develop interactive objects, taking inputs from a
variety of switches or sensors, and controlling a variety of lights, motors,
and other physical outputs. Arduino projects can be stand-alone, or they
can communicate with software running on your computer (e.g. Flash,
Processing, MaxMSP.) The boards can be assembled by hand or
purchased preassembled; the open-source IDE can be downloaded for
free. The Arduino MEGA is a microcontroller board based on the
ATmega2560.
Brownout and watchdog help to make the system more reliable and
robust. It supports ICSP as well as USB microcontroller programming with
PC.
The Arduino Mega 2560 is a replacement of the old Arduino Mega,
and so in general reference, it will be called without the ‘2560’ extension. It
is usually used for very complex projects. Detailed description is provided
in the further chapters.
RS - register select: There are two very important registers inside the
LCD. The RS pin is used for their selection as follows. If RS = 0, the
instruction command code register is selected, allowing the user to send a
command such as clear display, cursor at home, etc. If RS = 1 the data
register is selected, allowing the user to send data to be displayed on the
LCD.
R/W - read/write: R/W input allows the user to write information to the
LCD or read information from it. R/W = 1 when reading; R/W =0 when
writing.
E - Enable: The enable pin is used by the LCD to latch information
presented to its data pins. When data is supplied to data pins, a high to low
pulse must be applied to this pin in order for the LCD to latch in the data
present at the data pins. This pulse must be a minimum of 450 ns wide.
D0 – D7: The 8 bit data pins, D0 – D7, are used to send information to the
LCD or read the contents of the LCD’s internal registers. To display letters
and numbers, we send ASCII codes for the letters A – Z, a – z, and
numbers 0 – 9 to these pins while making RS = 1. There are also
instructions command codes that can be sent to the LCD to clear the
display or force the cursor to the home position or blink the cursor. Detailed
description about LCD interfacing and regarding description of the LCD
panels is provided in the further chapters.
GSM MODEM
Command Description
AT Check if serial interface and GSM modem is working.
ATE0 Turn echo off, less traffic on serial line.
AT+CNMI Display of new incoming SMS.
AT+CPMS Selection of SMS memory.
AT+CMGF SMS string format, how they are compressed.
AT+CMGR Read new message from a given memory location.
AT+CMGS Send message to a given recipient.
AT+CMGD Delete message.
RS-232
RS-232 was created for one purpose, to interface between Data
Terminal Equipment (DTE) and Data Communications Equipment (DCE)
employing serial binary data interchange. So as stated the DTE is the
workstation and the DCE is the modem or other communications device.
Often the workstation will be the computer, but here microcontroller is used
to transmit the temperature data to the concern mobile. This converter chip
is needed to convert TTL logic from a Microcontroller (TxD and RxD pins) to
standard serial interfacing for PC (RS232).
RELAY
Normally-open contacts connect the circuit when the relay is activated; the
circuit is disconnected when the relay is inactive. It is also called Form A contact
or "make" contact. Form A contact is ideal for applications that require to switch a
high-current power source from a remote device.
OPERATION
The relays used in this project work are electromagnetic relays. The
electromagnetic relay is basically a switch (or a combination of switches)
operated by the magnetic force generated by a current flowing through a
coil. Essentially, it consists of four parts an electromagnet comprising a
coil and a magnetic circuit, a movable armature, a set of contacts, and a
frame to mount all these components. However, very wide ranges of relays
have been developed to meet the requirements of the industry. This relay
is nothing but a switch, which operates electromagnetically. It opens or
closes a circuit when current through the coil is started or stopped. When
the coil is energized armature is attracted by the electromagnet and the
contacts are closed. That is how the power is applied to the signals
(indicators). The construction of the typical relay contains a code
surrounded by a coil of copper wire. The core is mounted on a metal
frame. The movable part of the relay is called armature. When a voltage is
applied to the coil terminals, the current flowing through the coil produces a
magnetic field in the core. In other words, the core acts as an
electromagnet and attracts the metal armature. When the armature is
attracted to the core, the magnetic path is from the core through armature,
through the frame, and back to the core. On removing the voltage the
spring attached to the armature returns the armature to its original position.
In this position, there is a small air-gap in the magnetic path. Hence, more
power is needed to pull in the armature than that needed to keep it held in
the attracted position.
The animated picture shows a working relay with its coil and switch
contacts. You can see a lever on the left being attracted by magnetism
when the coil is switched on. This lever moves the switch contacts.
The relay's switch connections are usually labeled COM, NC and NO:
Relay Driving Circuits: Relays circuits are designed which energizes
according to the signals obtained from Micro controller. Relays are used to
control the lights and fans individually by the controller. The operation of
the relay driving circuit is as follows.
The Europeans realized this early on, and in 1982 the conference of
European Posts and Telegraphs (CEPT) formed a study group called the
Group Special Mobile (GSM) to study and develop a pan-European public
land mobile system. The proposed system has to meet certain criteria:
A variety of data services is offered. GSM users can send and receive
data, at rates up to 9600bps, to users on POTS (Plain Old Telephone
Service), ISDN, Packet Switched Public Data Networks, and Circuit
Switched public Data Networks using a variety of access methods and
protocols, such as X-25 or X.32. Since GSM is a digital network, a modem
is not required between the user and GSM network, although an audio
modem is required inside the GSM network to inter work with POTS.
Mobile Station
The mobile station (MS) consists of the mobile equipment (the
terminal) and a smart card called the Subscriber Identity Module (SIM). The
SIM provides personal mobility, so that the user can have access to
subscribed services irrespective of a specific terminal. By inserting the SIM
card into another GSM terminal, the user is able to receive calls at that
terminal, make calls from that terminal, and receive other subscribed
services.
The International Mobile Equipment Identity (IMEI) uniquely identifies
the mobile equipment. The SIM card contains the International Mobile
Subscriber Identity (IMSI) used to identify the subscriber to the system, a
secret key for authentication, and other information. The IMEI and the IMSI
are independent, thereby allowing personal mobility. The SIM card may be
protected against unauthorized use by a password or personal identity
number.
The Base Station Controller manages the radio resources for one or
more BTSs. It handles radio-channel setup, frequency hopping and
handovers, as described below. The BSC is the connection between the
mobile station and the Mobile service Switching Center (MSC).
Network Subsystem
The other two registers are used for authentication and security
purposes. The equipment Identity Register (EIR) is a database that contains
a list of all valid mobile equipment on the network, where its International
Mobile Equipment Identity (IMEI) identifies each mobile station, An IMEL is
marked as invalid if it has been reported stolen or is not type approved. The
Authentication Center (AuC) is a protected database that stores a copy of
the secret key stored in each subscriber’s SIM card, which is used for
authentication and encryption over the radio channel.
GSM Modem: GSM Modem Product, from Sparr Electronics limited (SEL),
provides full functional capability to Serial devices to send SMS and Data
over GSM Network. The product is available as Board Level or enclosed in
Metal Box. The Board Level product can be integrated in to Various Serial
devices in providing those SMS and Data capability and the unit housed in a
Metal Enclosure can be kept outside to provide serial port connection. The
GSM Modem supports popular “AT” command set so that users can develop
applications quickly. The product has SIM cardholder to which activated
SIM card is inserted for normal used. The power to this unit can be given
from UPS to provide uninterrupted operation. This product provides great
feasibility for Devices in remote location to stay connected which otherwise
would not have been possible where telephone lines do not exist.
Application Areas
Mobile Transport vehicles.
LAN based SMS servers
Alarm notification of critical events including Servers
Network Monitoring and SMS reporting
Data Transfer applications from remote locations
Monitor and control of Serial services through GSM Network
Integration to custom software for Warehouse, Stock, Production,
Dispatch notification through SMS
Serial Port D-type 9 pin connector, which is male on the back of the
GSM modem, thus you will require a female connector on your device.
Below is a table of pin connections for the 9 Pin D-type
D9 D9
3 TD RD 2
2 RD TD 3
5 SG SG 5
4 DTR DTR 4
6 DSR DSR 6
1 CD CD 1
7 RTS RTS 7
8 CTS CTS 8
This article is intended to help the designer’s sort through the various
features available in RS-232 interface products. The main features
described are the regulated charge pump, Auto shutdown, RS-232
compatible versus compliant operation, ESD protection, and data rates
including Mega baud operation.
Data Rates
This board comes with two voltage regulator i.e. 5V and 3.3V which
provides the flexibility to regulate the voltage as per requirements as
compared to Arduino Pro Mini which comes with only one voltage
regulator.
There is no much difference between Arduino Uno and Arduino
Mega except later comes with more memory space, bigger size and
more I/O pins.
Arduino software called Arduino IDE is used to program the board
which is a common software used for all boards belonged to Arduino
family.
Availability of Atmega16 on the board makes it different than Arduino
Pro Mini which uses USB to serial converter to program the board.
There is a reset button and 4 hardware serial port called USART
which produces a maximum speed for setting up communication.
Following figure shows the specifications of Arduino mega 2560
Arduino Mega is specially designed for the projects requiring
complex circuitry and more memory space. Most of the electronic
projects can be done pretty well by other boards available in the
market which make Arduino Mega uncommon for regular projects.
However, there are some projects that are solely done by Arduino
Mega like making of 3D printers or controlling more than one motors,
because of its ability to store more instructions in the code memory
and a number of I/O digital and analog pins.
There are three ways to power the board. You can either use a USB
cable to power the board and transfer code to the board or you can
power it up using Vin of the board or through Power jack or batter.
Last two sources to power the board are required once you already
built and compile code into the board through USB cable.
This board comes with resettable polyfuse that prevents the USB
port of your computer from overheating in the presence of high
current flowing through the board. Most of the computers come with
an ability to protect themselves from such devices, however, the
addition of fuse provides an extra layer of protection.
It can be used either way i.e. for creating stand-alone projects or in
combination with other Arduino boards. Most complex projects can
be created using this board
Pin Description
5V & 3.3V. This pin is used to provide output regulated voltage around 5V.
This regulated power supply powers up the controller and other
components on the board. It can be obtained from Vin of the board or USB
cable or another regulated 5V voltage supply. While another voltage
regulation is provided by 3.3V pin. Maximum power it can draw is 50mA.
GND. There are 5 ground pins available on the board which makes it
useful when more than one ground pins are required for the project.
Reset. This pin is used to reset the board. Setting this pin to LOW will
reset the board.
Vin. It is the input voltage supplied to the board which ranges from 7V to
20V. The voltage provided by the power jack can be accessed through this
pin. However, the output voltage through this pin to the board will be
automatically set up to 5V.
Serial Communication. RXD and TXD are the serial pins used to transmit
and receive serial data i.e. Rx represents the transmission of data while Tx
used to receive data. There are four combinations of these serial pins are
used where Serail 0 contains RX(0) and TX(1), Serial 1 contains TX(18)
and RX(19), Serial 2 contains TX(16) and RX(17), and Serial 3 contains
TX(14) and RX(15).
External Interrupts. Six pins are used for creating external interrupts i.e
interrupt 0(0), interrupt 1(3), interrupt 2(21), interrupt 3(20), interrupt 4(19),
interrupt 5(18). These pins produce interrupts by a number of ways i.e.
providing LOW value, rising or falling edge or changing value to the
interrupt pins.
LED. This board comes with built-in LED connected to digital pin 13. HIGH
value at this pin will turn the LED on and LOW value will turn it off. This
gives you the change of nursing your programming skills in real time.
Analog Pins. There are 16 analog pins incorporated on the board labeled
as A0 to A15. It is important to note that all these analog pins can be used
as digital I/O pins. Each analog pin comes with 10-bit resolution. These
pins can measure from ground to 5V. However, the upper value can be
changed using AREF and analogReference() function.
SPI Communication. SPI stands for Serial Peripheral Interface used for the
transmission of data between the controller and other peripherals
components. Four pins i.e. 50 (MISO), 51 (MOSI), 52 (SCK), 53 (SS) are
used for SPI communication.
Shield Compatibility
Arduino Mega is compatible with most of the shields designed for
other Arduino boards.
Before you intend to use a shield, make sure the operating
voltage of the shield is compatible with the board voltage. Most of
the shields operate at 3.3V or 5V which is compatible with this
board, however, shields with higher operating voltage can
damage the board.
Also, the header distribution of the shield must resonate with the
pin distribution of the board, so you can simply attach the shield
with the board and make it in a running condition.
Programming
Arduino Mega 2560 can be programmed using Arduino Software
called IDE which supports C programming.
The code you make on the software is called sketch which is burned
in the software and then transferred to the board through USB cable.
This board comes with a built-in bootloader which rules out the
usage of an external burner for burning the code into the board.
The bootloader communicates using STK500 protocol.
Once you compile and burn the program on the board, you can
unplug the USB cable which eventually removes the power from the
board. When you intend to incorporate the board into your project,
you can power it up using power jack or Vin of the board.
Multitasking is another feature where Arduino mega comes handy.
However, Arduino IDE Software doesn’t support multitasking feature
but you can use other operating systems like FreeRTOS and RTX to
write C program for this purpose. This gives you the flexibility of
using your own custom build program using ISP connector.
Applications
Arduino Mega 2560 is an ideal choice for the projects requiring more
memory space to used with more number of number pins on the board.
Following are the main applications of the Arduino mega boards.
Developing 3D printer
Controlling and handling more than one motors
Interfacing of number of sensors
Sensing and detecting temperature
Water level detection projects
Home automation and security systems
Embedded Systems
IoT applications
Parallel programming and Multitasking
CHAPTER – 7
INTRODUCTION
The power supplies are designed to convert high voltage AC mains
electricity to a suitable low voltage supply for electronics circuits and other
devices. A RPS (Regulated Power Supply) is the Power Supply with
Rectification, Filtering and Regulation being done on the AC mains to get a
Regulated power supply for Microcontroller and for the other devices being
interfaced to it.
For example a 5V regulated power supply system as shown below:
TRANSFORMER
RECTIFIER
Types of Rectifiers
Full-wave Rectifier
From the above comparison we came to know that full wave bridge
rectifier as more advantages than the other two rectifiers. So, in our project
we are using full wave rectifier circuit.
FILTER
Capacitor Filter
We have seen that the ripple content in the rectified output of half
wave rectifier is 121% or that of full-wave or bridge rectifier or bridge
rectifier is 48% such high percentages of ripples is not acceptable for most
of the applications.
(b) An inductor, in series with the load, prevents the passage of the
ripple current (due to high impedance at ripple frequency) while
allowing the d.c (due to low resistance to d.c)
REGULATOR
LDR Switch
In this basic circuit the light dependant resistor, LDR1 and the
potentiometer VR1 form one arm of a simple Wheatstone bridge network
and the two fixed resistors R1 and R2 forming the other arm. Both sides of
the bridge form potential divider networks whose outputs V1 and V2 are both
connected to the inverting and non-inverting voltage inputs respectively of
the operational amplifier. The configuration of the operational amplifier is as
a Differential Amplifier also known as a voltage comparator with its output
signal being the difference between the two input signals or voltages, V2 -
V1. The feedback resistor Rf can be chosen to give a suitable amplifier
voltage gain if required.
Photo-junction Devices
Photo-diode
Photodiodes are very versatile light sensors that can turn its current flow
both "ON" and "OFF" in nanoseconds and are commonly used in cameras,
light meters, CD and DVD-ROM drives, TV remote controls, scanners, fax
machines and copiers etc, and when integrated into operational amplifier
circuits as infrared spectrum detectors for fibre optic communications,
burglar alarm motion detection circuits and numerous imaging, laser
scanning and positioning systems etc.
The Phototransistor
Photo-transistor
The 555 Timer is a very cheap, popular and useful precision timing
device that can act as either a simple timer to generate single pulses or
long time delays, or as a relaxation oscillator producing stabilized
waveforms of varying duty cycles from 50 to 100%. The 555 timer chip is
extremely robust and stable 8-pin device that can be operated either as a
very accurate Monostable, Bistable or Astable Multivibrator to produce a
variety of applications such as one-shot or delay timers, pulse generation,
LED and lamp flashers, alarms and tone generation, logic clocks,
frequency division, power supplies and converters etc, in fact any circuit
that requires some form of time control as the list is endless.
The single 555 Timer chip in its basic form is a Bipolar 8-pin mini
Dual-in-line Package (DIP) device consisting of some 25 transistors, 2
diodes and about 16 resistors arranged to form two comparators, a flip-flop
and a high current output stage as shown below. As well as the 555 Timer
there is also available the NE556 Timer Oscillator which combines TWO
individual 555's within a single 14-pin DIP package and low power CMOS
versions of the single 555 timer such as the 7555 and LMC555 which use
MOSFET transistors instead.
Pin 1: Grounded Terminal: The ground (or common) pin is the most negative
supply potential of the device, which is normally connected to circuit
common (ground) when operated from positive supply voltages.
Pin 2: Trigger Terminal: This pin is the input to the lower comparator and is
used to set the latch, which in turn causes the output to go high. This is the
beginning of the timing sequence in mono-stable operation. Triggering is
accomplished by taking the pin from above to below a voltage level of
1/3V+(or, in general, one-half the voltage appearing at pin 5).
Pin 3: Output Terminal: Output of the timer is available at this pin. There are
two ways in which a load can be connected to the output terminal either
between pin 3 and ground pin (pin 1) or between pin 3 and supply pin (pin
8). The load connected between pin 3 and ground supply pin is called the
normally on load and that connected between pin 3 and ground pin is
called the normally off load.
Pin 5: Control Voltage Terminal: The function of this terminal is to control the
threshold and trigger levels. Thus either the external voltage or a pot
connected to this pin determines the pulse width of the output waveform.
The external voltage applied to this pin can also be used to modulate the
output waveform. When this pin is not used, it should be connected to
ground through a 0.01 micro Farad to avoid any noise problem.
The 555 Timers name comes from the fact that there are three 5kΩ
resistors connected together internally producing a voltage divider network
between the supply voltage at pin 8 and ground at pin 1. The voltage
across this resistive network holds the positive input of comparator two at
2/3Vcc and the positive input to comparator one at 1/3Vcc. The two
comparators produce an output voltage dependent upon the voltage
difference at their inputs which is determined by the charging and
discharging action of the externally connected RC network. The outputs
from both comparators are connected to the two inputs of the flip-flop
which in turn produces either a "HIGH" or "LOW" level output at Q based
on the states of its inputs. The output from the flip-flop is used to control a
high current output switching stage to drive the connected load producing
either a "HIGH" or "LOW" voltage level at the output pin.
The most common use of the 555 timer oscillator is as a simple
Astable oscillator by connecting two resistors and a capacitor across its
terminals to generate a fixed pulse train with a time period determined by
the time constant of the RC network. But the 555 timer oscillator chip can
also be connected in a variety of different ways to produce Mono-stable or
Bi-stable multi-vibrators as well as the more common Astable Multi-
vibrator.
The operation and output of the 555 Mono-stable is exactly the same
as that for the transistorized one we look at previously in the Mono-stable
Multi-vibrators tutorial. The difference this time is that the two transistors
have been replaced by the 555 timer device. Consider the 555 Mono-
stable circuit below.
Working Principle
Refer Block Diagram of 555 timer IC given above:
Comparator 1 has a threshold input (pin 6) and a control input (pin 5).
In most applications, the control input is not used, so that the control
voltage equals +2/3 VCC. Output of this comparator is applied to set (S)
input of the flip-flop. Whenever the threshold voltage exceeds the control
voltage, comparator 1 will set the flip-flop and its output is high. A high
output from the flip-flop saturates the discharge transistor and discharge
the capacitor connected externally to pin 7. The complementary signal out
of the flip-flop goes to pin 3, the output. The output available at pin 3 is
low. These conditions will prevail until comparator 2 triggers the flip-flop.
Even if the voltage at the threshold input falls below 2/3 VCC, that is
comparator 1 cannot cause the flip-flop to change again. It means that the
comparator 1 can only force the flip-flop’s output high.
From the above discussion it is concluded that for the having low
output from the timer 555, the voltage on the threshold input must exceed
the control voltage or + 2/3 VCC. They also turn the discharge transistor on.
To force the output from the timer high, the voltage on the trigger input
must drop below +1/3 VCC. This also turns the discharge transistor off.
HARDWARE DETAILS
The IC’s and other important components used in this project work,
procured from the Hyderabad Electronics Market. The details or data
sheets of the IC’s are down loaded from the Internet. The following are
the web sites that can be browsed for collecting the data sheets.
The following are the IC’s and other important components used in
this project work
The required PCB’S (Printed Circuit boards) for the project work
fabricated by SUN RISE CIRCUITS, Kushaiguda Industrial Estate,
Hyderabad. Kushaiguda Industrial Estate is very famous for fabricating the
PCB’s.
CHAPTER – 11
In this project work the required power supply for the entire circuitry is
derived from the main source, since the circuitry to be installed at roads,
therefore this supply can be generated using solar energy. For this
purpose suitable solar panel can be utilized for charging the battery and
the stored energy from the battery can be utilized to generate required
power supply for the circuitry.
REFERENCES:
Text Books:
1) Linear Integrated Circuits – By: D. Roy Choudhury, Shail Jain
2) Power Electronics - By: SEN
3) Digital Electronics – WILLIAM M. GOTHMANN
4) Electronic Devices & Circuits – ALLEN MOTTERSHEAD
5) The concepts and Features of Micro-controllers - By: Raj Kamal
6) The 8051 Micro-controller Architecture, programming & Applications
By: Kenneth J. Ayala
7) Programming and Customizing the 8051 Micro-controller By: Myke
Predko
8) The IC 555 Timer Applications Source book By: HOWARD M.
BERLIN
9) Electronic Circuit guide book – Sensors – By JOSEPH J.CARR
Journals:
(1) Electronic Design
(2) Electronics for you
(3) Electronics Text.
(4) Practical Electronics