Evaluation copy. Acidity Tester. Project OBJECTIVES DIFFICULTY LEVEL

Size: px
Start display at page:

Download "Evaluation copy. Acidity Tester. Project OBJECTIVES DIFFICULTY LEVEL"

Transcription

1 Acidity Tester Project 3 Engineers use robots to do tasks that might be harmful to humans. One common example is working with hazardous chemicals. A hazardous chemical is one that could cause a negative health effect, such as cancer, lung damage, skin irritation, or even death. If a mixture contains at least 1% of a known hazardous chemical, it is classified as a hazardous material. Consequently, many common household solutions, such as paints, cleaners, inks, and dyes can be considered hazardous. An acid is sometimes considered a hazardous chemical, because it can cause severe burns if it gets in your eyes, nose, or skin. Not all acids are hazardous, however. Some acids, such as vinegar and lemon juice, are used in cooking to give foods their distinctive flavor. In this project, your challenge is to build a sensor-controlled robot to determine the acidity of a liquid. Your robot should be mobile, so that hazardous chemicals can be kept away from human operators. You will use a Vernier ph Sensor and a Vernier NXT Sensor Adapter connected to your NXT to test the acidity of several common household solutions. Solutions that are acidic will have a ph value between 0 7. There are many ways to tackle this challenge. One idea described here is to have your robot move toward a cup of liquid, stop when a LEGO Touch Sensor contacts the cup, and then lower the ph Sensor into the cup. Once the ph of the liquid is determined, the robot should raise the ph Sensor from the cup and back away. You can play a sound file, such as a scream, to let people know the solution is hazardous. OBJECTIVES In this project, you will Build a robot to find a cup and lower a probe. Use the NXT to determine the ph value of a liquid. Play a sound based on sensor data. Evaluation copy DIFFICULTY LEVEL Construction Intermediate Programming Intermediate STEM with Vernier and LEGO MINDSTORMS NXT 3-1

2 Project 3 MATERIALS computer coffee cup LEGO NXT Intelligent Brick household solutions (see Experiment 1) MINDSTORMS Edu NXT v2.0 software wash bottle filled with distilled water Vernier NXT Sensor Adapter waste cup Vernier ph Sensor* goggles LEGO MINDSTORMS NXT Educational Set *The ph Sensor should stand in ph 7 buffer solution when not in use to keep it from drying out. DESIGN REQUIREMENTS In this project, you will design and build a mobile robot for testing the ph of a solution. You should use a ceramic coffee cup or other relatively heavy container to hold the solution, since a lightweight container, like a Styrofoam cup, might tip over. The robot should approach the cup, stop when the touch sensor comes in contact with the cup, and then lower the ph Sensor. After a few seconds your robot should raise the ph Sensor, play a sound, and then back away from the cup. Your program should compare the ph value of the solution with a pre-defined limit. If the ph is less than 7, the robot should scream. If the ph is greater than 7, the robot should say good. We recommend using orange juice or cola for the acid in this project and water with a little baking soda added to it for the base. If you use any other acid solution, use caution as they can be toxic, corrosive, or irritating to the skin, eyes, lungs, or mucous membranes. Handle those solutions with care. Do not allow the solutions to contact your skin or clothing. You are strongly encouraged to use the Engineering Design Method and your creative imagination when tackling this challenge (see Appendix G). However, construction and programming instructions for one possible solution follow. CONSTRUCTION These directions were created using LEGO Digital Designer (LDD), a CAD-like software program for LEGO components. This program allows you to view the following building instructions interactively on your computer. A free download of LDD is available from The Acidity Tester LDD file is provided on the accompanying CD. The base for this robotic device is a basic Four-Wheel Cart. (See Appendix E for detailed building instructions. The 4Wheel Cart LDD file is also provided on the accompanying CD.) The building instructions below are for two subassemblies that will be added to the basic cart: the Touch Sensor & Motor and the ph Sensor Holder. The Touch Sensor & Motor subassembly will be attached to the two motors on the Four-Wheel Cart. The ph Sensor Holder subassembly will be attached to the motor on the Touch Sensor & Motor subassembly. 3-2 STEM with Vernier and LEGO MINDSTORMS NXT

3 Acidity Tester Touch Sensor & Motor Step 1 Step 2 Step 3 Step 4 STEM with Vernier and LEGO MINDSTORMS NXT 3-3

4 Project 3 Step 5 Step 6 Step 7 Step 8 Step 9 Step 10 See Appendix E for cart building instructions 3-4 STEM with Vernier and LEGO MINDSTORMS NXT

5 Acidity Tester Note, the lower axle shown in Step 7 is the same axle shown in Step 3 of the Basic Cart instructions. Remove the 12M axle from the bottom of the Basic Cart, slide the long end of the angle beam down between the two motors, and reinsert the axle between all pieces. Secure on the ends with bushings. Use a cable to connect the upper motor to port A on the NXT. Connect the touch sensor to Port 2 and the cart s motors to Ports B and C. ph Sensor holder Step 1 Step 2 Step 3 Step 4 STEM with Vernier and LEGO MINDSTORMS NXT 3-5

6 Project 3 Step 5 Step 6 Step 7 Step 8 Step 9 Step STEM with Vernier and LEGO MINDSTORMS NXT

