PROJECT REPORT DEPT. OF EEE. Project Title: DIGITAL THERMOMETER. Date of performance: Submission date: Group Leader: Md. Abdullah Kawser.

Size: px
Start display at page:

Download "PROJECT REPORT DEPT. OF EEE. Project Title: DIGITAL THERMOMETER. Date of performance: Submission date: Group Leader: Md. Abdullah Kawser."

Transcription

1 DEPT. OF EEE PROJECT REPORT Project Title: DIGITAL THERMOMETER Date of performance: Submission date: Group Leader: Md. Abdullah Kawser Sec : B-2/2 Members ID:

2 DIGITAL THERMOMETER There was once a time when taking someone s temperature involved warming up a glass tube which contained Mercury and then placing it carefully under the tongue for several minutes until the Mercury rose to the indicated temperature number. The number was given in Celsius however and was rather complicated to read not to mention the amount of time in which it took not only for the preparation of the thermometer but also the total process all together was ridiculous. It was not until many years later that people discovered the dangers in the substance known as Mercury.Just one small crack in the glasstube could send someone into a fatal attack of the blood stream. After this huge discovery, came the invention of the safer, easier to use digital thermometer. The battery powered digital thermometer is not only easier to use but, it also does not have a single drop of mercury in it so it is safe to use. It works by electronically taking the persons temperature through a highly sensitive board of circuits in the tip which detect heat when in contact with it. The temperature is then displayed digitally on a small LCD screen so that it is easy to read. Unlike with the old mercury glass tube though, the digital thermometer is available in many types from baby pacifiers to ear thermometers and even medical grade forehead scanners that work by infrared. These thermometers were a huge step for technology and the world too. EQUIPMENTS: 1. Arduino UNO-R3; 2. 16*2 LCD DISPLAY ; 3. LM-35; 4. 10K POTENTIOMETER ;

3 5. JUMPER WIRES ; 6. BREADBOARD ; 7. Green, Red, Blue LED as indicator ; WORKING PRINCIPLE: This project is about to measure the temperature in both Celsius and farenhite. For the temperature measurement,we have used a LM-35 sensor which can sense the temperature and give the output as10mv/c. The millivolts then converted into Celsius and celsius is converted into farenhite. We have used a LCD display to observe the temperature. The LM-35 would give an analog output connected at ARDUINO analog(a0) pin. We have used a 10k potentiometer into LCD pin 3. There are 3 levels of temperature measured in the project- Low, Moderate & High When the temperature level is high the red one s starts to blink, in moderate the blue and in low temperature the green blink. That s the Working principle of digital thermometer. CODING: #include <LiquidCrystal.h> LiquidCrystal lcd(12,11,5,4,3,2); //Digital pins to which you connect the LCD const int inpin = 0; // A0 is where you connect the sensor void setup() { lcd.begin(16,2); pinmode(13, OUTPUT);

4 pinmode(9, OUTPUT); pinmode(6, OUTPUT); } void loop() { int value = analogread(inpin); // read the value from the sensor lcd.setcursor(0,1); float millivolts = (value / ) * 5000; float celsius = millivolts / 10; lcd.clear(); lcd.setcursor(0,0); lcd.print(celsius); lcd.print("c"); lcd.setcursor(0,1); lcd.print((celsius * 9)/5 + 32); //turning the celsius into fahrehait lcd.print("f"); if (celsius >25 && celsius< 40) { digitalwrite(7, HIGH); lcd.setcursor(15,0); lcd.print("e");

5 lcd.setcursor(14,0); lcd.print("t"); lcd.setcursor(13,0); lcd.print("a"); lcd.setcursor(12,0); lcd.print("r"); lcd.setcursor(11,0); lcd.print("e"); lcd.setcursor(10,0); lcd.print("d"); lcd.setcursor(9,0); lcd.print("o"); lcd.setcursor(8,0); lcd.print("m"); } else {digitalwrite(7, LOW);}

6 if (celsius <25) { digitalwrite(9, HIGH); lcd.setcursor(15,0); lcd.print("w"); lcd.setcursor(14,0); lcd.print("o"); lcd.setcursor(13,0); lcd.print("l"); } else { digitalwrite(9, LOW);} if( celsius>40 && celsius<100) { digitalwrite(13, HIGH); lcd.setcursor(12,0); lcd.print("h"); lcd.setcursor(13,0);

7 lcd.print("i"); lcd.setcursor(14,0); lcd.print("g"); lcd.setcursor(15,0); lcd.print("h");} else{ digitalwrite(13,low); delay(1000);} delay(500);} ADVANTAGES OF DIGITAL THERMOMETER: APPLICATIONS:

8 Reference : Arduino-UNO/

9

ICMIEE-PI Design and Construction of a Digital Anemometer

ICMIEE-PI Design and Construction of a Digital Anemometer International Conference on Mechanical, Industrial and Energy Engineering 2014 25-26 December, 2014, Khulna, BANGLADESH ICMIEE-PI-14041310 0 Design and Construction of a Digital Niaz Ahmad 1, Hari Krishna

More information

Designing a Thermostat Worksheet

