OWEN Walking Robot Install Guide

Size: px
Start display at page:

Download "OWEN Walking Robot Install Guide"

Transcription

1 OWEN Walking Robot Install Guide The 3D printed parts are as follows: - Left Foot - Right Foot - Ankles (both are identical) - Pelvis Servo, arm, and screws: FIRST STEPS Connect the battery to the ODROID-C0. Connect a 2.5mm 5V/2A power supply to the C0. The green light should come on indicating that the battery is charging. Turn the C0 off if it isn't already. The green light should remain on indicating the battery is still charging. ANKLE ASSEMBLY First, install the servo arms into the ankles. The ankles have a mark pointing to one of the slots. This slot is for the black arms (the metal gear servo arms), while the unmarked slot is for the white servo arm. Use the shortest arm that only extends on one side of the servo axle collar. Some trimming may be needed to fit the arm in. If this is the case, hold the arm with a pair of small pliers and shave the sides with a razor blade testing each cut until it fits snugly. The side of the the servo arm that has the teeth in the servo axle opening should be facing the flat side of the ankle (the side opposite of the mark). Push the servo arm all the way through until the axle collar is touching the ankle. This can then be glued into place, or a piece of wire like a small paperclip can be bent to fit through two of the holes in the servo arm. This will keep the ankle from coming off the servo arm.(see figure above) Next, install the white servo arm from the opposite side as the black arm, again with the toothed

2 portion of the collar on the servo arm facing the flat side of the ankle. Secure this arm the same way as the black arm. For the other ankle, do the exact same procedure, but opposite. It should be a mirror image of the first ankle. Do not mount the ankles to the servos until instructed later. FOOT ASSEMBLY On the foot, the wider portion is the outsole, and the side with the larger 45 degree beveled edge is the back. Take a black servo (metal gear) and put the servo wires through the opening between the risers near the front of the foot. The bottom of the servo should then be inserted first through the opening with the side where the wire exits the servo toward the outsole of the foot. Secure the servo to the riser posts with the two included screws. Do the same operation for the opposite foot. PELVIS ASSEMBLY The portion of the pelvis with the battery holder is the back, and the flat part is the bottom. Insert the wires of one of the blue servos (plastic gear) from the bottom of the pelvis through the opening in the top of the pelvis closest to the front. Insert the servo with the axle pointing down and toward the front of the pelvis. Secure the servo with the two included screws. Perform the exact same installation procedure for the second pelvis servo. ODROID INSTALLATION These instructions apply to the ODROID-C0. OWEN can also use the ODROID-C1, C1+ or C2, but the ODROID-UPS module must be added to provide battery power. Before installing the C0, it is necessary to solder the GPIO header to the C0 first. It is also recommended to solder on the USB ports. Install the C0 with the USB ports facing up and the top of the board facing the front of the robot. The two mounting holes on the pelvis should match up with the mounting holes on the ODROID. Secure the ODROID to the pelvis with an M3 screw and nut or riser.

3 If you have a USB WiFi module and an emmc module or microsd card, you can install that now. SERVO CONTROLLER INSTALLATION Install the servo controller on the GPIO pins. The servo controller's connector should be flush with the bottom-most pins on the ODROID. SCREEN INSTALLATION Install the screen on the pass-through header on the servo controller. The buttons on the screen should be at the top. BATTERY INSTALLATION Place the battery in the battery holder at the back of the pelvis with the connector wire facing up. Connect the connector wire to the C0. It is recommended to charge the battery during installation if possible. This will give OWEN more run time after installation. SERVO WIRE INSTALLATION The servo wires can be routed through the body and pelvis of the robot to keep slack to a minimum. However, make sure to leave enough slack in the wires to allow full range of motion for the servos. Connect the servo wires to the servo controller with the brown wire on the servo connector closest to the servo controller, and the orange wire on the servo connector toward the front of the robot. Starting from the robot's left most servo controller connector, connect the servos in this order: - Left hip - Left foot - Right hip - Right foot SERVO ARM INSTALLATION Flip the switch on the C0. The servos should initialize. Turn the C0 back off. Connect the white servo arms of the ankles to the pelvis servos facing directly away from each

4 other, and with the black servo arms facing forward. In other words, the left hip servo arm should be facing directly to the left while the right hip servo arm should be facing directly to the right. Because the servo arms have splines on them, you may not be able to get them exactly perpendicular. Don't worry about this as you'll be able to adjust the servos later. Connect the foot servos to the black servo arms, trying to have the feet as level to the ground as possible. We will adjust these later as well. Connect the servo arms to the servos using the provided screws. IMAGING THE CARD If you didn't purchase the preimaged emmc or microsd from ameridroid.com, you will need to image it yourself. You can download the image from Decompress the image and write it to your media using the instructions at The password for the above distribution is "odroid2430". Now that you have an imaged media card, insert it into the C0. STARTING THE ROBOT Turn on the power switch on the C0. It is normal for the servos to "chatter" until they are adjusted properly. The screen will be solid white and then solid black until the booting process is completed. Once the robot finishes booting, it is recommended to connect a keyboard/mouse to the robot so we can get everything set up. A wireless keyboard/mouse is preferred as you won't have to have cables coming off the robot. Click on the network icon by the clock at the bottom of the screen and connect to your WiFi access point. This can sometimes be a bit tricky on a 240x320 resolution screen. Once the connection is made, open up a terminal (like LXTerminal) and double-click the top bar of the window so that it fits itself to the screen. Type: ifconfig grep Bcast Make sure to type the capital "B" and everything else in lowercase. This should display the robot's IP address. From another device on the network

