BBoard PONG game. Creative Computing #1

Size: px
Start display at page:

Download "BBoard PONG game. Creative Computing #1"

Transcription

1 BBoard PONG game Creative Computing #1

2 BBoard Pong: Create the Pong game in Scratch (S4A)......but use your BBoard as the controller! Once you have learned some basic skills, you can create your own interactive games!

3 First step: Download Scratch4Arduino (S4A) Goto: s4a.cat Click on Downloads and follow the install instructions WATCH OUT! You will need to install some firmware onto your Arduino first. CLICK HERE for more help

4 Connecting BBoard to Arduino For power: B/B9 -> A/GND B/B8 -> A/5V To control red light: B/B1 -> A/D10 Don t worry about the colour of the wires. It doesn t matter - its only plastic covering!

5 Test: Is Arduino talking to the BBoard? Switch on the red light when...the space bar is pressed (Remember the BBoard red light is connected to the Arduino D10 port so when D10 is on, so is the red light)

6 Controlling the light using a button To receive button 1 press event: B/B5 -> A/D2 We are now going to change pressing the space bar with pressing the BBoard button (switch 1) Once we know how to do that, we can get both buttons working = a game pad!

7 Change Space bar press -> Button 1 press Now if the button 1 is pressed...it sends a signal to D2. Then D10 switches on the red light! Else, the light is switched off.

8 Challenge #1 If BBoard B3 connects to the green light and...the Arduino can accept another button event on D3...re-arrange these blocks to make button 2 switch on the green light

9 Solution #1 Now both button presses are captured...and result in a light being switched on or off

10 Wiring recap: Just to make sure! You should have the following wired up: B9 -> GND B8 -> +5v B1 (red light) -> D10 B3 (green light) -> D12 B5 (switch 1) -> D2 B6 (switch 2) -> D3

11 The next step: Create the PONG game We now have the basic wiring and skills sorted. Now we need to: Hide the Arduino and ports control Create the PONG sprites (bat, ball, boundary) - CLICK HERE for help Make the bat move when arrow keys are pressed Make the ball bounce around the screen until it hits the boundary Make the ball bounce off the bat Control the bat using the BBoard buttons

12 Hiding the Arduino sprite and panel SIMPLEZ! Use Hide from a When green flag event For the panel...right click and Hide

13 HELP! CLICK HERE Create the Pong sprites: bat, ball, boundary Don t forget to name the sprite appropriatley Click the paintbrush to create a new sprite Don t forget to centre the sprite!

14 Make the bat move when arrow keys are pressed IF left arrow pressed THEN Move bat 10 steps to the left END IF IF right arrow pressed THEN Move bat 10 steps to the right END IF

15 Ball bounces until hits the boundary Bounce around the screen...until it hits the boundary

16 Ball bounces until hits the boundary or bat Bounce around the screen...until it hits the boundary or...or the bat, where upon it bounces off

17 Move the bat with the BBoard buttons [Select the Arduino control] Create a movebatleft or movebatright broadcast event...if the button 1 or button 2 is pressed.

18 The new bat code IF button 1 pressed THEN Move bat 10 steps to the left END IF IF button 2 pressed THEN Move bat 10 steps to the right END IF

19 Extension challenges Player has x3 lives Indicate number of lives using lights on BBoard (x3 lights = x3 lives) Add sound when ball hits bat or boundary Start a new game by using the light sensor as another button

In this project you ll learn how to create a football game in which you have to score as many goals as you can in 30 seconds.

In this project you ll learn how to create a football game in which you have to score as many goals as you can in 30 seconds. Beat the Goalie Introduction In this project you ll learn how to create a football game in which you have to score as many goals as you can in 30 seconds. Step 1: Moving the football Let s code the ball

More information

Step 1. CoderDojo Milltown Exercise 1 Pong Page 1 of 13

Step 1. CoderDojo Milltown Exercise 1 Pong Page 1 of 13 CoderDojo Milltown Exercise 1 Pong Page 1 of 13 Step 1 Open up Scratch on your computer or online at http://scratch.mit.edu/projects/editor/? tip_bar=getstarted Scratch 1.4 looks like this Scratch 2.0

More information

SCRATCH CHALLENGE #3

SCRATCH CHALLENGE #3 SCRATCH CHALLENGE #3 Objective: Demonstrate your understanding of scratch by designing the pong game. **View this Pong Game PDF for the instructions on how to design the pong game.** Scroll down for the

More information

Table Football. Introduction. Scratch. Let s make a world cup football game in Scratch! Activity Checklist. Test your Project.

Table Football. Introduction. Scratch. Let s make a world cup football game in Scratch! Activity Checklist. Test your Project. Scratch + Table Football All Code Clubs must be registered. By registering your club we can measure our impact, and we can continue to provide free resources that help children learn to code. You can register