7 Acidity Tester Step 11 Step 12 Step 13 Step 14 Step 15 Step 16 STEM with Vernier and LEGO MINDSTORMS NXT 3-7

8 Project 3 Step 17 Step 18 Attach the ph Sensor Holder to the motor that is part of the Touch Sensor & Motor subassembly; then position a Vernier ph Sensor between the four axles of the ph Sensor Holder. The bulb of the ph Sensor is easily breakable and should not extend below the end of the beam. The beam was intentionally made longer to protect the bulb of the ph Sensor from hitting the bottom of the cup. Secure the ph Sensor in place by wrapping two rubber bands from your MINDSTORMS NXT Educational Set around the upper and lower pair of axles. Connect the ph Sensor to the Vernier NXT Adapter; then connect the Adapter to Port 1 on the NXT. 3-8 STEM with Vernier and LEGO MINDSTORMS NXT

9 PROGRAMMING Acidity Tester The 03 Acidity Test.rbt program created with MINDSTORMS Edu NXT v2.0 software is shown below. (This program can be found on the accompanying CD.) 03 Acidity Test is a simple single pass program. When the program starts, it waits a second before executing to allow the user to get out of the way. The program enters a loop that runs the drive motors B and C forward until the touch sensor on the front of the robot contacts the cup of solution; then it stops. The robot then lowers the Vernier ph Sensor into the solution using motor A, waits four seconds, takes a ph reading, and displays it on the NXT screen. Next, a Switch command performs a ph reading and determines what sound file is played based on the value of the reading (see the figure below). If the ph is below 7 (the acid), the solution is considered hazardous and the robot will shout. If the ph is above 7, the solution is considered safe and the robot will say Good. (Settings for formatting the Sound block are shown in the figure below.) The robot then raises the ph Sensor and backs away from the cup. STEM with Vernier and LEGO MINDSTORMS NXT 3-9

10 Project 3 The figure below shows the settings for formatting the Switch block. EXTENSIONS 1. Add a LEGO Motion Sensor and Light Sensor to your robot to allow it to sort a set of liquidfilled cups into an Acid area and a Safe area. You can use black tape to outline the areas on the floor. The robot described above is a four-wheeled cart constrained to moving forward and backward. It is a good design when you require a lot of stability, but it is not good for turning. A suggestion would be to substitute the three-wheeled Driving Base robot is described in the Robot Educator of the NXT Programming software. 2. Liquids have other properties that can be considered potentially hazardous to humans, such as temperature, conductivity, or salinity. Repeat this project substituting a Vernier Stainless Steel Temperature Probe to test for scalding liquids, a Vernier Conductivity Probe to check for a heavy ion concentration in a liquid, or a Vernier Salinity Sensor to test the saltiness of a solution STEM with Vernier and LEGO MINDSTORMS NXT

11 Vernier Lab Safety Instructions Disclaimer THIS IS AN EVALUATION COPY OF THE VERNIER STUDENT LAB. This copy does not include: Safety information Essential instructor background information Directions for preparing solutions Important tips for successfully doing these labs The complete STEM with Vernier and LEGO MINDSTORMS NXT lab manual includes 14 lab activities and four projects as well as essential teacher information. The full lab book is available for purchase at: Vernier Software & Technology S.W. Millikan Way Beaverton, OR Toll Free (888) (503) FAX (503)

Household Acids and Bases

Household Acids and Bases Household Acids and Bases Computer 28 Many common household solutions contain acids and bases. Acid-base indicators, such as litmus and red cabbage juice, turn different colors in acidic and basic solutions.

More information

Water Hardness. Evaluation copy

Water Hardness. Evaluation copy Water Hardness Experiment 11 When water passes through or over mineral deposits such as limestone, the levels of certain ions present in the water increase greatly and cause the water to be classified

More information

Neutralization Reactions. Evaluation copy

Neutralization Reactions. Evaluation copy Neutralization Reactions Computer 6 If an acid is added to a base, a chemical reaction called neutralization occurs. An example is the reaction between nitric acid, HNO 3, and the base potassium hydroxide,

More information

Endothermic and Exothermic Reactions. Evaluation copy. Mg(s) + 2 HCl(aq) H 2 (g) + MgCl 2 (aq)

Endothermic and Exothermic Reactions. Evaluation copy. Mg(s) + 2 HCl(aq) H 2 (g) + MgCl 2 (aq) Endothermic and Exothermic Reactions Computer 1 Many chemical reactions give off energy. Chemical reactions that release energy are called exothermic reactions. Some chemical reactions absorb energy and

More information

Evaluation copy. Energy Content of Foods. computer OBJECTIVES MATERIALS

Evaluation copy. Energy Content of Foods. computer OBJECTIVES MATERIALS Energy Content of Foods Computer 10 Energy content is an important property of food. The energy your body needs for running, talking, and thinking comes from the food you eat. Energy content is the amount

More information

Maximum value. resistance. 1. Connect the Current Probe to Channel 1 and the Differential Voltage Probe to Channel 2 of the interface.

Maximum value. resistance. 1. Connect the Current Probe to Channel 1 and the Differential Voltage Probe to Channel 2 of the interface. Series and Parallel Circuits Computer 23 Components in an electrical circuit are in series when they are connected one after the other, so that the same current flows through both of them. Components are

