EECE 5117C/6017C Lab 2 Traffic Light Controller using FSM

Slides:



Advertisements
Similar presentations
The circuit shows working model of two way traffic light system .
Advertisements

Lab7: Introduction to Arduino
FSMs 1 Computer Organization I September 2009 © McQuain, Feng & Ribbens Motivation Combinational logic functions can be represented, and defined,
Dr. Gary Stewardson, Raymond Boyles Hello again, Sparkey here. Slippery and I will help you explore how to create a program that simulates outputs on a.
PIC Programming with Logicator
Sample questions from the Rules of the Road units of the Driving Theory syllabus. ESOL for Driving.
Driver Safety.
Signals, Signs, and Road Markings Sophomore Driver Education.
Problem Solving Lab – Part B
Understanding the Purpose of Pavement Markings
LAB 3 – Review of the Assignment. -- Clarifications Vikram Murali. TA : CSE 140L Prof. CK Cheng.
EE 316 Computer Engineering Junior Lab Project 1: Traffic Light Controller.
LAB 3 Finite State Machines On Xilinx Mike Lowey.
Lesson 2.2 Traffic Signals  Today’s Objectives: 1. Explain what to do at a green, yellow, and red light. 2. Describe the action to take when you approach.
11/10/ :53:59 AMweek12-3.ppt1 Intelligent Traffic Controller We want to use a finite state machine to control the traffic lights at an intersection.
APPENDIX OF MANUAL DRIVER SAFETY.
1 COMP541 State Machines Montek Singh Feb 8, 2012.
Tom is learning the traffic rules
THINK*PAIR*SHARE Why do you think the chances of a collision are greater at an intersection than at any other point on the roadway? (Your answer should.
Right-of-Way Who Goes First?.
Driving Laws and DMV Objective: pt 30 pt 40 pt 50pt 10 pt 20 pt 30 pt 40 pt 50 pt 10 pt 20 pt 30 pt 40 pt 50 pt 10 pt 20 pt 30pt 40 pt 50 pt 10.
Road Markings Chapter 4. Roadway markings What do the LINES ON THE ROAD WAY indicate? Tell you which direction traffic is flowing.
Right-of-Way laws tell all drivers who goes first in different situations. A driver must yield in the following situations:
Introduction Study area Existing problem Objective Methodology Results and Conclusions Recommendations.
 Warn drivers about dangerous situations  The are for road conditions that need caution for specific hazards that may be encountered.
Teaching Digital Logic courses with Altera Technology
Right of Way.
Traffic Lights Green Light- GO – You can proceed only if the intersection is clear. When approaching a green light, check traffic to the left, right, and.
Lesson- 13– Road Safety Rules.
A stop sign is a traffic sign that stands for coming to a complete stop at an intersection or end of the road.
Finite State Machine. Clock Clock cycle Sequential circuit Digital logic systems can be classified as combinational or sequential. – Combinational circuits.
Rules of the Road. I. Traffic Lights – must be obeyed unless a police officer directs otherwise.
EECE6017C Lab 4 User Interface with LT24 Display Daughter board Prelab Activities: Complete the homework given for Lab 3 Demonstrate the Painter project.
Ch. 7 Intersections.
Signals, pavement markings, and proper turns QUIZ
TRAFFIC CONTROL ORDERS DOWNTOWN MIDLAND January 23, 2017
EECE6017C Lab 1 Introduction to Altera tools and Circuit Simulation
EECE6017C - Lab 0 Introduction to Altera tools and Basic Digital Logic
Project 2: Ultra Traffic Light Controller
Lab 0: Familiarization with Equipment and Software
Lab 1: Using NIOS II processor for code execution on FPGA
EECE6017 Lab 7 HPS to FPGA – Gsensor to LED
AS Computer Studies Finite State Machines 1.
The Simulation of Traffic Patterns and Optimizing Traffic Lights
Drive Right Chapter 2 Unit 1
Motivation Combinational logic functions can be represented, and defined, by truth tables. Sequential logic function cannot, because their behavior depends.
COMP211 Computer Logic Design Introduction to the DE2 Board
Stop Light Lab 7 Winter Quarter.
COMP541 Sequential Logic – 2: Finite State Machines
ECEN 248 Lab 9: Design of a Traffic Light Controller
To go or not to go, that is the question.
Automatic lights.
EECE6017 Lab 3 My First FPGA with ADC
CR 245L Digital Design I Lab Sum of Products, 7-Segment Display,
Signs and Symbols from Instant Art Traffic Signs CD-ROM
Lab 3 Finite State Machine On Xilinx
In the following slides, you will see
Digital technology roadmap
Lab 1. Introduction to the DE2 Board
Traffic Signs BEGINNING ESL LESSON
EECE6017 Lab 5 My First HPS with GPIO
Lecture 4. Introduction to the DE2 Board
Road Sign Bingo- Bell Ringer
Airports BEGINNING ESL LESSON
Remember the traffic rules.
When Turning Left: Be in the farthest left lane or turn lane
Rules of the Road Chapter 10
TRAFFIC AND ROAD SAFETY
Definition: Characteristics Examples Additional Notes: Draw Examples:
EECE6017 Lab 6 HPS with GSensor and LED
Presentation transcript:

EECE 5117C/6017C Lab 2 Traffic Light Controller using FSM Prelab Activities: Complete the homework given for Lab 1 (Make sure to complete the design of FSM for traffic light controller) Demonstrate the Light project in the Quartus help (Switch and LED project). The necessary files are at: https://www.altera.com/support/training/university/materials-lab-exercises.html#Digital-Logic-Exercises Work to be done during this lab: Turn in assignments from lab 1 (if you have not completed these, turn them in at the beginning of lab) Questions on Lab 2 : Discuss the FSM design that you have designed and come up with questions if there are any With your team partners, discuss your solution to the (revised) for Traffic Light controller. Come up with one description of the design and turn in your (joint) solution before you leave lab tonight Demonstrate how to implement FSM and simulate the circuits (tonight or during lab hours)

EECE 5117C/6017C Lab 2 Traffic Light Controller using FSM Implement and Demonstrate the finite state machine for the traffic light using the LEDs and pushbuttonsin the DE0-Nano-SoC Traffic light problem in MLK and Woodside Dr Intersection MLK is an EW road, 2 lanes in each direction. For traffic going from E to W, there is a left turn lane. There are also pedestrian crossings: Cross MLK on east side of the Library street (P1) Cross the Library street on N side of MLK (P2) Traffic Light is green for MLK traffic twice as long as for library traffic. Left turn lane has a signal that lasts 0.25 of time MLK light is green. While left turn signal is green, MLK pedestrian signal is red. Unspecified here: length of yellow signals in any direction. The Picture shown here is a sample depiction – come up with your own, while designing Map the LED [7:0] on the board to the traffic lights (Green, Amber and Red), Left Turn, and Pedestrian signals (P1 and P2) Include in your design any additional information from class discussions. MLK P1 P2 Woodside Dr

Homework: Complete the traffic light design if necessary. Study NIOS II processor and  refer for more information to NIOS II Software Developer Handbook (in “Additional Documents”) Go through training Nios II Tools Overview and Design Flow and Developing Software for the Nios II Processor before coming to next lab