More information

3. Select a colour and then use the Rectangle drawing tool to draw a rectangle like the one below.

3. Select a colour and then use the Rectangle drawing tool to draw a rectangle like the one below. Pong Game Creating the Bat 1. Delete the cat sprite. 2. Click the Paint new sprite button. 3. Select a colour and then use the Rectangle drawing tool to draw a rectangle like the one below. 4. Click the

More information

Start a new Scratch project. Delete the cat by right-clicking it and selecting Delete.

Start a new Scratch project. Delete the cat by right-clicking it and selecting Delete. Toby Introduction In this project, we are going to create a game in which Toby the dog has to collect 5 cheese-puffs bowls to win, whilst preventing balls from falling on the floor. If Toby drops more

More information

The Final Fight STAGE. * Download file Scratch Stage 9. Chapter Objective. The Game

The Final Fight STAGE. * Download file Scratch Stage 9. Chapter Objective. The Game 9 STAGE The Final Fight Chapter Objective Learn how to design a boss battle game, with multiple fight moves & health bars. The Game Take control of Scratchy for the Final Fight with the Dark Wizard. Use

More information

Robot Soccer Challenge

Robot Soccer Challenge Robot Soccer Challenge Pre-Activity Quiz 1. What kind of wireless electrical connection can NXT robots use to communicate with other electrical devices (including other NXTs)? 2. Can you think of a way

More information

Felix and Herbert. Level

Felix and Herbert. Level Introduction: We are going to make a game of catch with Felix the cat and Herbert the mouse. You control Herbert with the mouse and try to avoid getting caught by Felix. The longer you avoid him the more

More information

LEGO Engineering Conferences ROBOLAB and MINDSTORMS Education Version 4.5 March 2008

LEGO Engineering Conferences ROBOLAB and MINDSTORMS Education Version 4.5 March 2008 LEGO Engineering Conferences ROBOLAB and MINDSTORMS Education Version 4.5 March 2008 NXT-G Program Book II: Intermediate Robotics Activities for use with the NXT 2008 Tufts Center for Engineering Education

More information

Scratch Hands-on Assignments CS4HS - Summer 2017

Scratch Hands-on Assignments CS4HS - Summer 2017 Scratch Hands-on Assignments CS4HS - Summer 2017 Assignment 1 : 1. Obtain and open the Scratch project called name.sb : a. Go to the link : https://tinyurl.com/cs4hsscratch b. Click on the folder named

More information

Start - All Programs - Class Software - Scratch - Scratch move move move Sound play drum move move move play drum Control forever forever forever

Start - All Programs - Class Software - Scratch - Scratch move move move Sound play drum move move move play drum Control forever forever forever Scratch Exercise A. Choose Start - All Programs - Class Software - Scratch - Scratch. B. Let's start with a very simple project we'll call Dancing Sprite. This example has been adapted from the exercise

More information

Activity 8: Cave Surfing Game

Activity 8: Cave Surfing Game Activity 8: Cave Surfing Game CS First Scratch Game Design Video 1: Side Scrolling Games and If-Else Statements 1. Open the starter project on the CS First page. 2. Remix the project. 3. Sign in to Scratch.

More information

Felix and Herbert. Level. Introduction:

Felix and Herbert. Level. Introduction: Introduction: We are going to make a game of catch with Felix the cat and Herbert the mouse. You control Herbert with the mouse and try to avoid getting caught by Felix. The longer you avoid him the more

More information

1001ICT Introduction To Programming Lecture Notes

1001ICT Introduction To Programming Lecture Notes 1001ICT Introduction To Programming Lecture Notes School of Information and Communication Technology Griffith University Semester 2, 2015 1 4 Lego Mindstorms 4.1 Robotics? Any programming course will set

More information

Get it here. Page 1 of 7 Date:Jan 8, 2014

Get it here. Page 1 of 7 Date:Jan 8, 2014 Step 1 We are going to use Scratch 2.0 from now on so everyone should download Scracth 2.0 before starting this exercise. Get it here http://scratch.mit.edu/scratch2download/ Create a new project, delete

More information

1. First start a new scratch project and remove the default sprite.

1. First start a new scratch project and remove the default sprite. Bat Cave In this exercise you ll create a maze game like the one shown below. The bat will start one end of the tunnel and the player will use their mouse to guide the bat to the other end. If the bat

More information

mycricketsupport.cricket.com.au General Tips.. Page 2 Wrong Batsman?.. Page 3 Wrong Bowler?.. Page 4 Editing a current over Page 5

mycricketsupport.cricket.com.au General Tips.. Page 2 Wrong Batsman?.. Page 3 Wrong Bowler?.. Page 4 Editing a current over Page 5 mycricketsupport.cricket.com.au Contents General Tips.. Page 2 Wrong Batsman?.. Page 3 Wrong Bowler?.. Page 4 Editing a current over Page 5 Editing a past over: Incorrect entry.. Page 6 Editing a past