5 (tablet/phone/laptop/desktop/etc.), open a browser and type: Replace with the portion listed after "inet addr:" in the ifconfig results above. You should now be greeted with the robot's control interface in the browser. Scroll down to the calibration settings. Adjust the servo positions until both feet are level and facing directly forward. When they are set correctly, there should be no chattering coming from the servos. Once you are happy with the servo calibration, click the "Calibrate" button. There are a number of pre-saved functions you can play with. These can be executed by clicking on them. There are also load and delete options that can be selected before clicking on a button in order to load or delete the function linked by the button. Please note that most functions are built on other functions in the list.

6 OWEN Walking Robot Programming guide First lets get your familiar with the layout. This is the first thing to encounter. The status, speed, and movement programming. The movement programming will be the main thing you modify in these settings but the speed can also be adjusted for special effects. The Calibration settings is where you should have adjusted the feet position when setting up Owen. The movements are clickable commands. These hold the programs you write in the Definition box. If you click load before you click a command button, it will just show you the code and not execute it. Click 0-Start-Face if the face is not up on the screen yet. Let's take a look at WiggleFeet

7 As you can see, there are 4 numbers. These numbers represent the Left Hip, then the Left Ankle, Right Hip, and then Right Ankle all in that order. If we wanted Owen to twist his ankles we would change the 0 values in these positions: [* 0 * 0]. If we wanted him to move his hips we would change the 0 values in these positions: [0 * 0 *]. Lets look at another movement. 2HokeyPokey. This movement is made up of 2 different moves, 1-HokeyPokey-Left and 1-HokeyPokey-Right. This mean that 2-HokeyPokey is running the left side then the right. Other command definitions can be specified by using the % sign in front of the command name. If you want to use another movement in your program use the % first, then spell out (case sensitive) the other program name. 1-HokeyPokey-Left is made up of several things. %TipOnFoot2-Left %WiggleFoot-Right %WiggleFoot-Right %0-Reset Here looking at TipOnFoot-Left we can see the raw servo positions that should be sent to the servos. This also goes for WiggleFoot-Right. Guide for calling a command. 4 numbers with spaces in between brackets is to change the servo position. [ ] A star * in the brackets means to leave the previous number alone and not to change the position. [100 * -500 *] A % is used to call other commands, like %0-Reset Speed is used to change how fast the servos change position. Example: speed 10 speed default wait is used to delay before executing the next command. This is very useful because if the robot gets commands too fast, it may skip some to try to catch up. So slow down your command spacing if necessary. Small delays like wait.8 are a good place to start if your motion starts jumping code. Now try it yourself!

8 Advanced Users As you look through some of the commands, you may notice that the underlying Linux subsystems can be accessed through the command interface. This opens a world of possibilities for adding new features. For instance, all the following things and more should be possible if you want to pursue them: Voice synthesis Music playback Voice recognition and control Retrieving data from the web Interlinking OWENs using networking commands Facial recognition...and more! Some of the above will require extra hardware like a bluetooth speaker or a webcam, but they are all possible. The entire OWEN system is open source, so feel free to connect to OWEN via an SSH terminal to look around and play with things. OWEN runs an open-source lighttpd webserver, and most of its functionality is provided by the Rebol3 scripting language, which is also open source. When you do something cool with your OWEN, send us a video or at orders@ameridroid.com!

OpenROV. Guide 3 - Electronics. We will now move to the assembly of the electronics that will control the ROV. Written By: OpenROV

OpenROV. Guide 3 - Electronics. We will now move to the assembly of the electronics that will control the ROV. Written By: OpenROV OpenROV Guide 3 - Electronics We will now move to the assembly of the electronics that will control the ROV. Written By: OpenROV 2017 openrov.dozuki.com Page 1 of 33 INTRODUCTION We will introduce soldering

More information

Studuino Icon Programming Environment Guide

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

More information

AI BOX 1. ASSEMBLY. A1 : Desk frame B1 : 2 holes for installing 2 M5x16 screws

AI BOX 1. ASSEMBLY. A1 : Desk frame B1 : 2 holes for installing 2 M5x16 screws There are three main installation processes to get your Smart Standing Desk with AI up and running. 1. Assemble AI Box with your Desk. 2. Install Autonomous Desk application to your phone. 3. Set up AI

More information

Bill of Materials: Metronome Kit PART NO

Bill of Materials: Metronome Kit PART NO Metronome Kit PART NO. 2168325 The metronome kit allows you to build your own working electronic metronome. Features include a small speaker, flashing LED, and the ability to switch between several different

More information

Assembly Guide Robokits India

Assembly Guide Robokits India Robotic Arm 5 DOF Assembly Guide Robokits India info@robokits.co.in Robokits World http://www.robokitsworld.com http://www.robokitsworld.com Page 1 Overview : 5 DOF Robotic Arm from Robokits is a robotic

More information

Part 7 Assembling the X axis

Part 7 Assembling the X axis Part 7 Assembling the X axis 1 2 The X axis is a key part of the printer, it carries the extruder on a carriage that moves the extruder laterally in the X axis. The x axis itself is moved vertically on

More information

The Useless Machine. Parts Only - Build Guide v0001

The Useless Machine. Parts Only - Build Guide v0001 TM The Useless Machine Parts Only - Build Guide v0001 For the best outcome, follow each step in order. We recommend reading this guide entirely before you get started. Tools required: One phillips screwdriver,