Designing a Thermostat Worksheet Designing a Thermostat Worksheet Most of us have a thermostat in our homes to control heating and cooling systems of our home. These important devices help us save energy by automatically turning off energy

More information

Digital Design through Arduino

Digital Design through Arduino 1 Digital Design through Arduino G V V Sharma Contents 1 Display Control through Hardware 1 1.1 Components......... 1 1.2 Powering the Display.... 1 1.3 Controlling the Display... 2 2 Display Control through

More information

WHS EES Project. Rubidium Clock. Rachel, Rachel, Katy, Abishek

WHS EES Project. Rubidium Clock. Rachel, Rachel, Katy, Abishek WHS EES Project Rubidium Clock Rachel, Rachel, Katy, Abishek 2016-2017 1 Contents Meet the Team 3 Calnex Solutions 7 Project Brief 8 Group Roles 9 Gantt Chart 10 Initial Steps 11 Workshop Day 1 Overview

More information

Thermal Energy and Temperature Lab. Experiment Question: How can the difference between thermal energy and temperature be experimentally observed?

Thermal Energy and Temperature Lab. Experiment Question: How can the difference between thermal energy and temperature be experimentally observed? Thermal Energy and Temperature Lab Name 7 th Grade PSI Grade / 20 Experiment Question: How can the difference between thermal energy and temperature be experimentally observed? Hypothesis Starters: 1.

More information

Community College of Allegheny County Unit 9 Page #1. Thermocouples R1 = 1K

Community College of Allegheny County Unit 9 Page #1. Thermocouples R1 = 1K 10K Community College of Allegheny County Unit 9 Page #1 Thermocouples +12V Thermocouple Junction Vin Copper Wire Constantan Wire + - 3 2 741 7 4 1 5-12V 6 V Vout R1 = 1K Rf = 100K Engineers are not expected

More information

Mechatronic Clinometer

Mechatronic Clinometer Mechatronic Clinometer Subject Area(s) Measurement, physical science, problem solving Associated Unit measurement Lesson Title Mechatronic Clinometer Header Image 1 ADA Description: Legos have been used

More information

2 Measurements to Determine System Characteristics

2 Measurements to Determine System Characteristics Living with the Lab Winter 2013 v 2.0, March 7, 2013 Thermal Control of the Fish Tank Gerald Recktenwald gerry@me.pdx.edu 1 Overview This document describes esperiments conducted to determine the thermal

More information

Full Integration of GPS System on Arduino

Full Integration of GPS System on Arduino Full Integration of GPS System on Arduino Alex (Seong Hoon) Lee 1, Professor Robert Winglee 2, 1 Unviersity of Washington, Electrical Engineering Dept. 2 University of Washington, Earth and Space Sciences

More information

'YOU' is an iprosthetics for Gustnado and Tornado:

'YOU' is an iprosthetics for Gustnado and Tornado: 'YOU' is an iprosthetics for Gustnado and Tornado: Welcome to Kansas, the heart of Tornado Alley. 2008 was noted to be the deadliest year in terms of fatalities and loss of life since 1998 and the second

More information

Experiment 4: Resistances in Circuits

Experiment 4: Resistances in Circuits Name: Partners: Date: Experiment 4: Resistances in Circuits EQUIPMENT NEEDED: Circuits Experiment Board Multimeter Resistors Purpose The purpose of this lab is to begin experimenting with the variables

More information

Non - Contact Forehead Infrared Thermometer. Care Q7 USER MANUAL - 1 -

Non - Contact Forehead Infrared Thermometer. Care Q7 USER MANUAL - 1 - Non - Contact Forehead Infrared Thermometer Care Q7 USER MANUAL - 1 - Contents: 1. Introduction... 1 2. Safety precautions... 1 3. Features... 2 4. Product description... 2 5. Display description... 3

More information

Microcontrollers and Interfacing

Microcontrollers and Interfacing Microcontrollers and Interfacing Week 04 Environmental sensing: light and temperature College of Information Science and Engineering Ritsumeikan University 1 series and parallel circuits series circuit:

More information

DESIGN AND IMPLEMENTATION OF A GSM BASED WEATHER STATION. Raphael Muchovo(R14879T)

DESIGN AND IMPLEMENTATION OF A GSM BASED WEATHER STATION. Raphael Muchovo(R14879T) DESIGN AND IMPLEMENTATION OF A GSM BASED WEATHER STATION. by Raphael Muchovo(R14879T) Submitted in partial fulfilment of the requirement for the degree of Bachelor of Science (Hons) Telecommunications

More information

Howto make an Arduino fast enough to... Willem Maes

Howto make an Arduino fast enough to... Willem Maes Howto make an Arduino fast enough to... Willem Maes May 1, 2018 0.1 Introduction Most problems student face when using the Arduino in their projects seems to be the speed. There seems to be a general opinion

More information

Have a look at the following video which shows an invention developed in the High-Low Tech Lab at MIT.

Have a look at the following video which shows an invention developed in the High-Low Tech Lab at MIT. Have a look at the following video which shows an invention developed in the High-Low Tech Lab at MIT. What is the special property of the ink the researchers have invented? We will investigate which materials

More information