More information

Household Acids and Bases

Household Acids and Bases Household Acids and Bases GRADE LEVEL INDICATORS Experiment Demonstrate that the ph scale (0-14) is used to measure acidity and classify substances or solutions as acidic, basic, or neutral. 21 Develop

More information

Evaluation copy. Titration of a Diprotic Acid: Identifying an Unknown. Computer

Evaluation copy. Titration of a Diprotic Acid: Identifying an Unknown. Computer Titration of a Diprotic Acid: Identifying an Unknown Computer 25 A diprotic acid is an acid that yields two H + ions per acid molecule. Examples of diprotic acids are sulfuric acid, H 2 SO 4, and carbonic

More information

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply Servo Motors (SensorDAQ only) Project 7 Servos are small, relatively inexpensive motors known for their ability to provide a large torque or turning force. They draw current proportional to the mechanical

More information

Pressure -Temperature Relationship in Gases. Evaluation copy. Figure 1. 125 ml Erlenmeyer flask. Vernier computer interface

Pressure -Temperature Relationship in Gases. Evaluation copy. Figure 1. 125 ml Erlenmeyer flask. Vernier computer interface Pressure -Temperature Relationship in Gases Computer 7 Gases are made up of molecules that are in constant motion and exert pressure when they collide with the walls of their container. The velocity and

More information

The Determination of an Equilibrium Constant

The Determination of an Equilibrium Constant The Determination of an Equilibrium Constant Computer 10 Chemical reactions occur to reach a state of equilibrium. The equilibrium state can be characterized by quantitatively defining its equilibrium

More information

Evaluation copy. Build a Temperature Sensor. Project PROJECT DESIGN REQUIREMENTS

Evaluation copy. Build a Temperature Sensor. Project PROJECT DESIGN REQUIREMENTS Build a emperature Sensor Project A sensor is a device that measures a physical quantity and converts it into an electrical signal. Some sensors measure physical properties directly, while other sensors

More information

Lift the Load! Make a lever. Measure the amount of force needed to lift up a book when applying a force at different positions on the lever.

Lift the Load! Make a lever. Measure the amount of force needed to lift up a book when applying a force at different positions on the lever. Lift the Load! Computer 28 The Greek philosopher Archimedes said, "Give me a lever long enough, and a place to stand and I can move the world." What did he mean by this? In this activity, you will get

More information

Osmosis. Evaluation copy

Osmosis. Evaluation copy Osmosis Computer 5 In order to survive, all organisms need to move molecules in and out of their cells. Molecules such as gases (e.g., O 2, CO 2 ), water, food, and wastes pass across the cell membrane.

More information

Determining the Free Chlorine Content of Swimming Pool Water. HOCl H + + OCl. Evaluation copy

Determining the Free Chlorine Content of Swimming Pool Water. HOCl H + + OCl. Evaluation copy Determining the Free Chlorine Content of Swimming Pool Water Computer 33 Physicians in the nineteenth century used chlorine water as a disinfectant. Upon the discovery that certain diseases were transmitted

More information

Evaluation copy. Case File 9. A Killer Cup of Coffee? GlobalTech manager dies

Evaluation copy. Case File 9. A Killer Cup of Coffee? GlobalTech manager dies Case File 9 Killer Cup of Coffee: Using colorimetry to determine concentration of a poison Determine the concentration of cyanide in the solution. A Killer Cup of Coffee? SOUTH PAINTER, Tuesday: It was

More information

USING TECHNOLOGY FOR DATA COLLECTION

USING TECHNOLOGY FOR DATA COLLECTION USING TECHNOLOGY FOR DATA COLLECTION The advances in technology have provided a number of instruments for collecting and interpreting data. These include portable microscopes, electronic balances, ph meters,

More information

ACIDS AND BASES SAFETY PRECAUTIONS

ACIDS AND BASES SAFETY PRECAUTIONS ACIDS AND BASES Mild acids and bases are used in cooking (their reaction makes biscuits and bread rise). Acids such as those in our stomachs eat away at food or digest it. Strong acids and bases are used

More information

EXPERIMENT 20: Determination of ph of Common Substances

EXPERIMENT 20: Determination of ph of Common Substances Materials: ph paper and color chart (ph range 3 to 12) or ph meter distilled water white vinegar household ammonia (or baking soda) spot plate test or 3 small test tubes stirring rod solutions / fruits

More information

Solar Homes and Heat Sinks. Evaluation copy. empty bottle with screw-on cap

Solar Homes and Heat Sinks. Evaluation copy. empty bottle with screw-on cap Solar Homes and Heat Sinks Computer 15 Alternative energy sources are energy sources other than the nonrenewable fossil fuels coal, petroleum, and natural gas. Solar energy, or energy from the sun, is

More information

Chemistry 101. Chemistry Experiments for the Home Acidity Determination Using Indicators

Chemistry 101. Chemistry Experiments for the Home Acidity Determination Using Indicators Chemistry 101 Chemistry Experiments for the Home Acidity Determination Using Indicators I. Objective: To determine the acidity of a variety of common substances by the use of indicators. To prepare your

More information

ph Measurement and Control

ph Measurement and Control ph Measurement and Control Tech Tip #14 1997 I. The Need for ph II. ph System Requirements III. ph Electrode Conditioning Procedures IV. How the electrode works V. Identifying the Electrode Components