More information

ORTOP Modular Robot v3.0 Arm Assembly

ORTOP Modular Robot v3.0 Arm Assembly Base Plate Assembly Parts Needed: Arm Assembly BAG 1 2 Socket Head Cap Screw, 1-1/4" 2 Socket Head Cap Screw, 1/2" 2 Button Head Cap Screw, 3/8" 6 Nuts 1 Gear Hub Spacer 1 Flat Building Plate 1 Single

More information

The Useless Machine. DIY Soldering Edition. Instruction Guide v0004

The Useless Machine. DIY Soldering Edition. Instruction Guide v0004 The Useless Machine DIY Soldering Edition Instruction Guide v0004 TM For the best outcome, follow each step in order. We recommend reading this guide entirely before you get started. Tools required: Soldering

More information

Harmony Remote Repair

Harmony Remote Repair Harmony Remote Repair harmonyremoterepair.com How to install your new Harmony One Front Cover/Touch Screen Important! Before you begin working on your Harmony One, you must discharge any static electricity

More information

P11213 LVE: Modular Student Attachment Assembly/Manufacturing Plan

P11213 LVE: Modular Student Attachment Assembly/Manufacturing Plan Table of contents P11213 LVE: Modular Student Attachment Assembly/Manufacturing Plan 1 MATERIALS AND PURCHASING... 3 2 REQUIRED DOCUMENTATION... 3 3 FACILITIES... 3 4 TRAINING STAFF... 3 5 SCHEDULE...

More information

tinycylon Assembly Instructions Contents Written by Dale Wheat Version August 2016 Visit dalewheat.com for the latest update!

tinycylon Assembly Instructions Contents Written by Dale Wheat Version August 2016 Visit dalewheat.com for the latest update! tinycylon Assembly Instructions Written by Dale Wheat Version 2.1 10 August 2016 Visit dalewheat.com for the latest update! Contents Assembly Instructions...1 Contents...1 Introduction...2 Quick Start

More information

Step 1: Gather your parts!

Step 1: Gather your parts! Step 1: Gather your parts! Show All Items The #mearm was designed with economy in mind. It is understood that laser cutters aren't the most common tools but there are more of them out there now than

More information

Installation tutorial for Console Customs Xbox 360 Dual Rapid fire Microchip for wired and wireless controllers (all versions)

Installation tutorial for Console Customs Xbox 360 Dual Rapid fire Microchip for wired and wireless controllers (all versions) Installation tutorial for Console Customs Xbox 360 Dual Rapid fire Microchip for wired and wireless controllers (all versions) This tutorial is designed to aid you in installation of a console customs

More information

Bone Box. Created by Phillip Burgess. Last updated on :31:04 PM UTC

Bone Box. Created by Phillip Burgess. Last updated on :31:04 PM UTC Bone Box Created by Phillip Burgess Last updated on 2018-08-22 03:31:04 PM UTC Guide Contents Guide Contents Preparation Parts List Before assembly Assembly 1: Attach BeagleBone to Base Plate 2: Assemble

More information

Build your own. Pack. Stages 19-22: Continue building Robi s left arm

Build your own. Pack. Stages 19-22: Continue building Robi s left arm Build your own Pack 06 Stages 19-22: Continue building Robi s left arm Build your own All rights reserved 2015 Published in the UK by De Agostini UK Ltd, Battersea Studios 2, 82 Silverthorne Road, London

More information

Star Trek TOS communicator upgrade kit Install instructions Hyperdyne Labs 2002

Star Trek TOS communicator upgrade kit Install instructions Hyperdyne Labs 2002 Star Trek TOS communicator upgrade kit Install instructions Hyperdyne Labs 2002 Package Your package should include: Assembled TOS sound/motor/light board with LEDs and sound chip Moiré motor 9V snap connector

More information

Programming 2 Servos. Learn to connect and write code to control two servos.

Programming 2 Servos. Learn to connect and write code to control two servos. Programming 2 Servos Learn to connect and write code to control two servos. Many students who visit the lab and learn how to use a Servo want to use 2 Servos in their project rather than just 1. This lesson

More information

Quick Start Guide. Contents

Quick Start Guide. Contents 1 Quick Start Guide Contents Powering on the Machine Login/Password Entry Jaw Set Up High Security Cut by Code High Security Jaw Set Up Edge Cut Cut by Code Edge Cut Cut by Decode Cutter Replacement Tracer

More information

Written By: Joseph Schlesinger

Written By: Joseph Schlesinger Building an ArcBotics Hexy Written By: Joseph Schlesinger PARTS: 1 ArcBotics Hexy Kit (1) SUMMARY We're going to build a hexapod! Make Projects www.makeprojects.com Page 1 of 20 Step 1 Building an ArcBotics

More information

Build your own. Stages 47-50: Continue building up Robi s left leg

Build your own. Stages 47-50: Continue building up Robi s left leg Build your own Pack 13 Stages 47-50: Continue building up Robi s left leg Build your own All rights reserved 2016 CONTENTS Published in the UK by De Agostini UK Ltd, Battersea Studios 2, 82 Silverthorne

More information

Assembly Instructions

Assembly Instructions Assembly Instructions Note: Prior to assembly, be sure to remove all printing pads from the printed parts and also be sure to sort through and organize all of your hardware before assembly this will help

More information

Installation tutorial for Console Customs Xbox 360 MaxFire LITE rapid fire Mod Chip.