Introduction. Sunny Partly Cloudy Cloudy. Flurries Snow Ice. Showers Thunderstorms Rain. High Pressure Low Pressure FRONTS. Cold Warm Stationary

Introduction. Sunny Partly Cloudy Cloudy. Flurries Snow Ice. Showers Thunderstorms Rain. High Pressure Low Pressure FRONTS. Cold Warm Stationary Introduction Weather can change from minute to minute, hour to hour, day to day, or season to season. Meteorologists are scientists who study Earth s atmosphere in order to predict these changes. Meteorologists

More information

By: Krueger and Wideman

By: Krueger and Wideman By: Krueger and Wideman Science Journal (also called log)-this could be pieces of paper stapled together or a notebook Science Fair board- this can be purchased from school for $4.50 Camera-you need to

More information

DIAGNOSTICS NO TOUCH FOREHEAD THERMOMETER

DIAGNOSTICS NO TOUCH FOREHEAD THERMOMETER DIAGNOSTICS NO TOUCH FOREHEAD THERMOMETER nu-beca NO TOUCH THERMOMETER : Thank you for purchasing the nu-beca No Touch Forehead Thermometer. Please read this instruction manual first so you can use this

More information

Superconductivity. Never store liquid nitrogen in a container with a tight fitting lid.

Superconductivity. Never store liquid nitrogen in a container with a tight fitting lid. Superconductivity 1 Introduction In this lab we will do some very simple experiments involving superconductors. You will not have to take much data; much of what you do will be qualitative. However, in

More information

Construction of the Caltech Ch 6 CP-FTMW Spectrometer

Construction of the Caltech Ch 6 CP-FTMW Spectrometer Construction of the Caltech Ch 6 CP-FTMW Spectrometer P. Brandon Carroll Abstract This is meant to be a guide to the construction and implementation of Arduino control of an AD 9914 DDS evaluation board

More information

Monitoring Soil Moisture by Accessing Weather Information through Matlab

Monitoring Soil Moisture by Accessing Weather Information through Matlab International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 8, Number 2 (2015), pp. 113-117 International Research Publication House http://www.irphouse.com Monitoring Soil Moisture

More information

arxiv: v1 [nlin.cd] 25 Dec 2011

arxiv: v1 [nlin.cd] 25 Dec 2011 Visualizing the logistic map with a microcontroller arxiv:1112.5791v1 [nlin.cd] 25 Dec 2011 Juan D. Serna School of Mathematical and Natural Sciences University of Arkansas at Monticello, Monticello, AR

More information

Harnessing the Power of Arduino for the Advanced Lab

Harnessing the Power of Arduino for the Advanced Lab P P Herbert Jaeger + Harnessing the Power of Arduino for the Advanced Lab (Final Version) ALPhA Immersion Workshop July 27 29, 2017 Department of Physics Indiana University Purdue University Ft. Wayne,

More information

SENSOR OR TRANSDUCER OF INTEREST.

SENSOR OR TRANSDUCER OF INTEREST. SENSORS & TRANSDUCERS PREREQUISITES: MODULE 04: OP-AMPS II; MODULE 8: HYBRID CIRCUITS; MODULE 11: MICROCONTROLLERS III; OTHER MODULES MAY ALSO BE HELPFUL, DEPENDING UPON THE SENSOR OR TRANSDUCER OF INTEREST.

More information

1 SIMPLE PENDULUM 1 L (1.1)

1 SIMPLE PENDULUM 1 L (1.1) 1 SIMPLE PENDULUM 1 October 13, 2015 1 Simple Pendulum IMPORTANT: You must work through the derivation required for this assignment before you turn up to the laboratory. You are also expected to know what

More information

Control Engineering BDA30703

Control Engineering BDA30703 Control Engineering BDA30703 Lecture 4: Transducers Prepared by: Ramhuzaini bin Abd. Rahman Expected Outcomes At the end of this lecture, students should be able to; 1) Explain a basic measurement system.

More information

TEMPERATURE AND THERMAL EXPANSION

TEMPERATURE AND THERMAL EXPANSION TEMPERATURE AND THERMAL EXPANSION After boiling water, you will feel that the water is hotter than before, or you can say that the water temperature is higher than before. Otherwise, when you pick an ice,

More information

From Arduino Uno to Beagle Bone Black (and back)!

From Arduino Uno to Beagle Bone Black (and back)! proudly present(s) rom Arduino Uno to Beagle Bone Black (and back)! RELABLEEMBEDDEDSYSTEMS Consulting Training Engineering Robert Berger Embedded Software Specialist email: robert.berger@reliableembeddedsystems.com

More information

Model ST-616CT. Instruction Manual. Infrared Thermo-Hygrometer. reedinstruments. www. com

Model ST-616CT. Instruction Manual. Infrared Thermo-Hygrometer. reedinstruments. www. com Model ST-616CT Infrared Thermo-Hygrometer Instruction Manual reedinstruments com Table of Contents Safety... 2 Features... 3 Specifications...4-5 Instrument Description...6-7 Operating Instructions...8-10

More information

4. Thermometry. Temperature and Heat Flow Temperature Scales Thermometers

