SCRATCH BUILDER R Q R O B O T C O D I N G G U I D E

Size: px
Start display at page:

Download "SCRATCH BUILDER R Q R O B O T C O D I N G G U I D E"

Transcription

1 SCRATCH BUILDER R Q R O B O T C O D I N G G U I D E Scratch is developed by the Lifelong Kindergarten Group at the MIT Media Lab. See W W W. R O B O B U I L D E R. N E T

2 01 INSTRALLATION AND SET-UP 1. How to install Scratch Scratch and Scratch Builder need to be installed in the user s computer to control RQ robots with Scratch. >Scratch?: Coding program made by MIT Medial Lab. >Scratch Builder?: Program that helps connecting the robot and Scratch. 1) Go to the Scratch website ( 2) Move down to the bottom of the website 3) Select Offline Editor from Support. SCRATCH BUILDER 2

3 4) Install Adobe AIR and Scratch Offline Editor in order. 1 2 Scratch has been installed. Shall we install the next program? SCRATCH BUILDER 3

4 2. How to install Scratch Builder 1) Go to the Robobuilder website ( 2) Select SOFTWARE under SUPPORTS. 3) Download the Scratch Builder software from SOFTWARE and install. 4) Run Setup.exe file. (If this message User Account Control-Do you want to allow this app from an unknown publisher to make changes to your device? appears, click Yes to continue with the installation). 5) Select English 6) Click Next. SCRATCH BUILDER 4

5 7) On License Agreement, click I Agree. 8) Check the destination folder and click Install. 9) When RQ-USB2UART Driver appears during installation, click Next. SCRATCH BUILDER 5

6 10) On License Agreement (RQ-USB2UART Drive-related), Check I accept and click Next. 11) Once the RQ-USB2UART Driver Installation has been completed, Click Finish. Continue with remaining Scratch Builder installation. 12) Scratch Builder has been installed. Click Finish. SCRATCH BUILDER 6

7 13) The Scratch Builder screen opens. The program has been installed. Now, let s learn how to connect the robot with the computer! SCRATCH BUILDER 7

8 3. How to connect the USB2UART cable when directly connecting to RQ controller. To have Scratch communication with the RQ robot, it needs to be connected with the communication cable (RQ-USB2UART). (If it does not work even when the communication cable is normal, try reinstalling the driver for the communication cable). 1) Connect the RQ-USB2UART to the laptop (PC). 2) Connect the yellow connector of the cable to the yellow port (Communication port) on the back of RQC (RQ controller). 3) Check that the battery s power cable is connected and turn on the RQC power switch. Well done! Let s find out about another way to connect! SCRATCH BUILDER 8

9 4. How to connect the USB2UART cable when using a Bluetooth chip 1) Connect the Blutooth / RF socket to the yellow port on the RQC. 2) Insert a Bluetooth chip to the socket. 3) Check that the battery s power cable is connected and turn on the RQC power switch. 4) Go to Bluetooth device manager in your PC. Click Add Bluetooth or other devices and choose RBT1111XXXX (Password is 1234 or 0000). 5) Run Scratch Builder software and select the Comport where the Bluetooth is connected, and click Connect to make a connection. *If the connection fails, turn off and on the RQC and retry. SCRATCH BUILDER 9

10 02 UNDERSTANDING SCRATCH BUILDER 1. Open Scratch Builder When you are ready with the RQ robot to control with Scratch, open Scratch Builder. 1) Open Scratch Builder on the desktop screen. 2) Select Connect to make a connection for communication. 3) Select Auto Connect for automatic connection. Once the connection has been established, the Connect icon turns green. SCRATCH BUILDER 10

11 4) Select New Scratch 5) Click New on the Left to create a new file. Choose a robot platform and enter a file name. When creating a new file. Select a robot platform between the 3 choices. RQ Robot covers all RQ kit series from +110 to the end, and Non-standard is for models that user created. SCRATCH BUILDER 11

12 6) A Scratch file under the given name is created. Double click the file to run the Scratch software. 7) Click More Blocks in purple on the Scratch screen to show the exclusive blocks for the RQ robot (Nothing shows on More Block when Scratch is opened without Scratch Builder). Now Scratch Builder is opened, should we learn how to use Scratch? SCRATCH BUILDER 12

13 2. Understanding the Scratch screen Let s learn how to control the RQ robot with Scratch. Language, Font size Code start and stop Duplicate, crop, size adjustment Sprite that moves as coded Block Palette: Divided into 10 block menuscorrespond to different functions X, Y coordinates of the Sprite s position Scripts area: The space to code with Scratch. Scripts: Bring block commands from the palette to combine and use. Costumes: Draw, edit or open an image. Sounds: Open and use a sound file or record. Sprite block: -Shows the Sprite in unit. -Edit the Sprite. Combine various blocks from the palette to create a Scratch program. Adjust the block size in the script space. It looks complicated, but you will soon become familiar as you follow step by step. SCRATCH BUILDER 13

14 3. Basic Scratch blocks No. Color Item Function 1 Motion Move Scratch s Sprite in various ways (location change, angle, etc). 2 Event Select how to start the Scratch. 3 Looks 4 Control Change the shape, background, color, speech bubble and form of show and hide. Control the block progress-run time, repetition (repetition time, infinite), condition, etc. 5 Sound Play sound from the PC and play various sounds. 6 Sensing Select various conditions. 7 Pen 8 Operation Select the method for erase, stamp (duplicate) and pen. Select operation-related matters like the four arithmetical operations, a sign of inequality, and logical operation. 9 Data Create variables and lists. 10 More blocks Special blocks to control the RQ robot. SCRATCH BUILDER 14

15 More block is a special block that is necessary for RQ robot control. Let s learn more about More Blocks. 4. Using RQ robot control-related blocks (More Blocks) 1) Moving forward, backward, left, right and more movements. C A B D Matches between the direction options on Scratch builder and the buttons on remote controller. SCRATCH BUILDER 15

