Here Comes the Sun. The Challenge

Size: px
Start display at page:

Download "Here Comes the Sun. The Challenge"

Transcription

1 Here Comes the Sun This activity requires ROBOLAB 2.0 or higher, the Infrared Transmitter and cable #9713, RCX #9709, elab sets #9680 and #9681. The Challenge Invent a car that finds the optimal light conditions for charging a capacitor from a solar panel. After the solar panel charges the capacitor, the capacitor must be able to run the car for a least a few seconds. Recharge the capacitor while the car is parked. How can you make sure the solar panel is facing the sun whenever it stops? What to Do Here is one way to solve the problem using a touch sensor and a light sensor. Program the car to drive forward until you press the touch sensor, indicating you wish to park. When the touch sensor is pressed, the car stops and rotates slowly as it searches for the brightest light. Once the car has found which direction has the brightest light, it turns facing that way, then halts. Building Ideas Turn your RCX into a car with each of the back wheels controlled by a different motor. Your car should be able to turn in a circle easily. Hint: Put the two front wheels on different axles so that they can turn at different speeds or use just one front wheel, like a tricycle. Mount the solar panel securely on top: Add a touch sensor to tell it when to park and a light sensor for finding the brightest light. Programming Ideas In your computer program, you will need to give your car a set of instructions for determining the direction with the brightest light and for stopping at the optimal light level. This set of instructions for doing a task is called an algorithm. Here is one possible algorithm: Make the car turn as long as the light sensor values are increasing (that is, the light is getting brighter). As soon as the light sensor values decrease, the car returns to its previous position and stops. The advantage of this algorithm is that it is fairly simple but it has disadvantages, too. Can you think of any? 1

2 What other algorithms can you think of for finding the brightest parking position? Before you start programming, brainstorm methods that you could use for determining the direction with the brightest light as your car rotates, then returning to this position after the rotation is complete. Choose the algorithm that you would like to use for your computer program. You may use the simple algorithm described above or your own idea. Journal Use Import JPEG to create a Journal page showing your solar panel car. Create a page using the Describe template and write an explanation of the algorithm you will use for finding the brightest parking position. Program Use Level 4 to write the program. You can use a container to store the value of the light sensor reading. To compare the current value of the light sensor to an earlier one, use the Light Sensor Fork, wiring the container holding the earlier value into Compare. Download the program to your car and run it. If your program did not work as you expected, modify it and try again. Upload Once your car and program are working to your satisfaction, upload the data to the computer. Program Write a simple Pilot program that takes a light sensor reading every hundredth of a second while the car turns a circle. Run the program to collect additional data. Upload Add a new page and upload the data from the Pilot program as well. Examining this data allows you to check that your car found the brightest light. Note: If you used an algorithm in which your car made a complete rotation, then returned to the brightest spot, you can just compare the data from your first and second rotations to see if your car found the brightest light. 2

3 View Use Compare in the View area to examine the data from your car and from the Pilot program. Look at the maximum value of each line. Did your car find the brightest spot? Journal Using the Describe template to write a conclusion to your experiment. Develop answers to these questions: 1) Did your system optimize the available light? 2) How could you improve your car and program if you had more time? Present Create a presentation of your experiment containing the following pages: Journal page describing the car and algorithm, Program page, Data page(s), Journal page of conclusions. 3

4 Teacher s Notes for Here Comes the Sun LEARNING OBJECTIVES Students will understand: How to write a computer program that includes sensors. What an algorithm is and why it is useful. That, through experimentation, a value (such as light intensity) can be optimized. That sensor readings provide feedback to control the behavior of a device. DISCUSSION This activity can be used in a number of different ways. For example, the students could be given plans for building the car and could concentrate on programming it. Or, students could be given one or more algorithms to program and test, rather than inventing their own. Building Ideas The car can be built using one or two motors. The student handout assumes that the students will build their own two-motor cars. Alternatively, they can be given building plans for single-motor cars. This design will allow the car to go forward or turn using just one motor. Sample building idea for a one-motor car: 4

5 If extra motors are available, the students can design their own two-motor cars. One possible car is shown below. Sample building idea for a two-motor car: Programming Ideas The simple algorithm outlined in the student worksheet should be relatively easy for students to understand and program. However, it may cause the car to stop in a bright area which is not the brightest possible position, because this algorithm has no way of checking whether the bright spot it has found is just a local maximum. Here is a more sophisticated algorithm: The car rotates 360 degrees, finding and storing the highest light value on its first rotation. Then it rotates a second time, stopping when the light sensor reaches this value again. If you choose to have students develop their own algorithms, you may want to brainstorm ideas as a class and discuss each algorithm s viability before the students begin programming. 5

6 Sample Programs Here is one possible solution for the simple algorithm: The car turns until the light dims. Then the car returns to the location of the previous reading. Here are two possible solutions for the more complex algorithm: The car rotates 360 degrees, finding and storing the highest light value. The car rotates a second time, stopping when the light sensor reaches this value. Version 1. This solution uses the Timer Fork which is only available in ROBOLAB 2.0 Investigator Program Level 5. 6