4. Thermometry. Temperature and Heat Flow Temperature Scales Thermometers 4. Thermometry Measuring temperature by sensation is very imprecise. That is why we need a temperature scale and a thermometer to measure temperature more accurately. Temperature and Heat Flow Temperature

More information

ICSE Board Class IX Physics Paper 2

ICSE Board Class IX Physics Paper 2 ICSE Board Class IX Physics Paper 2 Time: 2 hrs Total Marks: 80 General Instructions: 1. Answers to this paper must be written on the paper provided separately. 2. You will not be allowed to write during

More information

Lab 1. What s In A Number? Which measuring device should I use? What do significant figures tell me? Is there really that much sugar in my soda?

Lab 1. What s In A Number? Which measuring device should I use? What do significant figures tell me? Is there really that much sugar in my soda? Lab 1. What s In A Number? Which measuring device should I use? What do significant figures tell me? Is there really that much sugar in my soda? Prelab Spend 5 minutes doing the following activity. Assign

More information

Heat and temperature are related and often confused, but they are not the same.

Heat and temperature are related and often confused, but they are not the same. Heat and temperature are related and often confused, but they are not the same. Heat Definition: Heat is energy that is transferred from one body to another as a result of a difference in temperature Symbol:

More information

MECHATRONICS II LABORATORY Experiment #4: First-Order Dynamic Response Thermal Systems

MECHATRONICS II LABORATORY Experiment #4: First-Order Dynamic Response Thermal Systems MECHATRONICS II LABORATORY Experiment #4: First-Order Dynamic Response Thermal Systems The simplest dynamic system is a linear first order system. The time response of a first-order system is exponential.

More information

What Is Air Temperature?

What Is Air Temperature? 2.2 Read What Is Air Temperature? In Learning Set 1, you used a thermometer to measure air temperature. But what exactly was the thermometer measuring? What is different about cold air and warm air that

More information

Physics 248, Spring 2009 Lab 9: Franck-Hertz Experiment

Physics 248, Spring 2009 Lab 9: Franck-Hertz Experiment Name Section Physics 248, Spring 2009 Lab 9: Franck-Hertz Experiment Your TA will use this sheet to score your lab. It is to be turned in at the end of lab. To receive full credit you must use complete

More information

STATEWIDE CAREER/TECHNICAL EDUCATION COURSE ARTICULATION REVIEW MINUTES

STATEWIDE CAREER/TECHNICAL EDUCATION COURSE ARTICULATION REVIEW MINUTES STATEWIDE CAREER/TECHNICAL EDUCATION COURSE ARTICULATION REVIEW MINUTES Articulation Agreement Identifier: _ELT 107/ELT 108 (2011-1) Plan-of-Instruction version number (e.g.; INT 100 (2007-1)). Identifier

More information

Energy Conservation in Circuits Final Charge on a Capacitor. Recorder Manager Skeptic Energizer

Energy Conservation in Circuits Final Charge on a Capacitor. Recorder Manager Skeptic Energizer Energy Conservation in Circuits Final Charge on a Capacitor Recorder Manager Skeptic Energizer Using an ammeter Set up a digital multimeter to be an ammeter. Since you will be measuring currents larger

More information

Activity Title: It s Either Very Hot or Very Cold Up There!

Activity Title: It s Either Very Hot or Very Cold Up There! Grades 3-5 Teacher Pages Activity Title: It s Either Very Hot or Very Cold Up There! Activity Objective(s): In this activity, and the follow-up activity next week, teams will design and conduct experiments

More information

Temperature. Grade Level: 1-3

Temperature. Grade Level: 1-3 Temperature Grade Level: 1-3 Teacher Guidelines pages 1 2 Instructional Pages pages 3 4 Activity Page pages 5-7 Practice Page page 8 Homework Page page 9 Answer Key page 10 11 Classroom Procedure: Approximate

More information

Lecture 2. Professor Hicks General Chemistry (CHE131) Spring Units. units are like apples and oranges. any number of

Lecture 2. Professor Hicks General Chemistry (CHE131) Spring Units. units are like apples and oranges. any number of Lecture 2 Professor Hicks General Chemistry (CHE131) Spring 2009 1 Units units are like apples and oranges any number of 1 inch any number! kilograms things with different types of units cannot be equated

More information

From this analogy you can deduce some rules that you should keep in mind during all your electronics work:

From this analogy you can deduce some rules that you should keep in mind during all your electronics work: Resistors, Volt and Current Posted on April 4, 2008, by Ibrahim KAMAL, in General electronics, tagged In this article we will study the most basic component in electronics, the resistor and its interaction

More information

Overview. Multiplexor. cs281: Introduction to Computer Systems Lab02 Basic Combinational Circuits: The Mux and the Adder

Overview. Multiplexor. cs281: Introduction to Computer Systems Lab02 Basic Combinational Circuits: The Mux and the Adder cs281: Introduction to Computer Systems Lab02 Basic Combinational Circuits: The Mux and the Adder Overview The objective of this lab is to understand two basic combinational circuits the multiplexor and

More information

STATES OF MATTER NOTES..