16 (1) Call motions -Move forward -Move backward -Turn Left -Turn right Some robots move differently depending on its design, but for all robots, pressing the arrows make the motor rotate to move the robot. SCRATCH BUILDER 16

17 (2) Set wheels -Move forward -Move backward -Turn Left -Turn right The number inside the block is the speed level. 1 means speed level 1, and 2 means speed level 2. SCRATCH BUILDER 17

18 (3) Rotation motor s direction and speed CW stands for clockwise and CCW, counterclockwise. This block directly controls the motor s rotation directions. SCRATCH BUILDER 18

19 2) LED (1) Turning on the LED Selecting the LED color Selecting the LED module (2) Turning off the LED Selecting the LED color Turning on Red for LED1 Turning on Blue for LED1 Turning on Red and Blue for LED1 Turning on off LED1 Turning on Red for LED1 and 2 Turning on Blue for LED1 and 2 Turning on Red and Blue for LED1 and 2 Turning on off LED1 and 2 SCRATCH BUILDER 19

20 (3) Make the red LED and the blue LED blink 10 times in sequence. (4) Make the red and the blue LED blink 10 times at the same time. (5) Make the red LED and the Blue LED blink 10 times very quickly in sequence. (6) Make the red and the blue LED blink 10 times very quickly at the same time. A good combination of LED blocks and makes a great LED lighting. SCRATCH BUILDER 20

21 3) Using Melody (1) Turning on a melody Selecting a melody Selecting a scale (2) Turning off the sound Turn off the melody My favorite is Twinkle, Twinkle, Little Star. What is yours? SCRATCH BUILDER 21

22 (3) Turn on the melody Twinkle, Twinkle, Little Star. (4) Play Twinkle, Twinkle, Little Star for only 5 seconds. (5) Play Do for 0.5 seconds. (6) Play Do, Re, Mi for 0.5 seconds. (7) Play Do, Re, Mi for 0.5 seconds (repeat 3 times) (8) Play Do, Re, Mi for 0.5 seconds each and pause1 second in between each note. It s this easy to make the robot play sounds. Shall we make a nice song? SCRATCH BUILDER 22

23 5. Using RQ robot sensors Unlike other blocks, the sensor block needs to be used together with another blocks with different conditions. 1) Sound sensor If the sound sensor detects sound louder than 50, Example (1) If the sound sensor detects sound louder than 50, Move forward. (2) If the sound sensor detects sound louder than 50, play Twinkle, Twinkle, Little Star. (3) If the sound sensor detects sound louder than 50, blink the red and the blue LED 10 times in sequence. SCRATCH BUILDER 23

24 2) Touch sensor If the touch sensor is on, Example If the touch sensor is off, Connect the touch sensor to number 1 and number 3 sensor port of the RQC (Smart controller). Choose between or (1) If the touch sensor number 1 is on, move forward (2) If the touch sensor number 1 is on, play Twinkle, Twinkle, Little Star. SCRATCH BUILDER 24

25 3) IR Sensor (Infrared Sensor) If the IR sensor detects a value greater than 50, Example Connect the IR sensor to number 2 and number 4 sensor port of the RQC(Smart controller). Choose between or (1) If the IR sensor detects a value greater than 150, move backward and then stop. (2) If the IR sensor detects a value greater than 150, repeat blinking the red and blue LEDs quickly. SCRATCH BUILDER 25

26 6. Uploading Scratch code Before the upload, RQ robot should be connected to the computer. See 1-3 How to connect. 1. Code using Scratch 2. Run the Scratch code to check if it works correctly, and then click Save. 3. Save and then close Scratch. 4. On Scratch Builder, click Upload. SCRATCH BUILDER 26

27 5. Drag the file you have just saved to the bottom left, following the arrow. 6. Click Ok when upload pop-ups appears. 7. Once uploaded, the Upload successful message opens. Click Ok. SCRATCH BUILDER 27

28 8. Remove the cable connected to the robot. 9. Direct a registered remote to the robot and press the stop button. (When you push the button, the ringing sound plays). 10. Direct registered remote to the robot and press # With the ringing sound, coding begins. 12. If you have coded an infinite loop, press #+Stop to end coding. (When the coding ends, it beeps). SCRATCH BUILDER 28

29 TIPS! How to change the font size on Scratch Sometimes, the text inside the blocks are so small on the Scratch screen that it s difficult to read. Let s learn how to change the font size for texts inside the blocks. 1) Hold the shift button on the keyboard and click the globe icon to open a hidden function (set font size). 2) Select the font size to 11 to make the font bigger. 3) Select the font size 11 or any number that your prefer to make the font bigger. SCRATCH BUILDER 29

30 03 PROGRAMMING PRACTICE: WAKING UP RQ-HUNO Learning objective Code to make RQ-HUNO stand up from its lying position. 1. Learn how to make RQ-HUNO stand up (Stand A, B). Standing up when facing the sky (Stand A) Standing up when facing the floor (Stand B) Using Scratch s More blocks and Control, let s code to distinguish whether the robot is facing the sky or facing floor. *Stand A and B motions are some of the basic behaviors including in RQ-HUNO s firmware. 2. Learn how to make RQ-HUNO stand up when it hear a voice. SCRATCH BUILDER 30

31 1. How to make RQ-HUNO stand (A,B) 1) Select More blocks to use special blocks to control RQ robots. 2) From different blocks in the More blocks, use Call motions to select Button A (Stand A). [List of Call motions] C A B D See that they represent the buttons on the remote. SCRATCH BUILDER 31

32 3) Drag and drop Call motions block to the script area then select Button A from its drop down menu. 4) Then use the Wait ( ) secs block from Control section. We need this block to secure enough time while Button A (Stand A) is in action. 5) Button A motion requires about 2 seconds. Not to interrupt the next block, use Wait ( ) secs block to secure enough time. 3 seconds are better than 2 seconds for stability. 6) Put down RQ-HUNO as shown in the picture and click the Scratch block. RQ-HUNO then stands up from its lying position. Now that RQ- HUNO stood up. Let s make it walk. SCRATCH BUILDER 32

