Hayley Gilson, Antony Sanchez, Cris Koutsougeras ET 493 Fall 2018

Slides:



Advertisements
Similar presentations
Smart Parking Sensors Mollie Cannon ENGR /4/12.
Advertisements

Encoders, Motors, Power, Mini Project #1 10/24/2014.
Robo-Retriever Pawel Cieslewski EEL IMDL Dr. A. Antonio Arroyo Dr. Eric M. Schwartz.
Live Fire Instructor Adjunct: Overview Brian Ward.
Face Recognition Method of OpenCV
Copyright 2014 Kenneth M. Chipps Ph.D. Network Management Using Sensors to Monitor Network Equipment Rooms Last Update
MS&E 220 – Reducing Red-light Accidents: Project Report Francis Chung Tim Fleming Kazutora Hayashida Ning Wang.
system design Final report
Raspberry Pi Camera for Measuring Bottle Size
Android Phone App JOHN MICHAEL MARIANO UNDERGRADUATE MECHANICAL ENGINEERING STUDENT EEL 4665 INTELLIGENT MACHINES DESIGN LABORATORY OCTOBER 30, 2014.
Intelligent Transportation System (ITS) ISYM 540 Current Topics in Information System Management Anas Hardan.
Arduino. What is it? A open-source software suite and single-board microcontroller. Allows easy and affordable prototyping of microcontroller applications.
Simone Formichella Laboratory of Optoelectronics, University of Brescia 2D Vision Course Washers detector using a NI1764 Smart Camera.
Juan David Rios IMDL FALL 2012 Dr. Eric M. Schwartz – A. Antonio Arroyo September 18/2012.
SECURITY ALARM Done by RINKESH KURKURE.  This project serves as a detecting mechanism to indicate the presence of an object or person in undetected cases.
Inductors An inductor is about as simple as an electronic component can get -- it is simply a coil of wire. The inductor is an electromagnet .
Darren Jordan Adam Huck Daniel Ortiz September 22 nd, 2010 Our design is to install an automated fire suppression system in a vehicle and in the act of.
CSCI1600: Embedded and Real Time Software Lecture 4: Introduction to the Arduino Steven Reiss, Fall 2015.
SENIOR DESIGN 1 FALL 2015 HOME SECURITY SYSTEM [1]
HOME SECURITY SYSTEM Senior Design 1 Fall 2015 [1]
Accuracy In Your Back Pocket Mid Semester Presentation October 13, 2015.
ISecurity Mid-Semester Presentation October 9, 2012.
Introducing the Arduino Uno Presented by Dave Mawdsley, DACS Member, Linux SIG Member (wiring, programming and running a cute traffic light simulation)
What is Arduino? It's an open source electronics prototyping platform: Open source: resources that can be used, redistributed or rewritten free of charge,
Traffic Records Forum 2016 August 9, 2016 Kelvin R. Santiago-Chaparro
Live Fire Instructor Adjunct: Overview
TRAP Take Responsibility for Accident Prevention By Ranjan Kumar
KINECT AMERICAN SIGN TRANSLATOR (KAST)
Oak Grove Elementary Afternoon Pick UP Directions
Robot Control Through 3-D Application
Intelligent Transportation System
RASPBERRY PI WORKSHOP.
GCSE COMPUTER SCIENCE Computers
Prototyping with Microcontrollers and Sensors
Dr. Kyung Eun Park Summer 2017
Storing energy Introduce yourself as the facilitator and outline (briefly) your STEM background. Ask STEM Ambassadors (if present) to (briefly) introduce.
Chapter 9.
MOVA Traffic Signal Control Trial
BASIC ELECTRONICS & ROBOTICS Instructor: Humayun Rashid Raahat
Smart Car Robot Prepared by Supervised by Mai Asem Abushamma
Prepared By : wala’ Hamad Khayrieh Homran
Remote Controlled Smart Socket
Embedding Technology in Transportation Courses
CS 7455 Term Project Robot control by Machine learning
Roller Coaster Design Project
FeMaidens Programming
All Types of Biotech Workplaces use the “Scientific Method”
Welcome to Digital Electronics using the Arduino Board
Dunleith Lane drainage Spring 2015
Introducing the Arduino Uno
Sample slides from the Drivers Edge USA curriculum
Texting & Driving Prevention
CSCI1600: Embedded and Real Time Software
The Role of the Communications Unit Leader
In the land of the blind, the one eyed man is king
CSCI1600: Embedded and Real Time Software
Water-saving Shower Faucet
SMART TRAFFIC MANAGEMENT SYSTEM
WAIT!!! Eyes Wide Open All of Me
Smart Grid in the Home Senior Project Proposal
GPS Navigation System ET Fall 2017
Automated Screw Organization System
Peripheral Navigation & Blind Spot Alert System
GPS Navigation System ET Spring 2018
Introduction to Arduino
Erasmus Intensive Program
Hayley Gilson, Antony Sanchez, Cris Koutsougeras ET 493 Fall 2018
Live Fire Instructor Adjunct: Overview
Interrupts.
I/O Experiments Assignment 1.
Presentation transcript:

Hayley Gilson, Antony Sanchez, Cris Koutsougeras ET 493 Fall 2018 Intersection Control Hayley Gilson, Antony Sanchez, Cris Koutsougeras ET 493 Fall 2018

Goal of Project: Develop Microcontroller-controlled intersection system that will use a camera and image processing software to determine traffic and use that to determine right-of-way.

Purpose of Traffic Lights Assign right of way to lanes in an intersection Assign Decrease wait times at intersection Decrease Reduce accidents that happen in accidents Reduce

Prior Designs for “Smart Intersections” Lasers Air-fused tubes Uses a inductor loop buried in the concrete and connected to the lights. Inductance and magnetic field increases in presence of iron Increase in Inductance sets off the system Induction loops

Why Use Camera-Controlled System? Cheaper to build/install Uses camera: won’t require the road to be torn up. Smarter: Won’t just detect the presence of car, but also detect amount of traffic in lanes

Semester Goals: 1 2 3 Set up system using microcontrollers and cameras Install OpenCV and Install onto system 2 Run program capable of basic image detection without input from outside party 3

Timeline September October November Meet with advisor have an understanding on what needs to be done for the project Conduct research on project September Research traffic lights and research OpenCV Acquire equipment required for the project Have OpenCV running on both microcontrollers October Set up the microcontrollers to perform simple image processing Start testing the camera analyzation and detection for objects. Continue research on failsafes and smart controls November

Parts needed: Arduino Uno controller (already acquired) Raspberry Pi controller Two cameras: One compatible with Arduino, the other with Raspberry Pi OpenCV software

Work Plan

Research Traffic Lights and the improvement of them Failsafes How they work How to improve them via camera usage Main focus of research for the semester Failsafes It’s foolish to believe that things won’t go wrong with a system What can be done to prevent catastrophe if the system malfunctions? Smart Detection The capability to anticipate what could happen Not just reacting to current situation, but predicting what can happen as a result Communication between intersections?

Construction Setting up system Using OpenCV Two systems will be built: One with Arduino, one with Raspberry Pi Functionally similar (Arduino will be somewhat simpler in terms of potential functions) Must be able to run and constantly analyze images from a camera Must function independently Using OpenCV Open-source image detection program Compatible with Arduino and Raspberry Pi Consists of multiple libraries

Construction Hayley Gilson: Railroad Intersection, Arduino Antony Sanchez: 4-way Intersection, Raspberry Pi Setup Arduino and camera and OpenCV Research train intersection functionality Use OpenCV on Arduino to do simple image processing Setup Raspberry Pi with Raspberry Pi camera and OpenCV Research traffic light algorithm Use OpenCV on Raspberry Pi to do simple image processing

Thank You for Your Time Feel Free to Ask Questions.