STATES OF MATTER NOTES.. STATES OF MATTER NOTES.. While you are reading, answer the following which will help you with the States of Matter Project. What is matter (definition): What are the states of matter and what are the characteristics/properties

More information

Experiment 9. Emission Spectra. measure the emission spectrum of a source of light using the digital spectrometer.

Experiment 9. Emission Spectra. measure the emission spectrum of a source of light using the digital spectrometer. Experiment 9 Emission Spectra 9.1 Objectives By the end of this experiment, you will be able to: measure the emission spectrum of a source of light using the digital spectrometer. find the wavelength of

More information

Heat and temperature are different. Heat is a type of energy. Heat is the total energy of all the particles in an object.

Heat and temperature are different. Heat is a type of energy. Heat is the total energy of all the particles in an object. Heat & Temperature Heat vs. Temperature Heat and temperature are different. Heat is a type of energy. Heat is the total energy of all the particles in an object. Temperature is the average energy of each

More information

What Do You Think? Investigate GOALS. [Catch art: xxxxxxxxxxxxxxxxxx] Part A: Volume and Temperature of a Gas

What Do You Think? Investigate GOALS. [Catch art: xxxxxxxxxxxxxxxxxx] Part A: Volume and Temperature of a Gas Activity 4 Hot-Air Balloons [Catch art: xxxxxxxxxxxxxxxxxx] GOALS In this activity you will: Investigate the relationship between temperature and volume of a gas. Understand why the Kelvin scale is used

More information

Homework 7. Name: ID# Section

Homework 7. Name: ID# Section Homework 7 Name: ID# Section 1 Find the probabilities for each of the following using the standard normal distribution. 1. P(0 < z < 1.69) 2. P(-1.57 < z < 0) 3. P(z > 1.16) 4. P(z < -1.77) 5. P(-2.46

More information

Lab in a Box Measuring the e/m ratio

Lab in a Box Measuring the e/m ratio Safety Precautions All the signal voltages are small and harmless. The mains voltages in the mains powered equipment is dangerous but is screened in normal use. The fine beam tube requires dangerous contact

More information

DHS1900 DHS3000 High Temperature Hand Held Infrareds User Manual

DHS1900 DHS3000 High Temperature Hand Held Infrareds User Manual DHS1900 DHS3000 High Temperature Hand Held Infrareds User Manual WD1063 Rev B Revised 02/23/15 Wahl Instruments Inc. 234 Old Weaverville Road Asheville, NC 28804 Toll Free: 800-421-2853 Phone: 828-658-3131

More information

6.111 Final Report. Olek Peraire. 12 December 2018

6.111 Final Report. Olek Peraire. 12 December 2018 6.111 Final Report Olek Peraire 12 December 2018 1 Contents 1 Background 3 2 Implementation 3 2.1 UART Communication...................................... 3 2.2 PI Controller...........................................

More information

Period 5: Thermal Energy, the Microscopic Picture

Period 5: Thermal Energy, the Microscopic Picture Name Section Period 5: Thermal Energy, the Microscopic Picture 5.1 How Is Temperature Related to Molecular Motion? 1) Temperature Your instructor will discuss molecular motion and temperature. a) At a

More information

PART I: MEASURING MASS

PART I: MEASURING MASS Chemistry I Name Dr. Saulmon 2014-15 School Year Laboratory 1 Measuring Mass, Volume, and Temperature Monday, August 25, 2014 This laboratory is broken into three parts, each with its own introduction,

More information

SOTM LAB: P16 OHM S LAW I. TEACHER NOTES & GUIDELINES TITLE OF LAB: Ohm s Law DEVELOPERS OF LAB:

SOTM LAB: P16 OHM S LAW I. TEACHER NOTES & GUIDELINES TITLE OF LAB: Ohm s Law DEVELOPERS OF LAB: SOTM LAB: P16 OHM S LAW I. TEACHER NOTES & GUIDELINES TITLE OF LAB: Ohm s Law DEVELOPERS OF LAB: John Lane, JD853@maristb.marist.edu Taylor Pancoast, JD573@maristb.marist.edu OVERVIEW OF LAB DESCRIPTION

More information

STEAM Clown Production. Series Circuits. STEAM Clown & Productions Copyright 2017 STEAM Clown. Page 2

STEAM Clown Production. Series Circuits. STEAM Clown & Productions Copyright 2017 STEAM Clown. Page 2 Production Series Circuits Page 2 Copyright 2017 Series Parallel Circuits + + SERIES CIRCUIT PARALLEL CIRCUIT Page 3 Copyright 2017 Trick to Remember Ohm s Law V V=I*R R = V I I R I = V R Page 4 Copyright

More information

THE GHOST HUNTING COMPANY

THE GHOST HUNTING COMPANY PHIL WHYMAN'S 'haunted Walkthrough' - a guided tour of your ghost hunting experience with - THE GHOST HUNTING COMPANY WWW.THEGHOSTHUNTINGCO.CO.UK REGARDING THIS PUBLICATION Copyright in text: Phil Whyman

More information

Assembly Programming through Arduino

Assembly Programming through Arduino 1 Assembly Programming through Arduino G V V Sharma Contents 1 Components 1 2 Seven Segment Display 1 2.1 Hardware Setup....... 1 2.2 Software Setup........ 2 2.3 Controlling the Display... 2 3 Display

