Seminar Topics & Project Ideas On Computer Science Electronics Electrical Mechanical Engineering Civil MBA Medicine Nursing Science Physics Mathematics Chemistry ppt pdf doc presentation downloads and Abstract

Full Version: Microcontroller based Traffic signal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Presented by:
Umer Butt
Amna Rashid
Izza Rabbani
Rozab Naveed
Ramesha Akram

[attachment=12054]
Microcontroller based Traffic signal
Introduction

 This project aims at designing and implementing, a running model of traffic light controller which is controlled according to the density of vehicle on road.
 Traditionally, traffic lights have bulbs. These traffic lights consume a lot of energy.
 They are controlled by microcontrollers. With the invention of light-emitting diodes (LEDs), these traditional traffic lights are being replaced with LED traffic lights.
 The main advantages of LED traffic lights are they are brighter; they save energy and have a longer life span.
 They consume 83 percent less energy than incandescent bulbs. Depending on size and color, they consume between 8 and 25 watts of energy. But, in the case of incandescent halogen bulbs, their energy use is between 67 and 150 watts.
Components
 Micro Controller
 7-Segment Common Cathode
 Regulator 7805
 Crystal 12 MHz
 LEDs
 Capacitors
 Resistors
 Micro Controller
Microcontroller is a single chip that contains
 Processor (the CPU)
 Non-volatile memory for the program (ROM or flash)
 Volatile memory for input and output (RAM), a clock and an I/O control unit. Also called a “Computer on a chip"
Pin Configurations
 PIN 9 is the reset pin which is used reset the microcontroller’s internal registers and ports upon starting up.
 For pins 18 & 19 8051 has a built-in oscillator amplifier hence we need to only connect a crystal at these pins to provide clock pulses to the circuit.
 Pins 40 and 20 are VCC and ground respectively. The 8051 chip needs +5V 500mA to function properly, although there are lower powered versions like the ATMEL 2051 which is a scaled down version of the 8051 which runs on +3V.
 PINS 29, 30 & 31; this chip contains a built-in flash memory. In order to program this we need to supply a voltage of +12V at pin 31. If external memory is connected then PIN 29 is called PSEN. PIN 31, also called EA/VPP, should be connected to ground to indicate the presence of external memory. In order to use the external memory it is required to provide the low voltage (0) on both PSEN and EA pins.
 PIN 30 is called ALE (address latch enable), which is used when multiple memory chips are connected to the controller and only one of them needs to be selected.
Ports in Micro Controller
 PORT P1 (Pins 1 to 8): The port P1 is a general purpose input/output port which can be used for a variety of interfacing tasks.
 PORT P2 (pins 21 to 28): PORT P2 can also be used as a general purpose 8 bit port when no external memory is present
Project Explanation
Supply
 7805 voltage regulator is used to regulate the voltage at positive 5 volt. Two polar capacitors of 1000microfared and 100 micro fared are used to minimize any fluctuation. Output is obtained from third terminal and given at pin 40, 31,9.
Piezoelectric Crystal (XTAL)
 It is connected at pin number 18 and 19 along with two capacitors 33 connected in parallel with the crystal, 12 MHz crystal is used. When voltage is applied the crystal; oscillates which provides pulses and microcontroller works become of it.
Reset Key
 9th pin of micro controller is used to reset. A resistor of 8.2K ohm and capacitor of 10 micro fared is connected.
7 Segment Display
 Seven segment display is connected at port 1
 LED Light
Three LED’s are connected at port 2
Software Used
 Proteus
 Keil