More information

Penalty Kick in Ipanema

Penalty Kick in Ipanema Penalty Kick in Ipanema According to the Secret Manual, the virus came from Ipanema! That s the famous Ipanema beach in Rio de Janeiro, Brazil! Rio de Janeiro Eek! Do I have to wear a swimsuit? I can feel

More information

You are going to learn how to make a game, in which you ll use the mouse to navigate a boat to a desert island.

You are going to learn how to make a game, in which you ll use the mouse to navigate a boat to a desert island. Boat Race Introduction You are going to learn how to make a game, in which you ll use the mouse to navigate a boat to a desert island. Step 1: Planning your game Activity Checklist Start a new Scratch

More information

Encountering Condi.ons

Encountering Condi.ons INTERACTING SPRITES Encountering Condi.ons Ac.vity 3.2.1 Repeat Un.l ACTIVITY 3.2.1 Repeat Un.l Ac.vity 3.2.1 Repeat Un.l Con%nue in your 3-Mul.ple Sprites project. Select Giga and teach her to walk in

More information

Technology. In the My Files [My Files] submenu you can store all the programs that you have made on the NXT or downloaded from your computer.

Technology. In the My Files [My Files] submenu you can store all the programs that you have made on the NXT or downloaded from your computer. NXT Main Menu My Files Files are automatically placed into the appropriate folders. When you download a program using a Sound file to the NXT, the program will be placed under Software files while the

More information

ACCOUNT MANAGER REFERENCE GUIDE

ACCOUNT MANAGER REFERENCE GUIDE ACCOUNT MANAGER REFERENCE GUIDE TABLE OF CONTENTS Account Manager on Computer and Mobile Device PAGE 3: Website and Login Information PAGE 4-8: Managing Your Ticket(s) Using the PGA TOUR App PAGE 9: Downloading

More information

Using the Lego NXT with Labview.

Using the Lego NXT with Labview. Using the Lego NXT with Labview http://www.legoengineering.com/component/content/article/105 The Lego NXT 32-bit ARM microcontroller - an Atmel AT91SAM7S256. Flash memory/file system (256 kb), RAM (64

More information

Technology. Using Bluetooth

Technology. Using Bluetooth Bluetooth is a communication technology that makes it possible to send and receive data without using wires. Using the Bluetooth features, you can set up a wireless connection between your NXT and other

More information

Technology. In the My Files [My Files] submenu you can store all the programs that you have made on the NXT or downloaded from your computer.

Technology. In the My Files [My Files] submenu you can store all the programs that you have made on the NXT or downloaded from your computer. My Files Files are automatically placed into the appropriate folders. When you download a program using a Sound file to the NXT, the program will be placed under Software files while the sound data will

More information

Oxygen Meter User Manual

Oxygen Meter User Manual Oxygen Meter User Manual Monday, July 23, 2007 1. Outline...2 2. Program...3 2.1. Environment for program execution...3 2.2. Installation...3 2.3. Un installation...3 2.4. USB driver installation...3 2.5.

More information

BetTurtle User Guide Part 1. By BetTurtle

BetTurtle User Guide Part 1. By BetTurtle BetTurtle User Guide Part 1 By BetTurtle This is our new BetTurtle home page You can access all of BetTurtle s information and features from this menu. On mobile screens click the button at the top right

More information

Tutorial: Setting up and importing Splat Maps from World Machine

Tutorial: Setting up and importing Splat Maps from World Machine Tutorial: Setting up and importing Splat Maps from World Machine In this tutorial I will be going over how add more detail to your world using the terrain tools to smooth and clean up your terrain, and

More information

Air Ball! Evaluation copy

Air Ball! Evaluation copy Air Ball! Computer 24 Do you ever wonder how the National Basketball Association (NBA) decides how much air should be in the basketballs used during a game? The NBA measures the pressure inside the ball

More information

Write Your Own Twine Adventure!

Write Your Own Twine Adventure! Write Your Own Twine Adventure! Let s start by looking through an example story. You can read it here: coderdojo.co/libraryadventure.html. It features a LOCATION, an OBJECT, a DECISION, and two different

More information

Stick Up Cam Battery

Stick Up Cam Battery Stick Up Cam Battery 1. Charge and insert the battery. Remove the battery cover. Twist the battery cover counterclockwise to unlock, then remove it from your Stick Up Cam. Charge the provided battery.

More information

Slide 1 - Welcome to an Overview of the Student Center and New Titan Online

Slide 1 - Welcome to an Overview of the Student Center and New Titan Online Slide 1 - Welcome to an Overview of the Student Center and New Titan Online Page 1 of 64 Slide 2 - This web-based tutorial is brought to you by Information Technology and Student Administration Staff.