More information

Model Exam. 6 th Primary. 2 nd term. Name:. Class:..

Model Exam. 6 th Primary. 2 nd term. Name:. Class:.. Model Exam 6 th Primary 2 nd term Name:. Class:.. 1 Model (1) Answer the following questions : 1- [A] Complete the following sentences : 1) The fluorescent lamps contain...gas and a little of... 2) One

More information

Chapter 28. Direct Current Circuits

Chapter 28. Direct Current Circuits Chapter 28 Direct Current Circuits Circuit Analysis Simple electric circuits may contain batteries, resistors, and capacitors in various combinations. For some circuits, analysis may consist of combining

More information

Station 1: The Celsius Thermometer

Station 1: The Celsius Thermometer Station 1: The Celsius Thermometer Thermometers can be made with alcohol, or mercury. We will be using alcohol thermometers. Mercury is a dangerous substance that can be hazardous to your health if are

More information

EM90 INFRA-RED THERMOMETER & THERMOCOUPLE METER

EM90 INFRA-RED THERMOMETER & THERMOCOUPLE METER 99 Washington Street Melrose, MA 02176 Phone 781-665-1400 Toll Free 1-800-517-8431 Visit us at www.testequipmentdepot.com EM90 INFRA-RED THERMOMETER & THERMOCOUPLE METER Users Manual -1- .Introduction

More information

1 SIMPLE PENDULUM 1 L (1.1)

1 SIMPLE PENDULUM 1 L (1.1) 1 SIMPLE PENDULUM 1 October 15, 2016 1 Simple Pendulum IMPORTANT: You must work through the derivation required for this assignment before you turn up to the laboratory. You are also expected to know what

More information

METEOROLOGY 110 Lab 4 Name. Meteorological Measurements

METEOROLOGY 110 Lab 4 Name. Meteorological Measurements METEOROLOGY 110 Lab 4 Name I. Response speeds of thermometers Meteorological Measurements How do you know what the air temperature is? Most people would answer: I read a thermometer. But is the thermometer

More information

Sunlight is a combination of light-waves of various frequencies. Some

Sunlight is a combination of light-waves of various frequencies. Some 96 The Electromagnetic Spectrum r e a d i n g Sunlight is a combination of light-waves of various frequencies. Some of the frequencies can be seen and some cannot be seen by the human eye. The reading

More information

Using a Microcontroller to Study the Time Distribution of Counts From a Radioactive Source

Using a Microcontroller to Study the Time Distribution of Counts From a Radioactive Source Using a Microcontroller to Study the Time Distribution of Counts From a Radioactive Source Will Johns,Eduardo Luiggi (revised by Julia Velkovska, Michael Clemens September 11, 2007 Abstract In this lab

More information

Lab 4 Series and Parallel Resistors

Lab 4 Series and Parallel Resistors Lab 4 Series and Parallel Resistors What You Need To Know: The Physics Last week you examined how the current and voltage of a resistor are related. This week you are going to examine how the current and

More information

Calorimeter Design Project HASPI Medical Chemistry Lab 6a

Calorimeter Design Project HASPI Medical Chemistry Lab 6a Name(s): Period: Date: Calorimeter Design Project HASPI Medical Chemistry Lab 6a Background Engineering in Medicine Although you are in a science class, you might not realize that everything you are learning

More information

Int er net Saf et y Tip s

Int er net Saf et y Tip s BE CAREFUL AS: Facebook oft en means People oft en pret end t o be people t hey are not so be wary of t his!! Int er net Saf et y Tip s N ever accept people you do not know. Never give out your real name

More information

Voltage Dividers, Nodal, and Mesh Analysis

Voltage Dividers, Nodal, and Mesh Analysis Engr228 Lab #2 Voltage Dividers, Nodal, and Mesh Analysis Name Partner(s) Grade /10 Introduction This lab exercise is designed to further your understanding of the use of the lab equipment and to verify

More information

Grade 10 First Term Examination (Revision) Physics. 1. A part of travel graph of John's journey from his house to the shops and back is shown below.

Grade 10 First Term Examination (Revision) Physics. 1. A part of travel graph of John's journey from his house to the shops and back is shown below. Grade 10 First Term Examination (Revision) Physics SP1 & SP2: Motion & Forces 1. A part of travel graph of John's journey from his house to the shops and back is shown below. a) Find out John's speed for

More information

First step: make the detector, a current-to-voltage converter using an op amp and a photodiode

First step: make the detector, a current-to-voltage converter using an op amp and a photodiode Making a photodiode light detector, for several purposes: * Measuring falloff of light with distance from the source (laser, or LED / other divergent source) * Making the detector for a photometer for

More information

Temperature * OpenStax

Temperature * OpenStax OpenStax-CNX module: m42214 1 Temperature * OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 Abstract Dene temperature. Convert temperatures

More information

LABORATORY INVESTIGATION

LABORATORY INVESTIGATION LABORATORY INVESTIGATION Diffusion Through a Dialysis Membrane Transport of substances into and out of the cell is necessary in order to sustain life. Substances transported into the cell are used for