33 TIPS! When the Scratch block is running, a yellow band forms around the blocks. When the yellow band is gone, it means the Scratch block motion has ended. 7) The block below will make RQ-HUNO stands up and takes a step forward. Let s make RQ- HUNO walk further! 8) Select Repeat block from Control section, then place it above the Call motions button block. Then change the time to 3. Let s run the code and see what happens. SCRATCH BUILDER 33

34 9) Put down RQ-HUNO as shown in the picture and click the Scratch block. RQ-HUNO stands up and takes 3 steps forward. This time, we are going to make a melody play while RQ HUNO is in motion and stop when all motions are finished 10) To play a melody while RQ-HUNO is in motion, let s use Sound on/off blocks from More blocks. 11) Put down RQ-HUNO as shown in the picture and click the Scratch block. RQ-HUNO stands up and takes 3 steps and the melody plays. Once the motion has been completed, the melody also stops. SCRATCH BUILDER 34

35 12) The Scratch blocks below is for making RQ-HUNO stand up when it falls face down (Stand B). 13) Put down RQ-HUNO (Facing down) as shown in the picture and click the Scratch block. RQ-HUNO stands up and take 3 steps forward with playing the melody. Once the motion has been completed, the melody also stops. 2. How to make RQ-HUNO stand up when it hears a voice. Use the same blocks we made from the chapter 1. We add more lines to make RQ- HUNO hears a voice. 1) Let s make Scratch blocks as shown in the picture below. Use the same blocks from previous chapter. Let s find out how we can use to detect a voice. SCRATCH BUILDER 35

36 2) Drag Sound sensor block with the mouse to insert into. 3) Enter 50 as the basic sound volume in the blank. This means The value of detected sound is greater than 50. TIPS! From More Blocks, check, then will appear on the top left stage. If the robot s power is on and the communication connection has been made properly, the volume of sound around the robot is displayed with a number. When using the sound detection function in Scratch, check the volume of sound measured before setting a basic value. For example, if the volume of sound measured is 60, set the basic value to 50 for stable sound detection. In other words, it is better to set the basic value a slightly lower than the actual measurement. For reference, the sensor values for the sensors other than Sound sensor block will not appear immediately. SCRATCH BUILDER 36

37 You can not detect sound only with. You will need a conditional block. 4) Select If then block from Control blocks to make blocks as below. Condition Execution It is the part that says If the value of sound measured is greater than 50, then execute XXXX. Drag the conditional phrase block to cover the block that you created already. 5) A conditional block like if may not work even blocks have been inserted into if part. This is because it only performs once and then does not repeat. Use Forever block from Condition block section to repeat specific blocks infinitely. We use Forever block with If block to detect sound at any time. SCRATCH BUILDER 37

38 6) Lastly, place Wait ( ) secs block under Sound off block, then put 1 second in the blank If there is no Wait 1 secs block, the program starts from the beginning as soon as the sound is turned off with Sound off block, then it can detect the sound from robot moving. That is why it waits for one second after the sound is turned off. 7) Put down RQ-HUNO as shown in the picture and click the Scratch block. When you click, it does not do anything. But when you shout, Wake up., or clap to make some noise, RQ- HUNO stands up and take 2 steps forward with playing the melody. 8) If you change Call motions block as below, RQ-HUNO will stand up and move 2 steps when RQ-HUNO lays face down. SCRATCH BUILDER 38

39 Issued date: January 9 th, 2018 Publisher: Robobuilder Co.,Ltd. Address: B-611, DMC Hi-tech Industry Center, Seongam-ro 330, Mapo-gu, Seoul, Korea Tel: sales@robobuilder.net Web: Copyright by Robobuilder Co.,Ltd. All rights reserved. No part of this publication may be reproduced or distributed in any form or by any means, without the prior written permission of the publisher.

Scratch. Construct of Your Imagination

Scratch. Construct of Your Imagination Scratch Construct of Your Imagination License Information GPLv2 Licensed XYZrobot Scratch Code This program was based on XYZrobot Scratch from the MIT Media Lab, which was released under the GNU General

More information

Warning : If user does not follow the instructions in this book properly, a serious injury, harm,

Warning : If user does not follow the instructions in this book properly, a serious injury, harm, Safety Instructions Warning : If user does not follow the instructions in this book properly, a serious injury, harm, or death may occur to user. Caution : If user does not follow the instructions in this

More information

Studuino Programming Environment Manual

Studuino Programming Environment Manual Studuino Programming Environment Manual Created 04//0 Revised 07/0/3 Version History Date Content 04//0 First version 07/0/6 Updated for new Studuino website 07/03/8 Revised with added features for Windows

More information

Warning : If user does not follow the instructions in this book properly, a serious injury, harm,

Warning : If user does not follow the instructions in this book properly, a serious injury, harm, Safety Instructions Warning : If user does not follow the instructions in this book properly, a serious injury, harm, or death may occur to user. Caution : If user does not follow the instructions in this

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

AN INTRODUCTION TO SCRATCH (2) PROGRAMMING

AN INTRODUCTION TO SCRATCH (2) PROGRAMMING AN INTRODUCTION TO SCRATCH (2) PROGRAMMING Document Version 2 (04/10/2014) INTRODUCTION SCRATCH is a visual programming environment and language. It was launched by the MIT Media Lab in 2007 in an effort

More information

Scratch 2.0 Wireless Programming Guide for Vortex

Scratch 2.0 Wireless Programming Guide for Vortex Scratch 2.0 Wireless Programming Guide for Vortex DF4Scratch Service Vortex is a programmable robot developed by DFRobot. Based on the Arduino developing platform, Vortex is equipped with Atmega328 Arduino

More information

Crossley Fields - Computing Vocabulary

