Turret Based Defense System

Slides:



Advertisements
Similar presentations
8255 – PROGRAMMABLE PARALLEL
Advertisements

 CPU: Central Processing Unit  I/O: Input /Output  Bus: Address bus & Data bus  Memory: RAM & ROM  Timer  Interrupt  Serial Port  Parallel Port.
Choose the right picture
3/11/03 Brian Crosby Tech-topic PIC Micro controllers.
JTIP Transforming 2D into 3D Jose Amenero CS491B Fall 2005 Presentation.
1 Color Discriminating Tracking System Lloyd Rochester Sam Duncan Ben Schulz Fernando Valentiner.
Preliminary Design Review The Lone Rangers Brad Alcorn Tim Caldwell Mitch Duggan Kai Gelatt Josh Peifer Capstone – Spring 2007.
EDGE™ MAV Control System Project # P09122 Concept Design Progress.
Camera Control Group Members - Bryan Marek - Brendan McMeel - Caitlin Motsinger - Tanya Ngo - Chris Hippleheuser.
Introduction to Cameras Jim Rasche Samba Danfa Jaya Joseph 1.
Conference Room Laser Pointer System Preliminary Design Report Anna Goncharova Brent Hoover Alex Mendes.
1 Instant Graphical User Interface Solutions Why you need a new User Interface Thanks to the iPhone® & Smart Phones Customer GUI expectations have changed.

ECE 477 Design Review Team 6  Spring 2011 Left to right: Kirk Iler, Brian Bentz, Stephen Wolf, Fuhe Xu.
A computer is simply a machine that is programmed to follow instructions. Computers of today can: Calculate finances Make animated films Order airline.
P-REV Initial PCB Michael Connaboy Stephen Schiffli Ram Hudiara Win Than Aung.
Stephen Wolf Kirk Iler Brian Bentz Fuhe Xu. Current Schematics Micro, Motor, Keypad 2/2/2011Team 6: Defender2.
Autonomous Tracking Robot Andy Duong Chris Gurley Nate Klein Wink Barnes Georgia Institute of Technology School of Electrical and Computer Engineering.
Knowledge Systems Lab JN 9/10/2002 Computer Vision: Gesture Recognition from Images Joshua R. New Knowledge Systems Laboratory Jacksonville State University.
Defender Safety and Reliability Analysis Kirk Iler Brian Bentz Stephen Wolf Fuhe Xu.
 Project overview  Project-specific success criteria  Block diagram  Component selection rationale  Packaging design  Schematic and theory of operation.
Chess Playing Bot. Detecting Green coloured squares using Blobs.
Copyright  2005 by Oxford University Press, Inc. Computer Architecture Parhami1.
CHROMATIC TRAILBLAZER 25 th November, 2008 University of Florida, Department of Electrical & Computer Engineering, Intelligent Machine Design Lab (EEL.
Welcome to the world of ARM. COURSE CONTENT Module 1: Introduction  Introduction of ARM Processors  Evolution of ARM  32 - bit Programming Module 2:
Team 8 Real-Time Capture Display (RCD) Laser System Presented by Danny Barjum Team Members: Corey Lane, Ryan Scott & Danny Barjum.
Team 20: Jordan Wagner.  iPhone controlled marble maze game  Rotation of the phone is translated into rotation of the board  Stepper motor connected.
Defender Environmental Impact Lifecycle Analysis and Ethical Challenges Kirk Iler Brian Bentz Stephen Wolf Fuhe Xu.
Digi-Brush Software Narrative Presenter: Caleb Ayew-ew Team Members: Josh Long Katie Schremser.
Choose the right picture Choose the right word. 5.
ECET 340 Entire Course (All ilabs and Homework) For more classes visit ECET 340 Week 1 HomeWork 1 ECET 340 Week 1 iLab 1 ECET 340.
MICROCONTROLLER INTERFACING WITH STEPPER MOTOR MADE BY: Pruthvirajsinh Jadeja ( ) COLLEGE:DIET BRANCH:EC.
CEng3361/18 CENG 336 INT. TO EMBEDDED SYSTEMS DEVELOPMENT Spring 2007 Recitation 01.
FOR MORE CLASSES VISIT   ECET 340 Week 1 HomeWork 1  ECET 340 Week 1 iLab 1  ECET 340 Week 2 HomeWork 2  ECET 340 Week 2 iLab.
Developing Hardware Control Systems with.NET Christopher Chess Ellsworth
1 Hardware Components for Mechatronics Logic circuits Signal conditioning circuits Microcontrollers PLCs Hardware Interfacing.
Defender Turret Based Defense System Brian Bentz Kirk Iler Stephen Wolf Fuhe Xu.
Computer System Structures
Microcontrollers, Basics Fundamentals of Designing with Microcontrollers 16 January 2012 Jonathan A. Titus.
CWNC Trojanators Electrical Basics
Depth Analysis With Stereo Cameras
CWNC Trojanators System Components
Computer Hardware – System Unit
Group 4 Alix Krahn Denis Lachance Adam Thomsen
Depth Analysis With Stereo Cameras
Processing the image with Python
Group 4 Alix Krahn Denis Lachance Adam Thomsen
Color Tracking.
UNIT – Microcontroller.
Air Hockey Robot Students: Abdullah Ahmad & Moath Omar Supervisor:
Accelerometer-Based Character Recognition Pen
Smart Car Robot Prepared by Supervised by Mai Asem Abushamma
Software Design Team KANG Group 1.
COMP 1321 Digital Infrastructure
Bashar Mu’ala Ahmad Khader
“Innovative Peripheral Interfacing System and Peripheral Learning Platform for Embedded System-Hardware Approach”
Computer Case Houses computer components
שיתוף פעולה בין רובוטים
ECET 340 Competitive Success/snaptutorial.com
ECET 340 Education for Service-- snaptutorial.com.
ECET 340 Teaching Effectively-- snaptutorial.com.
ECE 477 Senior Design Group 1  Spring 2008
Technical Communication Skills Practicum
In the land of the blind, the one eyed man is king
Group 4 Alix Krahn Denis Lachance Adam Thomson
Chapter 4: Hardware for Educators
Accelerometer-Based Character Recognition Pen
Group 4 Alix Krahn Denis Lachance Adam Thomson
Group 4 Alix Krahn Denis Lachance Adam Thomson
Find the limit {image} ,024 2,160 -1,
Presentation transcript:

Turret Based Defense System Defender Turret Based Defense System Kirk Iler Brian Bentz Stephen Wolf Fuhe Xu

Image Processing Input: Picture Convert RGB to HSV, threshold over hue (color) Remove noise on picture Flood fill regions, choose largest Calculate Centroid and axes of largest region Calculate distance (Z) based on major axis size Calculate X and Y based on distance and angle to centroid Calculate firing parameters (Angle) Progress: Written, Tested, fully functional, needs parameters

Ethernet Between Java GUI and C++ image processing Packet capture libraries C++ winpcap library Java jnetpcap library Progress: written, tested, functional, needs parameters

USB Communication between processor and microcontroller PIC Family libraries USB Embedded Host Stack Progress: not yet begun

I2C Peripherals I2C Buses between control micro and components Port Expansion to: Firing Controls Charging Controls Photodiodes Stepper Motors Keypad Signals encoded/decoded on micro Progress: Not yet begun

I/O Keypad Camera User Input I2C/UART bus on Microcontroller Sent by USB Camera Tied directly to image processing On Atom board User Input Java GUI