Hardware Needs 18F452 Main Controller CM8870 DTMF Decoder UART in PIC, MAX232 Serial Port Line Level Converter Amplifier for IR Detector Voltage feed into.

Slides:



Advertisements
Similar presentations
By: Russ Butler ECE4220 Spring 2012 Dr. DeSouza May 2, 2012.
Advertisements

Robotics Club, Snt Council2 The 3 Schools of Robotics: Mechanical Design – Types of motors – Material selection –
MICRO-CONTROLLER: A microcontroller is the brain of the robot: These are: 1. Integrated Circuits (ICs) 2. Programmable.
Autonomous Helicopter: James Lyden Harris Okazaki EE 496 A project to create a system that would allow a remote- controlled helicopter to fly without user.
Index  INTRODUCTION  HARDWARE DESCRIPTION  BLOCK DIAGRAM  COMPONENT LIST  ADVANTAGES AND APPLICATIONS  CONCLUSION.
PIC16F bit 8-channel Analog-to-Digital Converter.
Initial Position Orientation Tracking System (IPOTS) Group Members: Keiichi McGuireHenry Pham Marc TakamoriScott Spiro.
Crossbow Open Mote Developments Crossbow Technology.
System for Engine Location Of a Web Train Paul Wimmer and Adam Weintrop Dr. Irwin and Dr. Schertz 2/13/06.
GPSBot08 System Overview.
Design and Implementation of a Virtual Reality Glove Device Final presentation – winter 2001/2 By:Amos Mosseri, Shy Shalom, Instructors:Michael.
Coordinate Based Tracking System
Vital Signs Monitoring Wearable Computer By Naresh Trilok Shreenath Laxman.
16.317: Microprocessor System Design I Instructor: Dr. Michael Geiger Spring 2012 Lecture 29: Microcontroller intro.
Michael Davies Andrew Mountain Dan Hoang Daniel Brink Michael Davies Andrew Mountain Dan Hoang Daniel Brink Power Distribution Control Unit.
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
Embedded Systems Design
Colorado Space Grant Consortium Gateway To Space ASEN 1400 / ASTR 2500 Class #12 Gateway To Space ASEN 1400 / ASTR 2500 Class #12 T-58.
Computerized Train Control System by: Shawn Lord Christian Thompson.
Objectives: Lead Switching Circuitry/Control Analog to Digital Converter Write to Computer.
AUTOMATIC ROOM LIGHT CONTROLLER WITH BIDIRECTIONAL VISITOR COUNTER
REAL-TIME SOFTWARE SYSTEMS DEVELOPMENT Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
September, 2007ENGR Low-Level Robot Control Mechatronics: Motors, sensors & embedded controls.
MOBILE OPERATING ROBOT ON EMBEDDED SYSTEM
AMMAR HAJ HAMAD IZZAT AL KUKHON SUPERVISOR : DR. LUAI MALHIS Self-Driven Car.
1. Introduction 1.1 Background 1.2 Real-time applications 1.3 Misconceptions 1.4 Issues in real-time computing 1.5 Structure of a real-time system.
Digital to Analogue Converter
Khaled A. Al-Utaibi  The Push Button  Interfacing Push Buttons to Arduino  Programming Digital Inputs  Working with “Bouncy”
I/O Interfacing A lot of handshaking is required between the CPU and most I/O devices. All I/O devices operate asynchronously with respect to the CPU.
CS-EE 481 Spring Swift-Fox Founder’s Day, 2005 University of Portland School of Engineering Imagine the ability to view and record Up to five different.
REAL-TIME SOFTWARE SYSTEMS DEVELOPMENT Instructor: Dr. Hany H. Ammar Dept. of Computer Science and Electrical Engineering, WVU.
Investigation for Various ECG Acquisitions Prepared by Dr. Syed Sahal Nazli Alhady Dr. Harsa Amylia bt. Mat Sakim School of Electrical & Electronic Engineering.
Representing Numerical Data Analog Any signal that varies continuously over time Mechanical Pneumatic Hydraulic Electrical Digital Quantities are represented.
PROJECT MEETING II Theremi n THEREMIN. Variable Oscillator Fixed Oscillator Detector Pitch Control Variable Oscillator Volume Tuning Volume Control Freq.
ATtiny23131 A SEMINAR ON AVR MICROCONTROLLER ATtiny2313.
BUZZSAT CONTROL SYSTEM. BUZZSAT CONTROL SYSTEM RECIEVING SIGNAL TO TRANSMITEARTH NOT SEEN SEE EARTH TRANSMIT BEACON.
© 2008, Renesas Technology America, Inc., All Rights Reserved 1 Course Introduction Purpose  This course provides an introduction to the peripheral functions.
Closed Loop Temperature Control Circuit with LCD Display Mike Wooldridge ECE 4330 Embedded Systems.
Components of a typical full-featured microcontroller.
MICROCONTROLLER INTERFACING WITH STEPPER MOTOR MADE BY: Pruthvirajsinh Jadeja ( ) COLLEGE:DIET BRANCH:EC.
HOT CAR BABY DETECTOR Group #20 Luis Pabon, Jian Gao ECE 445 Dec. 8, 2014.
The Surveyor By: Randy Direen, David Cox, Ali Abali, Leonardo Carrasco, Lisa Prince Preliminary Design Review January 25, 2005.
TRANSMISSION LINE MULTIPLE FAULT DETECTION AND INDICATION TO EB
TV Remote As A Wireless Mouse For PC.
A Quick Start Guide to PIC16F877 microcontroller And Microchip Development Environment A Quick Start Guide to PIC16F877 microcontroller And Microchip Development.
IR OBSTACLE DETECTION TO
Renesas Electronics Europe GmbH A © 2010 Renesas Electronics Corporation. All rights reserved. RL78 AD converter.
1. PIC ADC  PIC18F877 has 8 analog input channels i.e. port A pins(RA0 to RA5) and port E pins(RE1 and RE2). These pins are used as Analog input pins.
Sponsor: Beam Technologies Team Members: Andrew McGinnis - ECE Chad Carius - ECE Madison McClellan - ECE Behavior Monitoring Toothbrush.
USING TV REMOTE AS A CORDLESS MOUSE FOR THE COMPUTER
CORDLESS MOUSE FEATURES BY TV REMOTE USING PIC MICROCONTROLLER
Application Case Study Christmas Lights Controller
Chip Config & Drivers – Required Drivers:
Study Report for Brushless DC (BLDC) Motors
PIC CONTROLLED DYNAMIC TIME BASED CITY TRAFFIC SIGNAL
Microcontrollers, Basics Tips and Tricks with PIC MCUs
DTMF BASED REMOTE INDUSTRIAL LOAD AND/OR AGRICULTURAL PUMP CONTROL
Project Title EVM IN 8051 Under the Guidance of Submitted by.
PRE-STAMPEDE MONITERING AND ALARM SYSTEM
Chip Configuration and Drivers – Status Report
Microprocessor Systems Design I
Microprocessor Systems Design I
IR OBSTACLE DETECTION TO
SMART GRID BASED FAULT IDENTIFICATION SYSTEM
Project Title EVM IN PIC Under the Guidance of Submitted by.
Introduction to Microprocessors and Microcontrollers
Preliminary Schematic and Hardware Design Narrative
George Hadley Kelli Hacker Sean Ma Jacob Champion
EECE.3170 Microprocessor Systems Design I
Voltage Regulator Board
Presentation transcript:

Hardware Needs 18F452 Main Controller CM8870 DTMF Decoder UART in PIC, MAX232 Serial Port Line Level Converter Amplifier for IR Detector Voltage feed into 7 kHz Low Pass Filter

Printed Circuit Board IR Detectors MOSFET Switches Serial Port IR Sensor Low Pass Filters DTMF Decoder PIC18F452

Normal Software Tasks Starts up and initializes all the necessary hardware inside the PIC… ADC for IR Sensors PORT I/O for DTMF Decoder DTMF Interrupt Controller waits in LOOP mode until DTMF Decoder generates interrupt Reads received value Toggles respective power line Prints action to the serial port LOOP would be changed to SLEEP in flight mode for power saving.

Hardware & Software Improvement Hardware Watchdog/Reset Circuit Power Switch for each IC Power Multiplexer for IR Detectors Telemetry Software SLEEP Mode Algorithm for IR Detector Monitoring and Magnet Use Telemetry