SlideShare a Scribd company logo
1 of 30
Course Title : Digital Logic Design
Course Code : CSE – 204
Batch : CSE 201
SEC : DI
Project Presentation
 Group C
Team Members :
1. Md. Alimul Islam Imon
201002381
2. Hasan Jahan Rakib
201002346
3. Sabrina Haque Mou
201002327
4. Asma Akter
201002331
5. Agmera Khatun
201002319
Presented By :
Md. Alimul Islam Imon (Leader)
CSE Department of Green University
Presented To :
Md. Mamunur Rahman
Lecturer (Lab), Department of CSE
Arduino-Driven LED Traffic Light
Contents
 Abstract
 Introduction
 Components
 Purpose of traffic signals
 Arduino Uno
 Simulation
 Programming Code
 Motivation
 Traffic System Work
 Traffic Signal
 Traffic Engineering
 Scope of Traffic Engineering
 Advantages of Traffic Signal
 Conclusion
ABSTRACT
The function of traffic lights is to
provide sophisticated control and
coordination to ensure that traffic
moves as smoothly and safely as
possible.
Introduction
A traffic signal, or stoplight as it is also
known, controls vehicle traffic passing
through the intersection of two or more
roadways by giving a visual indication to
drivers when to proceed, when to slow,
and when to stop.
In some cases, traffic signals also indicate to
drivers when they may make a turn.
 Traffic signal is an aid to
control traffic at
intersections where
other control measures
fail.
 The signals operate by
providing right of way
to a certain set of
movements in a cyclic
order.
 Depending on the
requirements they can
 This project uses a LED light as an indicator.
 A microcontroller for auto change signal after
a specific time interval.
 The LEDs are automatically on and off by
making the corresponding port pin of the
micro controller high.
COMPONENTS AND SUPPLIES
Arduino Uno
Resistor 220 Ohm
Solderless Breadboard
Breadboard wires
Green
Red
Yellow
Lights
RED
Come to complete stop at stop line or before crosswalk
or intersection.
After stopping, you may turn right on red at most
intersections if the way is clear.
Some school districts have local policies that prohibit right
turns on red by bus operators.
Some intersections display “NO TURN ON RED,” which you must
obey.
YELLOW
Stop if you can do so
safely.
The light will soon be
red.
Green
This signal is for go perfectly.
When we get this signal , we can understand that
we should go.
What is the purpose of traffic signals?
The main objective of traffic
signals is the regulation of
traffic.
 Traffic signals are also
commonly called traffic
lights, traffic lamps and
signal lights.
 Traffic signals are installed
Logic Diagram
What is Arduino Uno ?
The Arduino Uno is an open-
source microcontroller board
based on the Microchip
ATmega328P microcontroller
and developed by Arduino.cc.
The board is equipped with sets
of digital and analog
input/output (I/O) pins that
may be interfaced to various
expansion boards (shields) and
other circuits.
Project Simulation
Simulation
Programming Code
int LED_RED=10;
int LED_YELLOW=11;
int LED_GREEN=12;
int i=0;
void setup (){
pinMode(LED_RED,OUTPUT);
pinMode(LED_YELLOW,OUTPUT);
pinMode(LED_GREEN,OUTPUT);
}
void loop(){
digitalWrite(LED_RED,LOW);
digitalWrite(LED_YELLOW,LOW);
digitalWrite(LED_GREEN,LOW);
delay(10);
digitalWrite(LED_GREEN,HIGH);
delay(8000);
i=0;
while (i<5){
digitalWrite(LED_GREEN,LOW);
delay(300);
digitalWrite(LED_GREEN,HIGH);
delay(300);
i=i+1;
}
digitalWrite(LED_GREEN,LOW);
digitalWrite(LED_YELLOW,HIGH);
delay(2500);
digitalWrite(LED_YELLOW,LOW);
digitalWrite(LED_RED,HIGH);
delay(7000);
}
MOTIVATION
o The project finds high practical and
widespread use.
o It is a very primitive application of
the microcontroller.
o Easy and convenient to be built for a
beginner as the coding comprises of
basic instructions.
How does traffic system work?
I. The system represents the traffic strength
of a road graphically using traffic
judgments.
II. By measuring the traffic lined up on a
particular road the signal timings are
adjusted to let that particular way clear
out and then the next populated one.
2
Why do we need traffic signals?
When properly timed, a traffic
signal increases the traffic
handling capacity of an
intersection, and when
installed under conditions
that justify its use, a signal is a
valuable device for improving
the safety and efficiency of
What is Traffic Engineering?
For those who are unfamiliar
with this branch of
engineering, traffic
engineering is a method of
civil engineering that helps to
optimize the performance and
efficiency of the movement of
people, goods, and
transportation.
Scope of Traffic Engineering
 Traffic engineering is not limited to working in an office