More information

Neutralizing an Acid and a Base

Neutralizing an Acid and a Base Balancing Act Teacher Information Objectives In this activity, students neutralize a base with an acid. Students determine the point of neutralization of an acid mixed with a base while they: Recognize

More information

ph Measurements of Common Substances

ph Measurements of Common Substances Chem 100 Section Experiment 10 Name Partner s Name Introduction ph Measurements of Common Substances The concentration of an acid or base is frequently expressed as ph. Historically, ph stands for the

More information

ph Test #1: Scaling Common Liquids (From a series of 5)

ph Test #1: Scaling Common Liquids (From a series of 5) ph ph Test #1: Scaling Common Liquids (From a series of 5) Adapted from: Acid Tests in Environmental Education in the Schools. Braus, Judy and David Wood. Peace Corps, 1993. Grade Level: basic Duration:

More information

Acids, Bases, and ph

Acids, Bases, and ph CHAPTER 9 1 SECTION Acids, Bases, and Salts Acids, Bases, and ph KEY IDEAS As you read this section, keep these questions in mind: What properties do acids have? What properties do bases have? How can

More information

2/26/2008. Sensors For Robotics. What is sensing? Why do robots need sensors? What is the angle of my arm? internal information

2/26/2008. Sensors For Robotics. What is sensing? Why do robots need sensors? What is the angle of my arm? internal information Sensors For Robotics What makes a machine a robot? Sensing Planning Acting information about the environment action on the environment where is the truck? What is sensing? Sensing is converting a quantity

More information

Acids and Bases. AND a widemouth container of the following solids:

Acids and Bases. AND a widemouth container of the following solids: Acids and Bases GOAL To introduce students to acids and bases. MATERIALS: 3 10oz clear plastic cups 1 4 oz. bottle white vinegar - labeled Acid 1 4 oz. bottle of water - labeled Water 1 4 oz. bottle of

More information

THE ACTIVITY OF LACTASE

THE ACTIVITY OF LACTASE THE ACTIVITY OF LACTASE Lab VIS-8 From Juniata College Science in Motion Enzymes are protein molecules which act to catalyze the chemical reactions in living things. These chemical reactions make up the

More information

Determining the Quantity of Iron in a Vitamin Tablet. Evaluation copy

Determining the Quantity of Iron in a Vitamin Tablet. Evaluation copy Determining the Quantity of Iron in a Vitamin Tablet Computer 34 As biochemical research becomes more sophisticated, we are learning more about the role of metallic elements in the human body. For example,

More information

Heart Rate and Exercise

Heart Rate and Exercise Name Date Heart Rate and Exercise Computer 26 Heart rates increase during exercise. The heart rates of physically fit people increase less during exercise than those of less fit people. The heart rates

More information

ph units constitute a scale which allows scientists to determine the acid or base content of a substance or solution. The ph 0

ph units constitute a scale which allows scientists to determine the acid or base content of a substance or solution. The ph 0 ACID-BASE TITRATION LAB PH 2.PALM INTRODUCTION Acids and bases represent a major class of chemical substances. We encounter them every day as we eat, clean our homes and ourselves, and perform many other

More information

Evaluation copy. Blood Pressure. Project PROJECT DESIGN REQUIREMENTS

Evaluation copy. Blood Pressure. Project PROJECT DESIGN REQUIREMENTS Blood Pressure Project 9 Blood pressure is a measure of the fluid pressure within the circulatory system. This pressure is required to ensure the delivery of oxygen and nutrients to, and the removal of

More information

Building Instructions: Maze Robot

Building Instructions: Maze Robot Building Instructions: Maze Robot Basic Design from: Building Robots with Lego Mindstorms Modifications by: David Wang Diagrams and Instructions by: David Wang Diagrams and Instructions generated by: MLCad,

More information

Separation of Dyes by Paper Chromatography

Separation of Dyes by Paper Chromatography Cautions: The FD&C food dyes used are concentrated and may stain clothing and skin. Do not ingest any of the food dyes or food samples used in this lab. Purpose: The purpose of this experiment is to determine

More information

VANDERBILT STUDENT VOLUNTEERS FOR SCIENCE. Acids and Bases. Fall 2012

VANDERBILT STUDENT VOLUNTEERS FOR SCIENCE. Acids and Bases. Fall 2012 VANDERBILT STUDENT VOLUNTEERS FOR SCIENCE Acids and Bases Fall 2012 GOAL: To introduce students to acids and bases. MATERIALS 3 10oz clear plastic cups 1 4 oz. bottle white vinegar - labeled Acid 1 4 oz.

More information

Integrated Physics & Chemistry Supply List (2010)

Integrated Physics & Chemistry Supply List (2010) Integrated Physics & Chemistry Supply List (2010) Integrated Physics and Chemistry is a physical science course covering basic concepts found in chemistry and physics. Topics included in the study are

More information

Designing An Experiment Using Baking Soda and Vinegar

Designing An Experiment Using Baking Soda and Vinegar Designing An Experiment Using Baking Soda and Vinegar Introduction: Kinetics is the study of chemical reaction rates. It is the study of how fast different chemicals react with one another to form new

More information

5s Solubility & Conductivity

