Don t Steal My BBC micro:bit Alarm!

Size: px
Start display at page:

Download "Don t Steal My BBC micro:bit Alarm!"

Transcription

1 Description This is a simple tutorial demonstrating how to use the output pins on the BBC micro:bit and use the built in accelerometer to control a buzzer when the BBC micro:bit is moved. Learn how to: Program your BBC micro:bit to detect movement. Activate a buzzer. Protect your BBC micro:bit! Level of difficulty: Beginner. Parts List In order to complete this tutorial, you will need: A BBC micro:bit. A 3V buzzer. A USB to Micro USB lead. 2xAAA battery cage with JST connector. 2xAAA batteries. Either crocodile leads or banana plugs. You will also need the following equipment: A computer with a USB port and internet access.

2 Step-by-step guide to making a Don t Steal My micro:bit Alarm Step 1 Log in to the BBC micro:bit website, look for the Microsoft Research blocks banner and click New Project. Pick a name for your project and click create! Step 2 Select Variables from the left hand side of the screen then drag the block that says Set item to into the middle of the screen.

3 Click the word item to open a drop down menu. Then click New Variable. When prompted name your new variable Xmovement. This variable will be used to track movement in the X direction. Click the word Input on the left hand side of the screen and drag the acceleration (mg) x block to the right hand side of the Xmovement block you just made. They should snap together to form one block. Step 3 We now need to make 2 more of these blocks for the Y and Z direction. To do this quickly, select the one you already made and press ctrl + c to copy it, then ctrl + v twice to paste two copies. Remember to change the names of the variables to Y movement and Z movement and to select the corresponding letter from the dropdown in the blue acceleration block! Stack the three blocks you made together, this forms a block that checks the accelerometer sensor in all three directions and writes the values to the three variables you have created. Step 4 Now to do something useful with those readings we need to add some conditions. Click on if on the left hand side of the screen. Select the If, do, else block and attach it to the bottom of what you ve done so far.

4 Grab the and block from the Logic category and drop it near the rest of your blocks. We re going to have to do some work to get this block to do what we want it to. First click the and text and change it to or. Next grab two of the = blocks from the logic menu and put them into the slots in the or block we just made. Select from the variable category the Xmovement variable and place into the left hand side of both = equations and the number block from the maths category into the right hand side. Swap the = sign on the left of the or into a > and the = on the right of the or into a <. Then swap the number on the left of the or sign to 100 and the number on the right hand side to Using the digital write block from the Pins category and the pause block from the basic category fill in the rest of the if function to match the image here. Step 5 Copy and paste the entire if function twice. Attach it all together like in the image. Change the variable in the second if function to Ymovement and the variable in the third if function to Zmovement. You will also need to change the numbers in the last or statement to 1100 and 900 respectively, as this is the direction gravity works in there will of around 1000mg in this direction even when the BBC micro:bit is flat on a table. Finally add a pause of 100ms to the bottom of your code then put the whole thing inside a forever block found in the basic category. The code is complete!

5 Step 6 Press compile and after a few minutes the code should appear as a download in your browser. If you plug your BBC micro:bit into a USB port it will show up as a storage device. Simply drag and drop the.hex file you just downloaded onto the BBC micro:bit. The file might not show up on the BBC micro:bit in the file explorer but it is there! Once the file has been transferred (the light on the BBC micro:bit will stop blinking rapidly) remove the BBC micro:bit from your computer. Step 7 Now that the software is done we need to put the hardware together. Put the batteries into the battery holder and push the JST connector into the socket on the BBC micro:bit. Clip one of your crocodile clip leads onto the big GND pad at the edge of the BBC micro:bit and the other end of the lead to the black wire on the buzzer. Clip the other crocodile clip lead to the large pad on the BBC micro:bit labelled 0 and the other end of the lead to the red wire on the buzzer. If using banana plugs, attach the wires from the buzzer into the plugs, and plug the black plug into the hole marked GND and the red plug into the hole marked 0 (see inset picture right). If placed with BBC logo facing upwards on a flat surface the buzzer will stop after three seconds, however any attempt to move the BBC micro:bit will cause the buzzer to sound until it s put back down!

BBC micro:bit Cool Colours!

BBC micro:bit Cool Colours! Description This is a simple tutorial demonstrating how to use an analogue input with the BBC micro:bit. The BBC micro:bit is able to read analogue voltages from sensors like Light Dependent Resistors

More information

BBC micro:bit Emoji Bag