Installation tutorial for Console Customs Xbox 360 MaxFire LITE rapid fire Mod Chip. Installation tutorial for Console Customs Xbox 360 MaxFire LITE rapid fire Mod Chip. This tutorial is designed to aid you in installation of a console customs MaxFire LITE modchip. This tutorial covers

More information

Maintenance Information

Maintenance Information 47104302 Edition 1 November 2012 Cordless Drill/Driver QX Series Maintenance Information Save These Instructions Tool Diagnosis 1. Before servicing this unit, you will need a fully charged battery of known

More information

Endurance R/C Wi-Fi Servo Controller 2 Instructions

Endurance R/C Wi-Fi Servo Controller 2 Instructions Endurance R/C Wi-Fi Servo Controller 2 Instructions The Endurance R/C Wi-Fi Servo Controller 2 allows you to control up to eight hobby servos, R/C relays, light controllers and more, across the internet

More information

Bipedinno. 12-DOF Waist-high Robot

Bipedinno. 12-DOF Waist-high Robot Bipedinno 12-DOF Waist-high Robot Instruction Manual Version 1.18 Trademark Innovati,, and BASIC Commander, are registered trademarks of Innovati Inc. InnoBASIC and cmdbus are trademarks of Innovati Inc.

More information

Pingable Envelope Generator

Pingable Envelope Generator Pingable Envelope Generator Kit Builder's Guide for PCB v1.0.3 4mspedals.com PEG This guide is for building a Pingable Envelope Generator (PEG), which is an intermediate-level kit. You should be confident

More information

Electronics Merit Badge Class 4. 12/30/2010 Electronics Merit Badge Class 4 1

Electronics Merit Badge Class 4. 12/30/2010 Electronics Merit Badge Class 4 1 Electronics Merit Badge Class 4 12/30/2010 Electronics Merit Badge Class 4 1 Soldering Safety Note: A Soldering Iron gets hotter than 374 F. Do not touch the soldering iron s metal parts or you will receive

More information

Circuit Board Assembly Instructions for Babuinobot 1.0

Circuit Board Assembly Instructions for Babuinobot 1.0 Circuit Board Assembly Instructions for Babuinobot 1.0 Brett Nelson January 2010 1 Features Sensor4 input Sensor3 input Sensor2 input 5v power bus Sensor1 input Do not exceed 5v Ground power bus Programming

More information

Continue gluing the remaining top parts ensuring the angled piece is glued well. Set aside and let dry. See photo below

Continue gluing the remaining top parts ensuring the angled piece is glued well. Set aside and let dry. See photo below Radiator rev 1.1 The SE5a s radiator is one of the most recognized radiators in WW1. It is one of the components that defines the SE5a. The original SE5a has seen multiple radiator designs used during

More information

BL-ER-P Ethernet Radio Unit for Pedestal Installation Guide

BL-ER-P Ethernet Radio Unit for Pedestal Installation Guide Assemble the Antenna Riser 1. Remove the antenna riser assembly and the antenna from its packaging. 2. Remove the plastic cap, the nut, and the lock washer from the stem of the antenna. 3. Put the stem

More information

SC16A SERVO CONTROLLER

SC16A SERVO CONTROLLER SC16A SERVO CONTROLLER User s Manual V2.0 September 2008 Information contained in this publication regarding device applications and the like is intended through suggestion only and may be superseded by

More information

Assembly Instructions

Assembly Instructions Assembly Instructions Note: Prior to assembly, be sure to remove all printing pads from the printed parts and also be sure to sort through and organize all of your hardware before assembly this will help

More information

The Robot Program Episode 002: Building JD

The Robot Program Episode 002: Building JD www.ez-robot.com The Robot Program Episode 002: Building JD This lesson will demonstrate how to build the [b]revolution JD[/b] robot. Follow along with [b]the Robot Program Episode 002: Building JD[/b].

More information

Build your own. Pack. Stages 23-26: Begin assembling Robi s right foot

Build your own. Pack. Stages 23-26: Begin assembling Robi s right foot Build your own Pack 07 Stages 23-26: Begin assembling Robi s right foot Build your own All rights reserved 2015 Published in the UK by De Agostini UK Ltd, Battersea Studios 2, 82 Silverthorne Road, London

More information

Please note that Robots can move without warning, wear eye protection at all times and never touch a powered robot!

Please note that Robots can move without warning, wear eye protection at all times and never touch a powered robot! Safety First! Updated: 18-Aug-2008 Safety First! Read and understand the documentation associated with any of the tools used in the assembly of these kits. Work in a clean, well-lit environment. Work slowly

More information

Klixx instructions. Hello here is your instruction manual for your Klixx box. low quality or not working, just choose a different one INDEX

Klixx instructions. Hello here is your instruction manual for your Klixx box. low quality or not working, just choose a different one INDEX 1 Klixx instructions Hello here is your instruction manual for your Klixx box. Inside this little device is a whole new world of television with over 70,000 links. Dont be worried though, with this guide

More information

PoeBot Building Instructions CCISD. Upper Gripper. Lower Gripper/ Spatula. PoeBot Instructions PLTW. Clear Creek ISD

PoeBot Building Instructions CCISD. Upper Gripper. Lower Gripper/ Spatula. PoeBot Instructions PLTW. Clear Creek ISD Upper Gripper Lower Gripper/ Spatula PoeBot Instructions PLTW Clear Creek ISD 1. Chasis Construction (Split Group with half starting Step 1 and half starting Step 13.) Note: These flat bearings are offset