7 Version 2. This version uses a Loop instead of the Timer Fork. This program can be written in Level 4. This program is harder to understand and use than Version 1. The number of loops needed for the car to complete one rotation must be found by trial and error. Here is program for capturing light sensor readings every hundredth of one second. 7

8 Testing the cars The more complex algorithm works well in a wide range of settings as long as the light conditions remain constant while the car is turning. The simple algorithm, by it very nature, is much more sensitive to shadows, glare, and other problems with the lighting. It works best in a dim room with a single light source near the car, such as a reading lamp or a powerful flashlight. Extension The position of the sun changes during the day. Modify the car so that if the light shifts while it is parked, it will rotate to find the new brightest spot. Add just three commands to the original program for a solution to the extension At the end, right before Stop Data Logging, add a Wait for Dark icon followed by a Jump. Place the corresponding Land near the beginning, right after Start Data Logging. 8

The Challenge. What to Do

The Challenge. What to Do LEGO Protractor The Challenge How can you accurately measure an angle? Create your own protractor using a rotation sensor and gears. Do this protractor activity first, then try the Slingshot or Peripheral

More information

Agent-based/Robotics Programming Lab II

Agent-based/Robotics Programming Lab II cis3.5, spring 2009, lab IV.3 / prof sklar. Agent-based/Robotics Programming Lab II For this lab, you will need a LEGO robot kit, a USB communications tower and a LEGO light sensor. 1 start up RoboLab

More information

The light sensor, rotation sensor, and motors may all be monitored using the view function on the RCX.