Crossley Fields - Computing Vocabulary Crossley Fields - Computing Vocabulary Glossary of terms taken from Kirklees Guidance, CAS/NAACE Computing in the National Curriculum & MIT Scratch Reference Guide. A Algorithm an unambiguous procedure

More information

Animate a Name Cards

Animate a Name Cards Animate a Name Cards Animate the letters of your name, initials, or favorite word. Animate Your Name 1 Set of 7 cards Animate a Name Cards Try these cards in any order: Color Clicker Spin Play a Sound

More information

SMART board Training. April 2014 Erika Kindoll

SMART board Training. April 2014 Erika Kindoll SMART board Training April 2014 Erika Kindoll Lots of Resources My website: http://tulpytechteacher.wikispaces.com/smart%20res ources Links also on Turtlenet Under Shared Documents, Technology, SMARTboard

More information

IMAGE STUDIO LITE. Tutorial Guide Featuring Image Studio Analysis Software Version 3.1

IMAGE STUDIO LITE. Tutorial Guide Featuring Image Studio Analysis Software Version 3.1 IMAGE STUDIO LITE Tutorial Guide Featuring Image Studio Analysis Software Version 3.1 Notice The information contained in this document is subject to change without notice. LI-COR MAKES NO WARRANTY OF

More information

Scratch Lesson 2: Movies Made From Scratch Lesson Framework

Scratch Lesson 2: Movies Made From Scratch Lesson Framework Scratch Lesson 2: Movies Made From Scratch Lesson Framework Scratch makes it easy to program your own interactive stories, games, and animations and share your creations on the web. As you create and share

More information

InO-Bot. User Guide. 1 InO-Bot User Guide. Product Code: EL00483

InO-Bot. User Guide.  1 InO-Bot User Guide. Product Code: EL00483 1 InO-Bot User Guide Product Code: EL00483 InO-Bot User Guide www.tts-shopping.com 2 InO-Bot User Guide InO-Bot InO-Bot, full of inputs and outputs. Contents Windows 7 Bluetooth Connection... 3 Windows

More information

Networks Florida Social Studies Primary Source Library K-5 Digital Training Guide

Networks Florida Social Studies Primary Source Library K-5 Digital Training Guide Networks Florida Social Studies Primary Source Library K-5 Digital Training Guide Table of Contents Page Navigating Social Studies Content 2 Lesson Plans 3 My Calendar 4 Customize Lesson Plans 5 Lesson

More information

All Blocks of Scratch

All Blocks of Scratch All Blocks of Scratch Scratch has over 100 coding blocks, and each one has a unique use. They are all colour-coded into 9 different categories as seen below: You can also create your own block under More

More information

Meet the Cast. The Cosmic Defenders: Gobo, Fabu, and Pele The Cosmic Defenders are transdimensional

Meet the Cast. The Cosmic Defenders: Gobo, Fabu, and Pele The Cosmic Defenders are transdimensional Meet the Cast Mitch A computer science student who loves to make cool programs, he s passionate about movies and art, too! Mitch is an all-around good guy. The Cosmic Defenders: Gobo, Fabu, and Pele The

More information

Studuino Block Programming Environment Guide

Studuino Block Programming Environment Guide Studuino Block Programming Environment Guide [DC Motors and Servomotors] This is a tutorial for the Studuino Block programming environment. As the Studuino programming environment develops, these instructions

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

Studuino Programming Environment Manual

Studuino Programming Environment Manual Studuino Programming Environment Manual Ver 0.9.7 Jun. 02, 204 This manual explains the Studuino Programming Environment and how to use it. As the Studuino Programming Environment develops, this manual

More information

ROBOLAB Tutorial MAE 1170, Fall 2009

ROBOLAB Tutorial MAE 1170, Fall 2009 ROBOLAB Tutorial MAE 1170, Fall 2009 (I) Starting Out We will be using ROBOLAB 2.5, a GUI-based programming system, to program robots built using the Lego Mindstorms Kit. The brain of the robot is a microprocessor

More information

Final Revision. 1)Put ( ) or ( ):

Final Revision. 1)Put ( ) or ( ): 1 Final Revision 1)Put ( ) or ( ): 1- Scratch is a graphical programming language using visual steps only. ( ) 2- Scratch program helps to think in a logical way visually. ( ) 3-You can use repeat and

More information

Software User's Guide

Software User's Guide Software User's Guide The contents of this guide and the specifications of this product are subject to change without notice. Brother reserves the right to make changes without notice in the specifications

More information

SCRATCH. Introduction to creative computing with Scratch 2.0

SCRATCH. Introduction to creative computing with Scratch 2.0 SCRATCH Introduction to creative computing with Scratch 2.0 What is Scratch? Scratch is a visual programming language that allows you to create your interactive stories, games and animations by using blocks

More information

Chapter 9 Slide Shows

Chapter 9 Slide Shows Impress Guide Chapter 9 Slide Shows Transitions, animations, and more Copyright This document is Copyright 2007 2012 by its contributors as listed below. You may distribute it and/or modify it under the

More information

Chapter 9 Slide Shows

Chapter 9 Slide Shows Impress Guide Chapter 9 Slide Shows Transitions, animations, and more Copyright This document is Copyright 2007 2011 by its contributors as listed below. You may distribute it and/or modify it under the

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

Networks Florida Social Studies WorkText K-5 Digital Training Guide

Networks Florida Social Studies WorkText K-5 Digital Training Guide Networks Florida Social Studies WorkText K-5 Digital Training Guide Table of Contents Page Navigating Social Studies Content 2 Lesson Plans 3 My Calendar 4 Customize Lesson Plans 5 Lesson Presentations

More information

The original image. Let s get started! The final result.

The original image. Let s get started! The final result. Vertical Photo Panels Effect In this Photoshop tutorial, we ll learn how to create the illusion that a single photo is being displayed as a series of vertical panels. It may look complicated, but as we

More information

Teacher Cheat Sheet - Game Coding Challenges