More information

Getting Started with the micro:bit

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

More information

Strata. urniture. Adriana Instructions. Parts in the Arm Box: Parts in the Body Box: Watch our assembly videos at

Strata. urniture. Adriana Instructions. Parts in the Arm Box: Parts in the Body Box: Watch our assembly videos at 1A Watch our assembly videos at www.strataf.com/videos Parts in the Arm Box: Arm - Outside View Arm - Inside View 1B Parts in the Body Box: Back Deck x 1 Seat Deck x 1 with the Feet attached Back Panel

More information

Droplit v2 Frame Assembly

Droplit v2 Frame Assembly SeeMeCNC Guides Droplit v2 Frame Assembly Droplit v2 Frame Assembly Written By: JJ Johnson 2017 seemecnc.dozuki.com Page 1 of 22 Step 1 Droplit v2 Frame Assembly Locate the Projector Plate, Projector Joining

More information

STRUCTURE SENSOR QUICK START GUIDE

STRUCTURE SENSOR QUICK START GUIDE STRUCTURE SENSOR 1 TABLE OF CONTENTS WELCOME TO YOUR NEW STRUCTURE SENSOR 2 WHAT S INCLUDED IN THE BOX 2 CHARGING YOUR STRUCTURE SENSOR 3 CONNECTING YOUR STRUCTURE SENSOR TO YOUR IPAD 4 Attaching Structure

More information

Four Simple Steps to Get Started

Four Simple Steps to Get Started Four Simple Steps to Get Started This guide provides an overview of the important features and instructions for how to set up and operate the Spectra Precision SP90m GNSS receiver. 1. Unpack and check

More information

Build your own. Stages 7-10: See Robi s head move for the first time

Build your own. Stages 7-10: See Robi s head move for the first time Build your own Pack 03 Stages 7-10: See Robi s head move for the first time Build your own All rights reserved 2015 Published in the UK by De Agostini UK Ltd, Battersea Studios 2, 82 Silverthorne Road,

More information

The build should take around 2 to 3 hours. However, by leaving yourself more time you can go at a relaxed pace and be sure not to miss anything.

The build should take around 2 to 3 hours. However, by leaving yourself more time you can go at a relaxed pace and be sure not to miss anything. Before We Start Before we jump into building your Picade, make sure you have everything to hand. I know you're eager to jump right into the construction, but we need to get set up properly first! 1. Prepare

More information

SeeMeCNC Guides. Rostock Max v1/v2 HE280 Hotend Upgrade. This How-to Guide will walk you through the steps of upgrading to the HE280 Hotend.

SeeMeCNC Guides. Rostock Max v1/v2 HE280 Hotend Upgrade. This How-to Guide will walk you through the steps of upgrading to the HE280 Hotend. SeeMeCNC Guides Rostock Max v1/v2 HE280 Hotend Upgrade This How-to Guide will walk you through the steps of upgrading to the HE280 Hotend. Written By: SeeMeCNC 2018 seemecnc.dozuki.com/ Page 1 of 33 Step

More information

Parts List. Robotic Arm segments ¼ inch screws Cable XBEE module or Wifi module

Parts List. Robotic Arm segments ¼ inch screws Cable XBEE module or Wifi module Robotic Arm 1 Legal Stuff Stensat Group LLC assumes no responsibility and/or liability for the use of the kit and documentation. There is a 90 day warranty for the Sten-Bot kit against component defects.

More information

Klixx instructions. Hello here is your instruction manual for your Klixx box INDEX

Klixx instructions. Hello here is your instruction manual for your Klixx box INDEX 1 Klixx instructions Hello here is your instruction manual for your Klixx box Inside this little device is a whole new world of television with over 70,000 links. Dont be worried though, with this guide

More information

T. REX. Assembly Instructions Model 2: Real Action T. REX. Model 4: Biped Walking Robot. Get instructions for even more robots!

T. REX. Assembly Instructions Model 2: Real Action T. REX. Model 4: Biped Walking Robot. Get instructions for even more robots! Download software and guides from our homepage! http://www.artec-kk.co.jp/artecrobo T. REX Get instructions for even more robots! Model 1: Bipedal T. REX Assembly Instructions Model 2: Real Action T. REX

More information

Worksheet Answer Key: Tree Measurer Projects > Tree Measurer

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

More information

FLL Programming Workshop Series

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

More information

Volkswagen Window Regulator Repair

Volkswagen Window Regulator Repair The tools you will need to complete the repair will be a T20 Torx screwdriver and a Flat Screwdriver additionally, you could also use a pair of pliers to remove the plastic plug holding the wire nearest

More information

Never power this piano with anything other than a standard 9V battery!

Never power this piano with anything other than a standard 9V battery! Welcome to the exciting world of Digital Electronics! Who is this kit intended for? This kit is intended for anyone from ages 13 and above and assumes no previous knowledge in the field of hobby electronics.

More information

The Mind Project s Iris 1 Robotic Arm. Packing List Assembly instructions

The Mind Project s Iris 1 Robotic Arm. Packing List Assembly instructions The Mind Project s Iris 1 Robotic Arm Packing List Assembly instructions Packing list Below you will find pictures and descriptions of each part. It may be helpful to take each piece out of the bag and

More information

Please Do Not Return Your Item to the Retailer