BBC micro:bit Emoji Bag Description In this tutorial you will make your own bag from a template from scratch. Then following step by step instructions you will connect additional LEDs to the BBC micro:bit via conductive thread

More information

Rocket Countdown Pencil Case

Rocket Countdown Pencil Case Description In this tutorial students will make their own pencil case from a template from scratch. Then following step by step instructions they will connect additional LEDs to the BBC micro:bit via conductive

More information

Controlling the Robotic Arm using the BBC micro:bit

Controlling the Robotic Arm using the BBC micro:bit Controlling the Robotic Arm using the BBC micro:bit You need to plug the BBC micro:bit into a computer using a USB cable or sync to it using Bluetooth after downloading the correct app from your app store.

More information

Micro:bit - an Educational & Creative Tool for Kids

Micro:bit - an Educational & Creative Tool for Kids Micro:bit - an Educational & Creative Tool for Kids SKU:DFR0497 INTRODUCTION micro:bit is a pocket-sized microcontroller designed for kids and beginners learning how to program, letting them easily bring

More information

INTRODUCTION HARDWARE

INTRODUCTION HARDWARE Project Kit Table of Contents INTRODUCTION... 3 HARDWARE... 3 Hardware built-in micro:bit:... 3 Hardware included in this kit:... 4 CODE... 5 Pseudo Code:... 5 Coding Tools:... 5 Running Programs:... 8

More information

Piano for Micro:bit User Manual

Piano for Micro:bit User Manual Piano for Micro:bit User Manual INTRODUCTION Micro: bit is an ARM-based embedded system designed by the BBC of England, which is equipped with Bluetooth, accelerometer, electronic compass, three buttons,

More information

INTRODUCING THE CODEBIT!

INTRODUCING THE CODEBIT! GETTING STARTED Downloading the littlebits Code Kit app STEP 1 Download and open the littlebits Code Kit app at littlebits.com/code-kit-app STEP 2 Click the pink open blank canvas button to start writing

More information

University of Hull Department of Computer Science C4DI Interfacing with Arduinos

University of Hull Department of Computer Science C4DI Interfacing with Arduinos Introduction Welcome to our Arduino hardware sessions. University of Hull Department of Computer Science C4DI Interfacing with Arduinos Vsn. 1.0 Rob Miles 2014 Please follow the instructions carefully.

More information

Using the BBC micro:bit within D&T

Using the BBC micro:bit within D&T Using the BBC micro:bit within D&T This guide has been produced by Kitronik, a BBC micro:bit champion AN INTRODUCTION TO THE BBC micro:bit The BBC micro:bit project builds on the legacy of the seminal

More information

micro:bit Lesson 1. Using the Built-in Sensors

micro:bit Lesson 1. Using the Built-in Sensors micro:bit Lesson 1. Using the Built-in Sensors Created by Simon Monk Last updated on 2018-03-02 05:46:13 PM UTC Guide Contents Guide Contents Overview Magnetometer Magnet Detector High-strength 'rare earth'

More information

Adventure Time Coffee Cup Lamp with MakeCode

Adventure Time Coffee Cup Lamp with MakeCode Adventure Time Coffee Cup Lamp with MakeCode Created by Ruiz Brothers Last updated on 2019-01-08 03:18:49 AM UTC Guide Contents Guide Contents Overview Prerequisite Guides Circuit Playground Express 3

More information

Docking station. Technical Documentation

Docking station. Technical Documentation Docking station Technical Documentation Version 1.1 Release date: 01.09.2015 Table of contents 1 Introduction...3 2 Layout and dimensions...4 3 What s included in the box...4 4 Connecting devices...5 4.1

More information

THIS IS THE CURRENT FF USER GUIDE AS OF PLEASE DO NOT USE ANY PREVIOUSLY DATED VERSIONS

THIS IS THE CURRENT FF USER GUIDE AS OF PLEASE DO NOT USE ANY PREVIOUSLY DATED VERSIONS THIS IS THE CURRENT FF USER GUIDE AS OF 05-04-2012 PLEASE DO NOT USE ANY PREVIOUSLY DATED VERSIONS INTRODUCTION: I compiled this guide from information posted on RCGroups.COM and from GoodLuckBuy.COM where

More information

Getting Started Manual for CODIBOT

Getting Started Manual for CODIBOT a Getting Started Manual for CODIBOT Step 1: Open the Box. Step 2: Inside the box you will find the Pre-Assembled body of CODIBOT along with the Add-On packs, Connecting Wires, Nuts & Bolts. Take out the

More information

