20
ECE482 Final Project Spring 03

ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

Embed Size (px)

Citation preview

Page 1: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

ECE482 Final ProjectSpring 03

Page 2: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

SpecificationDesign a digital thermometer to report the temperature in the room in degrees Fahrenheit.

The PC should update the room temperature once each second.

A display as simple as the following is acceptable:

Present room temperature is 78 degrees Fahrenheit.

While you can have this message scrolling downward, it would be better if the message was updated in place.

Work in teams of 3 (your choosing).

You will demonstrate your project and give a brief oral presentation either before orafter the final exam on Mon May 5 (6:30 – 8:10 pm).

I would prefer that the presentations take place prior to the exam if possible.

Page 3: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

Design of a Digital Thermometer

Page 4: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

LM34 Thermometer IC

Page 5: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

PC Extender Card

Page 6: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

Buffering I/O Address Range 300H-31FH

Page 7: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

Side View of Extender Card

Page 8: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

Interface Trainer Decoding Circuitry

Page 9: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

Connector and Cable

Page 10: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

I/O Port Addresses Decoded by Trainer

Page 11: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

PC Interface Trainer Module

Page 12: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

PC Interface Trainer Connection

Page 13: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

Simple Program to Test Port A

Page 14: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

8255 PPI Chip Pinout

Page 15: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

8255 Control Word

Page 16: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

Example 4-5

Page 17: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

Example 4-6

Page 18: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

Writing a Character to the Screen

Page 19: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

Writing a Character String to the Screen

Page 20: ECE482 Final Project Spring 03. Specification Design a digital thermometer to report the temperature in the room in degrees Fahrenheit. The PC should

Binary to Decimal to ASCII Conversion