Teacher Cheat Sheet - Game Coding Challenges Teacher Cheat Sheet - Game Coding Challenges Challenge #1 Movement: Make your sprite move across the screen. When it hits the walls, it must bounce off and keep moving. 1. The When Flag is clicked is your

More information

Computer Science Concepts in Scratch

Computer Science Concepts in Scratch Computer Science Concepts in Scratch (Supplement for Scratch 2.0) Version 1.0 Michal Armoni and Moti Ben-Ari c 2013 by Michal Armoni, Moti Ben-Ari, Weizmann Institute of Science. This work is licensed

More information

2. If a window pops up that asks if you want to customize your color settings, click No.

2. If a window pops up that asks if you want to customize your color settings, click No. Practice Activity: Adobe Photoshop 7.0 ATTENTION! Before doing this practice activity you must have all of the following materials saved to your USB: runningshoe.gif basketballshoe.gif soccershoe.gif baseballshoe.gif

More information

inexio User Guide for Infrared Touch Driver

inexio User Guide for Infrared Touch Driver inexio User Guide for Infrared Touch Driver 1 Note : This information in this document is subject to change without notice. Contents Chapter 1 Introduction Chapter 2 Installing inexio Uninstalling inexio

More information

Fundamentals. Training Kit. Presentation Products, Inc. 632 W 28th St, 7th fl New York, NY f presentationproducts.

Fundamentals. Training Kit. Presentation Products, Inc. 632 W 28th St, 7th fl New York, NY f presentationproducts. Fundamentals Training Kit Presentation Products, Inc. 632 W 28th St, 7th fl New York, NY 10001 212.736.6350 f 212.736.6353 presentationproducts.com Table of Contents Getting Started How Does the SMART

More information

Computer Science Concepts in Scratch

Computer Science Concepts in Scratch Computer Science Concepts in Scratch (Supplement for Scratch 2.0) Version 1.0 Michal Armoni and Moti Ben-Ari c 2013 by Michal Armoni, Moti Ben-Ari, Weizmann Institute of Science. This work is licensed

More information

Software User's Guide

Software User's Guide Software User's Guide The contents of this guide and the specifications of this product are subject to change without notice. Brother reserves the right to make changes without notice in the specifications

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

Software User's Guide

Software User's Guide Software User's Guide Brother QL-series The contents of this guide and the specifications of this product are subject to change without notice. Brother reserves the right to make changes without notice

More information

1. Introduction P Package Contents 1.

1. Introduction P Package Contents 1. 1 Contents 1. Introduction ------------------------------------------------------------------------------- P. 3-5 1.1 Package Contents 1.2 Tablet Overview 2. Using the Tablet for the first time ---------------------------------------------------

More information

Adobe Illustrator CS5 Part 2: Vector Graphic Effects

Adobe Illustrator CS5 Part 2: Vector Graphic Effects CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Illustrator CS5 Part 2: Vector Graphic Effects Summer 2011, Version 1.0 Table of Contents Introduction...2 Downloading the

More information

Lost in Space. Introduction. Step 1: Animating a spaceship. Activity Checklist. You are going to learn how to program your own animation!

Lost in Space. Introduction. Step 1: Animating a spaceship. Activity Checklist. You are going to learn how to program your own animation! Lost in Space Introduction You are going to learn how to program your own animation! Step 1: Animating a spaceship Let s make a spaceship that flies towards the Earth! Activity Checklist Start a new Scratch

More information

New to Mac. Viewing Options in Finder:

New to Mac. Viewing Options in Finder: New to Mac Finder Preferences Finder helps you find and organize your files. To set Finder preferences, click on your desktop > Click Finder on the top left menu > Preferences. General Check External Hard

More information

Add in a new balloon sprite, and a suitable stage backdrop.

Add in a new balloon sprite, and a suitable stage backdrop. Balloons Introduction You are going to make a balloon-popping game! Step 1: Animating a balloon Activity Checklist Start a new Scratch project, and delete the cat sprite so that your project is empty.

More information

Contents. Introducing Clicker Paint 5. Getting Started 7. Using The Tools 10. Using Sticky Points 15. Free resources at LearningGrids.

Contents. Introducing Clicker Paint 5. Getting Started 7. Using The Tools 10. Using Sticky Points 15. Free resources at LearningGrids. ClickerPaintManualUS.indd 2-3 13/02/2007 13:20:28 Clicker Paint User Guide Contents Introducing Clicker Paint 5 Free resources at LearningGrids.com, 6 Installing Clicker Paint, 6 Getting Started 7 How

More information

User Guide XO Applications

User Guide XO Applications User Guide XO Applications One Laptop Per Child XO Laptop Acknowledgements I would like to acknowledge the considerable contribution and guidance that OLPC Australia have made to this project. References

More information

User Manual. Tellus smart

User Manual. Tellus smart User Manual Tellus smart Content Introduction 3 How to turn on the Tellus smart. 4 Connectors and buttons.. 5 Touch screen. 8 On-screen keyboard. 9 Battery and charging 10 How to create a communication

More information

Making a maze with Scratch

Making a maze with Scratch Making a maze with Scratch Can you make it to the end? Student guide An activity by the Australian Computing Academy Let s go! Step 0: Get started Go to www.scratch.mit.edu Sign in with the username and

More information

1. Introduction P Package Contents 1.

1. Introduction P Package Contents 1. 1 Contents 1. Introduction ------------------------------------------------------------------------------- P. 3-5 1.1 Package Contents 1.2 Tablet Overview 2. Using the Tablet for the first time ---------------------------------------------------

More information

Not For Sale. Glossary

Not For Sale. Glossary Glossary Actor A sprite and the role it plays as it interacts with another sprite on the stage. Animated GIF A graphic made up of two or more frames, each of which is displayed as an automated sequence

More information

Motors & Wheels. Wheels can be attached to the KIBO s motors to make them spin. The motors can be attached to the KIBO robot to make it move!

