Sunscreen Tester. Evaluation copy

Size: px
Start display at page:

Download "Sunscreen Tester. Evaluation copy"

Transcription

1 Sunscreen Tester Project 18 Skin cancer is the most common form of cancer for young adults. Wearing sunscreen can protect your skin from the sun s harmful ultraviolet (UV) radiation. The effectiveness of a sunscreen is measured by its sun protection factor (SPF). The SPF indicates the amount of time you can remain in the sun before getting a burn. For example, a person wearing a sunscreen labeled SPF- 10 can remain in the sun ten times longer than a person wearing no sunscreen. SPF ratings are approximate values, however, because most sunburns also depend on your skin type, the amount of sunscreen you applied, and the type of activity you are doing. In this project, your challenge is to build a sensor-controlled robot to test the effectiveness of various sunscreens. Your robot should be fairly rugged, since you will be using it outdoors. You will use a Vernier UVB Sensor and a Vernier NXT Sensor Adapter connected to your LEGO NXT to measure UV levels and determine the best sunscreen. One idea described here is to build a mobile robot to move back and forth under a plastic-wrapped canopy. The canopy can be built from LEGO beams or bricks, and a thin layer of assorted sunscreens can be applied to different sections of the plastic wrap. After the robot travels the length of the canopy, testing each sunscreen, it will position itself under the most effective sunscreen. Note: This lab is best done in summer months when the sun is high in the sky and UV levels are high. You should not do this project if the UVB readings in the direct sun are less than a few hundred mw/m 2. OBJECTIVES Evaluation copy In this project, you will Build a robotic device to test samples of sunscreen. Use the NXT to measure UVB levels. Use sensor data to select the most effective sunscreen. STEM with Vernier and LEGO MINDSTORMS NXT 18-1

2 Project 18 DIFFICULTY LEVEL Construction Intermediate Programming Intermediate MATERIALS computer LEGO NXT Intelligent Brick MINDSTORMS Edu NXT v2.0 software Vernier NXT Sensor Adapter Vernier UVB Sensor LEGO MINDSTORMS NXT Educational Set assorted sunscreens plastic wrap DESIGN REQUIREMENTS In this project, you will design and build a mobile robotic device for testing assorted sunscreens during summer months, when the sun is high and UVB readings are substantial. You must build a plastic-wrapped canopy just tall enough for the robot and sensor to travel beneath. Your program should move the robot to each sample and then read and store UVB levels in a text file. It should determine the sample that allows the lowest level of UVB penetration (most effective sunscreen) and then position the robot under that sample. Because SPF values above 15 tend to cut out most of the UVB light, try to use the lowest SPF sunscreens you can find. For best results, use sunscreens with SPF factors of 2, 4 and other low factors. You are strongly encouraged to use the Engineering Design Method when creating your device (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 Sunscreen 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 a UVB Sensor Holder subassembly that will be added to the basic cart STEM with Vernier and LEGO MINDSTORMS NXT

3 Sunscreen Tester UVB Holder Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 STEM with Vernier and LEGO MINDSTORMS NXT 18-3

4 Project 18 Step 7 Step 8 Step 9 Step 10 Step 11 Step STEM with Vernier and LEGO MINDSTORMS NXT

5 Sunscreen Tester Step 13 Step 14 Step 15 Step 16 Step 17 Step 18 Step 19 Step 20 Step 21 STEM with Vernier and LEGO MINDSTORMS NXT 18-5

6 Project 18 Step 22 Step 23 Step 24 Step STEM with Vernier and LEGO MINDSTORMS NXT

7 Sunscreen Tester Attach the UVB Sensor Holder between the two motors on the Basic Cart; then position a Vernier UVB Sensor between the four axles. The UVB Sensor should be pointing directly up. Secure the UVB Sensor in place by wrapping two rubber bands from your MINDSTORMS NXT Educational Set around the upper and lower pair of axles. Connect the UVB Sensor to the Vernier NXT Adapter; then connect the Adapter to Port 1 on the NXT. Your robot will travel back and forth under a plastic-wrapped canopy built from additional LEGO pieces. An example is shown below. Sunscreen Canopy Step 1 Step 2 STEM with Vernier and LEGO MINDSTORMS NXT 18-7

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

9 Sunscreen Tester Step 9 Step 10 Step 11 Step 12 Step 13 Step 14 STEM with Vernier and LEGO MINDSTORMS NXT 18-9

10 Project 18 Step 15 Step 16 Step 17 Step 18 Step 19 Step STEM with Vernier and LEGO MINDSTORMS NXT

11 Sunscreen Tester Step 21 Step 22 Step 23 Step 24 Step 25 Step 26 STEM with Vernier and LEGO MINDSTORMS NXT 18-11

12 Project 18 Step 27 Step 28 Step 29 Step 30 Step 31 Step STEM with Vernier and LEGO MINDSTORMS NXT

13 Sunscreen Tester Step 33 Position the canopy high enough so that the robot can travel freely beneath it. You can build a vertical support from additional LEGO pieces or support the canopy with a ring stand, as shown in the figure at left. STEM with Vernier and LEGO MINDSTORMS NXT 18-13

14 Project 18 PROGRAMMING The 18 Sunscreen.rbt program created with MINDSTORMS software is shown below. (This program can be found on the accompanying CD.) The Sunscreen Tester program operates under the premise that the best sunscreen will allow the lowest amount of UV light to pass through, consequently appearing to the robot as the shadiest spot. The first two blocks initialize the UV Min and Count Min variables that the program will be using to store the lowest UV reading and the motor s location at the lowest reading. The main loop in the center is the UVB data-collection cycle. The first part of the loop activates motors B and C to move the robot forward a preset distance based on the width of each sunscreen sample. Modify this distance to match the spacing of your samples. The robot then takes a UVB reading. The settings for the Vernier Sensor Block are shown in the figure below STEM with Vernier and LEGO MINDSTORMS NXT

15 Sunscreen Tester The third block in the loop displays the UVB value on the NXT screen, and the fourth block records the value to the 18 UV Data.log file. The settings for the Start Datalog block are shown below. Next the UV reading is compared to the variable UV Min. UV Min stores the lowest recorded reading. If UV Min is greater than the current reading, it means the current reading is now the lowest reading that has been taken thus far. In this case the true branch of the Switch block is executed. (Note that only the true branch of the Switch block is shown in the figure above because the Flat view checkbox is de-selected.) The blocks inside the true branch store this lowest reading in the UV Min variable. In addition, the location of where this lowest reading was taken is stored by reading the value of the built-in rotation sensor on motor B and storing this value in the Count Min variable. After the Switch block code has been called, the last block in the loop pauses the robot for 3 seconds to let you know the data point has been taken. The robot will execute this measurement loop 5 more times in order to sample 6 different sunscreens. Storing new minimum readings, and the location of these readings, as they occur. When the program exits the measurement loop, it closes the 18 UV Data.log file and then reads the value of the built-in rotation sensor on motor B. The program subtracts the stored motor location value of Count Min (the location of the lowest UVB reading) from the current motor location to determine the distance the robot needs to move in reverse. The program activates motors B and C to move the robot back to the location of the lowest UV reading or the shadiest spot. STEM with Vernier and LEGO MINDSTORMS NXT 18-15

16 Project 18 EXTENSIONS 1. Start the Data Logger by clicking the Switch to NXT Data Logging button in the upperleft corner. Upload the UV Data.log file to graph the data. What is the relationship between the sunscreen s SPF value and the amount of UVB the robot saw? 2. Rewrite the program so that the robot moves continuously under the sunscreen canopy. As the robot moves, it will play a tone to indicate the current value of UVB radiation passing through to the sensor. A high UVB value will result in a high-pitched tone, while a low value will result in a low-pitched tone STEM with Vernier and LEGO MINDSTORMS NXT

17 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)