BuffaloLabs WiFi Lantern Assembly guide version 1

BuffaloLabs WiFi Lantern Assembly guide version 1 BuffaloLabs WiFi Lantern Assembly guide version 1 Needed equipment: Solder iron Solder wire Cutter Wire stripper (optional) Hot glue gun Overview of the components (not including USB cable and box panels)

More information

FULL HD MINI DV SPORTS CAMERA QUICK START GUIDE

FULL HD MINI DV SPORTS CAMERA QUICK START GUIDE FULL HD MINI DV SPORTS CAMERA QUICK START GUIDE Please read this user manual carefully before any attempt to operate this product and keep it for your future reference. FEATURES: MINI camera recorder High

More information

Circuit Playground Slouch Detector

Circuit Playground Slouch Detector Circuit Playground Slouch Detector Created by Carter Nelson Last updated on 2017-11-30 07:17:17 PM UTC Guide Contents Guide Contents Overview Required Parts Optional Parts Before Starting Circuit Playground

More information

BBC Micro:Bit. Year 7. Teacher Guide and Planning

BBC Micro:Bit. Year 7. Teacher Guide and Planning BBC Micro:Bit Year 7 Teacher Guide and Planning Micro:Bit Block Editor Planning Support - Teacher help to complete the steps required for the Micro:Bit to run successfully - 1:1 peer help and partner working.

More information

THIS IS THE CURRENT FF USER GUIDE AS OF PLEASE DO NOT USE ANY PREVIOUSLY DATED VERSIONS

THIS IS THE CURRENT FF USER GUIDE AS OF PLEASE DO NOT USE ANY PREVIOUSLY DATED VERSIONS THIS IS THE CURRENT FF USER GUIDE AS OF 02-26-2012 PLEASE DO NOT USE ANY PREVIOUSLY DATED VERSIONS INTRODUCTION: I compiled this guide from information posted on RCGroups.COM and from GoodLuckBuy.COM where

More information

Manual of ET-LCD SW HAT

Manual of ET-LCD SW HAT ET- LCD SW HAT ET-LCD SW HAT is Board I/O that is specifically designed for connection with Board Raspberry Pi through Connector 40-PIN; this board includes LCD 16x2, SW, Buzzer, RTC DS3231 with Connector

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

Warranty Disclaimer. Limitation of Liability

Warranty Disclaimer. Limitation of Liability Warranty Disclaimer Purchaser acknowledges that Top Cat Engineering L.L.C.has agreed to provide this kit for evaluation purposes only. Purchaser further acknowledges that Top Cat Engineering has no obligations

More information

ACS-1805 Introduction to Programming (with App Inventor)

ACS-1805 Introduction to Programming (with App Inventor) ACS-1805 Introduction to Programming (with App Inventor) Chapter 2 9/6/2018 1 HelloPurr The counterpart of the Hello World the typical very first program in the traditional programming Instead of displaying

More information

Software Update Instructions for Model WD-65638

Software Update Instructions for Model WD-65638 Software Update Instructions for Model WD-65638 This software update procedure consists of three (3) steps: A. Re-Formatting the USB Mass Storage device. B. Downloading and Extracting the Software Update

More information

OpenSprinkler v2.1u Build Instructions

OpenSprinkler v2.1u Build Instructions OpenSprinkler v2.1u Build Instructions (Note: all images below are 'clickable', in order for you to see the full-resolution details. ) Part 0: Parts Check Part 1: Soldering Part 2: Testing Part 3: Enclosure

More information

micro:bit Lesson 2. Controlling LEDs on Breadboard

micro:bit Lesson 2. Controlling LEDs on Breadboard micro:bit Lesson 2. Controlling LEDs on Breadboard Created by Simon Monk Last updated on 2018-03-09 02:39:14 PM UTC Guide Contents Guide Contents Overview Parts BBC micro:bit Half-size breadboard Small

More information

OpenSprinkler v2.2u Build Instructions

OpenSprinkler v2.2u Build Instructions OpenSprinkler v2.2u Build Instructions (Note: all images below are 'clickable', in order for you to see the full-resolution details. ) Part 0: Parts Check Part 1: Soldering Part 2: Testing Part 3: Enclosure

More information

Floppy Disk To USB. Converter Installation and. Operation Manual

Floppy Disk To USB. Converter Installation and. Operation Manual Floppy Disk To USB Converter Installation and Operation Manual Kit Price $125.00 Plus Shipping Why Should I Change My Floppy Drive To A USB Drive? You won't ever need floppies anymore and yet you'll be