Motors & Wheels. Wheels can be attached to the KIBO s motors to make them spin. The motors can be attached to the KIBO robot to make it move! Motors & Wheels + Wheels can be attached to the KIBO s motors to make them spin. = The motors can be attached to the KIBO robot to make it move! + KIBO s motors can be attached in 2 ways to make KIBO move

More information

Tap on "Notebooks" button (in portrait mode) to start a new notebook.

Tap on Notebooks button (in portrait mode) to start a new notebook. Page 1 of 10 - Apr 1, 2011 Tap on "Notebooks" button (in portrait mode) to start a new notebook. "Getting Started" video tutorial: http://notesplusapp.com/support/ video-tutorial-getting-started GESTURES:

More information

COMPUTER DESCRIPTION...

COMPUTER DESCRIPTION... Conventions used in this document: Keyboard keys that must be pressed will be shown as Enter or Ctrl. Controls to be activated with the mouse will be shown as Start button > Settings > System > About.

More information

ILLUSTRATOR. Introduction to Adobe Illustrator. You will;

ILLUSTRATOR. Introduction to Adobe Illustrator. You will; ILLUSTRATOR You will; 1. Learn Basic Navigation. 2. Learn about Paths. 3. Learn about the Line Tools. 4. Learn about the Shape Tools. 5. Learn about Strokes and Fills. 6. Learn about Transformations. 7.

More information

Nuffield Centre Dyspraxia Programme NDP3

Nuffield Centre Dyspraxia Programme NDP3 Nuffield Centre Dyspraxia Programme NDP3 NDP3 Speech Builder User guide Thank you! Thank you for choosing NDP3 Speech Builder. We hope that you will find it a very useful and effective therapy resource.

More information

SLAMWARE. RoboStudio. User Manual. Shanghai Slamtec.Co.,Ltd rev.1.1

SLAMWARE. RoboStudio. User Manual. Shanghai Slamtec.Co.,Ltd rev.1.1 www.slamtec.com 2017-11-06 rev.1.1 SLAMWARE RoboStudio User Manual Shanghai Slamtec.Co.,Ltd Contents CONTENTS... 1 INTRODUCTION... 3 USER GUIDE... 4 OFFLINE/ONLINE MODE... 4 CONNECT/DISCONNECT ROBOT...

More information

IRISPen Air 7. Quick User Guide. (ios)

IRISPen Air 7. Quick User Guide. (ios) IRISPen Air 7 Quick User Guide (ios) This Quick User Guide helps you get started with the IRISPen TM Air 7. Please read this guide before operating this scanner and its software. All information is subject

More information

SmartBoard and Notebook Part 2

SmartBoard and Notebook Part 2 SmartBoard and Notebook Part 2 The SmartBoard is an Interactive Whiteboard that allows you to touch the board and interact with the computer using your finger as the mouse. 4/2009 Floating Tools Control

More information

MagicInfo-i Premium Edition Author Quick Start Guide

MagicInfo-i Premium Edition Author Quick Start Guide MagicInfo-i Premium Edition Author Quick Start Guide This guide has been written so that users can use the software more easily and quickly. For more information, refer to the MagicInfo-i Premium Edition

More information

What are different approaches of Computer Art? How can computation create art? 9/17/12. Human uses computer to modify digital images

What are different approaches of Computer Art? How can computation create art? 9/17/12. Human uses computer to modify digital images 9/17/12 What are different approaches of Computer Art? UNIVERSITY of WISCONSIN-MADISON Computer Sciences Department CS 202: Introduction to Computation Professor Andrea Arpaci-Dusseau How can computation

More information

Lesson 3 Creating and Using Graphics

Lesson 3 Creating and Using Graphics Lesson What you will learn: how to delete a sprite and import a new sprite how to draw using the pen feature of Scratch how to use the pen up and pen down feature how to change the colour of the pen how

More information

smart_presentation.notebook January 04, 2013 SMARTboard Overview Jan. 4, 2013 Presented by Linda Joiner Agenda Dec 17 8:11 AM Dec 14 8:41 AM

smart_presentation.notebook January 04, 2013 SMARTboard Overview Jan. 4, 2013 Presented by Linda Joiner Agenda Dec 17 8:11 AM Dec 14 8:41 AM SMARTboard Overview Jan. 4, 2013 Presented by Linda Joiner Agenda SMART Notebook Software Basics How to Save and Export Magic Pen Magic Tunnel Effect Magnifying Glass Collecting and Sharing Content Page

More information

Publishing Electronic Portfolios using Adobe Acrobat 5.0

Publishing Electronic Portfolios using Adobe Acrobat 5.0 Step-by-Step Publishing Electronic Portfolios using Adobe Acrobat 5.0 2002, Helen C. Barrett Here is the process we will use to publish a digital portfolio using Adobe Acrobat. The portfolio will include

More information

ONE HOUR ANIMATION. Will you be a Scratcher upon completion of this session? Definitely. Learn how to write a basic script to animate a sprite.

ONE HOUR ANIMATION. Will you be a Scratcher upon completion of this session? Definitely. Learn how to write a basic script to animate a sprite. ONE HOUR ANIMATION 45-60 minutes Will you be a Scratcher upon completion of this session? Definitely. Learn how to write a basic script to animate a sprite. 1. A computer or laptop A computer or 2. A mouse

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

Intermediate Microsoft Office 2016: Word

Intermediate Microsoft Office 2016: Word Intermediate Microsoft Office 2016: Word Updated January 2017 Price: $1.20 Lesson 1: Setting Margins A margin is the distance from the text to the paper s edge. The default setting is 1 all around the

More information

Center for Faculty Development and Support Creating Powerful and Accessible Presentation

Center for Faculty Development and Support Creating Powerful and Accessible Presentation Creating Powerful and Accessible Presentation PowerPoint 2007 Windows Tutorial Contents Create a New Document... 3 Navigate in the Normal View (default view)... 3 Input and Manipulate Text in a Slide...