5s Solubility & Conductivity 5s Solubility & Conductivity OBJECTIVES To explore the relationship between the structures of common household substances and the kinds of solvents in which they dissolve. To demonstrate the ionic nature

More information

Oxivir Tb and Accelerated Hydrogen Peroxide (AHP) Frequently Asked Questions

Oxivir Tb and Accelerated Hydrogen Peroxide (AHP) Frequently Asked Questions Oxivir Tb and Accelerated Hydrogen Peroxide (AHP) Frequently Asked Questions What is Accelerated Hydrogen Peroxide (AHP)? AHP is a patented synergistic blend of commonly used, safe ingredients that when

More information

Evaluation copy. Enzyme Action: Testing Catalase Activity (Method 1 O 2 Gas Sensor) Computer 2

Evaluation copy. Enzyme Action: Testing Catalase Activity (Method 1 O 2 Gas Sensor) Computer 2 Enzyme Action: Testing Catalase Activity (Method 1 O 2 Gas Sensor) Computer 2 Many organisms can decompose hydrogen peroxide (H 2 O 2 ) enzymatically. Enzymes are globular proteins, responsible for most

More information

Acids & Bases Around the House Use a ph indicator to find acids and bases

Acids & Bases Around the House Use a ph indicator to find acids and bases Use a ph indicator to find acids and bases Description: Visitors predict whether various household solutions are acids or bases, and test their hypotheses using a universal ph indicator. Then, visitors

More information

Chem 100 Lab Experiment #9 - ACID/BASE INDICATORS

Chem 100 Lab Experiment #9 - ACID/BASE INDICATORS Lab #9 Chem 100 Lab Experiment #9 - ACID/BASE INDICATORS Name: Purpose: In this laboratory we will investigate how indicators can be used to test for the presence of acids or bases in a number of common

More information

How To Program An Nxt Mindstorms On A Computer Or Tablet Computer

How To Program An Nxt Mindstorms On A Computer Or Tablet Computer NXT Generation Robotics Introductory Worksheets School of Computing University of Kent Copyright c 2010 University of Kent NXT Generation Robotics These worksheets are intended to provide an introduction

More information

CONTENTS. What is ROBOTC? Section I: The Basics

CONTENTS. What is ROBOTC? Section I: The Basics BEGINNERS CONTENTS What is ROBOTC? Section I: The Basics Getting started Configuring Motors Write Drive Code Download a Program to the Cortex Write an Autonomous Section II: Using Sensors Sensor Setup

More information

The NXT Generation. A complete learning solution

The NXT Generation. A complete learning solution The NXT Generation A complete learning solution The NXT Generation LEGO MINDSTORMS Education is the latest in educational robotics, enabling students to discover ICT, science, D&T and maths concepts in

More information

Evaluation copy. Analyzing the Heart with EKG. Computer

Evaluation copy. Analyzing the Heart with EKG. Computer Analyzing the Heart with EKG Computer An electrocardiogram (ECG or EKG) is a graphical recording of the electrical events occurring within the heart. In a healthy heart there is a natural pacemaker in

More information

CHM 130LL: ph, Buffers, and Indicators

CHM 130LL: ph, Buffers, and Indicators CHM 130LL: ph, Buffers, and Indicators Many substances can be classified as acidic or basic. Acidic substances contain hydrogen ions, H +, while basic substances contain hydroxide ions, OH. The relative

More information

Juice Box Stages 1&2 135&335 Installation Guide 5/10/08

Juice Box Stages 1&2 135&335 Installation Guide 5/10/08 Tools Required: 8mm socket or nut driver Small flat head screwdriver Electrical tape, masking tape, or shrink tube Pep talk: Although the install looks daunting at first, once you get the learning curve

More information

understanding sensors

understanding sensors The LEGO MINDSTORMS NXT 2.0 robotics kit includes three types of sensors: Ultrasonic, Touch, and Color. You can use these sensors to build a robot that makes sounds when it sees you or to build a vehicle

More information

Recommended Procedures for Use of YSI Water Quality Monitoring Instruments during Oil Spills

Recommended Procedures for Use of YSI Water Quality Monitoring Instruments during Oil Spills Recommended Procedures for Use of YSI Water Quality Monitoring Instruments during Oil Spills Overview: This is a guidance document that is intended for users of YSI 6-Series sondes and handheld instruments

More information

Advanced Programming with LEGO NXT MindStorms

Advanced Programming with LEGO NXT MindStorms Advanced Programming with LEGO NXT MindStorms Presented by Tom Bickford Executive Director Maine Robotics Advanced topics in MindStorms Loops Switches Nested Loops and Switches Data Wires Program view

More information

Rubber Band Race Car

Rubber Band Race Car Rubber Band Race Car Physical Science Unit Using LEGO Mindstorms NXT Copyright 2009 by Technically Learning 1 of 17 Overview: Through a series of hands-on activities, students will design a rubber band

More information

Experiment 6 Coffee-cup Calorimetry

Experiment 6 Coffee-cup Calorimetry 6-1 Experiment 6 Coffee-cup Calorimetry Introduction: Chemical reactions involve the release or consumption of energy, usually in the form of heat. Heat is measured in the energy units, Joules (J), defined

More information