More information

3 pyro output datalogger altimeter with an ATmega 328 microcontroller Kit assembly instructions

3 pyro output datalogger altimeter with an ATmega 328 microcontroller Kit assembly instructions 3 pyro output datalogger altimeter with an ATmega 328 microcontroller Kit assembly instructions Version date Author Comments 1.0 29/05/2013 Boris du Reau Initial version Rocket Type Micro-max Model Mid

More information

AWS DeepRacer Getting Started Guide

AWS DeepRacer Getting Started Guide AWS DeepRacer Getting Started Guide 1 Getting Started Guide Contents What s in the box Assemble your car Get connected Test drive Autonomous model management 2 What s in the box 1 2 6 8 9 5 11 10 4 7 3

More information

Room Classroom Technology Updated March 4, 2019

Room Classroom Technology Updated March 4, 2019 Room 19-215 Classroom Technology Updated March 4, 2019 Table of Contents TURN CLASSROOM LIGHTS ON/OFF...1 EQUIPMENT LOCATION...2 LOGIN TO THE COMPUTER...2 Unsuccessful Login...3 TURN ON AND CONTROL THE

More information

In groups take a Mindstorms kit and decide on what sort of chassis will work best.

In groups take a Mindstorms kit and decide on what sort of chassis will work best. Robotics 2b Lego Mindstorm EV3 Body Building What we re going to do in the session. Build our robot s chassis Test it with some basic programming blocks Modify the chassis if necessary Designing a Chassis

More information

Cygnos360 V2 Installation Manual

Cygnos360 V2 Installation Manual VERSION 1.0. - OKTOBER, 2009 www.cygnos360.com Contents: 1. What you need...2 1.1. Tools...2 2. Preparation...3 2.1. Preparing the solder points...3 3. Installing in your Xbox360...4 3.1. Installing the

More information

Room Classroom Technology Updated March 4, 2019

Room Classroom Technology Updated March 4, 2019 Room 4-102 Classroom Technology Updated March 4, 2019 Table of Contents TURN CLASSROOM LIGHTS ON/OFF...2 EQUIPMENT LOCATION...2 LOGIN TO THE COMPUTER...3 Unsuccessful Login...3 TURN ON AND CONTROL THE

More information

Black Box HD. User s Guide. BrickHouse Security User s Guide

Black Box HD. User s Guide. BrickHouse Security User s Guide Black Box HD User s Guide Page 1 Black Box HD The Black Box HD is a fully functional and customizable video recording system in a compact case. Use the preset recording mode, or program custom settings

More information

C - Colour Mixing. Let's use the Sparkle module and some switches to make a colour mixer! 2018 courses.techcamp.org.

C - Colour Mixing. Let's use the Sparkle module and some switches to make a colour mixer! 2018 courses.techcamp.org. C - Colour Mixing Let's use the Sparkle module and some switches to make a colour mixer! 2018 courses.techcamp.org.uk/ Page 1 of 7 INTRODUCTION Let's use the Sparkle module and some switches to make a

More information

Arduino 05: Digital I/O. Jeffrey A. Meunier University of Connecticut

Arduino 05: Digital I/O. Jeffrey A. Meunier University of Connecticut Arduino 05: Digital I/O Jeffrey A. Meunier jeffm@engr.uconn.edu University of Connecticut About: How to use this document I designed this tutorial to be tall and narrow so that you can read it on one side

More information

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

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

More information

Verizon One Talk DECT IP Phone

Verizon One Talk DECT IP Phone Verizon One Talk DECT IP Phone W60B Base Station and W56HV Handset verizonwireless.com/support/one-talk/ Packaging contents Included in the package Purchased W60B (Base Station + Handset) Only purchased

More information

Installing the SIM card and battery