Please Do Not Return Your Item to the Retailer Please Do Not Return Your Item to the Retailer Thank you for your purchase of an Epic Furnishings item You should enjoy many years of trouble free, dependable use If for any reason you are missing parts,

More information

Installation guide. Activate. Install your Broadband. Install your Phone. Install your TV. 1 min. 30 mins

Installation guide. Activate. Install your Broadband. Install your Phone. Install your TV. 1 min. 30 mins Installation guide 1 Activate Install your Broadband Install your TV 4 Install your Phone 1 min 0 mins 0 mins 5 mins INT This guide contains step-by-step instructions on how to: 1 Activate Before we do

More information

Mac mini Model A1283 PRAM Battery Replacement

Mac mini Model A1283 PRAM Battery Replacement Mac mini Model A1283 PRAM Battery Replacement Written By: Walter Galan ifixit CC BY-NC-SA www.ifixit.com Page 1 of 10 INTRODUCTION The time and date, as well as other settings, are kept by the PRAM battery

More information

X5 License Plate PDC Retrofit (Part # ) dkl

X5 License Plate PDC Retrofit (Part # ) dkl X5 License Plate PDC Retrofit (Part # 66 21 0 416 597) dkl Disclaimer: This article is only intended to be use as a guideline in addition to those instructions provided by BMW. As with all modifications,

More information

Assembly Guide for Printrbot - Simple Maker s Edition 1405

Assembly Guide for Printrbot - Simple Maker s Edition 1405 Assembly Guide for Printrbot - Simple Maker s Edition 1405 Last update: March 2016 Please Note: be careful on the steps that are underlined 1 Contents Tools Needed:... 3 First step: Check components and

More information

The Mind Project s Iris 1 Robotic Arm. Assembly instructions Step 1

The Mind Project s Iris 1 Robotic Arm. Assembly instructions Step 1 The Mind Project s Iris 1 Robotic Arm Assembly instructions Step 1 Packing list Below you will find pictures and descriptions of each part. It may be helpful to take each piece out of the bag and place

More information

MICROGRANNY v2.1 - Assembly Guide

MICROGRANNY v2.1 - Assembly Guide last update: 9. 5. 2017 MICROGRANNY v2.1 - Assembly Guide bastl-instruments.com INTRODUCTION Welcome to the assembly guide for the MicroGranny kit. MicroGranny is a monophonic granular sampler by Bastl

More information

BombiniBot Parts and Assembly

BombiniBot Parts and Assembly BombiniBot Parts and Assembly Copyright 05 mindsensors.com / Parts Loose Parts: Part Quantity Tire Motor Mount 4-Wire Encoder Cable Encoder Wheel Velcro Strip Top Chasis Plate Bottom Chasis Plate Battery

More information

Name Standard or Description QTY.

Name Standard or Description QTY. Part List Part Number Name Standard or Description QTY. 1 Base - 1 2 Nut Hexagon Nut ISO - 4032 - M3 19 3 Motor/Encoder Assembly Mabuchi RS-645VA and Encoder 1 1 4 M3x10 Screw ISO 7045 - M3 x 10 2 5 Steel

More information

RA-01 Robotic Arm & Controller Manual & User s Guide

RA-01 Robotic Arm & Controller Manual & User s Guide Images SI Inc. Staten Island NY 10312 718.966.3694 Tel. 718.966.3695 Fax http://www.imagesco.com RA-01 Robotic Arm & Controller Manual & User s Guide Page 1 Important Safety Warning This kit is not intended

More information

IMPORTANT: PLEASE DO NOT USE THIS DOCUMENT WITHOUT READING THIS PAGE

IMPORTANT: PLEASE DO NOT USE THIS DOCUMENT WITHOUT READING THIS PAGE IMPORTANT: PLEASE DO NOT USE THIS DOCUMENT WITHOUT READING THIS PAGE This document is designed to be a template for a document you can provide to your employees who will be using TimeIPS in your business

More information

Line Following Circuit Board Wiring Guide

Line Following Circuit Board Wiring Guide Line Following Circuit Board Wiring Guide Soldering the Analog Optosensors 1. Obtain a line following printed circuit board from the store as well as three analog optosensors (w/6 resistors). 2. Remove

More information

Running the PR2. Chapter Getting set up Out of the box Batteries and power

Running the PR2. Chapter Getting set up Out of the box Batteries and power Chapter 5 Running the PR2 Running the PR2 requires a basic understanding of ROS (http://www.ros.org), the BSD-licensed Robot Operating System. A ROS system consists of multiple processes running on multiple

More information

Connecting the Retro Player to your TV... 2

Connecting the Retro Player to your TV... 2 Table of Contents Connecting the Retro Player to your TV... 2 Controls and Gamepads... 2 Wired Retro Gamepad... 2 Wireless Analog Gamepad... 3 Hotkeys... 4 Connecting your own gamepads... 4 Menu navigation

More information

Adafruit Pi Box Plus. Created by Phillip Burgess. Last updated on :38:17 AM UTC

Adafruit Pi Box Plus. Created by Phillip Burgess. Last updated on :38:17 AM UTC Adafruit Pi Box Plus Created by Phillip Burgess Last updated on 2018-01-13 05:38:17 AM UTC Guide Contents Guide Contents Assembly Instructions Preparation Parts List Assembly Opening the Lid If Using a

More information

Learn about the RoboMind programming environment

Learn about the RoboMind programming environment RoboMind Challenges Getting Started Learn about the RoboMind programming environment Difficulty: (Easy), Expected duration: an afternoon Description This activity uses RoboMind, a robot simulation environment,

More information

Put bolts and screws in marked baggies as you take them off so you know where they go when you re-assemble the fairing.

Put bolts and screws in marked baggies as you take them off so you know where they go when you re-assemble the fairing. How to remove the inner fairing: Tools needed Snap ring pliers T-27 star allen wrench (Use the long one with a t-handle..its easier) T-25 Star allen wrench 3/16 allen wrench (long one with T-handle) 5/16

More information

Chapter 2. Section 3- Ailerons

Chapter 2. Section 3- Ailerons Chapter 2 Section 3- Ailerons Material: Hangar 9 servo arms - 8 4-40 x ¼ button head screws - 16 Dubro ¼ scale hinges - 2 pckgs The ailerons are built using 3/32 x 4 x48 balsa sheet. Cut the sheets to

More information

PRORADAR X1PRO USER MANUAL

PRORADAR X1PRO USER MANUAL PRORADAR X1PRO USER MANUAL Dear Customer; we would like to thank you for preferring the products of DRS. We strongly recommend you to read this user manual carefully in order to understand how the products

More information

SAFETY. Injury hazard

SAFETY. Injury hazard SAFETY Installation Guidelines Your safety and the safety of others is very important. In order to help you make informed decisions about safety, we have provided installation instructions and other information.

More information

Custom Front Panel Upgrade Instructions

Custom Front Panel Upgrade Instructions Custom Front Panel Upgrade Instructions Here are the directions for upgrading your SP-II to an SP-IIB, with a custom blackanodized front panel and engraved lettering. There are only forty SP-IIB s in existence

More information

VEX IQ Troubleshooting Flowchart Controller & Controller Battery

VEX IQ Troubleshooting Flowchart Controller & Controller Battery Controller & Controller Battery Controller Power/Link Charge/Game Does the Controller turn on When on, the Power/Link LED will be green or red. Unscrew the battery door of the Controller and ensure both

More information

FlexRC Mini Owl - Extreme FPV Proximity Racing Drone - DIY Build Instructions

FlexRC Mini Owl - Extreme FPV Proximity Racing Drone - DIY Build Instructions FlexRC Mini Owl - Extreme FPV Proximity Racing Drone - DIY Build Instructions This guide will walk you through the detailed build steps using the FlexRC Mini Owl Extreme FPV Racing Drone DIY Kit. The kit

More information

Mold #328. Roller Bot. Nail Bot. You will need the following. pieces from mold #328 for this robot. mold #328 for this robot.

Mold #328. Roller Bot. Nail Bot. You will need the following. pieces from mold #328 for this robot. mold #328 for this robot. Nail Bot mold #328 for this Mold #328 Roller Bot mold #328 for this Stand the piece up and glue the tanks onto the back of the piece. Be sure to center the tanks. Lay these two pieces down on a flat surface

More information

Micro Wizard Instructions

Micro Wizard Instructions How to install FAST TRACK K3 4-digit actual times and 1-digit sequence of finish display timer with Computer Serial Interface Enclosed you will find the Fast Track finish line, AC adapter and remote start

More information

Installation instructions for FC17 Forward Controls for Triumph Rocket III Roadster

Installation instructions for FC17 Forward Controls for Triumph Rocket III Roadster Installation instructions for FC17 Forward Controls for Triumph Rocket III Roadster It is highly recommended that you use a thread lock compound such as Loctite brand on all threads to keep them from vibrating

More information

LED Infinity Mirror Controller, 32 LEDs, Multiple Patterns.

LED Infinity Mirror Controller, 32 LEDs, Multiple Patterns. http://wwwinstructablescom/id/led-infinity-mirror-controller-32-leds-multiple-/ Food Living Outside Play Technology Workshop LED Infinity Mirror Controller, 32 LEDs, Multiple Patterns by ChromationSystems

More information

OpenROV. Guide 6 - Finishing. These are the final steps to prepare your ROV for testing and flight. Written By: OpenROV

OpenROV. Guide 6 - Finishing. These are the final steps to prepare your ROV for testing and flight. Written By: OpenROV OpenROV Guide 6 - Finishing These are the final steps to prepare your ROV for testing and flight. Written By: OpenROV 2017 openrov.dozuki.com Page 1 of 26 INTRODUCTION It it time to apply the finishing

More information

HAPPY HCS Voyager: Level-1 Maintenance & Repair Intermediate-level repair / maintenance procedures

HAPPY HCS Voyager: Level-1 Maintenance & Repair Intermediate-level repair / maintenance procedures TEXMAC Inc. HAPPY HCS Voyager Introduction Training page 1 HAPPY HCS Voyager: Level-1 Maintenance & Repair Intermediate-level repair / maintenance procedures Table of Contents Oiling/Cleaning Page 2 Removing

More information

SDS TAP Retrofit Install Bartlett 3 Key Installation of TAP Control for Models Originally Built with the Bartlett 3 Key Control

SDS TAP Retrofit Install Bartlett 3 Key Installation of TAP Control for Models Originally Built with the Bartlett 3 Key Control SDS TAP Retrofit Install Bartlett 3 Key Installation of TAP Control for Models Originally Built with the Bartlett 3 Key Control This SDS Industries TAP Retrofit kit and installation instructions are intended

More information

GT3B Hack Kit Install Instructions Written By Austin Hutchison

GT3B Hack Kit Install Instructions Written By Austin Hutchison GT3B Hack Kit Install Instructions Written By Austin Hutchison Step 1: Remove 4 screws located on top of the radio. 1 Step 2: There are small plastic latches that also hold the top in place. The easiest

More information

Experiment #3: Micro-controlled Movement

Experiment #3: Micro-controlled Movement Experiment #3: Micro-controlled Movement So we re already on Experiment #3 and all we ve done is blinked a few LED s on and off. Hang in there, something is about to move! As you know, an LED is an output

More information

Mini Hexapodinno. 18-DOF Robot

Mini Hexapodinno. 18-DOF Robot Mini Hexapodinno 18-DOF Robot Instruction Manual Version 1.11 Trademark Innovati,, and BASIC Commander, are registered trademarks of Innovati Inc. InnoBASIC and cmdbus are trademarks of Innovati Inc. Copyright

More information

Assembly Manual for VFO Board 2 August 2018

Assembly Manual for VFO Board 2 August 2018 Assembly Manual for VFO Board 2 August 2018 Parts list (Preliminary) Arduino 1 Arduino Pre-programmed 1 Faceplate Assorted Header Pins Full Board Rev A 10 104 capacitors 1 Rotary encode with switch 1 5-volt

More information

iphoto Getting Started Get to know iphoto and learn how to import and organize your photos, and create a photo slideshow and book.

iphoto Getting Started Get to know iphoto and learn how to import and organize your photos, and create a photo slideshow and book. iphoto Getting Started Get to know iphoto and learn how to import and organize your photos, and create a photo slideshow and book. 1 Contents Chapter 1 3 Welcome to iphoto 3 What You ll Learn 4 Before

More information

The brackets have been tested on the 2017 and 2018 versions of the Spirit Proton pack and also with two separate A.L.I.C.E.

The brackets have been tested on the 2017 and 2018 versions of the Spirit Proton pack and also with two separate A.L.I.C.E. Introduction Congratulations on purchasing the Spirit Brackets Kit that allows very secure attachment of an A.L.I.C.E. pack frame to your Spirit Halloween Proton Pack. The Spirit Brackets Kit is designed

More information

GoPro Hero Camera Mount. Assembly Manual

GoPro Hero Camera Mount. Assembly Manual GoPro Hero Camera Mount Assembly Manual Introduction Thank you for purchasing the GoPro Hero Camera Mount for Mikrokopter Quad, Hexa and Okto. The Camera Mount is provided as a kit and requires assembly.

More information

Technicians of Terror. This is the air valve we make to use with our air

Technicians of Terror.  This is the air valve we make to use with our air These are pictures of our scissor prop. Technicians of Terror http://www.halloweenfear.com/scissorprop.html props. This is the air valve we make to use with our air This pictures the duel door closer cylinders

More information

Built-in soft-start feature. Up-Slope and Down-Slope. Power-Up safe start feature. Motor will only start if pulse of 1.5ms is detected.

Built-in soft-start feature. Up-Slope and Down-Slope. Power-Up safe start feature. Motor will only start if pulse of 1.5ms is detected. Thank You for purchasing our TRI-Mode programmable DC Motor Controller. Our DC Motor Controller is the most flexible controller you will find. It is user-programmable and covers most applications. This

More information

How to Build the Robotics++ V2 Robot. Last Edited Nov

How to Build the Robotics++ V2 Robot. Last Edited Nov How to Build the Robotics++ V2 Robot Last Edited Nov. 15-2014 www.roboticscity.com 1 Completed Robotics++ V2 Robot. More views of completed robot can be found at the end of this instructions manual The

More information

PS2-SMC-06 Servo Motor Controller Interface

PS2-SMC-06 Servo Motor Controller Interface PS2-SMC-06 Servo Motor Controller Interface PS2-SMC-06 Full Board Version PS2 (Playstation 2 Controller/ Dual Shock 2) Servo Motor Controller handles 6 servos. Connect 1 to 6 Servos to Servo Ports and

More information

SoftRock v5.0 Builder s Notes. December 12, Building a QSD Kit

SoftRock v5.0 Builder s Notes. December 12, Building a QSD Kit SoftRock v5.0 Builder s Notes December 12, 2005 Building a QSD Kit Be sure to use a grounded tip soldering iron in building the QSD board. The soldering iron needs to have a small tip, (0.05-0.1 inch diameter),

More information

Lesson 2: Soldering. Goals

Lesson 2: Soldering. Goals Introduction: Its time to learn how to solder. So you have met all the components needed to make a DIY Gamer, now it s time to put it together. Soldering is joining the components to the printed circuit

More information

The IntoPlay build. This section will show how to fill the components into the case halves, and also the case base, which will look like this:

The IntoPlay build. This section will show how to fill the components into the case halves, and also the case base, which will look like this: The IntoPlay build Ok, I presume you have read the sections about cutting the holes in the case front, speaker holes and spray painting, modding components, preparing the case, etc. So far, the guides

More information

Service Manual for XLE/XLT Series Laser Engravers

Service Manual for XLE/XLT Series Laser Engravers Service Manual for XLE/XLT Series Laser Engravers Table of Contents Maintenance...1 Beam alignment...3 Auto focus alignment...8 Bridge alignment...10 Electronics panel replacement...11 X motor change...12

More information

Golf Trolley Workshop (Devon)

Golf Trolley Workshop (Devon) Golf Trolley Workshop (Devon) Powerpole General Assembly Instructions Assemble the red and black plastic housings together correctly on the first try, they fit snugly and can be difficult to get apart.

More information