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

Size: px
Start display at page:

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

Transcription

1 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 children, while also revealing the physics that lie behind it. Core Objectives: (1) What is light? (2) What is color? Students will learn: (1) The nature of light (2) Generating color (3) The composition of the rainbow (4) The uses and basic principles of photoresistors Course Requirements Age Restrictions Subject Objective Duration 7 years or older STEM education, Computer Science Understanding the concepts of light 120 minutes Prerequisite Skills Hardware equipment Understand Starter kit (1 kit per Tokymaker coding group of 2-3 basics (how to drag students), and drop code MacBook OSX, blocks) Chromebook, Tokymaker basic Android Tablet, tutorial, course one. Android Smartphone with version 6.0 up, Internet Evaluation Use this guide in this document to evaluate students' understanding of the course. Additional Resources Tokymaker Workbook Debugging Checklist Key Concepts Light Light travels in a straight line Speed of light Color Rainbow Photoresistor 1

2 Instructions Step 1: Preparation for class Duration: 5 minutes The completion of this course can be done by individuals or in groups (2-3 students). Required Before entering this part of the Physics course, you need to let the students complete the basic coding foundation, so that students have a basic understanding of programming and the Tokymaker. Optional You can print the contents of the "Rhythm Master" and "Small Musician sections (see Appendix for details). The content in this section provides the code for each tutorial section and an explanation of each section of the code. Materials Tokymaker Compatible computer Tokymaker Workbook (one for each student) Open wall space Source of light (flash light, projector light, etc.) Sunlight Glass filled with water A4 sheet of paper Rotation sensor Light sensor Sonar sensor Tilt sensor Servo motor Adapter pin Precautions When watching the prepared video related to the sound generation process in this course with a projector, be aware that this video needs sound. If you have no conditions to provide sound equipment for the projector, you can choose to have the students watch it on their laptops. Step 2: Physics - What is light? What is color? Duration: 70 minutes Light and shadow (1) Experiment: Light & Shadow Game The teacher dims the brightness of the room and projects a light onto the wall. The teacher stands in front of the wall and makes various shapes with his hands, creating shadows on the wall. The teacher encourages the students to do the same and make different shapes. At the same time, the teacher and the children come together to make up a story using the shadows they created. This story should be fun and creative. 2

3 (2) Summary What is light? Light enables us to see the world around us, and it brings energy to many things. When we talk about light, the easiest thing to think of is the opposite of darkness. When children are in bed at night, they cannot see anything and may need to be accompanied by their parents. When the light comes back, they feel full of strength and feel safe, because they can see the world again. This is because the light from the sun shines so bright it makes us see everything around us. There are many kinds of light on Earth, light from the Sun, light from desk lamps, etc. Light travels very fast. It is the fastest thing in the Universe. Light travels in a straight line, so when it encounters an object it cannot pass through, a patch of darkness will be created directly behind it, called a shadow. Use of light Light is most often used to illuminate things, for example, lights at home, desk lamps, and street lighting. Lightcan also be used for heating, for example when you go camping, you can use it for barbecue or heating. The laser is a very powerful light. You can see lasers being used in Star Wars movie when they use light sabers. Colorful light (1) Experiment: Rainbow Experiment Materials Sunlight Glass filled with water A piece of white A4 paper Process Let the sun shine through the glass while placing the paper behind it. This will make a small rainbow on the paper. (2) Explanation The teacher asks the following questions: What colors do you see in the world? What colors are there in the rainbow? Invite students to share their ideas. (3) Summary Colors are different types of light. All light travels at the same speed, but not all light are the same color. Common colors in life are red, orange, yellow, green, blue, purple, and so on. 3

4 Step 3: Practice Using new knowledge to complete a Tokymaker experiment Duration: 30 minutes Experiment 1 Colorful Lights (1) Introduction Have you ever thought about why cartoon characters on TV are colorful? Is there a colorful brush or a magic pen that makes TV have a variety of colors? With these questions in mind, let s start today s Tokymaker experiment. (2) Preparation Connect the Tokymaker to a power supply and connect your computer to the online coding environment. (3) Required Components Input: Rotation sensor, Sonar sensor (distance), Light sensor (photoresistor), Tilt Sensor Additional: Adapter pin, Wires (4) Experiment Step 1: Download the program to the Tokymaker Step 2: Connect the sensors 1. Connect the sonar sensor to the top of the Tokymaker 2. Select any two of the input sensors (rotation, light, or tilt sensor) and connect to Input 1 and 3. Step 3: Investigate Adjust the input sensors and see what happens. How does adjusting the input values change the LED on the Tokymaker? How can you adjust to get the color you want? Step 4: Expand Remove all the input values for red, green, and blue and change it to the values below. 4