Installing the SIM card and battery BGan Help Guide Installing the SIM card and battery To prepare the terminal for connection: a. Position the terminal so that the battery door is facing you. b. Open the battery door. (If you have already

More information

Room Classroom Technology Updated March 4, 2019

Room Classroom Technology Updated March 4, 2019 Room 31-101 Classroom Technology Updated March 4, 2019 Table of Contents TURN CLASSROOM LIGHTS ON/OFF...2 EQUIPMENT LOCATION...2 LOGIN TO THE COMPUTER...2 Unsuccessful Login...3 TURN ON AND CONTROL THE

More information

Software Update Instructions for Model WD / WD-73C11 / WD-73CA1

Software Update Instructions for Model WD / WD-73C11 / WD-73CA1 Software Update Instructions for Model WD-73640 / WD-73C11 / WD-73CA1 This software update procedure consists of three (3) steps: A. Re-Formatting the USB Mass Storage device. B. Downloading and Extracting

More information

Electronics Construction Manual

Electronics Construction Manual Electronics Construction Manual MitchElectronics 2019 Version 3 04/02/2019 www.mitchelectronics.co.uk CONTENTS Introduction 3 How To Solder 4 Resistors 5 Capacitors 6 Diodes and LEDs 7 Switches 8 Transistors

More information

Wireless Key fob, Key pad & Receiver Range

Wireless Key fob, Key pad & Receiver Range Wireless Key fob, Key pad & Receiver Range 4Ch Wireless Receiver 4x Voltage Free relay outputs (NO + NC) 100m Transmission range Multiple user codes 2 Channel wireless control Clear hinge up lid 12V DC

More information

ROBOTLINKING THE POWER SUPPLY LEARNING KIT TUTORIAL

ROBOTLINKING THE POWER SUPPLY LEARNING KIT TUTORIAL ROBOTLINKING THE POWER SUPPLY LEARNING KIT TUTORIAL 1 Preface About RobotLinking RobotLinking is a technology company focused on 3D Printer, Raspberry Pi and Arduino open source community development.

More information

A.1 MD-CC USB to SPI communications

A.1 MD-CC USB to SPI communications A.1 MD-CC305-001 USB to SPI communications The MD-CC305-001 is an interface cable which combines Power, Logic and communications with an inline USB to SPI converter. It is recommended with the first purchase.

More information

Updating DAPLink Firmware and Using REPL with Tera Term

Updating DAPLink Firmware and Using REPL with Tera Term APPENDIX A Updating DAPLink Firmware and Using REPL with Tera Term This appendix explains how to update the DAPLink firmware on the micro:bit by using maintenance mode. It also shows you how to use REPL

More information

Hardware Overview and Features

Hardware Overview and Features Hardware Overview and Features Don t snap apart your LilyPad ProtoSnap Plus until you're ready to use the pieces in a project. If you leave the pieces attached to the board, you'll be able to prototype

More information

MuseLab WiFi IoT Robotic Shield for BBC Micro:Bit Quick Start Guide Contents

MuseLab WiFi IoT Robotic Shield for BBC Micro:Bit Quick Start Guide Contents MuseLab WiFi IoT Robotic Shield for BBC Micro:Bit Quick Start Guide Contents Introduction... 2 Structure diagram... 2 How to program MuseIoT on micro:bit... 4 1. Print Hello World on the screen... 5 2.

More information

WiFi dashcam Roadview 16GB

WiFi dashcam Roadview 16GB WiFi dashcam Roadview 16GB EAN: 8719326008493 Thank you for buying our product. Before using the product, we suggest you refer to this user manual in order to get the best possible user experience. 1 1.

More information

Galleries in ibroadcast Contents

Galleries in ibroadcast Contents Galleries in ibroadcast Contents File Formats... 2 Upload the images... 2 Images basic details... 4 Find the page the gallery will appear on... 7 Create the gallery... 8 1 You can put a picture gallery

More information

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

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

More information

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

Electronics Construction Manual

Electronics Construction Manual Electronics Construction Manual MitchElectronics 2018 Version 1 07/05/2018 www.mitchelectronics.co.uk CONTENTS Introduction 3 How To Solder 4 Resistors 5 Capacitors 6 Diodes and LEDs 7 Switches 8 Transistors

More information

LEGO BB-8 Release: LEGO BB-8. Learn how to automate a LEGO BB-8for motion, light, and sound using Crazy Circuits. Written By: Joshua

LEGO BB-8 Release: LEGO BB-8. Learn how to automate a LEGO BB-8for motion, light, and sound using Crazy Circuits. Written By: Joshua LEGO BB-8 Learn how to automate a LEGO BB-8for motion, light, and sound using Crazy Circuits. Written By: Joshua 2018 browndoggadgets.dozuki.com/ Page 1 of 18 INTRODUCTION We absolutely LOVE the new LEGO

More information

Installing LE History Record Reader program software.

Installing LE History Record Reader program software. INSTALLATION & OPERATING INSTRUCTIONS FOR THE LE HISTORY RECORD READER These Instructions will inform you on how to install software to use the RS-232/USB Isolator- Adapter and your LE History Record Reader

More information

Samsung Digital Discovery Centre. Code the collection: LED badges

Samsung Digital Discovery Centre. Code the collection: LED badges Samsung Digital Discovery Centre Code the collection: LED badges Create your own LED badge using the BBC micro:bit, inspired by medals and brooches from the Museum collection. What will you put in lights?

More information

Mercury 10 PORTABLE CCTV USER GUIDE WITH SPEECH.

Mercury 10 PORTABLE CCTV USER GUIDE WITH SPEECH. Mercury 10 PORTABLE CCTV WITH SPEECH USER GUIDE www.trysight.com Congratulations on the purchase of your Mercury 10 Portable CCTV with Speech. Please read the manual fully before using. Mercury 10 is

More information

Adobe Premiere: Getting Started

Adobe Premiere: Getting Started Prepared by Ansel Herz for the UW Department of Communication http://www.com.washington.edu/tech/irc/ Questions? Comments? Contact Kristina Bowman at kriscb@uw.edu. Adobe Premiere: Getting Started This

More information

Installation, Usage and Maintenance Guide for Kit 1

Installation, Usage and Maintenance Guide for Kit 1 Installation, Usage and Maintenance Guide for Kit 1 July 2013 WARNING Read this document before installing or using Data East/Sega Speaker Light Mod by Pinballtoppers Improper installation, improper use,

More information

HUB-ee BMD-S Arduino Proto Shield V1.0

HUB-ee BMD-S Arduino Proto Shield V1.0 HUB-ee BMD-S Arduino Proto Shield V1.0 User guide and assembly instructions Document Version 1.0 Introduction 2 Schematic 3 Quick user guide 4 Assembly 5 1) DIP Switches 5 2) Micro-MaTch Connector Headers