Letter to the Student... 5 Test-Taking Checklist... 6 Next Generation Sunshine State Standards Correlation Chart... 7

Letter to the Student... 5 Test-Taking Checklist... 6 Next Generation Sunshine State Standards Correlation Chart... 7 Table of Contents Letter to the Student..................................... 5 Test-Taking Checklist.................................... 6 Next Generation Sunshine State Standards Correlation Chart...

More information

Questions for Discussion. Introduction. What is ph? Neutralization

Questions for Discussion. Introduction. What is ph? Neutralization Questions for Discussion Why do leaves change color in autumn? What are acids and bases? How does red cabbage fit in? How are all these things related? Introduction The questions above may not seem related,

More information

COMPOSITION / INFORMATION ON INGREDIENTS

COMPOSITION / INFORMATION ON INGREDIENTS MATERIAL SAFETY DATA SHEET DAMTITE WATERPROOFER- WHITE 01071, 01211, 01451 DAMTITE POWDER FOUNDATION WATERPROOFER GRAY 02451 SECTION I. COMPANY & PRODUCT INFORMATION Product Identification Manufacturer

More information

DETERMINING THE MASS OF A COPPER ATOM

DETERMINING THE MASS OF A COPPER ATOM DETERMINING THE MASS OF A COPPER ATOM LAB ADV.31 From Vernier Software & Technology, 2004 STANDARDS ADDRESSED 3.4.10 A Explains concepts about the structure and properties of matter. 3.4.12 A Apply concepts

More information

Properties of Acids and Bases

Properties of Acids and Bases Lab 22 Properties of Acids and Bases TN Standard 4.2: The student will investigate the characteristics of acids and bases. Have you ever brushed your teeth and then drank a glass of orange juice? What

More information

PREPARATION AND PROPERTIES OF A SOAP

PREPARATION AND PROPERTIES OF A SOAP (adapted from Blackburn et al., Laboratory Manual to Accompany World of Chemistry, 2 nd ed., (1996) Saunders College Publishing: Fort Worth) Purpose: To prepare a sample of soap and to examine its properties.

More information

Kool Demo for Acid-Base Reactions

Kool Demo for Acid-Base Reactions Kool Demo for Acid-Base Reactions Kool Demo for Acid-Base Reactions Adapted from : http://www.stevespanglerscience.com/lab/experiments/color-changing-milk-of-magnesia Materials: Red cabbage juice indicator

More information

Wherever chemical solutions are involved, ph matters. Some

Wherever chemical solutions are involved, ph matters. Some 47 Acids, Bases, and the ph Scale r e a d i n g Wherever chemical solutions are involved, ph matters. Some important chemical reactions, such as those involved in corrosion of iron or digestion of food,

More information

Conserve O Gram. Safer Cleaning Alternatives For The Museum & Visitor Center

Conserve O Gram. Safer Cleaning Alternatives For The Museum & Visitor Center Conserve O Gram June 2003 Number 2/21 Safer Cleaning Alternatives For The Museum & Visitor Center All parks with museum collections should have a Museum Housekeeping Plan developed by, or in consultation

More information

Exploring Energy. Third - Fifth TEKS. Vocabulary

Exploring Energy. Third - Fifth TEKS. Vocabulary Exploring Energy Third - Fifth TEKS Third Grade: 3.5A, 3.5B, 3.5C, 3.6A Fourth Grade: 4.5A, 4.5B, 4.6A, 4.6B, 4.6C Fifth Grade: 5.5A, 5.6A, 5.6B Vocabulary conductor, convection, conversions, electrical,

More information

C.I. La chaîne d information LES CAPTEURS. Page 1 sur 5

C.I. La chaîne d information LES CAPTEURS. Page 1 sur 5 LES CAPTEURS C.I. La chaîne d information The Touch Sensor gives your robot a sense of touch. The Touch Sensor detects when it is being pressed by something and when it is released again. Suggestions for

More information

Describing Acids and Bases

Describing Acids and Bases Section 3 Describing Acids and Bases 3 Describing Acids and Bases Objectives After this lesson, students will be able to L.3.3.1 Name the properties of acids and bases. L.3.3.2 Identify where acids and

More information

Ontario Science and Technology Curriculum 1999 Strand: Matter and Materials Topic: Properties of Liquids and Solids Grade: 2

Ontario Science and Technology Curriculum 1999 Strand: Matter and Materials Topic: Properties of Liquids and Solids Grade: 2 Name: Ontario Science and Technology Curriculum 1999 Strand: Matter and Materials Topic: Properties of Liquids and Solids Grade: 2 All rights reserved Developed by T Tasker May be photocopied for classroom

More information

Building a Better Robot

Building a Better Robot http://tinyurl.com/betterro Building a Better Robot Tips and Techniques for a great robot design Weight and Balance Too much weight on non-drive wheel(s) Hard to make turns Need more force to overcome

More information

Introduction. ph = log [H + ]

Introduction. ph = log [H + ] Visualizing ph 2010, 1992 by David A. Katz. All rights reserved. Permission granted for classroom use. All reproductions must include original copyright. David A. Katz Chemist, Educator, Science Communicator,

More information

Chloride and Salinity

Chloride and Salinity INTRODUCTION Chloride Chloride and Chloride, in the form of the Cl ion, is one of the major inorganic anions, or negative ions, in saltwater and freshwater. It originates from the dissociation of salts,