More information

Index. Guide. Camera Detect Event Guide. AcuraVision

Index. Guide. Camera Detect Event Guide. AcuraVision Index Guide of Camera Detect Events in AcuraVision How to use Motion Detection... 2 How to use Missing & Left Object Detection... 4 How to use Secure Zone Detection... 6 How to use Flow Counting feature...

More information

Contents. - i - Ver.:2

Contents. - i - Ver.:2 Contents 1 Accessories of D-Point 2... 2 2 Connecting Projector to PC... 4 3 Pen Action... 4 4 Driver Installation... 5 5 Configuration Setting... 8 6 D-Point 2 Pull-up Menu... 12 7 DT02 Multi-touch Interactive

More information

PURPOSE AND BACKGROUND

PURPOSE AND BACKGROUND CROP ISOLATION MAP TABLE OF CONTENTS Click on any item below to jump to that section Purpose and Background Log In Initial Page Mapping Functions Zooming to a Location Show Pop-ups Show Pins Draw Field

More information

Action Builder Manual

Action Builder Manual Action Builder Manual July 31 st, 2008 ROBOBUILDER < T I T L E > 1. What is the Action Builder? 1 2. Screen Layout 1 3. Creating a New Action File (example: Creator HUNO) 3 4. Transferring an Action File

More information

User Manual. PIXPRO SP360 4K ( PC Version ) For KODAK PIXPRO SP360 4K Action Cam. Ver. 2.0

User Manual. PIXPRO SP360 4K ( PC Version ) For KODAK PIXPRO SP360 4K Action Cam. Ver. 2.0 User Manual PIXPRO SP360 4K ( PC Version ) For KODAK PIXPRO SP360 4K Action Cam Ver. 2.0 Before You Start Declaration of Conformity Responsible Party: Address: Company Website: About this Manual JK Imaging

More information

Using imovie to create a Digital Video Marshall G. Jones Winthrop University Edited by Lynn Cecil

Using imovie to create a Digital Video Marshall G. Jones Winthrop University Edited by Lynn Cecil Using imovie to create a Digital Video Marshall G. Jones Winthrop University Edited by Lynn Cecil When you first start up: 1. Notice the number of your ibook. This is the machine you will need to work

More information

M O T I O N A N D D R A W I N G

M O T I O N A N D D R A W I N G 2 M O T I O N A N D D R A W I N G Now that ou know our wa around the interface, ou re read to use more of Scratch s programming tools. In this chapter, ou ll do the following: Eplore Scratch s motion and

More information

Appbot RILEY. APPBOT Riley User Manual. IN THE BOX. Appbot RILEY. Charging Station Adapter USB Cable Manual

Appbot RILEY. APPBOT Riley User Manual.  IN THE BOX. Appbot RILEY. Charging Station Adapter USB Cable Manual Appbot RILEY www.rileyrobot.com APPBOT Riley User Manual IN THE BOX Appbot RILEY Charging Station Adapter USB Cable Manual [Caution] Be sure to use the supplied adapter and cable. 1) Install Application

More information

Fundamentals. Training Kit. Presentation Products, Inc. 632 W 28th St, 7th fl New York, NY f presentationproducts.

Fundamentals. Training Kit. Presentation Products, Inc. 632 W 28th St, 7th fl New York, NY f presentationproducts. Fundamentals Training Kit Presentation Products, Inc. 632 W 28th St, 7th fl New York, NY 10001 212.736.6350 f 212.736.6353 presentationproducts.com How Does the SMART Board Interactive Whiteboard Work?

More information

Discover Robotics & Programming CURRICULUM SAMPLE

Discover Robotics & Programming CURRICULUM SAMPLE OOUTLINE 5 POINTS FOR EDP Yellow Level Overview Robotics incorporates mechanical engineering, electrical engineering and computer science - all of which deal with the design, construction, operation and

More information

CONTENTS Getting Started Using the Livescribe+ Menu

CONTENTS Getting Started Using the Livescribe+ Menu CONTENTS Getting Started.............................................. 4 Setting Up Livescribe+...................................................... 4 Connecting Your Smartpen and Device........................................

More information

WeDo Mars Rover. YOUR CHALLENGE: Working with a partner, collect rock and soil samples from the Martian crust using your Mars Rover Robot.

WeDo Mars Rover. YOUR CHALLENGE: Working with a partner, collect rock and soil samples from the Martian crust using your Mars Rover Robot. WeDo Mars Rover WHAT: The Lego WeDo is a robotics kit that contains a motor, sensors, and a variety of Lego parts that can construct robots and kinetic sculptures. Program your WeDo creation using the

More information

2 SELECTING AND ALIGNING

2 SELECTING AND ALIGNING 2 SELECTING AND ALIGNING Lesson overview In this lesson, you ll learn how to do the following: Differentiate between the various selection tools and employ different selection techniques. Recognize Smart

More information

HOW TO USE THE CONTENT MANAGEMENT SYSTEM (CMS) TABLE OF CONTENTS

HOW TO USE THE CONTENT MANAGEMENT SYSTEM (CMS) TABLE OF CONTENTS HOW TO USE THE CONTENT MANAGEMENT SYSTEM (CMS) TABLE OF CONTENTS GETTING STARTED (LOGIN) 2 SITE MAP (ORGANIZE WEBPAGES) 2 CREATE NEW PAGE 3 REMOVE PAGE 6 SORT PAGES IN CHANNEL 7 MOVE PAGE 8 PAGE PROPERTIES

More information

Table of contents. 2 Samsung Care. 3 Know Your Device. 5 S Pen. 7 Device Setup. 12 Home Screen. 18 Apps. 19 Calls. 20 Voic .

Table of contents. 2 Samsung Care. 3 Know Your Device. 5 S Pen. 7 Device Setup. 12 Home Screen. 18 Apps. 19 Calls. 20 Voic . Table of contents 2 Samsung Care 3 Know Your Device 5 S Pen 7 Device Setup 12 Home Screen 18 Apps 19 Calls 20 Voicemail 21 Contacts 22 Messages 24 Camera 25 Internet 26 Connections 27 Security Samsung

