cs-ee 481 1founder’s day university of portland school of engineering team steel bridge digital...

32
CS-EE 481 1 Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard Advisor Dr. Robert Albright Dr. Peter Osterberg Industry Representative Mr. Hui Affiliation

Upload: ariel-wells

Post on 05-Jan-2016

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

1Founder’s DayUniversity of Portland School of Engineering

Team STEEL BridgeDigital Thermostat

AuthorsShawn Patterson

Chris Wong

Kyle Woodard

AdvisorDr. Robert Albright

Dr. Peter Osterberg

Industry RepresentativeMr. Hui

Affiliation

Page 2: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

2Founder’s DayUniversity of Portland School of Engineering

Agenda

• Introduction Kyle Woodard

• Background Kyle Woodard

• Methods Chris Wong

• Results All

• Conclusions Shawn Patterson

• Demonstration Shawn Patterson

Page 3: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

3Founder’s DayUniversity of Portland School of Engineering

Introduction

• Welcome!

• Have you ever wondered the temperature of your refrigerator based upon a generic turn dial?

• Reduce the chances of spoiling foods and delivering fresh cold beverages!

• Benefits:– Digital thermostat and the basic components of creating one

– Skills developed from completing Senior Design project

Page 4: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

4Founder’s DayUniversity of Portland School of Engineering

Background

Provides the ability to store food produce and beverages at optimal temperatures:Generic setting vs. specific degrees

Clear display of current temperature

Smaller range

MOSIS Analog measurements, digital data, MOSIS calculation,

output control of external segments

Page 5: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

5Founder’s DayUniversity of Portland School of Engineering

Methods

Describes how you did what you did.

What technical and logical sequence did you follow?

Be sure your procedure follows standard engineering practices.

Page 6: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

6Founder’s DayUniversity of Portland School of Engineering

Results

Start by describing the architecture of your project.

Then, move to your implementation.

Start with a high-level block diagram, describe it’s major blocks, and then drop into each block and do the same.

Describe any data collected and compare it to your theoretical calculations.

You will likely need several Results slides

Page 7: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

7

Temperature Input

• Temperature read from fridge using a thermocouple probe

• Displayed on LEDs and used by MOSIS to control the compressor

Founder’s DayUniversity of Portland School of Engineering

Page 8: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

8

LEDs

• Limited to number of I/O pins of MOSIS.

• To drive LEDs, used driver chips to convert binary coded decimal into 7 output pins that drive LEDs

Founder’s DayUniversity of Portland School of Engineering

Page 9: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

9

Thermocouple Probe

• K-type probe (most linear around 0°)

• 2 dissimilar metals, joined at one end. Heating this junction creates voltage and internal logic converts voltage to degrees

• Grounded (-) terminal so any change in output voltage is positive

• 0.1 ° mV per 0.1 ° degree change

Founder’s DayUniversity of Portland School of Engineering

Page 10: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

10

A/D Converter

• Translates voltage into digital data used by MOSIS

• 0.3 mV per change in bit state

• Each bit state corresponds to 0.1 °

Founder’s DayUniversity of Portland School of Engineering

Page 11: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

11

OpAmp

• In order to match 0.3mV/bit change with the 0.1 mV output of probe, need to amplify probe’s output

• OpAmp placed in confiruration to give a gain of +3

Founder’s DayUniversity of Portland School of Engineering

Page 12: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

12

User Input

• User reads actual temperature and sets desired temperature

• User sets desired temperature with push-buttons

Founder’s DayUniversity of Portland School of Engineering

Page 13: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

13

Debouncing Circuit

• Used a debouncing circuit for ringing in push-buttons

• Tried RS latch, RC circuit, and settled on Schmitt Trigger

Founder’s DayUniversity of Portland School of Engineering

Page 14: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

14

Results: Clock

• Utilized a 555 timing IC as main clock.

• F = 1/[.693C(Ra+2Rb)]

Founder’s Day

University of Portland School of Engineering

Page 15: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

15

Clock (Cont.)

• Used clock as sampling input to ADC.

• Sampling input needed a high duty cycle.

Founder’s DayUniversity of Portland School of Engineering

Page 16: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

16

MOSIS: Full Layout

Founder’s DayUniversity of Portland School of Engineering

We give a very appreciative THANK YOU to:

MOSIS Educational Program (MEP).

Page 17: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

17

MOSIS: Averaging Circuit

Founder’s DayUniversity of Portland School of Engineering

Page 18: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

18

MOSIS: Binary-Coded-Decimal