More information

What is household hazardous waste (HHW)?

What is household hazardous waste (HHW)? How to Handle Hazardous Waste Household What is household hazardous waste (HHW)? Any product which has the potential to harm the user or the environment is considered a hazard. It can be toxic, flammable

More information

EXPERIMENT 4 Acid Strength

EXPERIMENT 4 Acid Strength EXPERIMENT 4 Acid Strength Introduction Many common substances are either acids or bases. Some acids, like stomach acid are necessary for our health, while others, like sulfuric acid are dangerous and

More information

Hygro-Thermometer + InfraRed Thermometer Model RH101

Hygro-Thermometer + InfraRed Thermometer Model RH101 User's Guide Hygro-Thermometer + InfraRed Thermometer Model RH101 Introduction Congratulations on your purchase of the Extech Hygro-Thermometer plus InfraRed Thermometer. This device measures relative

More information

Experiment 4 (Future - Lab needs an unknown)

Experiment 4 (Future - Lab needs an unknown) Experiment 4 (Future - Lab needs an unknown) USING A ph TITRATION TO DETERMINE THE ACID CONTENT OF SOFT DRINKS 2 lab periods Reading: Chapter 9, 185-197; Chapter 10, pg 212-218; Chapter 14 pg 317-323,

More information

Experiment 9: Acids and Bases Adapted from: Chemistry, Experimental Foundations, 4th Ed. Laboratory Manual, by Merrill, Parry & Bassow.

Experiment 9: Acids and Bases Adapted from: Chemistry, Experimental Foundations, 4th Ed. Laboratory Manual, by Merrill, Parry & Bassow. Chem 121 Lab Clark College Experiment 9: Acids and Bases Adapted from: Chemistry, Experimental Foundations, 4th Ed. Laboratory Manual, by Merrill, Parry & Bassow. Content Goals: Increase understanding

More information

Quick Start Guide to computer control and robotics using LEGO MINDSTORMS for Schools

Quick Start Guide to computer control and robotics using LEGO MINDSTORMS for Schools Quick Start Guide to computer control and robotics using LEGO MINDSTORMS for Schools www.lego.com/education/mindstorms LEGO, the LEGO logo and MINDSTORMS are trademarks of the LEGO Group. 2004 The LEGO

More information

Sodium Aluminum Tetrafluoride

Sodium Aluminum Tetrafluoride In an emergency, call CHEMTREC at 800-424-9300 or MEMC Pasadena at 713-740-1501 NaAlF 4 HEALTH FLAMMABILITY 2 0 2 0 0 PHYSICAL HAZARD 0 PERSONAL PROTECTION SECTION 1: CHEMICAL PRODUCT AND COMPANY IDENTIFICATION

More information

Water Un-Mix-ology & Purification!

Water Un-Mix-ology & Purification! Water Un-Mix-ology & Purification! Subject Area(s): Associated Unit: Associated Lesson: Activity Title : water, physical properties, temperature, mixing Properties of Water (Grade 4, NYC PS) Water Un-Mix-ology

More information

Household Hazardous Waste

Household Hazardous Waste Household Hazardous Waste Household Waste A number of everyday items and products contain hazardous materials which can harm the environment and human health if they are not disposed of correctly. Some

More information

Soldering. Resources and methods for learning about these subjects (list a few here, in preparation for your research):

Soldering. Resources and methods for learning about these subjects (list a few here, in preparation for your research): Soldering This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

OVEN PARTS For Models:GSC308PJB05, GSC308PJQ05, GSC308PJT05, GSC308PJS05 (Black) (White) (Biscuit) (Black Stainless)

OVEN PARTS For Models:GSC308PJB05, GSC308PJQ05, GSC308PJT05, GSC308PJS05 (Black) (White) (Biscuit) (Black Stainless) OVEN PARTS 30" BUILT IN ELECTRIC COMBO SENSOR/SC (GOLD LINE) 3 05 Litho In U.S.A. (cre) 1 Part No. Rev.A OVEN PARTS 1 Literature Parts 4455994 Installation Instructions Use & Care Guide 8300346 Microwave

More information

The Acid Test Grade Nine

The Acid Test Grade Nine Ohio Standards Connection: Physical Sciences Benchmark B Explain how atoms react with each other to form other substances and how molecules react with each other or other atoms to form even different substances.

More information

: Sharpie King Size Permanent Markers. 3500 Lacey Road, 10th Floor Downers Grove, IL 60515 USA 800-323-0749 or 630-829-2500

: Sharpie King Size Permanent Markers. 3500 Lacey Road, 10th Floor Downers Grove, IL 60515 USA 800-323-0749 or 630-829-2500 PRODUCT DATA SHEET Section 1. Identification Product name : Sharpie King Size Permanent Markers Material uses : Writing instruments Manufacturer : Newell Brands 3500 Lacey Road, 10th Floor Downers Grove,

More information

Biopharmaceuticals and Biotechnology Unit 2 Student Handout. DNA Biotechnology and Enzymes

Biopharmaceuticals and Biotechnology Unit 2 Student Handout. DNA Biotechnology and Enzymes DNA Biotechnology and Enzymes 35 Background Unit 2~ Lesson 1 The Biotechnology Industry Biotechnology is a process (or a technology) that is used to create products like medicines by using micro-organisms,