More information

First Edition. Teaching Scratch. at primary school. Thomas Arts

First Edition. Teaching Scratch. at primary school. Thomas Arts First Edition Teaching Scratch at primary school Thomas Arts Preface Teaching The course material in this binder is developed for children in the age 9 to 13. It is written for teachers and parents that

More information

PC Configuration software for Discovery MkVI v 1.03 User guide

PC Configuration software for Discovery MkVI v 1.03 User guide PC Configuration software for Discovery MkVI v 1.03 User guide This user guide describes the different features included in PC Config software, version 1.03, and how they are used. When referring to this

More information

Managing Timecard Exceptions

Managing Timecard Exceptions Managing Timecard Exceptions 1. General Exception Information Exceptions are flags in timecards, reports and Genies that identify when information on the timecard deviates from the employee s schedule.

More information

Locating Tournament Results

Locating Tournament Results Locating Tournament Results Smile or frown it s exciting to see the results of a tournament in which you have just played! After you finish your last board in a tournament, other tables of players may

More information

OZCHASE RACING - ONLINE NOMINATIONS USER GUIDE - Ozchase Online Nominations User Guide Page 1 of 28

OZCHASE RACING - ONLINE NOMINATIONS USER GUIDE - Ozchase Online Nominations User Guide Page 1 of 28 OZCHASE RACING - ONLINE NOMINATIONS USER GUIDE - Ozchase Online Nominations User Guide Page 1 of 28 Table of Contents 1.0 Accessing Online Nominations... 3 1.1 Logging On to Online Nominations... 3 1.2

More information

Trion PECVD SOP IMPORTANT: NO PLASTIC, TAPE, RESISTS, OR THERMAL PASTE ARE ALLOWED IN THE CHAMBER

Trion PECVD SOP IMPORTANT: NO PLASTIC, TAPE, RESISTS, OR THERMAL PASTE ARE ALLOWED IN THE CHAMBER Trion PECVD SOP IMPORTANT: NO PLASTIC, TAPE, RESISTS, OR THERMAL PASTE ARE ALLOWED IN THE CHAMBER CAUTION: THE CHAMBER PLATE GETS EXTREMELY HOT Start Up Procedure 1) Open bottle and regulator for Helium,

More information

Boat Race. Introduction. Scratch. You are going to learn how to make a game, in which you ll use the mouse to navigate a boat to a desert island.

Boat Race. Introduction. Scratch. You are going to learn how to make a game, in which you ll use the mouse to navigate a boat to a desert island. Scratch 1 Boat Race All Code Clubs must be registered. Registered clubs appear on the map at codeclubworld.org - if your club is not on the map then visit jumpto.cc/ccwreg to register your club. Introduction

More information

Technology. Using Bluetooth

Technology. Using Bluetooth Bluetooth is a communication technology that makes it possible to send and receive data without using wires. Using the Bluetooth features, you can set up a wireless connection between your NXT and other

More information

PROGRAMMING LINX LEARNING GAME