More information

Experiment 2 Deflection of Electrons

Experiment 2 Deflection of Electrons Name Partner(s): Experiment 2 Deflection of Electrons Objectives Equipment Preparation Pre-Lab To study the effects of electric fields on beams of fast moving electrons. Cathode-ray tube (CRT), voltage

More information

INFRARED THERMOMETER TM0819

INFRARED THERMOMETER TM0819 INFRARED THERMOMETER Instruction Manual HORMES LIMITED cs@perfectprime.com G/F UNIT 3, 61 GLENTHORNE ROAD, LONDON W6 0LJ UNITED KINGDOM +44 203 7695377 Retailer Email Address Telephone P.1 CONTENTS 1.

More information

London Examinations IGCSE

London Examinations IGCSE Centre No. Candidate No. Surname Signature Initial(s) Paper Reference(s) 4420/1F London Examinations IGCSE Physics Paper 1F Foundation Tier Monday 31 October 2005 Morning Time: 1 hour 30 minutes Examiner

More information

College Chem I 2045C Specific Heat of a Metal-SL. Objective: In this lab, you will use calorimetry to determine the specific heat of a metal.

College Chem I 2045C Specific Heat of a Metal-SL. Objective: In this lab, you will use calorimetry to determine the specific heat of a metal. Student Name Partner s Name Date College Chem I 2045C Specific Heat of a Metal-SL Objective: In this lab, you will use calorimetry to determine the specific heat of a metal. Materials: Metal Sample Bunsen

More information

DIGITAL THERMOMETER OPERATOR S MANUAL

DIGITAL THERMOMETER OPERATOR S MANUAL DIGITAL THERMOMETER OPERATOR S MANUAL 51 206-3722 52 206-3738 DIGITAL THERMOMETER OPERATOR'S MANUAL RS 51 206-3722 RS 52 206-3738 1 2 INTRODUCTION 1-1 Unpacking and Inspection Upon removing your new Digital

More information

Temperature Measurement

Temperature Measurement Temperature Measurement 157 12 Precise and reliable measurements even in aggressive liquids all probes are encapsulated with PTFE for maximum chemical resistance. PRODUCT TIPS Page 161: 143 PT100 Temperature

More information

OPERATION MANUAL. Acceleration, Velocity RMS measurement, Metric & Imperial unit PEN VIBRATION METER Model : PVB-820

OPERATION MANUAL. Acceleration, Velocity RMS measurement, Metric & Imperial unit PEN VIBRATION METER Model : PVB-820 Acceleration, Velocity RMS measurement, Metric & Imperial unit PEN VIBRATION METER Model : PVB-820 Your purchase of this PEN VIBRATION METER marks a step forward for you into the field of precision measurement.

More information

Simple Battery. Alessandro Volta ( ) A replica of the first battery, built by Volta, can be created and used to understand electricity.

Simple Battery. Alessandro Volta ( ) A replica of the first battery, built by Volta, can be created and used to understand electricity. Simple Battery Alessandro Volta (1745 1827) Topic A replica of the first battery, built by Volta, can be created and used to understand electricity. Introduction Alessandro Volta devised the first wet-cell

More information

PHYS320 ilab (O) Experiment 2 Instructions Conservation of Energy: The Electrical Equivalent of Heat

PHYS320 ilab (O) Experiment 2 Instructions Conservation of Energy: The Electrical Equivalent of Heat PHYS320 ilab (O) Experiment 2 Instructions Conservation of Energy: The Electrical Equivalent of Heat Objective: The purpose of this activity is to determine whether the energy dissipated by a heating resistor

More information

The only NON CONTACT thermometer that projects the temperature on the forehead

The only NON CONTACT thermometer that projects the temperature on the forehead The only NON CONTACT thermometer that projects the temperature on the forehead Advantages of VISIOFOCUS Pro Exclusive patented aiming system guarantees correct point and distance. Projection of the temperature

More information

3 Tools and Measurement

3 Tools and Measurement CHAPTER 1 3 Tools and Measurement SECTION The Nature of Life Science BEFORE YOU READ After you read this section, you should be able to answer these questions: How do tools help scientists? How do scientists

More information

Smart Breast Pump. Deven Carter. Eric Kuo. Dana Lindquist. Final Report for ECE 445, Senior Design, Spring TA: Drew Handler

Smart Breast Pump. Deven Carter. Eric Kuo. Dana Lindquist. Final Report for ECE 445, Senior Design, Spring TA: Drew Handler Smart Breast Pump By Deven Carter Eric Kuo Dana Lindquist Final Report for ECE 445, Senior Design, Spring 2015 TA: Drew Handler Advisors:Yemaya Bourdain, Ernest Sammann May 06, 2015 Project No. 26 Abstract

More information

EXPERIMENT 9 Superconductivity & Ohm s Law

EXPERIMENT 9 Superconductivity & Ohm s Law Name: Date: Course number: MAKE SURE YOUR TA OR TI STAMPS EVERY PAGE BEFORE YOU START! Lab section: Partner's name(s): Grade: EXPERIMENT 9 Superconductivity & Ohm s Law 0. Pre-Laboratory Work [2 pts] 1.

