Top Banner

Click here to load reader

of 20

Intelligent Transportation System

Apr 13, 2017

Download

Engineering

Durgesh Mishra
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript

PowerPoint Presentation

Submitted By:-Durgesh Mishra -00811507313Prabhat Kumar -01411507313Gopal Tekkar -01111507313Guided By: Prof. Bhavanand Jha1

Contents of this PresentationIntroductionStatic VS Dynamic Traffic controlComponent DescriptionOperationConclusions2

2

INTRODUCTION The aim of the project is to solve traffic congestion which is a severe problem in many modern cities all over the world To solve the problem, we have designed a framework for a dynamic and automatic traffic light control system

3

Hyperspectral ImagingStatic VS Dynamic Traffic controlStatic: In static control generally, each traffic light on an intersection is assigned a constant green signal time.

Dynamic: In dynamic control the green signal time of the traffic lights is assigned based on the present conditions of traffic.

4

When will the stupid light become green again

NWS5

5

6BLOCK DIAGRAm of microcontroller based traffic signal

7IR Sensor

Circuit Diagram of Sensor on road

8

9Major Components:Microcontroller 8052Atmega 88-bit counter/shift register16*2 LCD (liquid crystal display)

10

8-bit counter/shift register

11

16*2 LCD (liquid crystal display)162 Liquid Crystal Display which will display the 32 characters at a time in two rows (16 characters in one row). Each character in the display of size 57 pixel matrix.

ATMEGA 8L-8PU12

28-pin AVR MicrocontrollerFlash Program Memory: 8 kbytesEEPROM Data Memory: 512 bytesSRAM Data Memory: 1 kbytesI/O Pins: 23Timers: Two 8-bit / One 16-bit

13ATMEGA 8L-8PU features

Other Peripherals14

Crystal Oscillator

Pull-up resistors

MCU 8051 IDEMCU 8051 IDE offersA transparent view on simulated program for 8051.Easy source code editing even for an user with small knowledge of the assembly language.User friendly, easy to use, and yet sophisticated enough IDE for 8051.Support for more than 70 microcontrollers based on the famous 8051 design.Limited support for HW tools, the IDE has some hardware tools on its own and other can be more or less used from within the IDE.

15

16

ProgISP 172

ORG 0000HMOV TMOD,#01MA:CLR P3.0MOV R1,#08UP: ACALL DELAY DJNZ R1,UPLL:SETB P3.0JNB P1.0,ONEJNB P1.1,TWOJNB P1.2,THREECLR P3.1SJMP LL

17DELAY:MOV R0,#0AHL3: MOV TL0,#0B0HMOV TH0,#03CHSETB TR0L4: JNB TF0,L4CLR TR0CLR TF0DJNZ R0,L3RETENDSETB P3.2SJMP MATHREE: CLR P3.2SETB P3.1MOV R1,#32UP3:ACALL DELAYDJNZ R1,UP3SETB P3.2SJMP MAONE: CLR P3.2SETB P3.1MOV R1,#08UP1:ACALL DELAYDJNZ R1,UP1SETB P3.2SJMP MATWO: CLR P3.2SETB P3.1MOV R1,#16UP2:ACALL DELAYDJNZ R1,UP2

Program code

18AdvantagesDensity based traffic light control have many advantages compared to time based traffic controlThe work which is done by traffic inspector will be perfectly done by the microcontroller in the circuit with the help of sensors and the program which is coded to the microcontroller.We can save considerable amount of timewe can avoid unnecessary occurrence of traffic jams which causes public inconvenience.

ConclusionThus from this theory we can conclude that using the method of density based control of traffic lights we can save a considerable amount of time and also we can prevent excessive traffic jams thus leading to smooth traffic flow.

19

THANK YOU 20

20