More information

Train the Trainer Resources Hex Files Here - https://goo.gl/mqovrv

Train the Trainer Resources Hex Files Here - https://goo.gl/mqovrv In this topic you will explore the range of methods of input that the micro:bit has, and the commands used to code these inputs. Topic 3 Need Input and Output Write a list of inputs that a micro:bit has.

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

Air Resistance Lab Discovery PSI Physics Dynamics

Air Resistance Lab Discovery PSI Physics Dynamics Air Resistance Lab Discovery PSI Physics Dynamics 1 Name Date Period Description In this lab coffee filters will be used along with Pasco Capstone Figure 1.1 software to determine the value of the air

More information

Instruction Manual. Model RBA18

Instruction Manual. Model RBA18 Instruction Manual Model RBA18 The Robo-Arm Kit for Arduino is designed to teach the following: 1. How to build a mechanical arm, piece-by-piece. 2. Basic workings of mechanical arm 3. Coding and control

More information

Atlatl FPV Video Transmitter

Atlatl FPV Video Transmitter Atlatl FPV Video Transmitter User Manual & Installation Guide V1.1 Contents Overview... 1 Features Specifications Warranty Pinout Diagram and Channel Table... 2 Installation Guide... 3 Functions... 6 Channel-Change

More information

UF-3701 Power Board Construction Guide

UF-3701 Power Board Construction Guide Page 1/5 Soldering and Part Placement See the Chapter 3 of the MIT 6270 Manual for information on electronic assembly, including soldering techniques and component mounting. Construction Information All

More information

Tips & Tricks on Ipad

Tips & Tricks on Ipad Tips & Tricks on Ipad PAGE 1 Page 1 Copying & Pasting Page 2 Splitting the Keyboard Page 3 Capitalizing & Zooming Page 4 App Searching Page 5 Organizing Apps Page 6 Screen Shot & Finger Functions 1.) How

More information

Grove Inventor Kit for micro:bit Project Guide

Grove Inventor Kit for micro:bit Project Guide Grove Inventor Kit for micro:bit Project Guide Content About Seeed Product Introduction - Diversified demands cannot be fully satisfied by mass production. The booming of open source hardware, D printing,

More information

How to assemble and disassemble Anafi

How to assemble and disassemble Anafi How to assemble and disassemble Anafi Prerequisites The best way to repair ANAFI is to use Parrot official drones repair kit. You will need the cruciform as well as the Torx 5 (T5) in order to carry out

More information

ETVR360CAMW-User Guide

ETVR360CAMW-User Guide ETVR360CAMW-User Guide TABLE OF CONTENTS 1. PARTS... 3 GETTING STARTED... 6 Charging the Battery... 6 Power On & Power Off... 6 Use Mode... 6 Independent Operation... 6 APP... 6 CONNECTING THROUGH WIFI...

More information