on planning and design projects but can involve going
into the field during construction.
 While being an electrical engineer is not a pre-requisite,
field staff should be International Municipal Signal
Association (IMSA) certified to open and work in the
traffic signal cabinet environment safely.
Advantages of Traffic Signals
2. They can reduce the number of accidents on roads like pedestrian accident and
right-angle collision of two cars.
3. Signals can increase the capacity of traffic handling at the intersection.
4. The traffic signals help for the safe movement of slow-moving traffic by
interrupting heavy traffic at regular intervals.
Advantages of traffic signals are as follows:
1. Traffic signals help for movement of traffic securely without any collision.
5. The indications of the signals can be seen easily in foggy weather or at night
time. Without signalling system, it is very difficult to control traffic by the
traffic policeman at night or in foggy weather or on a rainy day.
6. Traffic control by signals is accurate and economical as compared to traffic police
control.
7. Under favourable conditions, they provide for continuous motion of traffic along
a specified path.
Conclusion
Traffic signal is an aid to control traffic at
intersections where other control measures fail.
The signals operate by providing right of way to
a certain set of movements in a cyclic order.
Depending on the requirements they can be
either fixed or vehicle actuated and two or
multivalued.
Thanks Everyone….

More Related Content

Similar to DLD_Project_Presentation_Pdf.pptx

Portable wireless traffic light system (pwtls)
Portable wireless traffic light system (pwtls)Portable wireless traffic light system (pwtls)
Portable wireless traffic light system (pwtls)eSAT Journals
 
Portable wireless traffic light system (pwtls)
Portable wireless traffic light system (pwtls)Portable wireless traffic light system (pwtls)
Portable wireless traffic light system (pwtls)eSAT Publishing House
 
Design of intelligent traffic light controller using gsm & embedded system
Design of intelligent traffic light controller using gsm & embedded systemDesign of intelligent traffic light controller using gsm & embedded system
Design of intelligent traffic light controller using gsm & embedded systemYakkali Kiran
 
G041024547
G041024547G041024547
G041024547IOSR-JEN
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...csandit
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...cscpconf
 
A proposed model for traffic signal preemption using global positioning syste...
A proposed model for traffic signal preemption using global positioning syste...A proposed model for traffic signal preemption using global positioning syste...
A proposed model for traffic signal preemption using global positioning syste...csandit
 
A Smart Approach for Traffic Management
A Smart Approach for Traffic Management	A Smart Approach for Traffic Management
A Smart Approach for Traffic Management journal ijrtem
 
Automatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation ModeAutomatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation ModeIRJET Journal
 
Automatic gate control
Automatic gate controlAutomatic gate control
Automatic gate controlDipankar Haloi
 
Traffic light controller with verilog
Traffic light controller with verilogTraffic light controller with verilog
Traffic light controller with verilogChetan Dabral
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemIJSRED
 