More information

eturboware 4.x For Windows 2000/XP User s Guide Part No: M , Ver:1.0

eturboware 4.x For Windows 2000/XP User s Guide Part No: M , Ver:1.0 eturboware 4.x For Windows 2000/XP User s Guide Part No: M3-000016, Ver:1.0 The information in this document is subject to change without notice. No part of this document may be reproduced or transmitted

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro for the Mac University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2012 KSU Department

More information

Quick Reference Tables

Quick Reference Tables Quick Reference Tables Chapter 1 Raspberry Pi Startup Command Quick Reference Table Command startx sudo sudo shutdown -h now sudo shutdown -r now Launches the Raspbian desktop environment (GUI). Gives

More information

Lost in Space. Introduction. Scratch. You are going to learn how to program your own animation! Activity Checklist.

Lost in Space. Introduction. Scratch. You are going to learn how to program your own animation! Activity Checklist. Scratch 1 Lost in Space Introduction You are going to learn how to program your own animation! Activity Checklist Test your Project Save your Project Follow these INSTRUCTIONS one by one Click on the green

More information

(1) (1) English Edition. Tutorial Guide Sony Corporation 2002 Sony Corporation

(1) (1) English Edition. Tutorial Guide Sony Corporation 2002 Sony Corporation 4-659-404-11(1) 4-652-241-11(1) English Edition Tutorial Guide 2001 Sony Corporation 2002 Sony Corporation Table of contents Introduction Before You Start... 8 About the Manuals... 8 About the Online Manuals...

More information

Adobe PageMaker Tutorial

Adobe PageMaker Tutorial Tutorial Introduction This tutorial is designed to give you a basic understanding of Adobe PageMaker. The handout is designed for first-time users and will cover a few important basics. PageMaker is a

More information

TouchChat User Guide. For wego A-D Speech-Generating Devices. Find more resources online:

TouchChat User Guide. For wego A-D Speech-Generating Devices. Find more resources online: wegotm A TouchChat User Guide For wego A-D Speech-Generating Devices Find more resources online: www.talktometechnologies.com/support/ Table of contents Hardware, power buttons and features... 2 Guided

More information

User Manual. pdoc Pro Client for Windows. Version 2.1. Last Update: March 20, Copyright 2018 Topaz Systems Inc. All rights reserved.

User Manual. pdoc Pro Client for Windows. Version 2.1. Last Update: March 20, Copyright 2018 Topaz Systems Inc. All rights reserved. User Manual pdoc Pro Client for Windows Version 2.1 Last Update: March 20, 2018 Copyright 2018 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal.

More information

LAMP Words for Life User s Guide

LAMP Words for Life User s Guide LAMP Words for Life User s Guide 17667v1.3 Copyright/Trademark Information 2016-2018 Prentke Romich Company. All rights reserved. Under copyright laws this document may not be copied, in whole or in part,

More information

Power Point* Quick Start. 1. Start Power Point (PP) by 2x click on the PP icon in the program folder.

Power Point* Quick Start. 1. Start Power Point (PP) by 2x click on the PP icon in the program folder. Power Point* Quick Start 1. Start Power Point (PP) by 2x click on the PP icon in the program folder. 2. Choose Design Template from the start screen then OK. 3. Select a design then OK. 4. From the slide

More information

Chapter 9 Slide Shows

Chapter 9 Slide Shows Impress Guide Chapter 9 Slide Shows Transitions, animations, and more OpenOffice.org Copyright This document is Copyright 2007 by its contributors as listed in the section titled Authors. You can distribute

More information

Technoversity Tuesdays

Technoversity Tuesdays Technoversity Tuesdays Microsoft Windows 10 Overview, New Features, Tips and Tricks Technology training brought to you by Computer Education Support New Features Windows 10 is Microsoft s newest operating

More information

ebooks & ecomics WHAT: Book Creator is an ipad and Android app that lets you design and publish your own customized ebook.

ebooks & ecomics WHAT: Book Creator is an ipad and Android app that lets you design and publish your own customized ebook. ebooks & ecomics WHAT: Book Creator is an ipad and Android app that lets you design and publish your own customized ebook. YOUR CHALLENGE: Using data collected from your lab work, create an interactive

More information

Create a Scrapbook Page

Create a Scrapbook Page Create a Scrapbook Page You are now going to create a scrapbook page that will contain an arrangement of pictures and text. 1. Open Photoshop start > programs > Adobe Master Collection > Photoshop CS5

More information

Adobe Illustrator A Hot Air Balloon Sky Scene In this tutorial, we'll explain how to create a fun sky scene with hot air balloons.

Adobe Illustrator A Hot Air Balloon Sky Scene In this tutorial, we'll explain how to create a fun sky scene with hot air balloons. Adobe Illustrator A Hot Air Balloon Sky Scene In this tutorial, we'll explain how to create a fun sky scene with hot air balloons. We will take advantage of the Blend Tool and the Symbol Sprayer Tool and

More information

epos Touchkit Manual (for Windows XP)

epos Touchkit Manual (for Windows XP) epos Touchkit Manual (for Windows XP) 1. Touchkit Devices in Windows Device Manager After driver installation completed, all of Touchkit touchscreen controller devices will be list in the Mice and other

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

MODULE TESTS. Explorer

MODULE TESTS. Explorer Explorer MODULE TESTS All rights reserved. No parts of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, photocopying,

More information

This course will introduce the user to a Mobi and the Workspace software. This tool allows the instructor to annotate and work alongside of the

This course will introduce the user to a Mobi and the Workspace software. This tool allows the instructor to annotate and work alongside of the This course will introduce the user to a Mobi and the Workspace software. This tool allows the instructor to annotate and work alongside of the students as you model the lesson which helps everyone pay

More information