User manual HUA-503B

User manual HUA-503B User manual HUA-503B a) HUA-503(Bon conduction amplifier) + HUH-01(Bon conduction headphone) b) Charging cable, Audio connecting cable, Portable pouch c) Product pictures 1. Product configuration AMPHUA

More information

Introduction To Arduino

Introduction To Arduino Introduction To Arduino What is Arduino? Hardware Boards / microcontrollers Shields Software Arduino IDE Simplified C Community Tutorials Forums Sample projects Arduino Uno Power: 5v (7-12v input) Digital

More information

SmartMonitor 2 Self Study Program

SmartMonitor 2 Self Study Program SmartMonitor 2 Respironics Georgia, 175 Chastain Meadows Court, Kennesaw Georgia 30144 USA, 800-345-6443 USA Respironics Deutschland: Gewerbestrasse 17, 82211 Herrsching Germany, +49 8152 93060 Respironics

More information

Power Xpert Meter 2000 Gateway Card Kit

Power Xpert Meter 2000 Gateway Card Kit Quick Start Guide IL02601011E PXM 2250 PXM 2260 IQ 250 IQ 260 Power Xpert Meter 2000 Gateway Card Kit Table of Contents Remove the Meter From Service.... 2 Disconnect Power Connections, CTs, and Modbus....

More information

How to...create a Video VBOX Gauge in Inkscape. So you want to create your own gauge? How about a transparent background for those text elements?

How to...create a Video VBOX Gauge in Inkscape. So you want to create your own gauge? How about a transparent background for those text elements? BASIC GAUGE CREATION The Video VBox setup software is capable of using many different image formats for gauge backgrounds, static images, or logos, including Bitmaps, JPEGs, or PNG s. When the software

More information

Installation Instructions

Installation Instructions Installation Instructions Page 1 of 18 November 2007 Communication, Hands-Free Version 6.0 Accessory Development These Installation Instructions supersede all previous versions. SUBJECT PHONE DOCKING CRADLE

More information

Q2 XBee Handheld Controller Assembly Guide

Q2 XBee Handheld Controller Assembly Guide Q2 XBee Handheld Controller Assembly Guide Copyright Quantum Robotics Inc. Q2 Controller V1.0 1 Parts List: The kit comes with 14 individual bags. 1. Case Top and Bottom 2. Case Screw Package containing:

More information

Digital Pins and Constants

Digital Pins and Constants Lesson Lesson : Digital Pins and Constants Digital Pins and Constants The Big Idea: This lesson is the first step toward learning to connect the Arduino to its surrounding world. You will connect lights

More information

Quick Guide WARNING: CHOKING HAZARD - Small parts. Not for children under 3 years old. mbot is an educational robot kit for beginners to get hands-on

Quick Guide WARNING: CHOKING HAZARD - Small parts. Not for children under 3 years old. mbot is an educational robot kit for beginners to get hands-on MAKER WORKS TECHNOLOGY INC Technical support: support@makeblock.cc www.makeblock.cc Great tool for beginners to learn graphical programming, electronics and robotics. :@Makeblock : @Makeblock : +Makeblock

More information

INSTALLING ColorDMD LED DISPLAY IN BALLY GAMES WITH DISPLAY ON LAMP BOARD

INSTALLING ColorDMD LED DISPLAY IN BALLY GAMES WITH DISPLAY ON LAMP BOARD INSTALLING ColorDMD LED DISPLAY IN BALLY GAMES WITH DISPLAY ON LAMP BOARD These instructions are for mounting a ColorDMD LED display in a Bally game that has the display mounted on the swinging backbox

More information

ROCKBOX CURVE Full manual

ROCKBOX CURVE Full manual ROCKBOX CURVE Full manual WELCOME! Rockbox is the new portable speaker series in town. Pair it with your phone or tablet via Bluetooth to bring your music to life or use it as a speakerphone to make hands-free

More information

DIY Laundry Assistant. Annette Ibarra, Sierra Scott, Sara Wille

DIY Laundry Assistant. Annette Ibarra, Sierra Scott, Sara Wille DIY Laundry Assistant Annette Ibarra, Sierra Scott, Sara Wille Capstone: A Makerspace Experience Spring 2018!1 Introduction... 3 Makerspace Technologies... 3 Materials... 5 What will you need? Accounts...

More information

SQ10 Full HD 1080P Mini DV