Learning to Use a Voltage Probe

Learning to Use a Voltage Probe Learning to Use a Voltage Probe Computer 40 A Voltage Probe can measure the voltage of a battery. This is one way of checking whether a battery is good. In this activity, you will learn about the Voltage

More information

Are All Batteries the Same?

Are All Batteries the Same? Are All Batteries the Same? Computer 41 Why are there so many kinds and sizes of batteries? Does the size of the battery determine the voltage of the battery? In this activity, you will set up an electrical

More information

Importing the Vernier Sensor Block into LEGO MINDSTORMS 2

Importing the Vernier Sensor Block into LEGO MINDSTORMS 2 Using the Vernier Adapter and Vernier Block with LEGO s MINDSTORMS Edu NXT V2.0 software (Updated April 14, 2011) Introduction The Vernier NXT Adapter allows many of our analog ( -BTA ) sensors to work

More information

Go! Motion (Order Code GO-MOT)

Go! Motion (Order Code GO-MOT) Go! Motion (Order Code GO-MOT) Go! Motion is used to collect position, velocity, and acceleration data of moving objects. Go! Motion s USB port allows for direct connection to a computer s USB port, which

More information

Part A: Monitoring the Touch Sensor and Ultrasonic Sensor

Part A: Monitoring the Touch Sensor and Ultrasonic Sensor LEGO MINDSTORMS NXT Lab 2 This lab introduces the touch sensor and ultrasonic sensor which are part of the Lego Mindstorms NXT kit. The ultrasonic sensor will be inspected to gain an understanding of its

More information

Chapter 18 Assembly Modeling with the LEGO MINDSTORMS NXT Set Autodesk Inventor

Chapter 18 Assembly Modeling with the LEGO MINDSTORMS NXT Set Autodesk Inventor Tools for Design Using AutoCAD and Autodesk Inventor 18-1 Chapter 18 Assembly Modeling with the LEGO MINDSTORMS NXT Set Autodesk Inventor Creating an Assembly Using Parts from the LEGO MINDSTORMS NXT Set

More information

Part A: Monitoring the Rotational Sensors of the Motor

Part A: Monitoring the Rotational Sensors of the Motor LEGO MINDSTORMS NXT Lab 1 This lab session is an introduction to the use of motors and rotational sensors for the Lego Mindstorm NXT. The first few parts of this exercise will introduce the use of the

More information

Tutorial: Making Legobot Move Steering Command Brighton H.S Engineering By: Matthew Jourden

Tutorial: Making Legobot Move Steering Command Brighton H.S Engineering By: Matthew Jourden Tutorial: Making Legobot Move Steering Command Brighton H.S Engineering By: Matthew Jourden 1. Build Bas Robot. See Build Manual in the Lego Core Set Kit for details or Build Instructions Base Robot File

More information

LEGO Mindstorm EV3 Robots

