Presenter.

Slides:



Advertisements
Similar presentations
ECE 477 Design Review Team 16 Neil Kumar, Scott Stack, Jon Roose, John Hubberts.
Advertisements

Lizard Labs Peripheral Reflex System
Team GPS Rover Alex Waskiewicz Andrew Bousky Baird McKevitt Dan Regelson Zach Hornback.
Functional Block Diagrams of Wunderbot 3 Subsystems.
R3R3 Ethan Hall Michael Kelton Greg Wegman Vashisht Lakhmani.
Software TCSP. 2 project overview The Purdue Party Platform is a device that utilizes the well-established DMX protocol to control entertainment-oriented.
Long Range Vehicle Control (Super Tank) Jason Holmes Matt Wickesberg Matt Guenette Michael Piercy.
Madalina Vintila David Wilkinson Michelle Zhang Zac Greenawalt.
Typical Microcontroller Purposes
Wall-E Prototype I Team 1 Xin Jin
Seraj Dosenbach Greg Lammers Beau Morrison Ananya Panja.
Autonomous Helicopter James LydenEE 496Harris Okazaki.
Project Overview Autonomous robot with multiple modes of operation – Follow, run away, manual control Infrared sensors to detect warm bodies Ultrasonic.
Virtual Imaging Peripheral for Enhanced Reality Aaron Garrett, Ryan Hannah, Justin Huffaker, Brendon McCool.
ECE 477 Final Presentation Team 14  Spring 2013 Paste a photo of team members with completed project here. Annotate this photo with names of team members.
Team 6 DOODLE DRIVE Alexander Curtis Peachanok Lertkajornkitti | Jun Pan | Edward Kidarsa |
ECE 477 Final Presentation Team 12  Spring 2013 Xirong Ye Zongyang Zhu Chun Ta Huang Libo Dong.
Abstract The Infrarat is an autonomous toy car that will use proximity sensors and a pivoting array of Infrared sensors for tracking a body and to avoid.
Embedded Network Interface (ENI). What is ENI? Embedded Network Interface Originally called DPO (Digital Product Option) card Printer without network.
Team /02/28 1. Chun Ta Huang Xirong Ye 2 Libo Dong Zongyang Zhu.
Team 6 DOODLE DRIVE Presenter: Jun Pan. PROJECT OVERVIEW  Android application as controller  Robot vehicle with microcontroller  Path will be drawn.
Automatic accident avoiding system PROJECT MEMBERS MUTHUKUMAR.K (05ME33) SAKTHIDHASAN.S (05ME39) SAKTHIVEL.N (05ME40) VINOTH.S (05ME56) PROJECT GUIDE:
Abstract The Infrarat is an autonomous toy car that will use proximity sensors and a pivoting array of Infrared sensors for tracking a body and to avoid.
Jason Holmes Matt Wickesberg Michael Piercy Matt Guenette Team 12 – Super Tank February 15, 2012.
Team 10 Julia Liston. Project Overview  Our team’s goal is to build a prototype of a robot that can: Use GPS to locate a lost person Autonomously navigate.
Treasure Chess ECE 477 Team 2 Parul Schroff Software Design Narrative.
Network and Systems Laboratory nslab.ee.ntu.edu.tw.
Inside the dsPIC33FJ256GP710. Let’s call it a dsPIC33 PIC uC series made by Microchip Compiler, simulator, other goodies are free Programmable in C Can.
ECE 477 FINAL PRESENTATION TEAM 6  SPRING OUTLINE  Project overview  Block diagram  Design challenges  Individual contributions  Project demonstration.
Maze Twinbots Group 28 Uyen Nguyen – EE Ly Nguyen – EE Luke Ireland - EE.
ECE477 Senior Design Android street car Team 12 Libo Dong 1.
Nathan Begle, Jiaqi Jiang, Chang Yoon Kim Presenter: Jordan Gaines.
Software Narrative Autonomous Targeting Vehicle (ATV) Daniel Barrett Sebastian Hening Sandunmalee Abeyratne Anthony Myers.
Grant Thomas Anthony Fennell Justin Pancake Chris McCord TABLEGAMES UNLIMITED.
Team 01 : QuadSquad Software Design Considerations Camille Chang 10/23/2013 the ECE quadcopter senior design Purdue University1.
DOODLE DRIVE Presenter: Peachanok Lertkajornkitti Team 6 Reliability and Safety Analysis.
Digital Sound Projection ECE 477 Group 6 Software Narrative Steve Anderson Mike Goldfarb Shao-Fu Shih Josh Smith.
Team 4: The Beancounters Kyle Haver Ethan Price Wesley Tso Shicheng Guo SOFTWARE DESIGN NARRATIVE.
Railway Level Crossing Gate Operation Remotely by Android.
Case Study #1 Microcontroller System. What is a microcontroller? A microcontroller can be considered a self-contained system with a processor, memory.
Lizard Labs Peripheral Reflex System
Voice Controlled Robot by Cell Phone with Android App
PICK N PLACE ROBOTIC ARM AND MOVEMENT CONTROLLED BY ANDROID WIRELESSLY
Microcontrollers & GPIO
ULTRASONIC DISTANCE METER USING 8051
<Add team picture or relevant project picture here>
Cypress Roadmap: CapSense® Controllers
Software Design Team KANG Group 1.
ARDUINO LINE FOLLOWER ROBOT
Programming Microcontroller
Marble Maze Jordan Wagner
Android Street Car Team 12 Zongyang Zhu ECE 477 Senior Design Project
Introduction to Microprocessors and Microcontrollers
PICK N PLACE ROBOTIC ARM AND MOVEMENT CONTROLLED BY ANDROID WIRELESSLY
The Inebriation Station
ECE477 Senior Design Android Street Car PCB TCSP
Ethan Hall Michael Kelton Greg Wegman Vashisht Lakhmani
Arjun Bajaj Aabhas Sharma Abhinav Valluru Vinit Bhamburdekar
Libo Dong Xirong Ye Zongyang Zhu Chunda Huang
Presenter: Alexander Curtis
TCSP – Software Design.
ECE 477 Senior Design Group 11  Spring 2006
TCSP: Software Development Status
George Hadley Kelli Hacker Sean Ma Jacob Champion
Software Design Narrative
Wireless Embedded Systems
Black Box for vehicle diagnostics
G14 Autonomous Rover Wall Avoiding Robot
Jazan University, Jazan KSA
Presentation transcript:

Presenter

Abstract The Infrarat is an autonomous toy car that will use proximity sensors and a pivoting array of Infrared sensors for tracking a body and to avoid running into objects. It will also wirelessly interface with an Android device to receive commands and send out a temperature gradient encoding. This stream of data will be transmitted from the IR array sensors to the device, where the data is rearranged and visualized. It will be used in three modes which are follow, run away, and manual control.

Block Diagram

Peripherals 5 I2C busses in master mode 3 PWM modules Need 3 GPIO for bus expander 3 PWM modules 2 for the car motors 1 for the servo Need 2 GPIO for motor controller 1 UART bus for Bluetooth in master mode 2 Timers for ultrasonic sensors in input capture mode 1 external interrupt for fuel gauge

Time Considerations Fast enough to decrease decision time Mostly interrupt driven I2C and UART are interrupt driven Low latency between Android and car

Memory Considerations 64 KB RAM Program and sensor data need to fit on RAM for fast processing Limit flash access to prevent wasted cycles

Software Hierarchy

Status Android Application mostly done Started code for initializations To do Data processing Data fetching Bluetooth interface