5 At this point you can see the light on the Tokymaker is white. Try to modify the red, green, and blue values anywhere from 0 to 100. Share with you found with your classmates. Step 5: Summary We can modify the values of red, green, and blue to get different colors. Experiment 2 Photosensitive Trap (1) Introduction When the sun rises, people get up to go to work. When the sun goes down, the sky becomes dark and people return home to go to sleep. Light sensors, like humans can sense changes in light. In this experiment, we will create a light control trap. (2) Preparation Connect the Tokymaker to a power supply and connect a computer to the online coding environment (3) Required Components Input: Servo motor, Light sensor (Photoresistor) Additional: Adapter pin (4) Experiment Step 1: Download the program to the Tokymaker Step 2: Connect the sensors 1. Connect the light sensor to Input 1 2. Connect the adapter pin to the servo motor 5

6 3. Connect the servo motor to Output 1. Note: The brown wire is connected to the negative pole and the red wire is connected to the positive pole. Step 3: Making a cardboard trap Create a cardboard contraption with a servo motor as a part of the contraption. Step 4: Discussion Discuss when the trap is triggered. [Optional] How can you modify the experiment or coding if the lights indoor is too dark? Step 5: Summary The light sensor can sense the intensity of light and use the change in light intensity to control the execution of other devices. For example, when night falls, the light sensor can determine the brightness outside and turn on street lights for pedestrians. Step 4: Share What have you learned? What questions do you still have? Duration: 5 minutes (1) Classroom Questions What is light? What did we learn in class? Which part of the course content do you like the most? (2) [Optional] Allow students to share their work in front of the class, or upload them to social media to encourage them to share, comment, and improve each other's work. Step 5: The End Duration: 5 minutes Have the students disassemble the circuit and place the components back based on the chart information. Have students tidy their workspace and turn off their devices (smartphones, tablets, or laptops). 6

7 Appendix Code Tutorial 2.1 Colorful Lights Code Understanding the Code In green [repeat]: The statement represents that the program inside will be executed again and again. In red [Set LED]: The first part of the statement selects which LED we want to illuminate. In the code here, we will illuminate the LED on the Tokymaker. The color of the LED is a mix of red, green, and blue. The red and green values are dependent on the input values of Input 1 and 3, respectively. The blue value is dependent on the value from the distance sensor. Code Understanding the Code In green [repeat]: The statement represents that the program inside will be executed again and again. In red [Set LED]: The first part of the statement selects which LED you want to illuminate. Here it is the LED on the Tokymaker. The color of the LED is a mixture of red, green, and blue values. The values are all 100 which creates white. 7

8 2.2 Photosensitive Trap Code Understanding the Code In green [repeat]: The statement represents that the program inside will be executed again and again. In green [if][do][else]: If the [if] statement is satisfied, the [do] statement will be executed if not the [else] statement is executed. In this case, if the input value is less than 35 then the servo motor will rotate 180 degrees. If the input value is more than 35 then the motor will rotate 45 degrees. In purple [Screen: clear]: Indicates to clear the screen from previous images. In purple [Screen: print]: Indicates the following text to be printed to screen. In purple [Screen: display]: Indicates that the print statement will be displayed to screen. 8

9 Additional Work:IOT Robot IOT Robot is a robot prototype that uses a photoresistor to control its direction of travel. Use the light to control the direction of the robot, which uses the photoresistor and motor. For details, please see: 9

10 10

Getting Started with the micro:bit

Getting Started with the micro:bit Page 1 of 10 Getting Started with the micro:bit Introduction So you bought this thing called a micro:bit what is it? micro:bit Board DEV-14208 The BBC micro:bit is a pocket-sized computer that lets you

More information

Unit 6P.2: Light. What is Light? Shadows Reflection The colors of the rainbow. Science skills: Observing Classifying Predicting

Unit 6P.2: Light. What is Light? Shadows Reflection The colors of the rainbow. Science skills: Observing Classifying Predicting Unit 6P.2: What is? Shadows Reflection The colors of the rainbow Science skills: Observing Classifying Predicting By the end of this unit you should: Know that light moves in straight lines. Know how shadows

More information

An Introduction to ScratchJr

An Introduction to ScratchJr An Introduction to ScratchJr In recent years there has been a pro liferation of educational apps and games, full of flashy graphics and engaging music, for young children. But many of these educational

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

RoboRobo. Teacher's Guide. SpaceBot

RoboRobo. Teacher's Guide. SpaceBot RoboRobo Teacher's Guide SpaceBot Week 11 Study Aim SpaceBot Assembling SpaceBot using 2 Servo Motor Introducing function and role of Space Exploration Satellite Realizing movement as grab object and lift

More information

Trial code included!

Trial code included! The official guide Trial code included! 1st Edition (Nov. 2018) Ready to become a Pro? We re so happy that you ve decided to join our growing community of professional educators and CoSpaces Edu experts!

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

Light and Reflectivity