More information

Kinetic and Potential Energy

Kinetic and Potential Energy Kinetic and Potential Energy Vocabulary: kinetic energy energy of movement potential energy stored energy potential chemical energy stored energy released by chemical changes Comprehension Questions 1.

More information

App and Program Transfer Guidebook

App and Program Transfer Guidebook App and Program Transfer Guidebook Vernier Software & Technology 13979 SW Millikan Way Beaverton, Oregon 97005-2886 (503) 277-2299 FAX (503) 277-2440 www.vernier.com info@vernier.com Copyright 2006 by

More information

8001782 Owner s Manual

8001782 Owner s Manual 8001782 Digital Infrared Thermometer Owner s Manual Introduction This instrument is a portable, easy to use compact-size digital thermometer with laser sighting designed for one hand operation. The meter

More information

Physical and Chemical Properties and Changes

Physical and Chemical Properties and Changes Physical and Chemical Properties and Changes An understanding of material things requires an understanding of the physical and chemical characteristics of matter. A few planned experiments can help you

More information

MATERIAL SAFETY DATA SHEET TOILET BOWL SANITIZER

MATERIAL SAFETY DATA SHEET TOILET BOWL SANITIZER MATERIAL SAFETY DATA SHEET TOILET BOWL SANITIZER No. 1 Date Issued: 07/03/2011 COMPANY DETAILS NAME: Hygiene Systems (Pty) Ltd EMERGENCY TEL: 0860 494 4363 ADDRESS: 7 Hargan Road, TEL: 011 552 8403 SECTION

More information

Dry Ice Color Show Dry Ice Demonstrations

Dry Ice Color Show Dry Ice Demonstrations elearning 2009 Introduction Dry Ice Color Show Dry Ice Demonstrations Publication No. 95016 Add a small piece of solid carbon dioxide to a colored indicator solution and watch as the solution immediately

More information

Phosphates (ortho- and total)

Phosphates (ortho- and total) INTRODUCTION Phosphates (ortho- and total) Phosphorus is an essential nutrient for all aquatic plants and algae. Only a very small amount is needed, however, so an excess of phosphorus can easily occur.

More information

Unit A: Studying Materials Scientifically

Unit A: Studying Materials Scientifically ITEM BANKS Unit A: Studying Materials Scientifically Multiple choice: Circle the best answer. 1. What safety rules should you always follow while doing a science laboratory? a. Wear safety goggles at all

More information

What Is an Electric Motor? How Does a Rotation Sensor Work?

What Is an Electric Motor? How Does a Rotation Sensor Work? What Is an Electric Motor? How Does a Rotation Sensor Work? Electric Motors Pre-Quiz 1. What is an electric motor? 2. Name two applications (things) you use every day that use electric motors. 3. How does

More information

CLEANING WATER. Student Section

CLEANING WATER. Student Section National Aeronautics and Space Administration CLEANING WATER Student Section Student Name This lesson challenges you to create and test a water filtration system. During this lesson, you will design and

More information

Pre-Lab Notebook Content: Your notebook should include the title, date, purpose, procedure; data tables.

Pre-Lab Notebook Content: Your notebook should include the title, date, purpose, procedure; data tables. Determination of Molar Mass by Freezing Point Depression M. Burkart & M. Kim Experimental Notes: Students work in pairs. Safety: Goggles and closed shoes must be worn. Dispose of all chemical in the plastic

More information

SAFETY DATA SHEET Revised edition no : 0 SDS/MSDS Date : 12 / 7 / 2012

SAFETY DATA SHEET Revised edition no : 0 SDS/MSDS Date : 12 / 7 / 2012 Page : 1 1. Identification of the substance/mixture and of the company/undertaking 1.1. Product identifier Trade name : Product code : Identification of the product : NILE BLUE CHLORIDE CAS No :2381-85-3

More information

Solubility Curve of Sugar in Water

Solubility Curve of Sugar in Water Solubility Curve of Sugar in Water INTRODUCTION Solutions are homogeneous mixtures of solvents (the larger volume of the mixture) and solutes (the smaller volume of the mixture). For example, a hot chocolate

More information

Elements of Chemistry Acids and Bases Teacher s Guide

Elements of Chemistry Acids and Bases Teacher s Guide Teacher s Guide oneone oee Grade Level: 9 12 Curriculum Focus: Physical Science Lesson Duration: Two class periods Program Description Explore the chemistry of acids and bases to see how fundamental they

More information

CONTROL: An infected appendix, or any tissue containing both negative and positive gram rods.

CONTROL: An infected appendix, or any tissue containing both negative and positive gram rods. SURGICAL PATHOLOGY HISTOLOGY Date: STAINING MANUAL - MICROORGANISMS Page: 1 of 3 GRAM BACTERIA - MODIFIED BROWN AND BRENN PURPOSE: For demonstrating gram-negative and gram-positive in tissue. PRINCIPLE:

More information

Lego Robot Tutorials Touch Sensors

Lego Robot Tutorials Touch Sensors Lego Robot Tutorials Touch Sensors Bumper Cars with a Touch Sensor With a touch sensor and some robot programming, you can make your robot search its way around the room. It can back up and turn around

More information