The light sensor, rotation sensor, and motors may all be monitored using the view function on the RCX. Review the following material on sensors. Discuss how you might use each of these sensors. When you have completed reading through this material, build a robot of your choosing that has 2 motors (connected

More information

Lab book. Exploring Robotics (CORC3303)

Lab book. Exploring Robotics (CORC3303) Lab book Exploring Robotics (CORC3303) Dept of Computer and Information Science Brooklyn College of the City University of New York updated: Fall 2011 / Professor Elizabeth Sklar UNIT A Lab, part 1 : Robot

More information

Nebraska 4-H Robotics and GPS/GIS and SPIRIT Robotics Projects

Nebraska 4-H Robotics and GPS/GIS and SPIRIT Robotics Projects Name: Club or School: Robots Knowledge Survey (Pre) Multiple Choice: For each of the following questions, circle the letter of the answer that best answers the question. 1. A robot must be in order to

More information

EV3 Advanced Topics for FLL

EV3 Advanced Topics for FLL EV3 Advanced Topics for FLL Jim Keller GRASP Laboratory University of Pennsylvania August 14, 2016 Part 1 of 2 Topics Intro to Line Following Basic concepts Calibrate Calibrate the light sensor Display

More information

e d u c a t i o n Detect Dark Line Objectives Connect Teacher s Notes

e d u c a t i o n Detect Dark Line Objectives Connect Teacher s Notes e d u c a t i o n Objectives Learn how to make the robot interact with the environment: Detect a line drawn on the floor by means of its luminosity. Hint You will need a flashlight or other light source

More information

Robot Programming Manual

Robot Programming Manual 2 T Program Robot Programming Manual Two sensor, line-following robot design using the LEGO NXT Mindstorm kit. The RoboRAVE International is an annual robotics competition held in Albuquerque, New Mexico,

More information

Laboratory 7: CONTROL SYSTEMS FUNDAMENTALS

Laboratory 7: CONTROL SYSTEMS FUNDAMENTALS Laboratory 7: CONTROL SYSTEMS FUNDAMENTALS OBJECTIVES - Familiarize the students in the area of automatization and control. - Familiarize the student with programming of toy robots. EQUIPMENT AND REQUERIED

More information

An Introduction to Programming using the NXT Robot:

An Introduction to Programming using the NXT Robot: An Introduction to Programming using the NXT Robot: exploring the LEGO MINDSTORMS Common palette. Student Workbook for independent learners and small groups The following tasks have been completed by:

More information

ROBOTICS. also enjoy buildi ng things with such manipulatives as Legos. Robotics was the. Real World. technology build engineering intuition.

ROBOTICS. also enjoy buildi ng things with such manipulatives as Legos. Robotics was the. Real World. technology build engineering intuition. Real World ROBOTICS By Lisa J. Clark 38 Science and Children Lego equipment and adapters; $500 for computer tables; $1,750 for consultant fees; $4,000 for computers; and $350 for books and other program

More information

Programming PIC Microchips

Programming PIC Microchips Programming PIC Microchips Fís Foghlaim Forbairt Programming the PIC microcontroller using Genie Programming Editor Workshop provided & facilitated by the PDST www.t4.ie Page 1 DC motor control: DC motors

More information

Gears and Speed Constant Distance Worksheet

Gears and Speed Constant Distance Worksheet Name: Date: Gears and Speed Constant Distance Worksheet Condition Number Of Teeth On Gear On Motor 1 2 3 Number Of Teeth On Gear On Rear Axle Gear Ratio (Rear Axle To Motor) Distance Tankbot Traveled (cm)

More information

Light. Light. Photo Credit: Lyndon Hatherall

Light. Light. Photo Credit: Lyndon Hatherall Light Photo Credit: Lyndon Hatherall Some things in nature give off light. The sun gives off light. Fire gives off light. Lightning gives off light. Some objects give off light too. Lamps give off light.

More information

Worksheet Answer Key: Tree Measurer Projects > Tree Measurer

Worksheet Answer Key: Tree Measurer Projects > Tree Measurer Worksheet Answer Key: Tree Measurer Projects > Tree Measurer Maroon = exact answers Magenta = sample answers Construct: Test Questions: Caliper Reading Reading #1 Reading #2 1492 1236 1. Subtract to find

More information

OZOBOT BASIC TRAINING LESSON 1 WHAT IS OZOBOT?

OZOBOT BASIC TRAINING LESSON 1 WHAT IS OZOBOT? OZOBOT BASIC TRAINING LESSON 1 WHAT IS OZOBOT? What students will learn What kind of a robot is Ozobot? How does Ozobot sense its environment and move in it? How can you give commands to Ozobot? Topics

More information

understanding sensors

understanding sensors The LEGO MINDSTORMS EV3 set includes three types of sensors: Touch, Color, and Infrared. You can use these sensors to make your robot respond to its environment. For example, you can program your robot

More information

1 Lab + Hwk 4: Introduction to the e-puck Robot

1 Lab + Hwk 4: Introduction to the e-puck Robot 1 Lab + Hwk 4: Introduction to the e-puck Robot This laboratory requires the following: (The development tools are already installed on the DISAL virtual machine (Ubuntu Linux) in GR B0 01): C development

More information

Toeing the Line Experiments with Line-following Algorithms

Toeing the Line Experiments with Line-following Algorithms Toeing the Line Experiments with Line-following Algorithms Grade 9 Contents Abstract... 2 Introduction... 2 Purpose... 2 Hypothesis... 3 Materials... 3 Setup... 4 Programming the robot:...4 Building the

More information

Your EdVenture into Robotics 10 Lesson plans

Your EdVenture into Robotics 10 Lesson plans Your EdVenture into Robotics 10 Lesson plans Activity sheets and Worksheets Find Edison Robot @ Search: Edison Robot Call 800.962.4463 or email custserv@ Lesson 1 Worksheet 1.1 Meet Edison Edison is a

More information

Where C= circumference, π = 3.14, and D = diameter EV3 Distance. Developed by Joanna M. Skluzacek Wisconsin 4-H 2016 Page 1

Where C= circumference, π = 3.14, and D = diameter EV3 Distance. Developed by Joanna M. Skluzacek Wisconsin 4-H 2016 Page 1 Instructor Guide Title: Distance the robot will travel based on wheel size Introduction Calculating the distance the robot will travel for each of the duration variables (rotations, degrees, seconds) can

More information

Sample Pages. Classroom Activities for the Busy Teacher: NXT. 2 nd Edition. Classroom Activities for the Busy Teacher: NXT -

Sample Pages. Classroom Activities for the Busy Teacher: NXT. 2 nd Edition. Classroom Activities for the Busy Teacher: NXT - Classroom Activities for the Busy Teacher: NXT 2 nd Edition Table of Contents Chapter 1: Introduction... 1 Chapter 2: What is a robot?... 5 Chapter 3: Flowcharting... 11 Chapter 4: DomaBot Basics... 15

More information

Revision for Grade 7 in Unit #1&3

Revision for Grade 7 in Unit #1&3 Your Name:.... Grade 7 / SEION 1 Matching :Match the terms with its explanations. Write the matching letter in the correct box. he first one has been done for you. (1 mark each) erm Explanation 1. electrical

More information

Explore and Challenge:

Explore and Challenge: Explore and Challenge: The Pi-Stop Traffic Light Sequence SEE ALSO: Discover: The Pi-Stop: For more information about Pi-Stop and how to use it. Setup: Scratch GPIO: For instructions on how to setup Scratch

More information

Line Tracking Car. Yi Lin& Zhenbin Zhu

Line Tracking Car. Yi Lin& Zhenbin Zhu Line Tracking Car Yi Lin& Zhenbin Zhu Abstract The purpose of our project was to be able to build a line tracking robot. The model of the project would be composed of a microcontroller that the one used

More information

Chapter 14. using data wires

Chapter 14. using data wires Chapter 14. using data wires In this fifth part of the book, you ll learn how to use data wires (this chapter), Data Operations blocks (Chapter 15), and variables (Chapter 16) to create more advanced programs

More information

Module 5 Control for a Purpose

Module 5 Control for a Purpose Module 5 Control for a Purpose Learning Objectives Student is able to: Pass/ Merit 1 Design a control system P 2 Build a sequence of events to activate multiple devices concurrently P 3 Correct and improve

More information

CURIE Academy, Summer 2014 Lab 2: Computer Engineering Software Perspective Sign-Off Sheet

CURIE Academy, Summer 2014 Lab 2: Computer Engineering Software Perspective Sign-Off Sheet Lab : Computer Engineering Software Perspective Sign-Off Sheet NAME: NAME: DATE: Sign-Off Milestone TA Initials Part 1.A Part 1.B Part.A Part.B Part.C Part 3.A Part 3.B Part 3.C Test Simple Addition Program

More information

Deriving Consistency from LEGOs

Deriving Consistency from LEGOs Deriving Consistency from LEGOs What we have learned in 6 years of FLL and 7 years of Lego Robotics by Austin and Travis Schuh 1 2006 Austin and Travis Schuh, all rights reserved Objectives Basic Building

More information

Parts of a Lego RCX Robot

Parts of a Lego RCX Robot Parts of a Lego RCX Robot RCX / Brain A B C The red button turns the RCX on and off. The green button starts and stops programs. The grey button switches between 5 programs, indicated as 1-5 on right side

More information

Robotics using Lego Mindstorms EV3 (Intermediate)

Robotics using Lego Mindstorms EV3 (Intermediate) Robotics using Lego Mindstorms EV3 (Intermediate) 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

Mars Rover: System Block Diagram. November 19, By: Dan Dunn Colin Shea Eric Spiller. Advisors: Dr. Huggins Dr. Malinowski Mr.

Mars Rover: System Block Diagram. November 19, By: Dan Dunn Colin Shea Eric Spiller. Advisors: Dr. Huggins Dr. Malinowski Mr. Mars Rover: System Block Diagram November 19, 2002 By: Dan Dunn Colin Shea Eric Spiller Advisors: Dr. Huggins Dr. Malinowski Mr. Gutschlag System Block Diagram An overall system block diagram, shown in

More information

Implement a Robot for the Trinity College Fire Fighting Robot Competition.

Implement a Robot for the Trinity College Fire Fighting Robot Competition. Alan Kilian Fall 2011 Implement a Robot for the Trinity College Fire Fighting Robot Competition. Page 1 Introduction: The successful completion of an individualized degree in Mechatronics requires an understanding

More information

Erik Von Burg Mesa Public Schools Gifted and Talented Program Johnson Elementary School

Erik Von Burg Mesa Public Schools Gifted and Talented Program Johnson Elementary School Erik Von Burg Mesa Public Schools Gifted and Talented Program Johnson Elementary School elvonbur@mpsaz.org Water Sabers (2008)* High Heelers (2009)* Helmeteers (2009)* Cyber Sleuths (2009)* LEGO All Stars

More information

RG Kit Guidebook ARGINEERING

RG Kit Guidebook ARGINEERING RG Kit Guidebook ARGINEERING RG Kit Guidebook ARGINEERING ARGINEERING The desire to interact, to connect exists in us all. As interactive beings, we interact not only with each other, but with the world

More information

Introduction.

Introduction. Introduction At Photobooks Express, it s our aim to go that extra mile to deliver excellent service, products and quality. Our fresh, dynamic and flexible culture enables us to stand above the rest and

More information

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. LEGO Bowling Workbook

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. LEGO Bowling Workbook Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl LEGO Bowling Workbook Robots are devices, sometimes they run basic instructions via electric circuitry or on most occasions they can be programmable.

More information

Energy in Photons. Light, Energy, and Electron Structure

Energy in Photons. Light, Energy, and Electron Structure elearning 2009 Introduction Energy in Photons Light, Energy, and Electron Structure Publication No. 95007 Students often confuse the concepts of intensity of light and energy of light. This demonstration

More information

Teaching Children Proportional Control using ROBOLAB 2.9. By Dr C S Soh

Teaching Children Proportional Control using ROBOLAB 2.9. By Dr C S Soh Teaching Children Proportional Control using ROBOLAB 2.9 By Dr C S Soh robodoc@fifth-r.com Objective Using ROBOLAB 2.9, children can experiment with proportional control the same way as undergraduates

More information

Mindstorms NXT. mindstorms.lego.com

Mindstorms NXT. mindstorms.lego.com Mindstorms NXT mindstorms.lego.com A3B99RO Robots: course organization At the beginning of the semester the students are divided into small teams (2 to 3 students). Each team uses the basic set of the

More information

Chapter 1. Robots and Programs

Chapter 1. Robots and Programs Chapter 1 Robots and Programs 1 2 Chapter 1 Robots and Programs Introduction Without a program, a robot is just an assembly of electronic and mechanical components. This book shows you how to give it a

More information

Robotics Workshop. for Parents and Teachers. September 27, 2014 Wichita State University College of Engineering. Karen Reynolds

Robotics Workshop. for Parents and Teachers. September 27, 2014 Wichita State University College of Engineering. Karen Reynolds Robotics Workshop for Parents and Teachers September 27, 2014 Wichita State University College of Engineering Steve Smith Christa McAuliffe Academy ssmith3@usd259.net Karen Reynolds Wichita State University

More information

BEGINNER PROGRAMMING LESSON

BEGINNER PROGRAMMING LESSON Basic Line Follower By Sanjay and Arvind Seshan BEGINNER PROGRAMMING LESSON LESSON OBJECTIVES 1. Learn how humans and robots follow lines 2. Learn how to get a robot to follow a line using Color Mode on

More information

Course Overview. Course Requirements. Key Concepts. Age Restrictions Subject Objective Duration. Prerequisite Skills Hardware equipment

Course Overview. Course Requirements. Key Concepts. Age Restrictions Subject Objective Duration. Prerequisite Skills Hardware equipment TOKYMAKER Science Course Light Course Overview For children and adults, light is a fascinating and familiar topic, but it can also get quite complicated. This course will explain the concept of light to

More information

1. Controlling the DC Motors

1. Controlling the DC Motors E11: Autonomous Vehicles Lab 5: Motors and Sensors By this point, you should have an assembled robot and Mudduino to power it. Let s get things moving! In this lab, you will write code to test your motors

More information

2015 Maryland State 4-H LEGO Robotic Challenge

2015 Maryland State 4-H LEGO Robotic Challenge Trash Talk Utilizing Trash to Power the World 2015 Maryland State 4-H LEGO Robotic Challenge Through Trash Talk, 4-H members involved in robotics will create LEGO robots that complete tasks related to

More information

Introduction to Turtle Art

Introduction to Turtle Art Introduction to Turtle Art The Turtle Art interface has three basic menu options: New: Creates a new Turtle Art project Open: Allows you to open a Turtle Art project which has been saved onto the computer

More information

Blue-Bot TEACHER GUIDE

Blue-Bot TEACHER GUIDE Blue-Bot TEACHER GUIDE Using Blue-Bot in the classroom Blue-Bot TEACHER GUIDE Programming made easy! Previous Experiences Prior to using Blue-Bot with its companion app, children could work with Remote

More information

Kit Contents. The Power House experiment kit contains the following parts:

Kit Contents. The Power House experiment kit contains the following parts: Version 2.0 Kit Contents 1a 1e 1d 1c 1b 18 12 15 19 16 23 11 5 8 10 20 24 14 6 21 17 7 9 2 3 4 22 13 25 The Power House experiment kit contains the following parts: Description Qty. Item No. 1 Power House

More information

Install the App. Search the App/Play Store for SiOnyx Aurora. Tap Get/Install. (Screens will differ slightly between ios and Android devices.

Install the App. Search the App/Play Store for SiOnyx Aurora. Tap Get/Install. (Screens will differ slightly between ios and Android devices. SiOnyx Aurora ios/android Mobile App The mobile app will allow you to take remote control of your camera. This guide will assist you with installing and using the app. (Screens will differ slightly between

More information

TABLET LESSONS BASIC LINE FOLLOWER. By Sanjay and Arvind Seshan

TABLET LESSONS BASIC LINE FOLLOWER. By Sanjay and Arvind Seshan TABLET LESSONS BASIC LINE FOLLOWER By Sanjay and Arvind Seshan Lesson Objectives 1. Learn how humans and robots follow lines 2. Learn how to get a robot to follow a line using Colour Mode on the EV3 Colour

More information

Intro to Digital SLR and ILC Photography Week 1 The Camera Body

Intro to Digital SLR and ILC Photography Week 1 The Camera Body Intro to Digital SLR and ILC Photography Week 1 The Camera Body Instructor: Roger Buchanan Class notes are available at www.thenerdworks.com Course Outline: Week 1 Camera Body; Week 2 Lenses; Week 3 Accessories,

More information

Application of Infrared Communication Method to the Remote Control of Electric Aluminium Blind

Application of Infrared Communication Method to the Remote Control of Electric Aluminium Blind Application of Infrared Communication Method to the Remote Control of Electric Aluminium Blind Chieh-Tsung Chi Department of Electrical Engineering, Chienkuo Technology University No. 1, Chieh Shou N.

More information

Adaptive Touch Sampling for Energy-Efficient Mobile Platforms

Adaptive Touch Sampling for Energy-Efficient Mobile Platforms Adaptive Touch Sampling for Energy-Efficient Mobile Platforms Kyungtae Han Intel Labs, USA Alexander W. Min, Dongho Hong, Yong-joon Park Intel Corporation, USA April 16, 2015 Touch Interface in Today s

More information

Active Stereo Vision. COMP 4102A Winter 2014 Gerhard Roth Version 1

Active Stereo Vision. COMP 4102A Winter 2014 Gerhard Roth Version 1 Active Stereo Vision COMP 4102A Winter 2014 Gerhard Roth Version 1 Why active sensors? Project our own texture using light (usually laser) This simplifies correspondence problem (much easier) Pluses Can

More information

Gift. Mark commands Rex to turn on the headlights to see what clues can be found, and when the lights turn on, the familiar D5 scales are heard...

Gift. Mark commands Rex to turn on the headlights to see what clues can be found, and when the lights turn on, the familiar D5 scales are heard... Gift How to select an empty bridge among three? The smart Peter takes out the infrared detector, it is found that only one empty bridge leaves significant traces... "Haha, that's it!" "Peter says excitedly,

More information

Robots are similar to humans if you consider that both use inputs and outputs to sense and react to the world.

Robots are similar to humans if you consider that both use inputs and outputs to sense and react to the world. Activity 3.1.1 Inputs and Outputs for CT Introduction Robots are similar to humans if you consider that both use inputs and outputs to sense and react to the world. Most humans use five senses to perceive

More information

The Scope of Computer Control within Technology

The Scope of Computer Control within Technology The Scope of Computer Control within Technology Computer control offers a productive medium for making progress in the study of systems within Technology. In this review Mike Bostock explains where control

More information

Robotic Programming. Skills Checklist

Robotic Programming. Skills Checklist Robotic Programming Skills Checklist Name: Motors Motors Direction Steering Power Duration Complete B & C Forward Straight 75 3 Rotations B & C Forward Straight 100 5 Rotatins B & C Forward Straight 50

More information

Example KodeKLIX Circuits

Example KodeKLIX Circuits Example KodeKLIX Circuits Build these circuits to use with the pre-installed* code * The code is available can be re-downloaded to the SnapCPU at any time. The RGB LED will cycle through 6 colours Pressing

More information

Exercise 5: PWM and Control Theory

Exercise 5: PWM and Control Theory Exercise 5: PWM and Control Theory Overview In the previous sessions, we have seen how to use the input capture functionality of a microcontroller to capture external events. This functionality can also

More information

Variation of light intensity. Measuring the light intensity of different light sources

Variation of light intensity. Measuring the light intensity of different light sources Dimension 2 Cross Cutting Concepts Dimension 1 Science and Engineering Practices FRAMEWORK FOR K-12 SCIENCE EDUCATION 2012 Variation of light intensity USA Standards Correlation The Dimension I practices

More information

Re: ENSC 370 Project Gerbil Process Report

Re: ENSC 370 Project Gerbil Process Report Simon Fraser University Burnaby, BC V5A 1S6 trac-tech@sfu.ca April 30, 1999 Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, BC V5A 1S6 Re: ENSC 370 Project Gerbil Process

More information

Light activated switch

Light activated switch Build instructions, circuit explanation and example applications Issue 1.6 Product information: www.kitronik.co.uk/quicklinks/2112/ TEACHER Light activated switch Introduction About the project kit This

More information

Programming with Scratch

Programming with Scratch Programming with Scratch A step-by-step guide, linked to the English National Curriculum, for primary school teachers Revision 3.0 (Summer 2018) Revised for release of Scratch 3.0, including: - updated

More information

LEGO Mindstorms Class: Lesson 1

LEGO Mindstorms Class: Lesson 1 LEGO Mindstorms Class: Lesson 1 Some Important LEGO Mindstorm Parts Brick Ultrasonic Sensor Light Sensor Touch Sensor Color Sensor Motor Gears Axle Straight Beam Angled Beam Cable 1 The NXT-G Programming

More information

RGB Line Follower. 1. Basic knowledge of RGB line follower

RGB Line Follower. 1. Basic knowledge of RGB line follower RGB Line Follower 1. Basic knowledge of RGB line follower The RGB Line Follower module is designed for line patrol competitions. It contains 4 RGB fill lights and 4 photosensitive receiving tubes. The

More information

Vehicle Dynamics and Design Creating a Chevy Malibu car in SolidWorks STEP 2: Go to top of page to Tools, then scroll down to Options.

Vehicle Dynamics and Design Creating a Chevy Malibu car in SolidWorks STEP 2: Go to top of page to Tools, then scroll down to Options. STEP 1: Open up SolidWorks 2008. (a) Choose a new part to open. (b) Click OK. Vehicle Dynamics and Design Creating a Chevy Malibu car in SolidWorks 2008 STEP 2: Go to top of page to Tools, then scroll

More information

Studuino Icon Programming Environment Guide

Studuino Icon Programming Environment Guide Studuino Icon Programming Environment Guide Ver 0.9.6 4/17/2014 This manual introduces the Studuino Software environment. As the Studuino programming environment develops, these instructions may be edited

More information

Lesson Plan: The Physics of Color Kevin Hugo Physics 335 December 15, 2004

Lesson Plan: The Physics of Color Kevin Hugo Physics 335 December 15, 2004 Lesson Plan: The Physics of Color Kevin Hugo Physics 335 December 15, 2004 Introduction Although educational research on the physics of color is far less advanced than other aspects of physics education,

More information

BASIC-Tiger Application Note No. 059 Rev Motor control with H bridges. Gunther Zielosko. 1. Introduction

BASIC-Tiger Application Note No. 059 Rev Motor control with H bridges. Gunther Zielosko. 1. Introduction Motor control with H bridges Gunther Zielosko 1. Introduction Controlling rather small DC motors using micro controllers as e.g. BASIC-Tiger are one of the more common applications of those useful helpers.

More information

A quick overview of the basics of my workflow in. Those gaps in Photoshop s Histogram indicate missing information.

A quick overview of the basics of my workflow in. Those gaps in Photoshop s Histogram indicate missing information. Another Photoshop tutorial by Bruce Philpott Copyright 2007 Bruce Philpott A quick overview of the basics of my workflow in Adobe Camera Raw This short tutorial certainly won t cover everything about Adobe

More information

Radio Window Sensor and Temperature Sensor Programming in HomeWorks QS

Radio Window Sensor and Temperature Sensor Programming in HomeWorks QS Radio Window Sensor and Temperature Sensor Programming in HomeWorks QS Table of Contents 1. Overview... 2 2. General Operation... 2 2.1. Radio Window Sensor Communication... 2 2.2. Temperature Sensor Communication...

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 13.11.2014

More information

Hello, and welcome to this presentation of the FlexTimer or FTM module for Kinetis K series MCUs. In this session, you ll learn about the FTM, its

Hello, and welcome to this presentation of the FlexTimer or FTM module for Kinetis K series MCUs. In this session, you ll learn about the FTM, its Hello, and welcome to this presentation of the FlexTimer or FTM module for Kinetis K series MCUs. In this session, you ll learn about the FTM, its main features and the application benefits of leveraging

More information

21.1 Resistors in Series and Parallel

21.1 Resistors in Series and Parallel 808 Chapter 21 Circuits and DC Instruments Explain why batteries in a flashlight gradually lose power and the light dims over time. Describe what happens to a graph of the voltage across a capacitor over

More information

Flowcharts and Programs

Flowcharts and Programs Flowcharts and Programs Engineering with Labview Laptop Program Schematic Editor Front Panel & Block Diagram Block Diagram: Program Code Front Panel: Virtual Dashboard Front Panel Block Diagram

More information

Topic 1. Road safety rules. Projects: 1. Robo drives safely - page Robo is a traffic light - - page 6-10 Robo is a smart traffic light

Topic 1. Road safety rules. Projects: 1. Robo drives safely - page Robo is a traffic light - - page 6-10 Robo is a smart traffic light Topic 1. Road safety rules. Road safety is an important topic for young students because everyone uses roads, and the dangers associated with the roads impact everyone. Robo Wunderkind robotics kits help

More information

Introduction At Photobookshop, it s our aim to go that extra mile to deliver excellent service, products and quality. Our fresh, dynamic and flexible culture enables us to stand above the rest and produce

More information

Properties of two light sensors

Properties of two light sensors Properties of two light sensors Timo Paukku Dinnesen (timo@daimi.au.dk) University of Aarhus Aabogade 34 8200 Aarhus N, Denmark January 10, 2006 1 Introduction Many projects using the LEGO Mindstorms RCX

More information

E Technology: A. Innovations Activity: Introduction to Robotics

E Technology: A. Innovations Activity: Introduction to Robotics Science as Inquiry: As a result of their activities in grades 5 8, all students should develop Understanding about scientific inquiry. Abilities necessary to do scientific inquiry: identify questions,

More information

Partnership Teacher Night February 2017 littlebits and Electronic Circuits

Partnership Teacher Night February 2017 littlebits and Electronic Circuits Partnership Teacher Night February 2017 littlebits and Electronic Circuits What are littlebits? littlebits are easy-to-use, color-coded, magnetic, electronic snap-and-lock circuits that can be linked together

More information

MN High School Robotics 2006 MISSIONS

MN High School Robotics 2006 MISSIONS MN High School Robotics 2006 MISSIONS ATOMIC FORCE MICROSCOPY Mission: Free the probe s nanotip. The robot must separate the nanotip from the material surface. The nanotip separated from the surface is

More information

Learning Activity Series Control Systems www.nano-cemms.illinois.edu Copyright 2012 Board of Trustees, University of Illinois. All rights reserved. Control Systems Description: In Part 1, the instructor

More information

Note to Teacher. Description of the investigation. Time Required. Materials. Procedures for Wheel Size Matters TEACHER. LESSONS WHEEL SIZE / Overview

Note to Teacher. Description of the investigation. Time Required. Materials. Procedures for Wheel Size Matters TEACHER. LESSONS WHEEL SIZE / Overview In this investigation students will identify a relationship between the size of the wheel and the distance traveled when the number of rotations of the motor axles remains constant. It is likely that many

More information

FLL Programming Workshop Series

FLL Programming Workshop Series FLL Programming 2017 Workshop Series 2017 1 Prerequisites & Equipment Required Basic computer skills Assembled EV3 Educational robot or equivalent Computer or Laptop with LEGO Mindstorms software installed

More information

How is Light Absorbed and Transmitted?

How is Light Absorbed and Transmitted? How is Light Absorbed and Transmitted? Description: Students will examine the absorption and transmission of light by color filters with the help of a light source and a diffraction grating. Student Materials

More information

After Performance Report Of the Robot

After Performance Report Of the Robot After Performance Report Of the Robot Engineering 112 Spring 2007 Instructor: Dr. Ghada Salama By Mahmudul Alam Tareq Al Maaita Ismail El Ebiary Section- 502 Date: May 2, 2007 Introduction: The report

More information

ABB i-bus EIB Light controller LR/S and light sensor LF/U 1.1

ABB i-bus EIB Light controller LR/S and light sensor LF/U 1.1 Product manual ABB i-bus EIB Light controller LR/S 2.2.1 and light sensor LF/U 1.1 Intelligent Installation Systems Contents Page 1. Notes............................................... 2 2. Light intensity

More information

Vision Ques t. Vision Quest. Use the Vision Sensor to drive your robot in Vision Quest!

Vision Ques t. Vision Quest. Use the Vision Sensor to drive your robot in Vision Quest! Vision Ques t Vision Quest Use the Vision Sensor to drive your robot in Vision Quest! Seek Discover new hands-on builds and programming opportunities to further your understanding of a subject matter.

More information

2.4 Sensorized robots

2.4 Sensorized robots 66 Chap. 2 Robotics as learning object 2.4 Sensorized robots 2.4.1 Introduction The main objectives (competences or skills to be acquired) behind the problems presented in this section are: - The students

More information

Instruction Manual. 1) Starting Amnesia

Instruction Manual. 1) Starting Amnesia Instruction Manual 1) Starting Amnesia Launcher When the game is started you will first be faced with the Launcher application. Here you can choose to configure various technical things for the game like

More information

A Day in the Life CTE Enrichment Grades 3-5 mblock Robotics - Simple Programs

A Day in the Life CTE Enrichment Grades 3-5 mblock Robotics - Simple Programs Activity 1 - Play Music A Day in the Life CTE Enrichment Grades 3-5 mblock Robotics - Simple Programs Computer Science Unit One of the simplest things that we can do, to make something cool with our robot,

More information

6.01, Fall Semester, 2007 Assignment 10 - Design Lab, Issued: Tuesday, November 6th 1

6.01, Fall Semester, 2007 Assignment 10 - Design Lab, Issued: Tuesday, November 6th 1 6.01, Fall Semester, 2007 Assignment 10 - Design Lab, Issued: Tuesday, November 6th 1 MASSACHVSETTS INSTITVTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science 6.01 Introduction to

More information

Key Question: How reflective are materials?

Key Question: How reflective are materials? Key Question: How reflective are materials? Student name: Class: http://www.cma-science.nl Activity 1. What happens when light shines on a mirror 1. In this experiment you need a torch and a mirror. Let

More information

Experiment 9 : Pulse Width Modulation

Experiment 9 : Pulse Width Modulation Name/NetID: Experiment 9 : Pulse Width Modulation Laboratory Outline In experiment 5 we learned how to control the speed of a DC motor using a variable resistor. This week, we will learn an alternative

More information

Rev ABB i-bus KNX 6151/11 U-500. Power and productivity for a better world TM

Rev ABB i-bus KNX 6151/11 U-500. Power and productivity for a better world TM 1 73-1-7831 Rev. 01 3.2012 6151/11 U-500 Power and productivity for a better world TM Page: 1 of 31 Switching actuator 1gang with binary Inputs, FM Actuator Article-no.: 6151/11 U-500 ETS search path:

More information

Short operating instructions

Short operating instructions gottardo LED office floor lamp series I Short operating instructions Visit us online too. gottardo-led.swiss Product film on Youtube Operating instructions gottardo series I Version: 1.0/20180406/SN SW:20170224

More information

Technical data: Instabus EIB supply Voltage: YY 6 x 0.6 mm; red: bus (+) / black: bus (-)

Technical data: Instabus EIB supply Voltage: YY 6 x 0.6 mm; red: bus (+) / black: bus (-) Product designation: switching actuator 2fold 6A FM Design: FM (flush-mounted type) Article no.: 1057 00 ETS search path: Gira Giersiepen / Output / Binary output, 2fold / switching actuator 2fold 6A FM

More information

PocketLab Weather Getting Started Guide

PocketLab Weather Getting Started Guide Display and Record Sensor Data 1. To record data, press the Record button on the graph screen. The current data will clear and the app will record new sensor data. 2. To stop the data recording, press

More information