Light and Reflectivity Light and Reflectivity What is it about objects that lets us see them? Why do we see the road, or a pen, or a best friend? If an object does not emit its own light (which accounts for most objects in the

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

RUNNYMEDE COLLEGE & TECHTALENTS

RUNNYMEDE COLLEGE & TECHTALENTS RUNNYMEDE COLLEGE & TECHTALENTS Why teach Scratch? The first programming language as a tool for writing programs. The MIT Media Lab's amazing software for learning to program, Scratch is a visual, drag

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

Troop 61 Self-Teaching Guide to Photography Merit Badge

Troop 61 Self-Teaching Guide to Photography Merit Badge Troop 61 Self-Teaching Guide to Photography Merit Badge Scout Name: Date: Adapted from: Kodak Self-Teaching Guide to Picture-Taking Scout Name: Date: Init Date 1. Take and paste pictures into your booklet

More information

NAME DESCRIPTION OF ACTIVITY LEARNING GOALS PRE-REQUISITE KNOWLEDGE/SKILL MATERIALS NEEDED EDUCATION PROJECT IMAGE. Animated Character

NAME DESCRIPTION OF ACTIVITY LEARNING GOALS PRE-REQUISITE KNOWLEDGE/SKILL MATERIALS NEEDED EDUCATION PROJECT IMAGE. Animated Character EDUCATION PROJECT IMAGE NAME Animated Character DESCRIPTION OF ACTIVITY In this experiment you will learn how to build one of the most common mechanical systems, the four-bar linkage. To make it a bit

More information

Science - Year 3. Light Block 3L. Light and Shadows. Session 4 Resource Pack

Science - Year 3. Light Block 3L. Light and Shadows. Session 4 Resource Pack Science - Year 3 Light Block 3L Light and Shadows Session 4 Resource Pack Original resource copyright Hamilton Trust, who give permission for it to be adapted as wished by individual users. We refer you

More information

Light and Color Page 1 LIGHT AND COLOR Appendix

Light and Color Page 1 LIGHT AND COLOR Appendix Light and Color Page 1 LIGHT AND COLOR The Light Around Us 2 Transparent, Translucent and Opaque 3 Images 4 Pinhole Viewer 5 Pinhole "Camera" 6 The One That Got Away 7 Find the Coin 8 Cut a Pencil with

More information

Lab 06: Ohm s Law and Servo Motor Control

Lab 06: Ohm s Law and Servo Motor Control CS281: Computer Systems Lab 06: Ohm s Law and Servo Motor Control The main purpose of this lab is to build a servo motor control circuit. As with prior labs, there will be some exploratory sections designed

More information

GRADE ONE SCIENCE KIT 1.P.2 PHYSICAL SCIENCE: EXPLORING LIGHT AND SHADOWS

GRADE ONE SCIENCE KIT 1.P.2 PHYSICAL SCIENCE: EXPLORING LIGHT AND SHADOWS GRADE ONE SCIENCE KIT 1.P.2 PHYSICAL SCIENCE: EXPLORING LIGHT AND SHADOWS Revised for 2015-2016 Standard 1.P.2: The student will demonstrate an understanding of the properties of light and how shadows

More information

DUBAI TECH & DIGITAL WINTER CAMP

DUBAI TECH & DIGITAL WINTER CAMP Is your child ready for the digital future? DUBAI TECH & DIGITAL WINTER CAMP LOCATION The winter camps are offered in partnership with Swiss International Scientific Dubai (SiSD) school, a leading IB school

More information

INTERACTIVE BUILDING BLOCK SYSTEMS

INTERACTIVE BUILDING BLOCK SYSTEMS INTERACTIVE BUILDING BLOCK SYSTEMS CONTENTS About UBTECH ROBOTICS CORP Toy s Revolution What is Jimu Robot What it Comes With 3 Step Learning Play Build Program Share Jimu Robot Available Kits Dream With

More information

Internet of Things Student STEM Project Jackson High School. Lesson 3: Arduino Solar Tracker

Internet of Things Student STEM Project Jackson High School. Lesson 3: Arduino Solar Tracker Internet of Things Student STEM Project Jackson High School Lesson 3: Arduino Solar Tracker Lesson 3 Arduino Solar Tracker Time to complete Lesson 60-minute class period Learning objectives Students learn

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

Test 1: Example #2. Paul Avery PHY 3400 Feb. 15, Note: * indicates the correct answer.

Test 1: Example #2. Paul Avery PHY 3400 Feb. 15, Note: * indicates the correct answer. Test 1: Example #2 Paul Avery PHY 3400 Feb. 15, 1999 Note: * indicates the correct answer. 1. A red shirt illuminated with yellow light will appear (a) orange (b) green (c) blue (d) yellow * (e) red 2.

More information

Table of Contents. Sample Pages - get the whole book at

Table of Contents. Sample Pages - get the whole book at Table of Contents Chapter 1: Introduction... 1 Chapter 2: minivex Basics... 4 Chapter 3: What is a Robot?... 20 Chapter 4: Flowcharting... 25 Chapter 5: How Far?... 28 Chapter 6: How Fast?... 32 Chapter

More information

OZOBLOCKLY BASIC TRAINING LESSON 1 SHAPE TRACER 1

OZOBLOCKLY BASIC TRAINING LESSON 1 SHAPE TRACER 1 OZOBLOCKLY BASIC TRAINING LESSON 1 SHAPE TRACER 1 PREPARED FOR OZOBOT BY LINDA MCCLURE, M. ED. ESSENTIAL QUESTION How can we make Ozobot move using programming? OVERVIEW The OzoBlockly games (games.ozoblockly.com)

More information

SPECTROCLICK KIT EXPLORE THE INTERACTION OF LIGHT AND MATTER THE SCIENCE OF SPECTROSCOPY. 101 W. Tomaras Ave. Bldg.

SPECTROCLICK KIT EXPLORE THE INTERACTION OF LIGHT AND MATTER THE SCIENCE OF SPECTROSCOPY. 101 W. Tomaras Ave. Bldg. SPECTROCLICK KIT EXPLORE THE INTERACTION OF LIGHT AND MATTER THE SCIENCE OF SPECTROSCOPY 101 W. Tomaras Ave. Bldg. B Savoy, IL 61874 WARNING: NOT INTENDED FOR CHILDREN UNDER THE AGE OF 6 ADULT SUPERVISION

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

UNIT 3 LIGHT AND SOUND

UNIT 3 LIGHT AND SOUND NIT 3 LIGHT AND SOUND Primary Colours Luminous Sources of Light Colours sources is divided Secondary Colours includes Illıminated Sources of Light LIGHT Illumination is form Travels in Spaces Shadow Reflection

More information

Please find attached activities and discussions that can take place at home to make your child more safe online.

Please find attached activities and discussions that can take place at home to make your child more safe online. January 2018 Dear Parents/Carers Please find attached activities and discussions that can take place at home to make your child more safe online. In addition to this there is information on places to contact

More information

Instructional Technology Center

Instructional Technology Center Partner Teacher Night March 2017 - Lego WeDo 2.0 What are Lego WeDos? WeDos are lego sets that come with a power source and a motor that allows students to create lego constructions that move like robots.

More information

On the front of the board there are a number of components that are pretty visible right off the bat!

On the front of the board there are a number of components that are pretty visible right off the bat! Hardware Overview The micro:bit has a lot to offer when it comes to onboard inputs and outputs. In fact, there are so many things packed onto this little board that you would be hard pressed to really

More information

Lighten up!

Lighten up! Lighten up! - - - - - - - - - - - - - - - - - - - - - - - - - - Light is all around us, illuminating our world. It is colourful, bendy, bouncy, and can pack some pretty intense energy. Explore the funny

More information

Unit 8: Light and Optics

Unit 8: Light and Optics Objectives Unit 8: Light and Optics Explain why we see colors as combinations of three primary colors. Explain the dispersion of light by a prism. Understand how lenses and mirrors work. Explain thermal

More information

IGHT. Dip. to build. This. curriculum

IGHT. Dip. to build. This. curriculum HY YSICS OF IGHT RADE ASSESSMENT PACKET Dip into the fascinating field of light by learning about illumination, brightness, refraction,, reflection, beam scattering, optical density, and more as you use

More information

STEM in Practice AISWA SAMPLE. with KodeKLIX. Def ine Plan Model Test Ref lect Improve NAME: STUDENT WORKBOOK

STEM in Practice AISWA SAMPLE. with KodeKLIX. Def ine Plan Model Test Ref lect Improve NAME: STUDENT WORKBOOK STUDENT WORKBOOK STEM in Practice with KodeKLIX NAME: Def ine Plan Model Test Ref lect Improve www.ais.wa.edu.au Peter Crosbie kodeklix.com Jan Clarke STUDENT WORKBOOK TABLE OF CONTENTS W W SECTION 1:

More information

Chapter 7- Lighting & Cameras

Chapter 7- Lighting & Cameras Chapter 7- Lighting & Cameras Cameras: By default, your scene already has one camera and that is usually all you need, but on occasion you may wish to add more cameras. You add more cameras by hitting

More information

A STARTER GUIDE OF BOSON KIT FOR MICRO:BIT

A STARTER GUIDE OF BOSON KIT FOR MICRO:BIT A STARTER GUIDE OF BOSON KIT FOR MICRO:BIT 2 / 86 Contents... 1 Contents... 2 Chapter 1: MakeCode and micro:bit... 5 An Introduction to MakeCode... 5 A Brief Introduction to micro: bit... 5 How to Use

More information

BASIC TRAINING SERIES: COLOR CODES. Grade K-2 Computer Science Robotics Beginner

BASIC TRAINING SERIES: COLOR CODES. Grade K-2 Computer Science Robotics Beginner BASIC TRAINING SERIES: COLOR CODES Grade K-2 Computer Science Robotics Beginner OVERVIEW In this introductory lesson series, students will learn how Ozobot moves from one place to another and how to tell

More information

TETRIX PULSE Workshop Guide

TETRIX PULSE Workshop Guide TETRIX PULSE Workshop Guide 44512 1 Who Are We and Why Are We Here? Who is Pitsco? Pitsco s unwavering focus on innovative educational solutions and unparalleled customer service began when the company

More information

Warm colors vs. Cool Colors: These are warm colors. These are cool colors. Quiet vs. Loud Colors Suggested Activity: Color and Emotion

Warm colors vs. Cool Colors: These are warm colors. These are cool colors. Quiet vs. Loud Colors Suggested Activity: Color and Emotion First Class Color: Welcome your students to Learning to Look, a new way of looking at and talking about works of art. Tell students that parents will be coming into the classroom 6x during the school year.

More information

We see so many objects around

We see so many objects around 11 Light, Shadows and Reflections We see so many objects around us, colourful and different. On the way to school we see things like buses, cars, cycles, trees, animals and sometimes flowers. How do you

More information

Light Bounces! Light Bounces!

Light Bounces! Light Bounces! Light Bounces! Light Bounces! Take a look around. What do you see? All of the objects that surround you a book, a plant, a pen, a door and even your own body can only be seen thanks to light. Light is

More information

Programming a Servo. Servo. Red Wire. Black Wire. White Wire

Programming a Servo. Servo. Red Wire. Black Wire. White Wire Programming a Servo Learn to connect wires and write code to program a Servo motor. If you have gone through the LED Circuit and LED Blink exercises, you are ready to move on to programming a Servo. A

More information

JHU Robotics Challenge 2015

JHU Robotics Challenge 2015 JHU Robotics Challenge 2015 An engineering competition for students in grades 6 12 May 2, 2015 Glass Pavilion JHU Homewood Campus Sponsored by: Johns Hopkins University Laboratory for Computational Sensing

More information

Online Learning Team - Page 1

Online Learning Team -  Page 1 How to Record Videos with a Webcam Introduction It is possible to create videos for your online course by using your webcam. For instance, it is a good idea to create an introductory video. This video

More information

Line Detection. Duration Minutes. Di culty Intermediate. Learning Objectives Students will:

Line Detection. Duration Minutes. Di culty Intermediate. Learning Objectives Students will: Line Detection Design ways to improve driving safety by helping to prevent drivers from falling asleep and causing an accident. Learning Objectives Students will: Explore the concept of the Loop Understand

More information

Here Comes the Sun. The Challenge

Here Comes the Sun. The Challenge 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

More information

I.TEACH.ONLINE. - Week 2 - Take Your Plan to Action

I.TEACH.ONLINE. - Week 2 - Take Your Plan to Action I.TEACH.ONLINE. - Week 2 - Take Your Plan to Action Week 2 Objectives: Understand lesson planning Learn how to prepare your students Understand the equipment needed to create videos Use the equipment needed

More information

As the Sun Burns. Supplemental science materials. for grades 2-4

As the Sun Burns. Supplemental science materials. for grades 2-4 As the Sun Burns Supplemental science materials for grades 2-4 These supplemental curriculum materials are sponsored by the Standford SOLAR (Solar On-Line Activity Resources) Center. In conjunction with

More information

Rodni What will yours be?

Rodni What will yours be? Rodni What will yours be? version 4 Welcome to Rodni, a modular animatronic animal of your own creation for learning how easy it is to enter the world of software programming and micro controllers. During

More information

Lesson Title: The Science of Light and Photography Subject Grade Level Timeline. Physical Science minutes. Objectives

Lesson Title: The Science of Light and Photography Subject Grade Level Timeline. Physical Science minutes. Objectives Lesson Title: The Science of Light and Photography Subject Grade Level Timeline Physical Science 5-12 60-90 minutes Objectives This lesson explores some of the ways in which light can be manipulated to

More information

Ev3 Robotics Programming 101

Ev3 Robotics Programming 101 Ev3 Robotics Programming 101 1. EV3 main components and use 2. Programming environment overview 3. Connecting your Robot wirelessly via bluetooth 4. Starting and understanding the EV3 programming environment

More information

ROBOTC: Programming for All Ages

ROBOTC: Programming for All Ages z ROBOTC: Programming for All Ages ROBOTC: Programming for All Ages ROBOTC is a C-based, robot-agnostic programming IDEA IN BRIEF language with a Windows environment for writing and debugging programs.

More information

Jeff Morgan Tel: Through My Lens. ~ Available as 1 hour, 2 hour or 3 hour talk/discussion ~

Jeff Morgan Tel: Through My Lens. ~ Available as 1 hour, 2 hour or 3 hour talk/discussion ~ Through My Lens ~ Available as 1 hour, 2 hour or 3 hour talk/discussion ~ In this presentation you will see a selection of the best digital images that I have captured in the last 10 years. I will discuss

More information

1. ASSEMBLING THE PCB 2. FLASH THE ZIP LEDs 3. BUILDING THE WHEELS

1. ASSEMBLING THE PCB 2. FLASH THE ZIP LEDs 3. BUILDING THE WHEELS V1.0 :MOVE The Kitronik :MOVE mini for the BBC micro:bit provides an introduction to robotics. The :MOVE mini is a 2 wheeled robot, suitable for both remote control and autonomous operation. A range of

More information

Welcome to. NXT Basics. Presenter: Wael Hajj Ali With assistance of: Ammar Shehadeh - Souhaib Alzanki - Samer Abuthaher

Welcome to. NXT Basics. Presenter: Wael Hajj Ali With assistance of: Ammar Shehadeh - Souhaib Alzanki - Samer Abuthaher Welcome to NXT Basics Presenter: Wael Hajj Ali With assistance of: Ammar Shehadeh - Souhaib Alzanki - Samer Abuthaher Outline Have you met the Lizard? Introducing the Platform Lego Parts Motors Sensors

More information

Programmable Timer Teaching Notes Issue 1.2

Programmable Timer Teaching Notes Issue 1.2 Teaching Notes Issue 1.2 Product information: www.kitronik.co.uk/quicklinks/2121/ TEACHER Programmable Timer Index of sheets Introduction Schemes of work Answers The Design Process The Design Brief Investigation

More information

Transcription of Science Time video Colour and Light

Transcription of Science Time video Colour and Light Transcription of Science Time video Colour and Light The video for this transcript can be found on the Questacon website at: http://canberra.questacon.edu.au/sciencetime/ Transcription from video: Hi and

More information

Illuminating the Big Picture

Illuminating the Big Picture EE6A Imaging 2 Why? Imaging : Finding a link between physical quantities and voltage is powerful If you can digitize it, you can do anything (IOT devices, internet, code, processing) Imaging 2: What measurements

More information

A - Debris on the Track

A - Debris on the Track A - Debris on the Track Rocks have fallen onto the line for the robot to follow, blocking its path. We need to make the program clever enough to not get stuck! Step 1 2017 courses.techcamp.org.uk/ Page

More information

SPECTROBURST VIEWER FAQS

SPECTROBURST VIEWER FAQS SPECTROBURST VIEWER FAQS What is a SpectroBurst? A SpectroBurst is the pattern of many rainbow-like color streaks viewed through stacked, mutually rotated diffraction gratings. If you re looking at a white

More information

Exercises The Color Spectrum (pages ) 28.2 Color by Reflection (pages )

Exercises The Color Spectrum (pages ) 28.2 Color by Reflection (pages ) Exercises 28.1 The Spectrum (pages 555 556) 1. was the first person to do a systematic study of color. 2. Circle the letter of each statement that is true about Newton s study of color. a. He studied sunlight.

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

Term 1 Study Guide for Digital Photography

Term 1 Study Guide for Digital Photography Name: Period Term 1 Study Guide for Digital Photography History: 1. The first type of camera was a camera obscura. 2. took the world s first permanent camera image. 3. invented film and the prototype of

More information

Night light project. By Macy White

Night light project. By Macy White Night light project By Macy White Friends Parents Siblings Children Older generation Teachers Sport people Teenagers Bedroom cabinet Table Living room window Bathroom Desk Friendly Sporty Scary Traditional

More information

Automatic Headlights

Automatic Headlights Automatic Headlights Design car features that will improve nighttime driving safety. Learning Objectives Students will: Explore the concept of Inputs and the way to control them Explore the concept of

More information

EEL5666C IMDL Spring 2006 Student: Andrew Joseph. *Alarm-o-bot*

EEL5666C IMDL Spring 2006 Student: Andrew Joseph. *Alarm-o-bot* EEL5666C IMDL Spring 2006 Student: Andrew Joseph *Alarm-o-bot* TAs: Adam Barnett, Sara Keen Instructor: A.A. Arroyo Final Report April 25, 2006 Table of Contents Abstract 3 Executive Summary 3 Introduction

More information

Great (Focal) Lengths Assignment #2. Due 5:30PM on Monday, October 19, 2009.

Great (Focal) Lengths Assignment #2. Due 5:30PM on Monday, October 19, 2009. Great (Focal) Lengths Assignment #2. Due 5:30PM on Monday, October 19, 2009. Part I. Pick Your Brain! (50 points) Type your answers for the following questions in a word processor; we will accept Word

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

Unit 6.5 Text Adventures

Unit 6.5 Text Adventures Unit 6.5 Text Adventures Year Group: 6 Number of Lessons: 4 1 Year 6 Medium Term Plan Lesson Aims Success Criteria 1 To find out what a text adventure is. To plan a story adventure. Children can describe

More information

Program.

Program. Program Introduction S TE AM www.kiditech.org About Kiditech In Kiditech's mighty world, we coach, play and celebrate an innovative technology program: K-12 STEAM. We gather at Kiditech to learn and have

More information

THIRD AND FOURTH LIGHT

THIRD AND FOURTH LIGHT THIRD AND FOURTH LIGHT Teacher Guidelines: Pp. 86-91 Linkage: Living Things Plants and animals Materials - Properties and characteristics of materials Integration: Oral Language Development English and

More information

The Basics. Introducing PaintShop Pro X4 CHAPTER 1. What s Covered in this Chapter

The Basics. Introducing PaintShop Pro X4 CHAPTER 1. What s Covered in this Chapter CHAPTER 1 The Basics Introducing PaintShop Pro X4 What s Covered in this Chapter This chapter explains what PaintShop Pro X4 can do and how it works. If you re new to the program, I d strongly recommend

More information

How to Join Instagram

How to Join Instagram How to Join Instagram Instagram is a growing social network based on still images and short videos. It is used on phones but you can watch Instagram videos and leave comments at http://instagram.com. Here

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

PROCEEDINGS OF SPIE. Development of activities to promote the interest in science and technology in elementary and middle school students

PROCEEDINGS OF SPIE. Development of activities to promote the interest in science and technology in elementary and middle school students PROCEEDINGS OF SPIE SPIEDigitalLibrary.org/conference-proceedings-of-spie Development of activities to promote the interest in science and technology in elementary and middle school students A. Sicardi-Segade,

More information

Kismet Interface Overview

Kismet Interface Overview The following tutorial will cover an in depth overview of the benefits, features, and functionality within Unreal s node based scripting editor, Kismet. This document will cover an interface overview;

More information

Refraction of Light. Refraction of Light

Refraction of Light. Refraction of Light 1 Refraction of Light Activity: Disappearing coin Place an empty cup on the table and drop a penny in it. Look down into the cup so that you can see the coin. Move back away from the cup slowly until the

More information

School of Engineering SUMMER CAMPS PROGRAMMING : STEP BY STEP ROBOTICS & BASICS OF PROGRAMMING. INTERNET OF THINGS IoT, SMARTPHONE APPLICATIONS

School of Engineering SUMMER CAMPS PROGRAMMING : STEP BY STEP ROBOTICS & BASICS OF PROGRAMMING. INTERNET OF THINGS IoT, SMARTPHONE APPLICATIONS School of Engineering SUMMER CAMPS 20 18 PROGRAMMING : STEP BY STEP June 4 - July 24 ROBOTICS & BASICS OF PROGRAMMING INTERNET OF THINGS IoT, SMARTPHONE APPLICATIONS PROGRAMMING & BIOMEDICAL APPLICATIONS

More information

Instructors. Manual GEARED. After-School Robotics Program By Haley Hanson

Instructors. Manual GEARED. After-School Robotics Program By Haley Hanson Instructors GEARED UP Manual After-School Robotics Program By Haley Hanson Table of Contents Introduction 3 Before you Start 4 Program Overview 5 Proposed Timeline 6 Itemized Materials List and Sample

More information

Stamford Green Primary School Science Curriculum Map. September 2014

Stamford Green Primary School Science Curriculum Map. September 2014 Stamford Green Primary School Science Curriculum Map September 2014 Contents Page Essential characteristics of scientists Page 3 Aims of the National Curriculum Page 4 Early Years Early Learning Goals

More information

ELECTRONICS STARTER KIT

ELECTRONICS STARTER KIT ELECTRONICS STARTER KIT (MAP 474 - N02QQ) R These five small self-assembly circuits cover basic principles of electronics and can be adapted for numerous practical application. The five circuits include

More information

micro:bit for primary schools mb4ps.co.uk

micro:bit for primary schools mb4ps.co.uk About the lesson plans The numbers within the Content section relate to the corresponding slide on the lesson PowerPoint Each lesson will typically take a Y4/5 class around 35 minutes, which would include

More information

Lecture 6 6 Color, Waves, and Dispersion Reading Assignment: Read Kipnis Chapter 7 Colors, Section I, II, III 6.1 Overview and History

Lecture 6 6 Color, Waves, and Dispersion Reading Assignment: Read Kipnis Chapter 7 Colors, Section I, II, III 6.1 Overview and History Lecture 6 6 Color, Waves, and Dispersion Reading Assignment: Read Kipnis Chapter 7 Colors, Section I, II, III 6.1 Overview and History In Lecture 5 we discussed the two different ways of talking about

More information

Russell ES Saturday Science Adventure Trip the Light Fantastic

Russell ES Saturday Science Adventure Trip the Light Fantastic Russell ES Saturday Science Adventure Trip the Light Fantastic WHERE DOES LIGHT COME FROM? Our major light source: the Sun WHERE ELSE DOES LIGHT COME FROM? SORTING LIGHT SOURCES Natural vs. Man-made (artificial)

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

Engaging Solutions for Applied Learning Programme

Engaging Solutions for Applied Learning Programme Engaging Solutions for Applied Learning Programme Aesthetics Applied Science Engineering & Robotics Environmental Science & Sustainable Living Health Science & Healthcare Technology ICT & Programming Experiential

More information

Home Lab 3 Pinhole Viewer Box Continued and Measuring the Diameter of the Sun

Home Lab 3 Pinhole Viewer Box Continued and Measuring the Diameter of the Sun 1 Home Lab 3 Pinhole Viewer Box Continued and Measuring the Diameter of the Sun Activity 3-1: Effect of the distance between the viewing screen and the pinhole on the image size. Objective: To investigate

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

Setup Download the Arduino library (link) for Processing and the Lab 12 sketches (link).

Setup Download the Arduino library (link) for Processing and the Lab 12 sketches (link). Lab 12 Connecting Processing and Arduino Overview In the previous lab we have examined how to connect various sensors to the Arduino using Scratch. While Scratch enables us to make simple Arduino programs,

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

Sensing the World Around Us. Exploring Foundational Biology Concepts through Robotics & Programming

Sensing the World Around Us. Exploring Foundational Biology Concepts through Robotics & Programming Sensing the World Around Us Exploring Foundational Biology Concepts through Robotics & Programming An Intermediate Robotics Curriculum Unit for Pre-K through 2 nd Grade (For an introductory robotics curriculum,

More information

PHOTOGRAPHING THE ELEMENTS

PHOTOGRAPHING THE ELEMENTS PHOTOGRAPHING THE ELEMENTS PHIL MORGAN FOR SOUTH WEST STORM CHASERS CONTENTS: The basics of exposure: Page 3 ISO: Page 3 Aperture (with examples): Pages 4-7 Shutter speed: Pages 8-9 Exposure overview:

More information

Try to Recall GRADE VI LIGHT ENERGY. At the end of the module, you should be able to: Identify energy and its uses (light)

Try to Recall GRADE VI LIGHT ENERGY. At the end of the module, you should be able to: Identify energy and its uses (light) GRADE VI LIGHT ENERGY At the end of the module, you should be able to: Identify energy and its uses (light) Try to Recall Study the pictures. Identify if the illustration shows mechanical or chemical energy.

More information

Dumpster Optics BENDING LIGHT REFLECTION

Dumpster Optics BENDING LIGHT REFLECTION Dumpster Optics BENDING LIGHT REFLECTION WHAT KINDS OF SURFACES REFLECT LIGHT? CAN YOU FIND A RULE TO PREDICT THE PATH OF REFLECTED LIGHT? In this lesson you will test a number of different objects to

More information

Please note: In order to receive the crest, you will be required to submit the photos taken as part of the challenge to

Please note: In order to receive the crest, you will be required to submit the photos taken as part of the challenge to BC PHOTO CHALLENGE Do you want pointers on how to take good photos of your unit? Would the girls in your unit enjoy learning to take great photos? Would you like to explore your creativity through photography?

More information

Chapter 7- Lighting & Cameras

Chapter 7- Lighting & Cameras Cameras: By default, your scene already has one camera and that is usually all you need, but on occasion you may wish to add more cameras. You add more cameras by hitting ShiftA, like creating all other

More information

Festival Lights & Glow Sticks

Festival Lights & Glow Sticks Festival Lights & Glow Sticks Whether you re throwing a massive party or putting on an unforgettable light show then these colourful LED Light Up items and Glow Stick items are so much fun. At TNW there

More information

Students will be able to create movement through the use of line or implied line and repetition.

Students will be able to create movement through the use of line or implied line and repetition. Title of Unit Digital Imaging Title of Lesson Self Portrait Montage in Photoshop Course Graphic Design 1 Instructor Heidi Stachulak hstachulak@hf233.org Objectives: Composition Students will be able to

More information

GETTING THE MOST OUT OF YOUR EVENT PHOTOS: A PICTURE CAN BE WORTH A THOUSAND WORDS

GETTING THE MOST OUT OF YOUR EVENT PHOTOS: A PICTURE CAN BE WORTH A THOUSAND WORDS GETTING THE MOST OUT OF YOUR EVENT PHOTOS: A PICTURE CAN BE WORTH A THOUSAND WORDS Disclaimers This presentation may contain the creative works of others which are used either by permission, license, or

More information

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. S4A - Scratch for Arduino Workbook

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. S4A - Scratch for Arduino Workbook Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl S4A - Scratch for Arduino Workbook 1) Robotics Draw a robot. Consider the following and annotate: What will it look like? What will it do? How will you

More information