Tensile and Wear Property Analysis of Friction Stir processed Metal Matrix Co...
Tensile and Wear Property Analysis of Friction Stir processed Metal Matrix Co...Tensile and Wear Property Analysis of Friction Stir processed Metal Matrix Co...
Tensile and Wear Property Analysis of Friction Stir processed Metal Matrix Co...IRJET Journal
 
IOT based Fully Automated Speed Bumps and Road Blockers for Smart Cities
IOT based Fully Automated Speed Bumps and Road Blockers for Smart CitiesIOT based Fully Automated Speed Bumps and Road Blockers for Smart Cities
IOT based Fully Automated Speed Bumps and Road Blockers for Smart CitiesIRJET Journal
 
smartcar-parkingsystem-180508104143 (1).pdf
smartcar-parkingsystem-180508104143 (1).pdfsmartcar-parkingsystem-180508104143 (1).pdf
smartcar-parkingsystem-180508104143 (1).pdfkannaradhas
 
SMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOTSMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOTSaipandu143
 
AN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLER
AN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLERAN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLER
AN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLERIRJET Journal
 
6 smart traffic control
6 smart traffic control6 smart traffic control
6 smart traffic controlYousaf Hameed
 
IRJET- AI Based Traffic Signal Control System
IRJET- AI Based Traffic Signal Control SystemIRJET- AI Based Traffic Signal Control System
IRJET- AI Based Traffic Signal Control SystemIRJET Journal
 
IRJET - Smart Traffic Signal Monitoring & Controlling using IoT
IRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoTIRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoT
IRJET - Smart Traffic Signal Monitoring & Controlling using IoTIRJET Journal
 

Similar to DLD_Project_Presentation_Pdf.pptx (20)

Portable wireless traffic light system (pwtls)
Portable wireless traffic light system (pwtls)Portable wireless traffic light system (pwtls)
Portable wireless traffic light system (pwtls)
 
Portable wireless traffic light system (pwtls)
Portable wireless traffic light system (pwtls)Portable wireless traffic light system (pwtls)
Portable wireless traffic light system (pwtls)
 
Design of intelligent traffic light controller using gsm & embedded system
Design of intelligent traffic light controller using gsm & embedded systemDesign of intelligent traffic light controller using gsm & embedded system
Design of intelligent traffic light controller using gsm & embedded system
 
G041024547
G041024547G041024547
G041024547
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
 
A proposed model for traffic signal preemption using global positioning syste...
A proposed model for traffic signal preemption using global positioning syste...A proposed model for traffic signal preemption using global positioning syste...
A proposed model for traffic signal preemption using global positioning syste...
 
A Smart Approach for Traffic Management
A Smart Approach for Traffic Management	A Smart Approach for Traffic Management
A Smart Approach for Traffic Management
 
Automatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation ModeAutomatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation Mode
 
Automatic gate control
Automatic gate controlAutomatic gate control
Automatic gate control
 
Traffic light controller with verilog
Traffic light controller with verilogTraffic light controller with verilog
Traffic light controller with verilog
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
 
Tensile and Wear Property Analysis of Friction Stir processed Metal Matrix Co...
Tensile and Wear Property Analysis of Friction Stir processed Metal Matrix Co...Tensile and Wear Property Analysis of Friction Stir processed Metal Matrix Co...
Tensile and Wear Property Analysis of Friction Stir processed Metal Matrix Co...
 
IOT based Fully Automated Speed Bumps and Road Blockers for Smart Cities
IOT based Fully Automated Speed Bumps and Road Blockers for Smart CitiesIOT based Fully Automated Speed Bumps and Road Blockers for Smart Cities
IOT based Fully Automated Speed Bumps and Road Blockers for Smart Cities
 
smartcar-parkingsystem-180508104143 (1).pdf
smartcar-parkingsystem-180508104143 (1).pdfsmartcar-parkingsystem-180508104143 (1).pdf
smartcar-parkingsystem-180508104143 (1).pdf
 
SMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOTSMART CAR-PARKING SYSTEM USING IOT
SMART CAR-PARKING SYSTEM USING IOT
 
AN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLER
AN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLERAN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLER
AN AUTOMATED CAR PARKING SYSTEM BY USING PROGAMMABLE LOGIC CONTROLLER
 
6 smart traffic control
6 smart traffic control6 smart traffic control
6 smart traffic control
 
IRJET- AI Based Traffic Signal Control System
IRJET- AI Based Traffic Signal Control SystemIRJET- AI Based Traffic Signal Control System
IRJET- AI Based Traffic Signal Control System
 
IRJET - Smart Traffic Signal Monitoring & Controlling using IoT
IRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoTIRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoT
IRJET - Smart Traffic Signal Monitoring & Controlling using IoT
 

Recently uploaded

❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.Nitya salvi
 
Lecture 01 Introduction To Multimedia.pptx
Lecture 01 Introduction To Multimedia.pptxLecture 01 Introduction To Multimedia.pptx
Lecture 01 Introduction To Multimedia.pptxShoaibRajper1
 
Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...
Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...
Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...Nitya salvi
 
Just Call Vip call girls diu Escorts ☎️9352988975 Two shot with one girl (diu )
Just Call Vip call girls diu Escorts ☎️9352988975 Two shot with one girl (diu )Just Call Vip call girls diu Escorts ☎️9352988975 Two shot with one girl (diu )
Just Call Vip call girls diu Escorts ☎️9352988975 Two shot with one girl (diu )gajnagarg
 
8377087607, Door Step Call Girls In Majnu Ka Tilla (Delhi) 24/7 Available
8377087607, Door Step Call Girls In Majnu Ka Tilla (Delhi) 24/7 Available8377087607, Door Step Call Girls In Majnu Ka Tilla (Delhi) 24/7 Available
8377087607, Door Step Call Girls In Majnu Ka Tilla (Delhi) 24/7 Availabledollysharma2066
 
The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024Ilham Brata
 
➥🔝 7737669865 🔝▻ dehradun Call-girls in Women Seeking Men 🔝dehradun🔝 Escor...
➥🔝 7737669865 🔝▻ dehradun Call-girls in Women Seeking Men  🔝dehradun🔝   Escor...➥🔝 7737669865 🔝▻ dehradun Call-girls in Women Seeking Men  🔝dehradun🔝   Escor...
➥🔝 7737669865 🔝▻ dehradun Call-girls in Women Seeking Men 🔝dehradun🔝 Escor...amitlee9823
 
➥🔝 7737669865 🔝▻ Kolkata Call-girls in Women Seeking Men 🔝Kolkata🔝 Escorts...
➥🔝 7737669865 🔝▻ Kolkata Call-girls in Women Seeking Men  🔝Kolkata🔝   Escorts...➥🔝 7737669865 🔝▻ Kolkata Call-girls in Women Seeking Men  🔝Kolkata🔝   Escorts...
➥🔝 7737669865 🔝▻ Kolkata Call-girls in Women Seeking Men 🔝Kolkata🔝 Escorts...amitlee9823
 
Sweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxSweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxbingyichin04
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...nirzagarg
 
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...Delhi Call girls
 
Hire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
Hire 💕 8617697112 Meerut Call Girls Service Call Girls AgencyHire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
Hire 💕 8617697112 Meerut Call Girls Service Call Girls AgencyNitya salvi
 
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...amitlee9823
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verifiedDelhi Call girls
 
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...nirzagarg
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja Nehwal
 
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...amitlee9823
 
Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...
Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...
Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...sriharipichandi
 

Recently uploaded (20)

❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
 
Lecture 01 Introduction To Multimedia.pptx
Lecture 01 Introduction To Multimedia.pptxLecture 01 Introduction To Multimedia.pptx
Lecture 01 Introduction To Multimedia.pptx
 
Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...
Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...
Just Call Vip call girls Nagpur Escorts ☎️8617370543 Starting From 5K to 25K ...
 