SQ10 Full HD 1080P Mini DV SQ10 Full HD 1080P Mini DV 1. Power button 2. Mode button 3. microsd card slot 4. mini USB port 5. Reset hole 6. Infrared LEDs 7. Camera lens 8. Status LED Features Probably the smaller Full HD Mini DV

More information

Cartoon Network MakeCode: Garnet's Gauntlets from Steven Universe

Cartoon Network MakeCode: Garnet's Gauntlets from Steven Universe Cartoon Network MakeCode: Garnet's Gauntlets from Steven Universe Created by John Park Last updated on 2019-02-01 10:18:55 PM UTC Guide Contents Guide Contents Overview Circuit Playground Express Adafruit

More information

Key Stage 3. Introduction to the. BBC micro:bit

Key Stage 3. Introduction to the. BBC micro:bit Key Stage 3 Introduction to the BBC micro:bit KS3 Introduction In 2016, every Year 8 pupil in the UK received a free micro:bit. The BBC micro:bit is a small, programmable computer. This project aims to

More information

Lesson 18 Automatic door

Lesson 18 Automatic door Lesson 18 Automatic door 1 What you will need CloudProfessor (CPF) PIR (Motion) sensor Servo Arduino Leonardo Arduino Shield USB cable Overview In this lesson, students explore automated systems such as

More information

Computer Assembly (Installing Mother Board & CPU)

Computer Assembly (Installing Mother Board & CPU) Computer Assembly (Installing Mother Board & CPU) IT@SCHOOL HARDWARE TEAM Biju Thiruvananthapuram Sree Kumar Kottarakkara Shamsudeen Attingal Pradeep Mattara Wandoor Pre-Installation Precaution Mother

More information

9 Output Devices: Buzzers

9 Output Devices: Buzzers 9 Output Devices: Buzzers Project In this project, you will learn how to connect and control LEDs (Light Emitting Diode) and a buzzer with the Raspberry Pi. Components In addition to your Raspberry Pi,

More information

imovie 08 Apple s Free Video Editor

imovie 08 Apple s Free Video Editor Apple s Free Video Editor Important Concepts - Play: press the space bar to play and pause - Skim: drag (do not click) the mouse over a filmstrip to, well, skim the footage - Select: click, hold and drag

More information

Cygnos360 V2 Installation Manual

Cygnos360 V2 Installation Manual VERSION 1.03 - JANUARY, 2010 www.cygnos360.com Contents:... 1 1. What you need... 2 1.1. Tools... 2 2. Preparation... 3 2.1. Preparing the solder points... 3 3. Installing in your Xbox360... 4 3.1. Installing

More information

MP3 audio amplifier. Build Instructions. Issue 2.0

MP3 audio amplifier. Build Instructions. Issue 2.0 MP3 audio amplifier Build Instructions Issue 2.0 Build Instructions Before you put any components in the board or pick up the soldering iron, just take a look at the Printed Circuit Board (PCB). The components

More information

Note. The above image and many others are courtesy of - this is a wonderful resource for designing circuits.

Note. The above image and many others are courtesy of   - this is a wonderful resource for designing circuits. Robotics and Electronics Unit 2. Arduino Objectives. Students will understand the basic characteristics of an Arduino Uno microcontroller. understand the basic structure of an Arduino program. know how

More information

Snap PT. Quick Start Guide

Snap PT. Quick Start Guide Snap PT Quick Start Guide 1 Getting to know your Snap PT The Snap PT is a smart WiFi Pan & Tilt IP camera with a built-in rechargeable battery. The battery lasts several hours, giving you flexibility to

More information

Nintendo 3DS D-pad Replacement

Nintendo 3DS D-pad Replacement Nintendo 3DS D-pad Replacement Nintendo 3DS D-pad replacement. Written By: David Hodson ifixit CC BY-NC-SA www.ifixit.com Page 1 of 15 INTRODUCTION Replace the D-pad on your 3DS to get full movement capabilities

More information

Lab 2.2 Ohm s Law and Introduction to Arduinos

Lab 2.2 Ohm s Law and Introduction to Arduinos Lab 2.2 Ohm s Law and Introduction to Arduinos Objectives: Get experience using an Arduino Learn to use a multimeter to measure Potential units of volts (V) Current units of amps (A) Resistance units of

More information

Word Processing. 2 Monroe County Library System

Word Processing. 2 Monroe County Library System 2 Monroe County Library System http://monroe.lib.mi.us Word Processing Word Pad Quick Guide... 4 Help Menu... 6 Invitation... 7 Saving... 12 Printing... 13 Insert a Picture... 14 Saving to a CD... 15 In

More information