ECE 4330 – Final Project By: John Litzenberger.  A IC temperature sensor (DS1620)  Reads through ADC (pin.0 Port A)  Feedback control for extreme conditions.

Slides:



Advertisements
Similar presentations
Michael Madavane Russell McLoughlin. Plan Build a autonomous car, a GuideBot, that follows a set of directions to navigate an obstacle course Distance.
Advertisements

Sensing and Control.
Interfacing to the Analog World
Jordan Barry Victor Brzeski
RWD CONTROLLERS TECHNICAL
What is Arduino?  Arduino is a ATMEL 168 micro-controller kit designed specially for small projects  User friendly IDE(Integrated Development Environment)
Objectives Control Terminology Types of controllers –Differences Controls in the real world –Problems –Response time vs. stability.
555 Timer ©Paul Godin Updated February Oscillators ◊We have looked at simple oscillator designs using an inverter, and had a brief look at crystal.
Drives & Control June 2003 A. Jansen 1 Brushless DC Motor Control with C868 and CAPCOM6.
Interface & Instrumentation. ADC Sensor Interfacing Gas Sensor Temperature Sensor Humidity Sensor Sonar Sensor.
Tony Yi 5/2/2015 CENG4480 TUTORIAL 3. ABOUT ME I am “the other” tutor of CENG4480 You can find me at Rm116 in SHB
Weather Station Project Wind Speed Wind Direction Temperature Light/Dark Sensor 1.
Review of Wunderboard ECE152. Overview  Hardware  Software Tool chain  Port Pins  LED Array  Analog to Digital Converter.
Automated Pool Maintenance System Jonathan Arbogast Janine Garnham Ajay Suthar.
EE396 Project Micromouse Team: Ocha. Team Members Kanoa Jou (Programmer) Ryan Sato (Hardware) KiWoon Ahn (Recorder) Alan Do (Programmer)
By: Mark Bright and Mike Donaldson.  Project Goal  Applications of our system  System Block Diagram  Thermal Plant Overiew  Current Progress ◦ Engine.
PID Temperature Controller
Timers and Interrupts Shivendu Bhushan Summer Camp ‘13.
DC Motor Control  mouse EE 496 Advisor: Dr. Tep Dobry.
Digital I/O Connecting to the Outside World
Automatic Control Mike Robinson. You can measure the distance from the RC car to some target. What could your program do to keep the car as close to the.
Basic Stamp Free Pins These pins can be used by the operator for digital Inputs and Outputs Used Pins 0.
SIGMA-DELTA ADC SD16_A Sigma-Delta ADC Shruthi Sujendra.
CS 478: Microcontroller Systems University of Wisconsin-Eau Claire Dan Ernst Hybrid I/O – Pulses.
Lecture 15: Digital to Analog Converters Lecturers: Professor John Devlin Mr Robert Ross.
Applications of PPI Stepper Motors- D/A - A/D - Temperature Sensor.
1 Lecture on Lab 6 Lab 7 Lab 8. 2 Lab 6: Open Loop Controller As you learned in lab 5, there are two kinds of control systems: open loop and closed loop.
oPEN Simulation Environment PENSE PENSE PENSE is a simulation framework written in C++ using fully object oriented design patterns and it's designed.
By Tony Hoff ECE 4220 – Real Time Embedded Computing University of Missouri - Columbia Course Instructor: Dr. Guiherme DeSouza.
Control Theory Control System Objectives  Establish a final condition  Provide safe operation  Eliminate the human element  Assure economical operation.
SMV ELECTRIC TUTORIALS Nicolo Maganzini, Geronimo Fiilippini, Aditya Kuroodi 2015.
Josh Lawson ECE Overview Project Description Schematic Hardware Involved Features of ATMEGA16/STK500 Involved System Features Testing Method.
Water Flow GROUP A. Analogue input voltage results: Motor Input voltage( V) pin 12 Analogue input voltage (V) Display number
Interpreting Temperature Logger Data
ECE4006 Senior Design Project Linda Milor and Jay Schlag
A UTOMATED Design Team 8 David Martinez Robert Raley James Wilson A DJUSTABLE T ABLE Status Report #5 March 3, 2010.
IN 1900 ICT Project Final Presentation. Group name : Code Squad.
Embedded Control Systems Dr. Bonnie Heck School of ECE Georgia Tech.
Ambient Feedback Control System Jonathan Uht.  Description of Ambient Feedback Control System  Block Diagram of Ambient Feedback Control System  Hardware.
Analog Output Materials: animatronic head Processing Quiz HW: code links.
Digital-to-Analog Analog-to-Digital Week 10. Data Handling Systems  Both data about the physical world and control signals sent to interact with the.
Closed Loop Temperature Control Circuit with LCD Display Mike Wooldridge ECE 4330 Embedded Systems.
FSAEe Data Acquisition System ECE 445 Senior Design Mohan Sha Raviraj Mahajan Mohammad Farooq Shaik TA: Ryan May Project No. 34 Spring 2013.
ECE 300 Brian Austin Paul Obame Michael Vaughn Thomas P. Wills Dr. Green Final Project April 17, 2004.
Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot simple example program to control a DC-Motor Next - Press the button (left)
Solar Patio Umbrella Final Presentation May 3 rd, 2016 Team #37 ECE 445 – Spring 2016.
Digital-to-Analog Analog-to-Digital
1 Lab 4: D/A Converter Lab 4: D/A Converter This is a simple resistive network for a D/A converter Port 1, Port 0 are digital inputs ==> 00 (minimum),
EE140 Final Project Members: Jason Su Roberto Bandeira Wenpeng Wang.
TITLE: 555 Timer OM INSTITUTE OF TECHNOLOGY Subject: Analog Electronics ( ) Semester: 03 Prepared By:
ARUN MUCHHALA ENGINEERING COLLEGE- DHARI [ ] ANALOG ELECTRONICS Prajapati Omprakash rd ELECTRICAL DEPARTMENT ANALOG ELECTRONICS.
ECE445: Senior Design Spring 2015 Team 17: Weather Jukebox Sang Yun Bang, Thomas Fedrigon, Shanda Lu.
WATER LEVEL INDICATOR AND AUTOMATIC MOTOR SWITCHING SYSTEM
Smart Home Temperature System with Spinning LED Display Group 49: Jianxi Lu, Jia Shi, Xingchang Cheng May 4th, 2016 ECE445.
ME 322: Instrumentation Lecture 35
ECE 3430 – Intro to Microcomputer Systems
Digital-to-Analog Analog-to-Digital
Temperature sensors Temperature is the most often-measured environmental quantity. This might be expected since most physical, electronic, chemical, mechanical,
Motor Control Solutions
555 Timer EEE DEPARTMENT KUMPAVAT HARPAL( )
PID Temperature Controller
Prepared by: Ibrahim Yasin Ibrahim Abdulhaq
Digital-to-Analog Analog-to-Digital
PID Temperature Controller
Motor Control Solutions
enerlogic Energy Smart Office Control System
ENGR 1 Presentation Thomas Matthews.
UNIT 5 Analog signals.
Sensors ME 4135.
Motor Control Solutions
Presentation transcript:

ECE 4330 – Final Project By: John Litzenberger

 A IC temperature sensor (DS1620)  Reads through ADC (pin.0 Port A)  Feedback control for extreme conditions  High heat will cause the motor to not operate at maximum level  Regular temperature motor will operate at maximum available output  Simple feedback control system (proportional)

 Read data off of the analog to digital converter  Take an average of the data  Adjust duty cycle according to temperature reading  Output data to terminal

 Be able to supply temperature change.  Body temperature may be used instead of high heat source  Read data properly  Error calculation  Proportional control system

 A tri-state buffer may need to be used  Learn the complete interworking of the temperature sensor