Just Call Vip call girls diu Escorts ☎️9352988975 Two shot with one girl (diu )
Just Call Vip call girls diu Escorts ☎️9352988975 Two shot with one girl (diu )Just Call Vip call girls diu Escorts ☎️9352988975 Two shot with one girl (diu )
Just Call Vip call girls diu Escorts ☎️9352988975 Two shot with one girl (diu )
 
8377087607, Door Step Call Girls In Majnu Ka Tilla (Delhi) 24/7 Available
8377087607, Door Step Call Girls In Majnu Ka Tilla (Delhi) 24/7 Available8377087607, Door Step Call Girls In Majnu Ka Tilla (Delhi) 24/7 Available
8377087607, Door Step Call Girls In Majnu Ka Tilla (Delhi) 24/7 Available
 
The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024
 
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman MuscatAbortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
 
➥🔝 7737669865 🔝▻ dehradun Call-girls in Women Seeking Men 🔝dehradun🔝 Escor...
➥🔝 7737669865 🔝▻ dehradun Call-girls in Women Seeking Men  🔝dehradun🔝   Escor...➥🔝 7737669865 🔝▻ dehradun Call-girls in Women Seeking Men  🔝dehradun🔝   Escor...
➥🔝 7737669865 🔝▻ dehradun Call-girls in Women Seeking Men 🔝dehradun🔝 Escor...
 
➥🔝 7737669865 🔝▻ Kolkata Call-girls in Women Seeking Men 🔝Kolkata🔝 Escorts...
➥🔝 7737669865 🔝▻ Kolkata Call-girls in Women Seeking Men  🔝Kolkata🔝   Escorts...➥🔝 7737669865 🔝▻ Kolkata Call-girls in Women Seeking Men  🔝Kolkata🔝   Escorts...
➥🔝 7737669865 🔝▻ Kolkata Call-girls in Women Seeking Men 🔝Kolkata🔝 Escorts...
 
Sweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxSweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptx
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
 
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 
Hire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
Hire 💕 8617697112 Meerut Call Girls Service Call Girls AgencyHire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
Hire 💕 8617697112 Meerut Call Girls Service Call Girls Agency
 
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
 
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
 
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
 
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
 
Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...
Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...
Anupama Kundoo Cost Effective detailed ppt with plans and elevations with det...
 