Founder’s DayUniversity of Portland School of Engineering

Page 19: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

19

MOSIS: Comparators

Founder’s DayUniversity of Portland School of Engineering

Page 20: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

20

MOSIS: 2° Dead Zone

Founder’s DayUniversity of Portland School of Engineering

Page 21: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

21

MOSIS: Setting Temperature

Founder’s DayUniversity of Portland School of Engineering

Page 22: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

22

MOSIS: Layout Editor

Founder’s DayUniversity of Portland School of Engineering

Page 23: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

23Founder’s DayUniversity of Portland School of Engineering

Conclusions

Recap your main messages (key points). What is it that you want the audience to remember?

Discuss possible areas for improving the design.

Provide a sense of closure.

Page 24: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

24Founder’s DayUniversity of Portland School of Engineering

Demonstration

Briefly describe what you will be demonstrating.

Tell the audience what they will see, what to look for, and why it is important.

Your demonstration should be “turn-key” and ready to go (e.g., don’t connect cables). Craig Henry has carts for your project.

Plan a contingency in case your demonstration fails to work. Bad luck does happen. A video is a good backup.

Page 25: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

25Founder’s DayUniversity of Portland School of Engineering

Thank You.

Are there any questions?

Page 26: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

26Founder’s DayUniversity of Portland School of Engineering

Suggestions and RestrictionsNOT PART OF YOUR PRESENTATION

1. Do not modify the style of the template. If it doesn’t fit on one slide, then add additional slides. If you make the font sizes smaller than about 20 point, the audience can not read it. Also, if you put too much on one slide the audience can not read it.

2. The next slide identifies the correct fonts and point sizes. If you have a first-level (or second-level) heading, remember to use at least two and not just one. Do not use a third-level heading.

Page 27: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

27Founder’s DayUniversity of Portland School of Engineering

Times New Roman 44

• Times New Roman 32, 1st first-level– Times New Roman 28, 1st second-level– Times New Roman 28, 2nd second-level

• Times New Roman 32, 2nd first-level– Times New Roman 28, 1st second-level– Times New Roman 28, 2nd second-level

• Times New Roman 32, 3rd first-level

margin

margin

margin

margin

Page 28: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

28Founder’s DayUniversity of Portland School of Engineering

Suggestions and RestrictionsNOT PART OF YOUR PRESENTATION

3. PowerPoint may re-format the font size if you try to include too much information. Limit your text so that this does not happen. Keep everything within the defined boundaries and margins.

4. Keep your presentation text to short bullets. Do not use text that reads like a sentence. Keep it simple. Think of each text line as a newspaper headline. Lots of information, very few words.

Page 29: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

29Founder’s DayUniversity of Portland School of Engineering

Suggestions and RestrictionsNOT PART OF YOUR PRESENTATION

5. Include lots of figures, tables, or digital images. Visual material is very effective: a picture is worth a thousand words. Lots faster too. Avoid dark pictures as they will not show well on the projector.

6. Make use of color in your supporting material. Use clip art when appropriate to illustrate a point. Spice it up with color.

7. If it makes sense, animate your objects. Animation helps explain a sequence. Don’t overdo it though.

Page 30: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

30Founder’s DayUniversity of Portland School of Engineering

Suggestions and RestrictionsNOT PART OF YOUR PRESENTATION

8. If you have equations, use an equation editor to create professional-quality objects.

9. Please do not refer to your project by its project name; use only its title.

10. Because of time constraints, you will not be allowed to add files, pictures, or other audio visual material to you presentation after the cutoff date and time.

Page 31: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

31Founder’s DayUniversity of Portland School of Engineering

Suggestions and RestrictionsNOT PART OF YOUR PRESENTATION

11. Don’t assume PC in the presentation room has a certain application installed. Do not count on having access to the Internet or your P: drive.

12. Don’t overrun you time allotment and let everyone on the team speak. Leave time for questions. Your moderator will cut you off to keep on schedule.

13. Please dress appropriately and in “business” attire.

Page 32: CS-EE 481 1Founder’s Day University of Portland School of Engineering Team STEEL Bridge Digital Thermostat Authors Shawn Patterson Chris Wong Kyle Woodard

CS-EE 481

32Founder’s DayUniversity of Portland School of Engineering

Suggestions and RestrictionsNOT PART OF YOUR PRESENTATION

14. You can sign up in the engineering office to reserve a room to practice your presentation.

You must do a dry run of your presentation and demonstration with your advisor prior to Founder’s Day.