LEGO Mindstorm EV3 Robots LEGO Mindstorm EV3 Robots Jian-Jia Chen Informatik 12 TU Dortmund Germany LEGO Mindstorm EV3 Robot - 2 - LEGO Mindstorm EV3 Components - 3 - LEGO Mindstorm EV3 Components motor 4 input ports (1, 2, 3,

More information

LEGO MINDSTORMS NXT Lab 4

LEGO MINDSTORMS NXT Lab 4 LEGO MINDSTORMS NXT Lab 4 This lab session is an introduction to wireless communication using the Lego Mindstorm NXT software. Two Tribots will speak to each other using a machine language or protocol

More information

Robotics II. Module 2: Application of Data Programming Blocks

Robotics II. Module 2: Application of Data Programming Blocks Robotics II Module 2: Application of Data Programming Blocks PREPARED BY Academic Services Unit December 2011 Applied Technology High Schools, 2011 Module 2: Application of Data Programming Blocks Module

More information

Autonomous Parking. LEGOeducation.com/MINDSTORMS. Duration Minutes. Learning Objectives Students will: Di culty Beginner

Autonomous Parking. LEGOeducation.com/MINDSTORMS. Duration Minutes. Learning Objectives Students will: Di culty Beginner Autonomous Parking Design cars that can park themselves safely without driver intervention. Learning Objectives Students will: Understand that algorithms are capable of carrying out a series of instructions

More information

Introduction to Robotics using Lego Mindstorms EV3

Introduction to Robotics using Lego Mindstorms EV3 Introduction to Robotics using Lego Mindstorms EV3 Facebook.com/roboticsgateway @roboticsgateway Robotics using EV3 Are we ready to go Roboticists? Does each group have at least one laptop? Do you have

More information

Solving with Seesaws

Solving with Seesaws Solving with Seesaws Subject Area(s) Associated Unit Associated Lesson Activity Title: Math None None Solving with Seesaws Header Insert Image 1 here, centered Image 1 ADA Description: A photo of the seesaw

More information

Chapter 19 Assembly Modeling with the TETRIX by Pitsco Building System Autodesk Inventor

Chapter 19 Assembly Modeling with the TETRIX by Pitsco Building System Autodesk Inventor Tools for Design Using AutoCAD and Autodesk Inventor 19-1 Chapter 19 Assembly Modeling with the TETRIX by Pitsco Building System Autodesk Inventor Create and Use Subassemblies in Assemblies Creating an

More information

Logger Lite Release Notes

Logger Lite Release Notes Logger Lite Release Notes Version 1.6 7 March 2012 Contents System Requirements Install Notes Special Note for LabPro, LabQuest, or LabQuest Mini Users Changes in Logger Lite 1.6 Changes in Logger Lite

More information

Hands-on Lab: LabVIEW Angle Sensor

Hands-on Lab: LabVIEW Angle Sensor Hands-on Lab: LabVIEW Angle Sensor Third party vendors like Hi Technic, offer a range of sensors. One example is the angle sensor, and LabVIEW LEGO Mindstorms has a control block for it. This lab will

More information

The Interlocal Purchasing System (TIPS Cooperative) Supplier Response Bid Information Contact Information Ship to Information Bid Creator Kim Thompson

The Interlocal Purchasing System (TIPS Cooperative) Supplier Response Bid Information Contact Information Ship to Information Bid Creator Kim Thompson The Interlocal Purchasing System (TIPS Cooperative) Supplier Response Bid Information Contact Information Ship to Information Bid Creator Kim Thompson Coordinator Address Region VIII Education Address

More information

Robotics II. Module 1: Introduction to Data & Advanced Programming Blocks

Robotics II. Module 1: Introduction to Data & Advanced Programming Blocks Robotics II Module 1: Introduction to Data & Advanced Programming Blocks PREPARED BY Academic Services Unit December 2011 Applied Technology High Schools, 2011 Module 1: Introduction to Data & Advanced

More information

LME Software Block Quick Reference 1. Common Palette

LME Software Block Quick Reference 1. Common Palette LME Software Block Quick Reference Common Palette Move Block Use this block to set your robot to go forwards or backwards in a straight line or to turn by following a curve. Define how far your robot will

More information

How to Use EV3Lessons

How to Use EV3Lessons How to Use EV3Lessons By Sanjay and Arvind Seshan BEGINNER PROGRAMMING LESSON SITE OVERVIEW EV3Lessons.com provides the building blocks for successfully learning to program the LEGO MINDSTORMS EV3 We also

More information

Robotics II. Module 3: Dealing with Files

Robotics II. Module 3: Dealing with Files Robotics II PREPARED BY Academic Services Unit December 2011 Applied Technology High Schools, 2011 Module 2: Dealing with Files Module Objectives Upon successful completion of this module, students should

More information

Tech Tips. BeeBots. WeDo

Tech Tips. BeeBots. WeDo Tech Tips Teachers, especially classroom teachers who are implementing a robotics unit in their classroom, may not have much troubleshooting experience and may not have ready access to tech support. As

More information

Some call it a robot. EV3 Programming APP Available March Locally operated globally connected. Freecall:

Some call it a robot. EV3 Programming APP Available March Locally operated globally connected. Freecall: Some call it a robot We call it a MOTIVATOR EV3 Programming APP Available March 2015 Computer science Science Technology Engineering Maths Locally operated globally connected Freecall: 1800 684 068 www.mooreed.com.au

More information

Robolab. Table of Contents. St. Mary s School, Panama. Robotics. Ch. 5: Robolab, by: Ernesto E. Angulo J.

Robolab. Table of Contents. St. Mary s School, Panama. Robotics. Ch. 5: Robolab, by: Ernesto E. Angulo J. Robolab 5 Table of Contents Objectives...2 Starting the program...2 Programming...3 Downloading...8 Tools...9 Icons...9 Loops and jumps...11 Multiple tasks...12 Timers...12 Variables...14 Sensors...15

More information

LabQuest Quick-Start Guide

LabQuest Quick-Start Guide LabQuest Quick-Start Guide Power button Built-in microphone Record voice annotations Color touch screen 320 x 240 color graphic display LED backlighting provides you with outstanding clarity in the classroom

More information

Lab1: Introductory and Setup Activities

Lab1: Introductory and Setup Activities Objectives: Lab1: Introductory and Setup Activities - to map network drives - to use email to submit documents - to work on Robotics exercises - to gain exposure to robotics programming - to become more

More information

WIZ-PRO2 CURRICULUM HIGHLIGHTS

WIZ-PRO2 CURRICULUM HIGHLIGHTS WIZ-PRO2 CURRICULUM HIGHLIGHTS STEM Learning and Advanced Robotics (ages 9-11) Develop more advanced programming skills, create programs using lines of code in Scratch, use more powerful robotics components

More information

Robot Navigation Worksheet 1: Obstacle Navigation

Robot Navigation Worksheet 1: Obstacle Navigation Robot Navigation Worksheet 1: Obstacle Navigation Team name: Group members: In this challenge you will learn about the different features of the Move block, test a range of different turns for your robot,

More information

Robotics II. Module 5: Creating Custom Made Blocks (My Blocks)

Robotics II. Module 5: Creating Custom Made Blocks (My Blocks) Robotics II Module 5: Creating Custom Made Blocks (My Blocks) PREPARED BY Academic Services Unit December 2011 Applied Technology High Schools, 2011 Module 5: Creating Custom Made Blocks (My Blocks) Module

More information

Logger Pro 3. Quick Reference

Logger Pro 3. Quick Reference Logger Pro 3 Quick Reference Getting Started Logger Pro Requirements To use Logger Pro, you must have the following equipment: Windows 98, 2000, ME, NT, or XP on a Pentium processor or equivalent, 133

More information

Unit 03 Tutorial 3: Sensors: Touch Sensor Brighton H.S Engineering By: Matthew Jourden

Unit 03 Tutorial 3: Sensors: Touch Sensor Brighton H.S Engineering By: Matthew Jourden Unit 03 Tutorial 3: Sensors: Touch Sensor Brighton H.S Engineering By: Matthew Jourden Robots have a variety of sensors that help the machine sense the world around it. We will be looking at four different

More information

Graphing Your Motion

Graphing Your Motion Name Date Graphing Your Motion LabQuest 33 Graphs made using a Motion Detector can be used to study motion. In this experiment, you will use a Motion Detector to make graphs of your own motion. OBJECTIVES

More information

Logger Lite Release Notes

Logger Lite Release Notes Logger Lite Release Notes Version 1.9.1 2017 Feb 03 Contents System Requirements Install Notes Special Note for LabPro, LabQuest, or LabQuest Mini Users Changes in Logger Lite 1.9.1 Changes in Logger Lite

More information

Lego Wedo Users Guide Look At This To Get A Feel For Wedo

Lego Wedo Users Guide Look At This To Get A Feel For Wedo Lego Wedo Users Guide Look At This To Get A Feel For Wedo We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer,

More information

225L Acceleration of Gravity and Measurement Statistics

225L Acceleration of Gravity and Measurement Statistics 225L Acceleration of Gravity and Measurement Statistics Introduction: The most important and readily available source of acceleration has been gravity, and in particular, free fall. One of the problems

More information

Parametric Modeling with SolidWorks

Parametric Modeling with SolidWorks Parametric Modeling with SolidWorks 2012 LEGO MINDSTORMS NXT Assembly Project Included Randy H. Shih Paul J. Schilling SDC PUBLICATIONS Schroff Development Corporation Better Textbooks. Lower Prices. www.sdcpublications.com

More information

Robotics Study Material School Level 1 Semester 2

Robotics Study Material School Level 1 Semester 2 Robotics Study Material School Level 1 Semester 2 Contents UNIT-3... 4 NXT-PROGRAMMING... 4 CHAPTER-1... 5 NXT- PROGRAMMING... 5 CHAPTER-2... 6 NXT-BRICK PROGRAMMING... 6 A. Multiple choice questions:...

More information

LEGO mindstorm robots

LEGO mindstorm robots LEGO mindstorm robots Peter Marwedel Informatik 12 TU Dortmund Germany Lego Mindstorm components motor 3 output ports (A, B, C) 1 USB port for software upload 4 input ports (1, 2, 3, 4) for connecting

More information

1. Turn TigerStop ON.

1. Turn TigerStop ON. Version 5 These quick reference cards are for basic setup and use of all TigerStop products. If you require more detailed information, please refer to the TigerStop Manual at www.tigertamer.com D A N G

More information

contents in detail introduction...xxi 1 LEGO and robots: a great combination the EV3 programming environment... 5

contents in detail introduction...xxi 1 LEGO and robots: a great combination the EV3 programming environment... 5 contents in detail introduction...xxi who this book is for...xxi prerequisites...xxi what to expect from this book...xxi how best to use this book...xxiii 1 LEGO and robots: a great combination... 1 LEGO

More information

Pick up Light Packet & Light WS

Pick up Light Packet & Light WS Pick up Light Packet & Light WS Only sit or stand at a station with a cup. Test or Quiz Make Ups Today/Tomorrow after School Only. Sound Test Corrections/Retakes: Wednesday, Next Tuesday, Wednesday, Thursday

More information

the NXT-G programming environment

the NXT-G programming environment 2 the NXT-G programming environment This chapter takes a close look at the NXT-G programming environment and presents a few simple programs. The NXT-G programming environment is fairly complex, with lots

More information

Module 2, Add on lesson Introduction to the NXT and Mindstorms software. Teacher. 45 minutes

Module 2, Add on lesson Introduction to the NXT and Mindstorms software. Teacher. 45 minutes Module 2, Add on lesson Introduction to the NXT and Mindstorms software Teacher 45 minutes Purpose of this lesson Write a basic program using LEGO Mindstorms Download and run programs on the NXT Materials

More information

EasyData Guidebook. Easy and Simple Data Collection using Vernier Sensors and Texas Instruments graphing calculators

EasyData Guidebook. Easy and Simple Data Collection using Vernier Sensors and Texas Instruments graphing calculators EasyData Guidebook Easy and Simple Data Collection using Vernier Sensors and Texas Instruments graphing calculators Vernier Software & Technology 13979 S.W. Millikan Way Beaverton, OR 97005-2886 Toll Free

More information

COPYRIGHTED MATERIAL. Introducing LEGO CHAPTER. Did you get a box that looks like the one shown in Figure 1-1?

COPYRIGHTED MATERIAL. Introducing LEGO CHAPTER. Did you get a box that looks like the one shown in Figure 1-1? CHAPTER 1 Introducing LEGO MINDSTORMS EV3 Did you get a box that looks like the one shown in Figure 1-1? COPYRIGHTED MATERIAL Figure 1-1: The LEGO MINDSTORMS EV3 set, item number 31313 1 2 Exploring LEGO

More information

LAB 03: The Equations of Uniform Motion

LAB 03: The Equations of Uniform Motion LAB 03: The Equations of Uniform Motion This experiment uses a ramp and a low-friction cart. If you give the cart a gentle push up the ramp, the cart will roll upward, slow and stop, and then roll back

More information

Simulation of the pass through the labyrinth as a method of the algorithm development thinking

Simulation of the pass through the labyrinth as a method of the algorithm development thinking Simulation of the pass through the labyrinth as a method of the algorithm development thinking LIBOR MITROVIC, STEPAN HUBALOVSKY Department of Informatics University of Hradec Kralove Rokitanskeho 62,

More information

Worksheet Answer Key: Scanning and Mapping Projects > Mine Mapping > Investigation 2

Worksheet Answer Key: Scanning and Mapping Projects > Mine Mapping > Investigation 2 Worksheet Answer Key: Scanning and Mapping Projects > Mine Mapping > Investigation 2 Ruler Graph: Analyze your graph 1. Examine the shape formed by the connected dots. i. Does the connected graph create

More information

Robotics 2c. The Programming Interface

Robotics 2c. The Programming Interface Robotics 2c What we re going to do in this session. Introduce you to the Lego Mindstorm Programming Interface. The Programming Interface The Lego Mindstorm EV3 kit uses a proprietary interface with its

More information

Instructions For Constructing A Braitenberg Vehicle 2 Robot From LEGO Mindstorms Components

Instructions For Constructing A Braitenberg Vehicle 2 Robot From LEGO Mindstorms Components Instructions For Constructing A Braitenberg Vehicle 2 Robot From LEGO Mindstorms Components Michael R.W. Dawson, Biological Computation Project, University of Alberta, Edmonton, Alberta September, 2003

More information

Lab 1-Digital & Physical Models

Lab 1-Digital & Physical Models ! IAT 16 Spatial Thinking Fall 218 Lab 1-Digital & Physical Models Description In this lab you are going to enhance your understanding of spatial thinking and apply that understanding to analyze and develop

More information

Fun with Java Technology on Lego Mindstorms

Fun with Java Technology on Lego Mindstorms Speaker logo centered below photo Fun with Java Technology on Lego Mindstorms Roger Glassey University of California, Berkeley Andy Shaw Sun Microsystems LEGO, the LEGO logo, MINDSTORMS, the Brick and

More information

1. Why choose LEGO MINDSTORMS Education NXT? Bridging the RCX generation to the NXT RCX and NXT Comparison Chart 5

1. Why choose LEGO MINDSTORMS Education NXT? Bridging the RCX generation to the NXT RCX and NXT Comparison Chart 5 Index Page 1. Why choose LEGO MINDSTORMS Education NXT? 2 2. Getting started with NXT 3 a. Hardware b. Software c. Educational Content 3. Bridging the RCX generation to the NXT 4 4. RCX and NXT Comparison

More information

This page outlines some of the alternate pieces that can be used for building.

This page outlines some of the alternate pieces that can be used for building. Artbotics Exploring Mechanisms with Lego Mindstorms EV3 This packet contains information on each mechanism you will be using, including a to-scale image of all of the pieces needed to build each one and

More information

Introduction to Lab 2

Introduction to Lab 2 Introduction to Lab 2 Programming LEGO Mindstorms NXT using Ada Jakaria Abdullah 19 September 2017 Jakaria Abdullah Lab 2: LEGO 19 September 2017 1 / 24 Lab 2: Programming LEGO NXTs using Ada Lab goals:

More information

Vernier SensorDAQ User s Manual

Vernier SensorDAQ User s Manual Vernier SensorDAQ User s Manual Vernier SensorDAQ User s Manual 2011 by Vernier Software & Technology. All rights reserved. You are entitled to reproduce parts of this manual for use in your educational

More information

G r a d e 7 M a t h e m a t i c s. Appendix: Models for Computing Decimal Numbers

G r a d e 7 M a t h e m a t i c s. Appendix: Models for Computing Decimal Numbers G r a d e 7 M a t h e m a t i c s Appendix: Models for Computing Decimal Numbers A p p e n d i x : M o d e l s f o r C o m p u t i n g D e c i m a l N u m b e r s This appendix focuses on demonstrating

More information

ROBOLAB Reference Guide

ROBOLAB Reference Guide ROBOLAB Reference Guide Version 1.2 2 Preface: Getting Help with ROBOLAB ROBOLAB is a growing application for which users can receive support in many different ways. Embedded in ROBOLAB are context help

More information

Rutherford Atomic Model: Hidden Obstacles Teacher Version

Rutherford Atomic Model: Hidden Obstacles Teacher Version Rutherford Atomic Model: Hidden Obstacles Teacher Version This lab demonstrates the techniques that scientists used over a century ago to determine the basic structure of the atom. By rolling marbles past

More information

How to - Record Your Own Sound Effects & Voice - Play them on the NXT Brick Within a Program

How to - Record Your Own Sound Effects & Voice - Play them on the NXT Brick Within a Program 1 Mobile : 0414184033 Phone/fax : 03 9772 5054 http://www.techxellenttraining.com.au sue_inness@bigpond.com In conjunction with Moore Educational FOR LEGO Education supplies and support How to - Record

More information

Precision Skin Cancer Prevention A Sun Safety Mobile App. David Buller, PhD Senior Scientist & Director of Research Klein Buendel, Inc.

Precision Skin Cancer Prevention A Sun Safety Mobile App. David Buller, PhD Senior Scientist & Director of Research Klein Buendel, Inc. Precision Skin Cancer Prevention A Sun Safety Mobile App David Buller, PhD Senior Scientist & Director of Research Klein Buendel, Inc. PATIENT CENTERED OUTCOMES RESEARCH 8 TH ANNUAL SYMPOSIUM WASHINGTON

More information

Chapter 24 - The Wave Nature of Light

Chapter 24 - The Wave Nature of Light Chapter 24 - The Wave Nature of Light Summary Four Consequences of the Wave nature of Light: Diffraction Dispersion Interference Polarization Huygens principle: every point on a wavefront is a source of

More information

An Introduction to the Lego Mindstorms

An Introduction to the Lego Mindstorms Abstract An Introduction to the Lego Mindstorms Daniel Cliburn Assistant Professor Mathematics and Computer Science Hanover College Box 890 Hanover, IN 47243 (812) 866 7286 cliburn@hanover.edu http://www2.hanover.edu/cliburn

More information

EPUB # LEGO MINDSTORMS CERTIFICATION STUDY OPERATING INSTRUCTIONS DOCUMENT

EPUB # LEGO MINDSTORMS CERTIFICATION STUDY OPERATING INSTRUCTIONS DOCUMENT 14 January, 2018 EPUB # LEGO MINDSTORMS CERTIFICATION STUDY OPERATING INSTRUCTIONS DOCUMENT Document Filetype: PDF 463.2 KB 0 EPUB # LEGO MINDSTORMS CERTIFICATION STUDY OPERATING INSTRUCTIONS DOCUMENT

More information

Development of a System for Teaching C/C++ Using Robots and Open Source Software in a CS1 Course

Development of a System for Teaching C/C++ Using Robots and Open Source Software in a CS1 Course Development of a System for Teaching C/C++ Using Robots and Open Source Software in a CS1 Course A. Delman, L. Goetz, Y. Langsam, T. Raphan Department of Computer and Information Science, Brooklyn College

More information

Project Proposal. Mark John Swaine. Supervisor: Dr. Karen Bradshaw. Department of Computer Science, Rhodes University

Project Proposal. Mark John Swaine. Supervisor: Dr. Karen Bradshaw. Department of Computer Science, Rhodes University Project Proposal Mark John Swaine Supervisor: Dr. Karen Bradshaw Department of Computer Science, Rhodes University 2 March 2009 1. Principle Investigator Mark John Swaine 4 Huntley House, 28 Hill Street

More information

Heavy Duty Vibration Meter

Heavy Duty Vibration Meter User Guide Heavy Duty Vibration Meter Model 407860 Introduction Congratulations on your purchase of the Extech 407860 Vibration Meter. The Model 407860 measures vibration levels in industrial machinery.

More information

2Control NXT FAQ For the latest version of this document please go to > support

2Control NXT FAQ For the latest version of this document please go to  > support 2Control NXT FAQ For the latest version of this document please go to www.2simple.com > support Common Questions Q: Can I connect 2Control to the NXT brick without using a USB cable? A: No, 2Control requires

More information

Robotics II. Module 4: Bluetooth Communication

Robotics II. Module 4: Bluetooth Communication Robotics II PREPARED BY Academic Services Unit December 2011 Applied Technology High Schools, 2011 Module Objectives Upon successful completion of this module, students should be able to: Set up a Bluetooth

More information

EPUB / LEGO MINDSTORMS NXT SEGWAY BUILDING REPAIR MANUAL EBOOK

EPUB / LEGO MINDSTORMS NXT SEGWAY BUILDING REPAIR MANUAL EBOOK 08 April, 2018 EPUB / LEGO MINDSTORMS NXT SEGWAY BUILDING REPAIR MANUAL EBOOK Document Filetype: PDF 147.99 KB 0 EPUB / LEGO MINDSTORMS NXT SEGWAY BUILDING REPAIR MANUAL EBOOK The LEGO MINDSTORMS NXT 2.0

More information

INTRODUCTION LEGO MINDSTORMS NXT AND LABVIEW 8.6

INTRODUCTION LEGO MINDSTORMS NXT AND LABVIEW 8.6 INTRODUCTION LEGO MINDSTORMS NXT AND LABVIEW 8.6 Prof. Dr.-Ing. Dahlkemper Fabian Schwartau Patrick Voigt 1 NXT DIRECT COMMANDS There are two different kinds of programming Lego Mindstorms NXT with LabVIEW:

More information

Addendum to Mr. Robot

Addendum to Mr. Robot Addendum to Mr. Robot Addendum to Mr. Robot build instructions on how to attach the new LEGO EV3 programmable brick to Mr. Robot. The LEGO NXT Brick has been replaced by the EV3 Brick. Mr. Robot now ships

More information

(40-455) Student Launcher

(40-455) Student Launcher 611-1415 (40-455) Student Launcher Congratulations on your purchase of the Science First student launcher. You will find Science First products in almost every school in the world. We have been making

More information

Logger Pro User s Manual

Logger Pro User s Manual Logger Pro User s Manual Version 1.1 COPYRIGHT 1997-1999 Tufts University and Vernier Software ISBN 0-918731-91-7 (Macintosh) ISBN 0-918731-92-5 (Windows) Distributed by Vernier Software 8565 S.W. Beaverton-Hillsdale

More information

WELDING CONSOLE KVS L

WELDING CONSOLE KVS L WELDING CONSOLE KVS L KVS-L 1x1 KVS-L 2x2 KVS-L 3,5x2 A (mm) AS REQUEST AS REQUEST AS REQUEST B (mm) 1000 2000 3500 C (mm) 1000 2000 2000 DIFFERENT WELDING PROCCESS TIG, MIG,MAG SAW TIG, MIG,MAG SAW TIG,

More information

Using Equivalent Fractions to Solve Problems

Using Equivalent Fractions to Solve Problems Using Equivalent Fractions to Solve Problems Home Link -1 1 Fill in the equivalent fractions in the table below. Multi ply Both the Numerator and Denominator by: Fraction 6 1 _ 6_ 6_ 9 1 16 10_ 1 6_ 1

More information

Module 2, Add on lesson Introduction to the NXT and Mindstorms software. Student. 45 minutes

Module 2, Add on lesson Introduction to the NXT and Mindstorms software. Student. 45 minutes Module 2, Add on lesson Introduction to the NXT and Mindstorms software Student 45 minutes Purpose of this lesson Write a basic program using LEGO Mindstorms Download and run programs on the NXT Materials

More information

Digital Devices in the Digital Technologies curriculum (F-10) Steve Allen VCAA Digital Coding Specialist Teacher

Digital Devices in the Digital Technologies curriculum (F-10) Steve Allen VCAA Digital Coding Specialist Teacher Digital Devices in the Digital Technologies curriculum (F-10) Steve Allen VCAA Digital Coding Specialist Teacher A digital system that students can program: create an algorithm accept user input store

More information

Appendix D: Equipment

Appendix D: Equipment Appendix D: Equipment ELECTROSTATIC PAPER AND ACCESSORIES: To investigate electric fields with the electrostatic paper, you need to do the following: Lay the electrostatic paper flat.. Distribute the pieces

More information

INDEX. Tasks 1-9. Tasks Tasks Tasks Tasks Tasks Tasks Tasks Tasks Tasks Tasks

INDEX. Tasks 1-9. Tasks Tasks Tasks Tasks Tasks Tasks Tasks Tasks Tasks Tasks TASKS INDEX Pages 1-2 Sensors 3 Rotation Sensor ( Motor ) 4 NXT Desktop 5 Rotation Sensor ( Motor ) 6 Common Palette 7-8 Inputs and outputs - Common Palette 9 Complete Palette 10-13 Inputs and outputs

More information

Remote Control Electrical Roller Blinds

Remote Control Electrical Roller Blinds Remote Control Electrical Roller Blinds Instruction Manual for Model HT200 Contents 1. Description of Remote Control Electrical Roller Blind General Information Technical Data 2. Parts List Model HT200

More information

Keep On Truckin. by Nathan Cotten. Physical Science, Science as Inquiry. Grade Level. Louisiana Curriculum Framework Content Strand:

Keep On Truckin. by Nathan Cotten. Physical Science, Science as Inquiry. Grade Level. Louisiana Curriculum Framework Content Strand: Keep On Truckin by Nathan Cotten Louisiana Curriculum Framework Content Strand: Physical Science, Science as Inquiry Grade Level 9 Objectives: The students will be able to: use a TI 83+ Graphing Calculator,

More information

Marimba Basics. Marjaan Imam TECM

Marimba Basics. Marjaan Imam TECM Marimba Basics Marjaan Imam TECM 2700.005 April 25, 2014 ii Table of Contents iii Table of Contents Contents Table of Contents... iii Introduction... v Overview... v Chapter 1: Introducing Mallets and

More information

Appendix C: STEM Course Outline

Appendix C: STEM Course Outline C Appendix C: STEM Course Outline Science, Technology, Engineering, and Mathematics (STEM) Course Outline 1 Lesson 1: Using the Interface Engineering: Knowledge of an engineering design industry software

More information

Introducing Cubelets. What do they do?

Introducing Cubelets. What do they do? Introducing Cubelets What do they do? Cubelets 6 Box Cubelets Six Box Battery Cubelet Drive Cubelet Battery Cubelet Drive Cubelet Distance Cubelet brick adapters Distance Cubelet Brightness Cubelet Brightness

More information

Content. Introduction. Reset Computer. Set Unit. Heart Rate. Set Smart EL. Reset Trip Data. Unit. Calories. Enter Setting Mode.

Content. Introduction. Reset Computer. Set Unit. Heart Rate. Set Smart EL. Reset Trip Data. Unit. Calories. Enter Setting Mode. - English - Content 1 Introduction Reset Computer Set Unit Heart Rate 3 Unit Reset Trip Data 27 Set Smart EL Calories Parts 17 Enter Setting Mode 29 Mode / Sub Mode Functions 37 Average 5 Installation

More information

Chemical Polarimeter (Order Code CHEM-POL)

Chemical Polarimeter (Order Code CHEM-POL) Chemical Polarimeter (Order Code CHEM-POL) The Chemical Polarimeter is a device used for measuring the rotation of plane-polarized light caused by an optically active substance such as an organic, inorganic,

More information

The Unofficial Guide To LEGO MINDSTORMS Robots By Jonathan Knudsen READ ONLINE

The Unofficial Guide To LEGO MINDSTORMS Robots By Jonathan Knudsen READ ONLINE The Unofficial Guide To LEGO MINDSTORMS Robots By Jonathan Knudsen READ ONLINE If searching for the ebook by Jonathan Knudsen The Unofficial Guide to LEGO MINDSTORMS Robots in pdf format, in that case

More information

Praktikum: 2. Content of today s lecture. Content of today s lecture. Houxiang Zhang Manfred Grove

Praktikum: 2. Content of today s lecture. Content of today s lecture. Houxiang Zhang Manfred Grove 18.272 Praktikum: 2 Lego Mindstorms experience, Germany @Lego Institute TAMS s http://tams-www.informatik.uni-hamburg.de/hzhang 1 Institute TAMS s http://tams-www.informatik.uni-hamburg.de/hzhang 2 Content

More information

EV3 Programming Workshop for FLL Coaches

EV3 Programming Workshop for FLL Coaches EV3 Programming Workshop for FLL Coaches Tony Ayad 2017 Outline This workshop is intended for FLL coaches who are interested in learning about Mindstorms EV3 programming language. Programming EV3 Controller

More information

Manual DJI Phantom 2 Vision Dronexpert Gimbal

Manual DJI Phantom 2 Vision Dronexpert Gimbal Manual DJI Phantom 2 Vision Dronexpert Gimbal V2 1. Remove battery from the phantom. 2. Place the Phantom upside down. 3. Pull the jackplug out of the camera 4. Lift the frame carefully from rubber holders.

More information

Robot Design Hardware

Robot Design Hardware NanoGiants Academy e.v. Robot Design Hardware 2017 NanoGiants Academy e.v. 1 This Presentation is one of four about FLL Robot Design Hardware Navigation Software Strategy http://nano-giants.net/robot-design

More information

Roof Truss Roller Press, Tables and Jigging

Roof Truss Roller Press, Tables and Jigging RoofTracker II Roof Truss Roller Press, Tables and Jigging August 2015 Page 1 Table of Contents Equipment Introduction to the Equipment Restricted Zone Truss Terminology Parts of a Truss Important Notes

More information

Lego Mindstorms Tank Instructions

Lego Mindstorms Tank Instructions Lego Mindstorms Tank Instructions 1 / 6 2 / 6 Yeah, reviewing a book could be credited with your near contacts listings. This is just one of the solutions for you to be successful. As understood, success

More information

Chapter 20 Assembly Model with VEX Robot Kit - Autodesk Inventor

Chapter 20 Assembly Model with VEX Robot Kit - Autodesk Inventor Tools for Design Using AutoCAD and Autodesk Inventor 20-1 Chapter 20 Assembly Model with VEX Robot Kit - Autodesk Inventor Creating an Assembly Using Parts from the VEX Robot Kit Understand and Perform

More information

school robotics On the path to success with Brault & Bouthillier Education

school robotics On the path to success with Brault & Bouthillier Education On the path to success with school robotics Robotics has been used in schools as a teaching tool for several years now. And right from the start, has always believed this innovative project could motivate,

More information

Interference of Light

Interference of Light Interference of Light Objective To study the interference patterns of light passed through a single and double-slit, a human hair, and compact discs using a laser. Equipment meter stick index card slit

More information

Lesson Plan Outline for Rainbow Science

Lesson Plan Outline for Rainbow Science Lesson Plan Outline for Rainbow Science Lesson Title: Rainbow Science Target Grades: Middle and High School Time Required: 120 minutes Background Information for Teachers and Students Rainbows are fascinating

More information

ipad Mini Wi-Fi Front Facing Camera Replacement

ipad Mini Wi-Fi Front Facing Camera Replacement ipad Mini Wi-Fi Front Facing Camera Replacement Replace the Front Facing Camera in your ipad Mini Wi-Fi. Written By: Andrew Optimus Goldberg ifixit CC BY-NC-SA www.ifixit.com Page 1 of 42 INTRODUCTION

More information