More information

Level 5 Investigative Skills

Level 5 Investigative Skills John Buchan Middle School Level 5 Investigative Skills 46 min 43 marks 1. Periwinkles (a) Periwinkles are animals with shells that live on rocks at the seashore. Shell of periwinkle A Shell of periwinkle

More information

Performance script for sixth graders By Thomas Kuo and Kimberly Kline LEAPS Fellows, University of California, Santa Barbara

Performance script for sixth graders By Thomas Kuo and Kimberly Kline LEAPS Fellows, University of California, Santa Barbara Performance script for sixth graders By Thomas Kuo and Kimberly Kline LEAPS Fellows, 2007-08 University of California, Santa Barbara [Remember to get answers from a wide variety of students in the audience.

More information

CHIP RESISTOR. Chip Resistors Selection Guide. General Purpose Chip Resistor. Zero Ohm Jumper Resistor. Chip Resistor Array MAX WORKING VOLTAGE

CHIP RESISTOR. Chip Resistors Selection Guide. General Purpose Chip Resistor. Zero Ohm Jumper Resistor. Chip Resistor Array MAX WORKING VOLTAGE Chip Resistors Selection Guide General Purpose Chip Resistor SIZE/ mm POWER RATING MAX WORKING VOLTAGE TOLERANCE RESISTANCE RANGE 0402 1.00*0.50 0603 1.60*0.80 1/10W 0. 0805 2.00*1.25 1/8W 1 0. 1206 3.10*1.60

More information

Name Date Class _. Please turn to the section titled The Nature of Light.

Name Date Class _. Please turn to the section titled The Nature of Light. Please turn to the section titled The Nature of Light. In this section, you will learn that light has both wave and particle characteristics. You will also see that visible light is just part of a wide

More information

Classifying Matter. What is matter?

Classifying Matter. What is matter? What do ice cream, root beer, and carbon dioxide gas have in common? Not only do these ingredients combine to make a good treat on a hot, summer day, but they are also made of matter. Matter can be found

More information

Designed to go where you work

Designed to go where you work Designed to go where you work Finally, a digital substitute for your mercury-in-glass thermometers! Accurate and repeatable to ± 0.05 C over its full range, the 55A/55A Stik Thermometer is the new gold

More information

Coimisiún na Scrúduithe Stáit State Examinations Commission

Coimisiún na Scrúduithe Stáit State Examinations Commission M35 Coimisiún na Scrúduithe Stáit State Examinations Commission LEAVING CERTIFICATE EXAMINATION 2006 PHYSICS ORDINARY LEVEL MONDAY, 19 JUNE MORNING 9:30 TO 12:30 Answer three questions from section A and

More information

Chapter 1. Blackbody Radiation. Theory

Chapter 1. Blackbody Radiation. Theory Chapter 1 Blackbody Radiation Experiment objectives: explore radiation from objects at certain temperatures, commonly known as blackbody radiation ; make measurements testing the Stefan-Boltzmann law in

More information

Instruction Manual. HI Refractometer for Sucrose in Wine and Grape Products Measurements

Instruction Manual. HI Refractometer for Sucrose in Wine and Grape Products Measurements Instruction Manual HI 96811 Refractometer for Sucrose in Wine and Grape Products Measurements TABLE OF CONTENTS PRELIMINARY EXAMINATION... 2 GENERAL DESCRIPTION... 3 SPECIFICATIONS... 3 PRINCIPLE OF OPERATION...

More information

Band 1 - Science All. Working Scientifically Animals Including Humans Materials. Plants. Seasonal Changes

Band 1 - Science All. Working Scientifically Animals Including Humans Materials. Plants. Seasonal Changes Band 1 - Science All Working Scientifically Materials Ask simple questions and recognise that they can be answered in different ways (Year 1 focus). I can ask questions and know they can be answered in

More information

Measuring Viscosity. Advanced Higher Physics Investigation. Jakub Srsen SCN: Boroughmuir High School Center Number:

Measuring Viscosity. Advanced Higher Physics Investigation. Jakub Srsen SCN: Boroughmuir High School Center Number: Measuring Viscosity Advanced Higher Physics Investigation Jakub Srsen SCN: 050950891 Boroughmuir High School Center Number: 0 09/02/2009 Contents Introduction 2 Summary 2 Underlying Physics 2 Procedures

More information

1551A Ex/1552A Ex Intrinsically Safe Stik Thermometer. The new gold standard of industrial temperature calibration

1551A Ex/1552A Ex Intrinsically Safe Stik Thermometer. The new gold standard of industrial temperature calibration 1551A Ex/155A Ex Intrinsically Safe Stik Thermometer The new gold standard of industrial temperature calibration Designed to go where you work Finally, a digital substitute for your mercury-in-glass thermometers!

More information

EECS 16B: FALL 2015 FINAL

EECS 16B: FALL 2015 FINAL University of California College of Engineering Department of Electrical Engineering and Computer Sciences E. Alon, B. Ayazifar, C. Tomlin Wed., Dec. 16, 2015 G. Ranade 8:00-11:00am EECS 16B: FALL 2015

More information