DLD_Project_Presentation_Pdf.pptx

  • 1. Course Title : Digital Logic Design Course Code : CSE – 204 Batch : CSE 201 SEC : DI Project Presentation
  • 2.  Group C Team Members : 1. Md. Alimul Islam Imon 201002381 2. Hasan Jahan Rakib 201002346 3. Sabrina Haque Mou 201002327 4. Asma Akter 201002331 5. Agmera Khatun 201002319 Presented By : Md. Alimul Islam Imon (Leader) CSE Department of Green University Presented To : Md. Mamunur Rahman Lecturer (Lab), Department of CSE
  • 4. Contents  Abstract  Introduction  Components  Purpose of traffic signals  Arduino Uno  Simulation  Programming Code  Motivation  Traffic System Work  Traffic Signal  Traffic Engineering  Scope of Traffic Engineering  Advantages of Traffic Signal  Conclusion
  • 5. ABSTRACT The function of traffic lights is to provide sophisticated control and coordination to ensure that traffic moves as smoothly and safely as possible.
  • 6. Introduction A traffic signal, or stoplight as it is also known, controls vehicle traffic passing through the intersection of two or more roadways by giving a visual indication to drivers when to proceed, when to slow, and when to stop. In some cases, traffic signals also indicate to drivers when they may make a turn.
  • 7.  Traffic signal is an aid to control traffic at intersections where other control measures fail.  The signals operate by providing right of way to a certain set of movements in a cyclic order.  Depending on the requirements they can
  • 8.  This project uses a LED light as an indicator.  A microcontroller for auto change signal after a specific time interval.  The LEDs are automatically on and off by making the corresponding port pin of the micro controller high.
  • 9. COMPONENTS AND SUPPLIES Arduino Uno Resistor 220 Ohm Solderless Breadboard Breadboard wires
  • 11. RED Come to complete stop at stop line or before crosswalk or intersection. After stopping, you may turn right on red at most intersections if the way is clear. Some school districts have local policies that prohibit right turns on red by bus operators. Some intersections display “NO TURN ON RED,” which you must obey.
  • 12. YELLOW Stop if you can do so safely. The light will soon be red.
  • 13. Green This signal is for go perfectly. When we get this signal , we can understand that we should go.
  • 14. What is the purpose of traffic signals? The main objective of traffic signals is the regulation of traffic.  Traffic signals are also commonly called traffic lights, traffic lamps and signal lights.  Traffic signals are installed
  • 16. What is Arduino Uno ? The Arduino Uno is an open- source microcontroller board based on the Microchip ATmega328P microcontroller and developed by Arduino.cc. The board is equipped with sets of digital and analog input/output (I/O) pins that may be interfaced to various expansion boards (shields) and other circuits.
  • 19. Programming Code int LED_RED=10; int LED_YELLOW=11; int LED_GREEN=12; int i=0; void setup (){ pinMode(LED_RED,OUTPUT); pinMode(LED_YELLOW,OUTPUT); pinMode(LED_GREEN,OUTPUT); } void loop(){ digitalWrite(LED_RED,LOW); digitalWrite(LED_YELLOW,LOW); digitalWrite(LED_GREEN,LOW); delay(10); digitalWrite(LED_GREEN,HIGH); delay(8000);
  • 21. MOTIVATION o The project finds high practical and widespread use. o It is a very primitive application of the microcontroller. o Easy and convenient to be built for a beginner as the coding comprises of basic instructions.
  • 22. How does traffic system work? I. The system represents the traffic strength of a road graphically using traffic judgments. II. By measuring the traffic lined up on a particular road the signal timings are adjusted to let that particular way clear out and then the next populated one.
  • 23. 2
  • 24. Why do we need traffic signals? When properly timed, a traffic signal increases the traffic handling capacity of an intersection, and when installed under conditions that justify its use, a signal is a valuable device for improving the safety and efficiency of
  • 25. What is Traffic Engineering? For those who are unfamiliar with this branch of engineering, traffic engineering is a method of civil engineering that helps to optimize the performance and efficiency of the movement of people, goods, and transportation.
  • 26. Scope of Traffic Engineering  Traffic engineering is not limited to working in an office on planning and design projects but can involve going into the field during construction.  While being an electrical engineer is not a pre-requisite, field staff should be International Municipal Signal Association (IMSA) certified to open and work in the traffic signal cabinet environment safely.
  • 27. Advantages of Traffic Signals 2. They can reduce the number of accidents on roads like pedestrian accident and right-angle collision of two cars. 3. Signals can increase the capacity of traffic handling at the intersection. 4. The traffic signals help for the safe movement of slow-moving traffic by interrupting heavy traffic at regular intervals. Advantages of traffic signals are as follows: 1. Traffic signals help for movement of traffic securely without any collision.
  • 28. 5. The indications of the signals can be seen easily in foggy weather or at night time. Without signalling system, it is very difficult to control traffic by the traffic policeman at night or in foggy weather or on a rainy day. 6. Traffic control by signals is accurate and economical as compared to traffic police control. 7. Under favourable conditions, they provide for continuous motion of traffic along a specified path.
  • 29. Conclusion Traffic signal is an aid to control traffic at intersections where other control measures fail. The signals operate by providing right of way to a certain set of movements in a cyclic order. Depending on the requirements they can be either fixed or vehicle actuated and two or multivalued.