PROGRAMMING LINX LEARNING GAME PROGRAMMING LINX LEARNING GAME Linx Overview Linxis a game based on removing colored balls from a moving path by creating chains of three or more of the same color. Players control a firing mechanism (in

More information

Version 3.1.0: New Features/Improvements: Improved Bluetooth connection on Windows 10

Version 3.1.0: New Features/Improvements: Improved Bluetooth connection on Windows 10 Version 3.1.0: Improved Bluetooth connection on Windows 10 ***Important notice for Mac Users: Upgrading from Shearwater Desktop 3.0.8 to 3.1.0 will not cause issues. Upgrading from any 2.X.X to any 3.X.X

More information

USER GUIDE USER GUIDE

USER GUIDE USER GUIDE 1 TABLE OF CONTENTS GETTING STARTED 2 Included in the box 2 Compatible smartphones 2 Accessories: 2 Download Mobitee and PIQ application 2 GET STARTED WITH MOBITEE AND PIQ 3 Create your Account and Login

More information

Process VOC from Another State

Process VOC from Another State Slide # 1. Welcome to SPIRIT Required Presented by the Alaska Department of Health and Social Services WIC Program 2. Scenario 11C (continued) 3. In the previous scenarios in this series: Turnagain called

More information

Another window pops up where you can input some parameters (called System Preferences) for your team as shown

Another window pops up where you can input some parameters (called System Preferences) for your team as shown FCSL HyTek Team Manager Training Open your installed copy of HyTek Do you already have a team database from last year? Have you updated your team database for this year? If so, some of this info below

More information

Copyright Velocomp LLP 2006

Copyright Velocomp LLP 2006 ibike Pro Cadence Handlebar Mount Owners Manual January 2007 1 Table of Contents Installing the ibike Pro cadence mount on your bicycle Installing the ibike Pro cadence mount on your time trial bike Installing

More information

SENSUS PRO MANAGER (for SENSUS or SENSUS PRO devices) User s Guide -- Windows. Version 2.0 Published October 17, ReefNet Inc.

SENSUS PRO MANAGER (for SENSUS or SENSUS PRO devices) User s Guide -- Windows. Version 2.0 Published October 17, ReefNet Inc. SENSUS PRO MANAGER (for SENSUS or SENSUS PRO devices) User s Guide -- Windows Version 2.0 Published October 17, 2002 2002 ReefNet Inc. 1.0 Introduction The SENSUS PRO data recorder captures the time, depth,

More information

Boat Race. Introduction. Scratch

Boat Race. Introduction. Scratch Scratch 1 Boat Race All Code Clubs must be registered. Registered clubs appear on the map at codeclub.org.uk - if your club is not on the map then visit jumpto.cc/18cplpy to find out what to do. Introduction

More information

GA-300 Gas Analyzer. Technical Note. Overview. Front Panel. iworx Systems, Inc. GA-300

GA-300 Gas Analyzer. Technical Note. Overview. Front Panel. iworx Systems, Inc. GA-300 Technical Note GA-300 Overview The GA-300 CO2 and O2 Gas Analyzer is easy to use, robust, and adaptable to human, animal, and plant applications. The GA-300 has two analog outputs to allow recording and

More information

TANK MANAGER FOR TWO TANKS OPERATING MANUAL. 10/31/11 C-More T6C L color touch panel

TANK MANAGER FOR TWO TANKS OPERATING MANUAL. 10/31/11 C-More T6C L color touch panel TANK MANAGER FOR TWO TANKS OPERATING MANUAL 10/31/11 C-More T6C L color touch panel 1 TABLE OF CONTENTS GENERAL...3 INSTALLATION...4 STONE TEST PROCEDURE...7 OPERATIONAL SUMMARY...7 AUTO CARBONATION...10

More information

Previous Release Notes

Previous Release Notes Release Notes Shearwater Desktop 3.1.5 Support for NERD 2. Previous Release Notes Version 3.1.4 Improved Bluetooth Reliability with the initial connection. Bug Notes: dded software workaround to allow

More information

Using the Sailwave Results Programme April 2016

Using the Sailwave Results Programme April 2016 Using the Sailwave Results Programme April 2016 Background In 2016 the club decide to move their results service to a programme called Sailwave. This is a very simple little piece of free software (you

More information

Published by INSTRUCTION MANUAL

Published by INSTRUCTION MANUAL s TM s Bonus Game! TM Published by INSTRUCTION MANUAL Thank you for selecting the Konami s Ping-Pong cartridge for your ColecoVision game system or ADAM computer. Please store this instruction booklet

More information

To register your AED at the National AED Registry please go to and click on Get Started

To register your AED at the National AED Registry please go to   and click on Get Started To register your AED at the National AED Registry please go to www.nationalaedregistry.com and click on Get Started Now click Register Now Fill out the needed information This will now be your home page

More information

Activity 5.1B Dragster Assembly Drawing

Activity 5.1B Dragster Assembly Drawing Activity 5.1B Dragster Assembly Drawing Purpose The excitement of seeing your design become a product that you can see in 3D is about to become a reality for you. In this activity, you are going to learn

More information

Two less balls than there is children One racquet (for large groups use a small mat or basket) A large space

Two less balls than there is children One racquet (for large groups use a small mat or basket) A large space Two less balls than there is children One racquet (for large groups use a small mat or basket) A large space Line the children up along one side of the room (blue). Select one child to be the popcorn maker

More information

Mounting the RoboFocus RF-3 Unit on the LX-200/400 MicroFocuser

Mounting the RoboFocus RF-3 Unit on the LX-200/400 MicroFocuser Mounting the RoboFocus RF-3 Unit on the LX-200/400 MicroFocuser The RoboFocus unit can be mounted on the Meade MicroFocuser, commonly found on the LX-200/400 series. The RF folks point to this URL as a

More information

The ICC Duckworth-Lewis Calculator. Professional Edition 2008

The ICC Duckworth-Lewis Calculator. Professional Edition 2008 The ICC Duckworth-Lewis Calculator Professional Edition 2008 (Version 1.1) Installation and operating instructions Any queries about operating the program should be sent to steven.stern@anu.edu.au 2008

More information

1. Set up your Stick Up Cam Wired.

1. Set up your Stick Up Cam Wired. Stick Up Cam Wired 1. Set up your Stick Up Cam Wired. Download the Ring app. The app walks you through setting up and managing your Stick Up Cam Wired. Search for Ring in one of the app stores below, or

More information

Robo-Ball: April 24, 2010 TEAM AND LEADER PACKET

Robo-Ball: April 24, 2010 TEAM AND LEADER PACKET 2010 Illinois 4-H Robotics Challenge Robo-Ball: April 24, 2010 TEAM AND LEADER PACKET Event Overview This statewide event is an opportunity for youth enrolled in 4-H robotics to demonstrate their learning,

More information

DIVE MEET SCORING INSTRUCTIONS. Day before meet

DIVE MEET SCORING INSTRUCTIONS. Day before meet DIVE MEET SCORING INSTRUCTIONS Day before meet Physical set up Set up registration/scoring table #1 on 1 meter side and scoring table #2 on 3 meter side of diving well, judges chairs, and award stand as

More information

Operating Manual. SUPREMA Calibration. Software for Fire and Gas Warning Units. Order No.: /01. MSAsafety.com

Operating Manual. SUPREMA Calibration. Software for Fire and Gas Warning Units. Order No.: /01. MSAsafety.com Operating Manual Software for Fire and Gas Warning Units Order No.: 10154656/01 MSAsafety.com MSA Europe GmbH Schlüsselstrasse 12 8645 Rapperswil-Jona Switzerland info.ch@msasafety.com www.msasafety.com

More information

RUNNING MEET MANAGER IN SUPPORT OF MEETS (2016) Greg Wright(6/3/16) First, YOU DO NOT NEED TO DO THIS UNLESS YOU ARE THE HOME TEAM

RUNNING MEET MANAGER IN SUPPORT OF MEETS (2016) Greg Wright(6/3/16) First, YOU DO NOT NEED TO DO THIS UNLESS YOU ARE THE HOME TEAM RUNNING MEET MANAGER IN SUPPORT OF MEETS (2016) Greg Wright(6/3/16) First, YOU DO NOT NEED TO DO THIS UNLESS YOU ARE THE HOME TEAM 1. Download the appropriate Swmm6Backup file from the RCSL Forms & Documents

More information

The Soccer Guy. By Marcus Hilgers Faisal Ahmad Jacob Borer

The Soccer Guy. By Marcus Hilgers Faisal Ahmad Jacob Borer The Soccer Guy By Marcus Hilgers Faisal Ahmad Jacob Borer 1.0 Abstract The Soccer Guy automaton was created to provide a fun, interactive, simple game. It uses simple mechanical and computational elements

More information

Gas Analyzer for TC Sensors (CO2, H2, N2) Series 62101, 64101, Operating Manual

Gas Analyzer for TC Sensors (CO2, H2, N2) Series 62101, 64101, Operating Manual Gas Analyzer for TC Sensors (CO2, H2, N2) Series 62101, 64101, 65101 Operating Manual Disclaimer Please read and understand the user manual before installing and using the products described herein. It

More information

Mapping a Magnetic Field. Evaluation copy. Figure 1: Detecting the magnetic field around a bar magnet

Mapping a Magnetic Field. Evaluation copy. Figure 1: Detecting the magnetic field around a bar magnet Mapping a Magnetic Field Experiment 16 The region around a magnet where magnetic forces can be detected is called a magnetic field. All magnets, no matter what their shape, have two poles labeled north

More information

INSTALLATION MANUAL. M-WRG-S/Z-T(-F, -FC) and InControl pushbutton sensor

INSTALLATION MANUAL. M-WRG-S/Z-T(-F, -FC) and InControl pushbutton sensor INSTALLATION MANUAL HOME VENTILATION WITH HEAT RECOVERY and Connecting the ventilation unit to the CO ² Part no. 0-09-0 Week 0/0 EN Am Hartholz D-89 Alling Contents Introduction.... Notes on this installation

More information

Dive Sheets & Running Events Meet Management Software Tutorial for EZMeet Version 3.1 revised 2/4/2006

Dive Sheets & Running Events Meet Management Software Tutorial for EZMeet Version 3.1 revised 2/4/2006 Dive Sheets & Running Events Meet Management Software Tutorial for EZMeet Version 3.1 revised 2/4/2006 Once you have events created in your meet you are ready to enter dive sheets and run your event. INCLUDED

More information

Contents. Requirements. Equipment. Rules. Batting. Bowling. Fielding. Umpiring. Scoring. Score sheet. CricHQ App

Contents. Requirements. Equipment. Rules. Batting. Bowling. Fielding. Umpiring. Scoring. Score sheet. CricHQ App Super Cricket Super Cricket is an exciting, modified version of the game created to engage, involve and enthuse year 9-13 students (boys and girls). It s an action-packed, flexible and compact format ideal

More information

Fitbit Walking Challenge Team Leader Guide

Fitbit Walking Challenge Team Leader Guide Fitbit Walking Challenge Team Leader Guide Congratulations on participating in the second annual Fitbit Walking Challenge! This guide is meant to help you understand your role as team leader and provide

More information

DATA SCIENCE SUMMER UNI VIENNA

DATA SCIENCE SUMMER UNI VIENNA Prerequisites - You have installed Tableau Desktop on your computer. Available here: http://www.tableau.com/academic/students - You have downloaded the data (athlete_events.csv) available here: https://www.kaggle.com/heesoo37/120-years-of-olympic-historyathletes-and-results

More information

XC2 Client/Server Installation & Configuration

XC2 Client/Server Installation & Configuration XC2 Client/Server Installation & Configuration File downloads Server Installation Backup Configuration Services Client Installation Backup Recovery Troubleshooting Aug 12 2014 XC2 Software, LLC Page 1

More information

Operation of the contact mask aligner Canon PPC 210 Projection Print Camera

Operation of the contact mask aligner Canon PPC 210 Projection Print Camera Operation of the contact mask aligner Canon PPC 210 Projection Print Camera Start-up Procedure: 1. Start the grey pump in the service corridor behind the aligner 2. Open the valve for the Nitrogen gas

More information

WASHINGTON STATE MIDDLE SCHOOL COMPUTER SCIENCE COMPETITION

WASHINGTON STATE MIDDLE SCHOOL COMPUTER SCIENCE COMPETITION WASHINGTON STATE MIDDLE SCHOOL COMPUTER SCIENCE COMPETITION May 14, 2016 Individual Challenge Grades 5-6 30 Minutes Computing for All Individual Challenge - 5th/6th grade May 14, 30, 2016 2015 Please read

More information

How to run a club night

How to run a club night How to run a club night utilising TM and MM Swimming NSW wishes to acknowledge the author of this document Ms. Jo Wazny [This document is meant to get you started running your club night, it assumes some

More information

Old Kings Oval Electronic Scoreboard. Scoreboard Operation and Advanced Scoring Instructions

Old Kings Oval Electronic Scoreboard. Scoreboard Operation and Advanced Scoring Instructions Old Kings Oval Electronic Scoreboard Scoreboard Operation and Advanced Scoring Instructions 1 Introduction... 3 Primary Contacts... 3 Solid Scoreboards 24/7 Support 0458 LED FIX (0458 533 349)Scoring a

More information

American Thoroughbred Handicapping Program

American Thoroughbred Handicapping Program American Thoroughbred Handicapping Program The Program s Main Menu Model above When the program starts up, this is the first screen you will see. As you can see it looks very simple, and it is very easy

More information

Acidity Tester. Project OBJECTIVES DIFFICULTY LEVEL

Acidity Tester. Project OBJECTIVES DIFFICULTY LEVEL Acidity Tester Project 3 Engineers use robots to do tasks that might be harmful to humans. One common example is working with hazardous chemicals. A hazardous chemical is one that could cause a negative

More information

Australian Standards. Constraints

Australian Standards. Constraints Design Brief The client, Mr. Vaughn Anderson, the Technology Coordinator at Lyndale Secondary College, has requested the design and construction a motor vehicle or other device which can be programmed

More information

Members Online Booking

Members Online Booking Welcome to the Members Online Booking User Guide This guide is to help you understand and take you through the process of booking tee times through a computer be it from home, the office or in the clubhouse.

More information

The Bat. A Strategy by Team Aphid

The Bat. A Strategy by Team Aphid The Bat A Strategy by Team Aphid This strategy was devised by Team Aphid. It is a medium term, easy to trade system with a good win loss ratio. It is traded using an indicator that is based on the ATR

More information

Tutorial: Adding Twitch ChatPlay

Tutorial: Adding Twitch ChatPlay Tutorial: Adding Twitch ChatPlay This tutorial walks you through the steps needed to connect the Twitch ChatPlay feature to your Twitch channel. At the end of the tutorial you will have a primitive sphere

More information

AED Checklist. Philips On Site. Weekly and Monthly Reports

AED Checklist. Philips On Site. Weekly and Monthly Reports AED Checklist Philips On Site Weekly and Monthly Reports Page 1 of 5 AED Unit Location: Site Coordinator: AED Model: AED Serial # Biomed # NOTES: The Cardiac Safe Community PAD Program will collect this

More information

Fundamental hurling session with Paudie Butler

Fundamental hurling session with Paudie Butler Fundamental hurling session with Paudie Butler The following session was conducted by the national director of Hurling Paudie Butler in Cuala on Thursday the 25 th of September 2008. The session was aimed

More information

WAA SWIMMING TEAM REGISTRATION PROCESS

WAA SWIMMING TEAM REGISTRATION PROCESS WAA SWIMMING TEAM REGISTRATION PROCESS Joining Swimming Victoria Club Membership for the First Time New Swimmers 1. Go to the Swimming Victoria (SV) website home page: www.vic.swimming.org.au 2. Select

More information

Microsoft Windows Software Manual for FITstep Stream Version 4

Microsoft Windows Software Manual for FITstep Stream Version 4 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

User Manual. ENGLISH Pages FRANÇAIS Pages ESPAÑOL Páginas DEUTSCH Seiten 53-69

User Manual. ENGLISH Pages FRANÇAIS Pages ESPAÑOL Páginas DEUTSCH Seiten 53-69 User Manual ENGLISH Pages 1-18 FRANÇAIS Pages 19-35 ESPAÑOL Páginas 36-52 DEUTSCH Seiten 53-69 LIT# LD2-160212 LD2-Full_Manual Rev18 Thank you for choosing the GolfBuddy LD2. The GolfBuddy LD2 is the first

More information

Experiment 11: The Ideal Gas Law

Experiment 11: The Ideal Gas Law Experiment 11: The Ideal Gas Law The behavior of an ideal gas is described by its equation of state, PV = nrt. You will look at two special cases of this. Part 1: Determination of Absolute Zero. You will

More information

Newton s Triple Play Explore

Newton s Triple Play Explore 5E Lesson: Explore Newton s Triple Play Explore Stations (80 minutes) Students will explore how forces affect the motion of objects in the following stations. Station : Baseball Forces Baseball Space to

More information

v2.3 USER MANUAL

v2.3 USER MANUAL v2.3 USER MANUAL www.foresightsports.com Table of Contents 03 04 05 09 12 17 20 21 Activation Getting Started Play Compete Improve Settings Update Manager Glossary 04 11 05 12 03 Activation FSX Activation

More information

How to enter a scorecard into Play Cricket

How to enter a scorecard into Play Cricket How to enter a scorecard into Play Cricket Table of Contents Adding a score sheet to play cricket... 3 Introduction... 3 How to Enter a score sheet... 3 Access Rights... 3 Login... 4 Administration Page...

More information

MULTITUBE BUBBLE TUBE BY ROMPA (U)

MULTITUBE BUBBLE TUBE BY ROMPA (U) Page 1 of 16 MULTITUBE BUBBLE TUBE BY ROMPA 19781 (U) CONTENTS 1 x Base Unit (chassis) 1 x Base Cover (white plastic cover) 1 x Multitube Bubble Tube Column 1 x Bubble Tube Cap 1 x Power Supply (black

More information

Step One - Visiting the School Zone:

Step One - Visiting the School Zone: The Green Ambassador School Zone is an area for your Green Team to share stories and photos, and to learn what others are doing to introduce sustainability into their schools. Your school can create its

More information

Dive Planet. Manual. Rev Basic User Interface. 2 How to organize your dives. 3 Statistics. 4 Location Service and Map View.

Dive Planet. Manual. Rev Basic User Interface. 2 How to organize your dives. 3 Statistics. 4 Location Service and Map View. Dive Planet Manual Rev 1.2 1 Basic User Interface 2 How to organize your dives 3 Statistics 4 Location Service and Map View 5 Settings 6 Languages 7 Buddies and guide 8 Backup and restore of the data 9

More information

OPTIMA 7 - BIOGAS Calibrating the gas sensors SENSOR ADJUSTMENT. Diamond Scientific 625 Peachtree St., Cocoa, Florida /Tel:

OPTIMA 7 - BIOGAS Calibrating the gas sensors SENSOR ADJUSTMENT. Diamond Scientific 625 Peachtree St., Cocoa, Florida /Tel: SENSOR ADJUSTMENT The calibration of your OPTIMA 7 should be performed by experienced service personal only! MRU will not be responsible for any misuse or wrong interpretation of this calibration instruction.

More information

World Robot Olympiad 2018

World Robot Olympiad 2018 World Robot Olympiad 2018 REGULAR CATEGORY RULES Version: Final Version January 15 th Table of Contents Introduction... 3 Important changes for WRO 2018... 3 Regular Category Rules... 4 1. Surprise Rule...

More information

HyperSecureLink V6.0x User Guide

HyperSecureLink V6.0x User Guide HyperSecureLink V6.0x User Guide Note: This software works with the LS-30 Version (06.0x or later) 1, Hardware Installation: 1-1, Connection Diagram for USB or RS-232 Computer Interface To LS-30 CM1 To

More information

Downloading/Transferring Golf Courses

Downloading/Transferring Golf Courses Open the Application by double clicking the Application icon on the desktop. Once the application is opened you will see the Bushnell Golf website. From here you will notice: -Top left corner: states is

More information

IMPACT LOCATION SETUP. Updated July 2018

IMPACT LOCATION SETUP. Updated July 2018 IMPACT LOCATION SETUP Updated July 2018 HOW TM4 DETERMINES IMPACT LOCATION TO DETERMINE IMPACT LOCATION FOUR PARAMETERS ARE NEEDED The ball position before impact, the precise time of impact, the position

More information