Battle Crab. Build Instructions. ALPHA Version

Size: px
Start display at page:

Download "Battle Crab. Build Instructions. ALPHA Version"

Transcription

1 Battle Crab Build Instructions ALPHA Version Caveats: I built this robot as a learning project. It is not as polished as it could be. I accomplished my goal, to learn the basics, and kind of stopped. Improvement possibilities are abundant feel free to adjust to fit your needs. My models are adjusted to accommodate being printed on my older, home made 3D printer. For instance, I have to make holes a bit larger (.010 inches) in the model than they actually print. My printer is also rather poor at bridging, therefore many of my parts are split into separate pieces that I glue together after printing.

2 Setup/Operation: Pictured is how I setup my crab to the remote. Pick what buttons make sense to you, on your remote. Forward Moves both leg sets one step forward. Opposite for Rearward. Forward/Right Moves only the Right leg set one step forward. Similar function for the Forward/Left, Rearward/Right and Rearward/Left Functions. Pivot/Left Moves the Right leg set one step forward, and the Left leg set one step rearward. Opposite for Pivot/Right. Claw Pivot raises or lowers claws. The other functions are for trouble shooting/adjusting. Should be self explanatory I hope. Basic Step Operation For a single forward step, the crab uses the center leg servo to raise the right side of the crab off the ground, then moves the right leg set forward, lowers the right side back down and raises the left side, move the right leg set fully rearward, thus pivoting on the left center leg, then returns home and does the same with the left side leg set. FORWARD FORWARD LEFT FORWARD RIGHT Right Legs Home Forward Left Legs Home Rearward Left Legs Home Forward Increase Servo Delay Decrease Servo Delay Right Legs Home Rearward Center Legs Home Left Center Legs Home Right Center Leg Lift Increase Center Leg Lift Decrease PIVOT LEFT PIVOT RIGHT Forward/Left Forward Forward/Right Claws Up/Down Pivot/Left Pivot/Right Rearward/Left Rearward Rearward/Right REARWARD LEFT REARWARD RIGHT REARWARD

3 WARNING: Ifyou,likeme,arenewtoservomotors,manyhaveapreset function where they go through one full cycle, upon applying power, if no control signal is present. This robot has limited leg motion, and can t stand that servo motion without damaging the model or servo output shaft teeth. You must build the electronics and apply a control signal to the motors, BEFORE you attempt to power the motors. I ll explain as I go, but don t be tempted to turn on the power to the servos, before the electronics are running. Parts I used; Printed Parts; Shell Set Leg Set Body Set Electronics; Freduino Uno (Arduino Uno derivative. I only used this over the Arduino Uno because I had some lying around in the shop. I believe you could use the Arduino Uno interchangeably. I did not use any of the extended capabilities of the Freduino on this project) 1 DPDT Power switch. This can be any switch you like, you just may need to Adjust the hole in the body to fit your selection. 2 LEDs. Any color you like. 1 IR Sensor. (On the original crab, I used one from a dead DVD player. It worked great. I ended up buying some off ebay. They were 5 for $6.95. pretty cheap). The part number of the ones I bought are: Vishay TSOP (You can use most any, I guess, but you MUST determine the pinout of the device you use. They are NOT all the same. The one I pulled from the DVD player, I figured the pins by reading the traces on the pwb to which it was mounted. Since there are only three pins, if you find the power and ground, you know the signal Ohm, 1/8 or ¼ Watt Resistor Ohm, 1/8 or ¼ Watt Resistor. (These may need to be adjusted for the particular LED you select) 1.1 uf Capacitor. 4 SG90 Servo Motors. (I got 10 Tower Pro, Micro Servo 99s for $22.90 off ebay). 1 9V Battery Clip. 4 AA Batteries 1 9V Battery Wire For interconnecting, I used wire left from the servo wires, that were cut to fit. For the battery clips/connections, I used a strand from a heavier wire. The wire was approximately.028 inches in diameter. Connectors I used what I had laying around, some Molex connectors. There is no need to use connectors, unless you just want the shell halves to come apart. These could be done away with altogether. Hardware; I tried to keep the use of actual screws/nuts to a minimum, by using bits of heavy copper wire for many of the connections. The wire is 14AWG house wire, which has a diameter of approximately.060 inches. Screws to mount the servos came with them. 2 #4 40 x.75 long screws. 2 #4 40 x.50 long screws. 4 #4 40 x.38 long screws. 2 #4 40 nuts or nylok nuts. A bit of heavy thread or light fishing line.

4 Schematic; I wired it with connectors to be able to separate the shell from the body, but its not imperative. You do need to wire the Arduino board s ground to the motor ground.

5 Assembly; Start by printing out all the parts. In my part files (step, dwg or stl), I ve added anchor points to help avoid warping while printing. In the shell halves there is a support for the one overhanging piece. You should not need to add support when slicing. Clean all the edges, remove the anchor tabs, and any extra bits. Use the drill bits to clean up and size the appropriate holes as you go. Shell/Electronics; Cut the connectors off 3 of the servo motors, with about 3 inches of wire. Careful not to take too much (or too little). Pry up the pin retainer tabs, and slide out the pins. We ll use these to connect to the Arduino pins. If your Arduino doesn t have these type pins, well you ll figure something out. On the back of the IR sensor, wire the capacitor across the power and ground leads. Add the 100 ohm resistor to the power lead. Wire three of the contacts you removed from the servo motors to the sensor as shown.

6 Hot glue the LEDs in the eye holes. Following the schematic; Add a 220 ohm resistor to each LED. Wire the LED commons together. Add one of the servo contacts leads to each LED. Arduino Prep: Remove the power connector, careful not to damage the pwb. Add two ground wires, one for the LEDs and one to go to the Leg servos. Wire the positive lead of the battery clip to the Arduino pwb. Hot glue the IR sensor to the shell as shown. Hot glue the Arduino to the shell as shown. Connect one of the ground leads from the Arduino to the LEDs common connection. Using the contact leads from the servos, connect the arduino to the connector. You ll need to bend the contacts for the shell to mount to the body. At this point, plug the arduino into your computer, via the mini USB. Make sure the voltage switch is on 5V. Upload the sketch, and make sure the board still works. Use the serial monitor to see what s what. Now is the time to figure out your remotes buttons. Use the Arduino example sketch IRrecvDemo. Change the input pin (RECV_PIN) to 13, and change Serial.println(results.value, HEX); to Serial.println(results.value); to remove the HEX parameter. Upload the IRrecvDemo sketch to the crab, open the serial monitor and press the buttons you plan to use for your robot. Record which codes are which buttons and change the beginning of the BattleCrab sketch accordingly. You ll need to find the repeat code by holding any button, until you get a common code regardless of which button you press. Try it with different buttons by either holding the button down or pressing repeatedly very quickly. I found the Sony playstation remote was very erratic and never could get it to react reliably. Remotes act very differently, if these don t work for you, your on your own. I just figured this out myself, and on a limited set of remotes. If you have questions on this, Google is your best friend.

7 Body/Battery compartment. Add the wires that are the battery contacts. The ones at the front are just to short one battery to its neighbor. I put a bit of a kink in the wire to act as the actual contact. Adjust as necessary. Add the switch, and bend the tabs as shown or they hit the shell. Cut the two end tabs. Add a battery wire that bridges the two battery compartments. Use hot glue to hold and insulate the wire. Add a wire from each battery compartment to the switch as shown. Again, hot glue to hold and insulate.

8 Add the servo motors, using the hardware supplied with them. I found on my second crab that all servos are not the same. On my first crab, the wires exited the motor on a slanted edge, thus they installed into the openings easily. On the second crab, the wires exited the side wall of the motor, thus I had to remove the screws in the motor, feed the motor and wires thru the holes for the motor, them replace the motor cover. Add the center mount with the screws and nuts. Using the schematic, wire the servos to the connector. Save the connectors you cut off the servos, we ll need them shortly. Dress the wires and tack in place with some hot glue. Keep the wiring about as shown. Too much and you won t be able to get the shell on properly.

9 WARNING: Ifyou,likeme,arenewtoservomotors,manyhaveapreset function where they go through one full cycle, upon applying power, if no control signal is present. This robot has limited leg motion, and can t stand that servo motion without damaging the model or servo output shaft teeth. You must build the electronics and apply a control signal to the motors, BEFORE you attempt to power the motors. I ll explain as I go, but don t be tempted to turn on the power to the servos, before the electronics are running. Remember that warning? Here s the time. Ignore the fact the legs are on in this pic. I took it after it was past that point. If you haven t already, upload the BattleCrab sketch you fixed into the Arduino. Install the batteries. Pay attention to the polarity in the pic. Install battery retainers. Make sure with a meter that the batteries are making good contact. If not, bend the contact wires a bit, until they do. Connect the connectors between the shell and body. Install the 9V battery. Turn on the power switch. You ll notice all the servos will twitch, then stop. They are now set to their home positions. Turn off the switch. Disconnect the shell. Remove batteries.

10 Add Levers to rear legs. Take the lever arms that come with the servo motors and find one that works best on the rear legs. It may have extra arms, just cut them off flush. Use a drill bit to enlarge the hole for the screw driver to be able to tighten the screw into the servo later on in the assembly. Match drill the holes on the lever, and wire it to the rear leg as shown. INSERT THE SERVO SCREW INTO THE LEVER BEFORE YOU WIRE IT TO THE LEG. Use bits of wire to connect the legs to the body. Notice the orientation of the center legs, their cross connector bar, and the servo that drives them. Install the screws into the front legs last. You may want to put a tiny bit of glue on the threads to stop them from coming loose during operation.

11 Claws; Thread the holes for the claw screws in the body to fit the screw you use. Screw the claws to the body. They should lift and fall easily. Use an appropriate lever from the servos, cut if necessary, and mount to the claw servo. Using the heavier copper wire. Create two loops, as shown, and press them into the holes on the body. You ll need to create notches in the shell for the thread to get to the claws. I used a soldering iron and just melted the notches in the shell. Using thread or fishing line, connect the claws to the servo level as shown. Add the swimmers on the back with two short screws. They should move freely, once installed. They keep the crab from flipping backwards. Hot glue the shell tips to the main shell. Connect the connectors and put the shell on the body, by inserting the tabs on the shell into the slots on the body. Be careful to tuck the wiring up, and try to get the connector to fall into the opening in the body.

12 Testing; You can connect the crab to your computer, just remove the 9V battery while you do it. Good way to test the crab, and make on the fly changes. While you are testing your crab, be mindful of a few things I learned the hard way; While connected to the computer, Do NOT upload a sketch, while the legs are turned on. This resets the motors. Never turn on the serial monitor, while the legs are turned on. This resets the motors. In both cases, you can turn off the legs, and the Arduino is still powered by the USB port and thus still works. So upload and turn on the serial monitor, THEN turn on the crab. And turn off the crab, BEFORE you do anything else. You ll notice in the sketch, there are buttons to adjust the leg homes and especially the center leg position and amount of step. I put them in to use during testing and calibration. You use them the first few times, then correct the sketch to match the changes, so you don t have to keep readjusting on each power cycle. I also put a speed control in the volume up/down buttons. This thing moves quite quick at full speed, but his traction is somewhat limited. So to limit the skittering, I slow it down. I also dipped the tips of the end legs in rubber coating to give it traction. If you make the legs rotation too large, the crab flips over easily. Just reduce the legs rotation in the sketch, or on the remote. The steps area bit clumsy and could be improved upon by someone with more time. The crab really doesn t Battle as much as push each other over backwards, and that takes a good bit of practice.

meped v2 Assembly Manual

meped v2 Assembly Manual meped v Assembly Manual The meped is an open source quadruped robot designed by Scott Pierce of Spierce Technologies, LLC. This design is released under the Creative Commons, By Attribution, Share Alike

More information

Bill of Materials: PWM Stepper Motor Driver PART NO

Bill of Materials: PWM Stepper Motor Driver PART NO PWM Stepper Motor Driver PART NO. 2183816 Control a stepper motor using this circuit and a servo PWM signal from an R/C controller, arduino, or microcontroller. Onboard circuitry limits winding current,

More information

Motorola E815 / E816 Disassembly / Assembly Guide. Ver. 1.1 By Chubbs_WA

Motorola E815 / E816 Disassembly / Assembly Guide. Ver. 1.1 By Chubbs_WA Motorola E815 / E816 Disassembly / Assembly Guide Ver. 1.1 By Chubbs_WA April 10, 2007 Table of Contents Disassembly Tools needed 3 Disassembly for dummies 4 Just a note 5 Disassembly of keypad housing

More information

Demon Pumpkin APPROXIMATE TIME (EXCLUDING PREPARATION WORK): 1 HOUR PREREQUISITES: PART LIST:

Demon Pumpkin APPROXIMATE TIME (EXCLUDING PREPARATION WORK): 1 HOUR PREREQUISITES: PART LIST: Demon Pumpkin This is a lab guide for creating your own simple animatronic pumpkin. This project encourages students and makers to innovate upon the base design to add their own personal touches. APPROXIMATE

More information

RPS. XR Front Drive Updates CORPORATION

RPS. XR Front Drive Updates CORPORATION FACTORY CAT 1. To start a replacement of the XR Front Wheel Drive, make sure the machine is on level ground with the rear wheels chocked and always disconnect the batteries. 2. Locate the Positive and

More information

Telecaster Wiring Kits Please Read All Instructions Before Beginning. Tools you will need: Soldering tips: Removing Current Wiring: Step 1. Step 2.

Telecaster Wiring Kits Please Read All Instructions Before Beginning. Tools you will need: Soldering tips: Removing Current Wiring: Step 1. Step 2. Telecaster Wiring Kits Please Read All Instructions Before Beginning. Tools you will need: Soldering Iron (35 watt preferably) Solder Wet Sponge Wire Clippers Wire Strippers 3/8 Drill Bit 5/32 Drill Bit

More information

Line-Following Robot

Line-Following Robot 1 Line-Following Robot Printed Circuit Board Assembly Jeffrey La Favre October 5, 2014 After you have learned to solder, you are ready to start the assembly of your robot. The assembly will be divided

More information

The USELESS BOX. Procedure:

The USELESS BOX. Procedure: The USELESS BOX The useless box is exactly what it implies. A project that is pretty much Useless and is made for pure entertainment. You are going to go through the process of building this project from

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

Installing the Onyx Heated Bed

Installing the Onyx Heated Bed Installing the Onyx Heated Bed This short supplement will guide you through replacing the Phebe I heated bed on your Rostock MAX with the new Onyx heated bed. Your Onyx upgrade kit should include the following

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 Derby Magic Company Track Assembly Instructions, revision F page 1 of 13

The Derby Magic Company Track Assembly Instructions, revision F page 1 of 13 The Derby Magic Company Track Assembly Instructions, revision F page 1 of 13 Thank you for purchasing a Derby Magic Pinewood Derby Track. To assemble your track, start with the stand. The parts of the

More information

Instructions to build the Hexapod in plywood

Instructions to build the Hexapod in plywood Instructions to build the Hexapod in plywood Author: Jørgen Vendorf Disclaimer The author can in no regards be held responsible for anything regarding this instruction, drawings or anything that goes wrong

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

PERSONAL RECORD KEEPING

PERSONAL RECORD KEEPING 2 P R O 3 7 0 A s s e m b l y i n s t r u c t i o n s PERSONAL RECORD KEEPING Tip: Record the serial numbers of your Octane Fitness elliptical in the spaces below. This will make it easier for you to obtain

More information

Obtained from Omarshauntedtrail.com

Obtained from Omarshauntedtrail.com DaveintheGrave's Halloween Props Animated Crawling Skeleton Build a life-size skeleton torso that realistically crawls across the lawn one arm at a time. 1. Motor Base and Linkage Assembly BASE - I used

More information

ELECTRIC RACER BASIC BUILD

ELECTRIC RACER BASIC BUILD Page 1 Name: Set: Date: This guide will take you through the process of creating a basic electric racer. After you finish this build, you should be able to experiment, design and engineer your own racer.

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

ESE141 Circuit Board Instructions

ESE141 Circuit Board Instructions ESE141 Circuit Board Instructions Board Version 2.1 Fall 2006 Washington University Electrical Engineering Basics Because this class assumes no prior knowledge or skills in electrical engineering, electronics

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

DEC-001 Installation Instructions

DEC-001 Installation Instructions DEC-001 Installation Instructions Skill Level: The installation of this assembly requires a medium level of expertise in working with modern electronic equipment. The use of appropriate tools, correct

More information

Installation tutorial for Console Customs Xbox Mode Dual Button (RFX-5B) Rapid fire Microchip for all Wired and Wireless controllers

Installation tutorial for Console Customs Xbox Mode Dual Button (RFX-5B) Rapid fire Microchip for all Wired and Wireless controllers Installation tutorial for Console Customs Xbox 360 5-Mode Dual Button (RFX-5B) Rapid fire Microchip for all Wired and Wireless controllers This tutorial is designed to aid you in installation of a console

More information

Lesson 3: Arduino. Goals

Lesson 3: Arduino. Goals Introduction: This project introduces you to the wonderful world of Arduino and how to program physical devices. In this lesson you will learn how to write code and make an LED flash. Goals 1 - Get to

More information

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

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

More information

Value Location Qty Potentiometers C1M Distortion 1 A10k Volume 1. Footswitch 3PDT SW1 1. Jacks 1/4 Mono 2 DC Power 1

Value Location Qty Potentiometers C1M Distortion 1 A10k Volume 1. Footswitch 3PDT SW1 1. Jacks 1/4 Mono 2 DC Power 1 Distortion BUILD INSTRUCTIONS Thank you for your purchase of our Distortion+ kit! We have completely redesigned our entire line of kits to be the most user friendly, while still maintaining their same

More information

The Derby Magic Company Track Assembly Instructions, revision E page 1 of 12

The Derby Magic Company Track Assembly Instructions, revision E page 1 of 12 The Derby Magic Company Track Assembly Instructions, revision E page 1 of 12 Thank you for purchasing a Derby Magic Pinewood Derby Track. To assemble your track, start with the stand. The parts of the

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

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

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

Name & SID 1 : Name & SID 2:

Name & SID 1 : Name & SID 2: EE40 Final Project-1 Smart Car Name & SID 1 : Name & SID 2: Introduction The final project is to create an intelligent vehicle, better known as a robot. You will be provided with a chassis(motorized base),

More information

Repairing your Porsche 928 Central Warning System (CWS) controller

Repairing your Porsche 928 Central Warning System (CWS) controller Repairing your Porsche 928 Central Warning System (CWS) controller Disclaimer: This procedure is for a 1984 Porsche 928 S controller. Overview: Under the left foot pedal (dead pedal) of the Porsche 928

More information

Frivolous Engineering Useless Machine Soldering Instructions

Frivolous Engineering Useless Machine Soldering Instructions Frivolous Engineering Useless Machine Soldering Instructions The electronics assembly for the Useless Machine is very easy to solder together. It consists of 11 parts as shown in the photo. Required tools

More information

Installing Your Electronic Deadbolt

Installing Your Electronic Deadbolt Ultra Security Plus Electronic Deadbolt Installation Instructions http://www.hberger.com/video-gallery/electronic-deadbolt New Installation Lock Location Preparation (Skip this section if you door has

More information

This instruction manual is an in-depth look and explanation of how to assemble and install the Murphy Bed properly and efficiently.

This instruction manual is an in-depth look and explanation of how to assemble and install the Murphy Bed properly and efficiently. This instruction manual is an in-depth look and explanation of how to assemble and install the Murphy Bed properly and efficiently. Don t be put off by the size of the instruction manual as the large diagrams

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

Jarvis standing desk. Assembly instructions. For assembly assistance, visit fully.com/howtojarvis or call or

Jarvis standing desk. Assembly instructions. For assembly assistance, visit fully.com/howtojarvis or call or Jarvis standing desk Assembly instructions For assembly assistance, visit fully.com/howtojarvis or call 888-508-3725 or email support@fully.com Thank you for choosing a Jarvis desk from Fully. Cautions

More information

Value Location Qty Transistors 2N5485 Q1, Q2, 4 Q3, Q4 2N5087 Q5 1. Trim Pots 250k VTRIM 1. Potentiometers C500k Speed 1. Toggle Switch On/On Vibe 1

Value Location Qty Transistors 2N5485 Q1, Q2, 4 Q3, Q4 2N5087 Q5 1. Trim Pots 250k VTRIM 1. Potentiometers C500k Speed 1. Toggle Switch On/On Vibe 1 P-90 BUILD INSTRUCTIONS Thank you for your purchase of our P-90 kit! We have completely redesigned our entire line of kits to be the most user friendly, while still maintaining their same great sound!

More information

Introduction. Pictures in this lab have been taken from Pre-Lab Homework

Introduction. Pictures in this lab have been taken from  Pre-Lab Homework Introduction This lab relates to material in Hecht, Chapter 18. In this lab you will explore the concepts of circuits, resistors, and capacitors, by actually building a small circuit that is yours to keep!

More information

7902 Dado Jig. Owners Manual Please Read Carefully! Hardware List: 7902 Parts List:

7902 Dado Jig. Owners Manual Please Read Carefully! Hardware List: 7902 Parts List: 7902 Dado Jig Owners Manual Please Read Carefully! 7902 Dado Jig Hardware List: Identify and verify that you have all of the hardware shown below prior to assembly. Please read the instructions at least

More information

AUDI A8 D3 REPLACING THE OUTSIDE DRIVER DOOR HANDLE

AUDI A8 D3 REPLACING THE OUTSIDE DRIVER DOOR HANDLE AUDI A8 D3 REPLACING THE OUTSIDE DRIVER DOOR HANDLE The keyless entry system in the D3 is a great feature. If you have the car key fob in your pocket, putting your hand under the door handle will unlock

More information

StenBOT Robot Kit. Stensat Group LLC, Copyright 2018

StenBOT Robot Kit. Stensat Group LLC, Copyright 2018 StenBOT Robot Kit 1 Stensat Group LLC, Copyright 2018 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

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

Convert a Hitec HS-300 Servo to Continuous Operation

Convert a Hitec HS-300 Servo to Continuous Operation Site Map Shopping Cart Engineering Services Contact US Home Dios and Athena KRMx01 Mechanics Projects Downloads Forums GAN116_hs300 Convert a Hitec HS-300 Servo to Continuous Operation By Michael Simpson

More information

LANDING GEAR. 1. Fit landing gear into slots on bottom of fuselage.

LANDING GEAR. 1. Fit landing gear into slots on bottom of fuselage. LANDING GEAR 1. Fit landing gear into slots on bottom of fuselage. 4. Use channel-lock pliers to press blind nuts into position (note: drilled hole should be slightly smaller than shaft of blind nut for

More information

PAC-12 Kit Contents. Tools Needed Soldering iron Phillips screwdriver Wire stripper Wrenches, 7/16 and 1/2 Terminal crimp tool Pliers Solder

PAC-12 Kit Contents. Tools Needed Soldering iron Phillips screwdriver Wire stripper Wrenches, 7/16 and 1/2 Terminal crimp tool Pliers Solder PAC-2 Kit Contents Part Quantity Screws: 8/32 x 3/8 Screws: 8-32 x 5/6 Screw: 8-32 x /4 #8 internal tooth washers #8 solder lug ring terminals Bolt: Aluminum, /4-20 x.5 /4 internal tooth washer Nut: Aluminum

More information

Hardware and Components:

Hardware and Components: Hardware and Components: (A) 4X 5/16 x 1 Carriage Bolt (B) 2X 5/16 x 2-1/4 Carriage Bolt (C) 2X 5/16 x 3-1/4 Hex Bolt (D) 2X 5/16 x 3/4 Hex Bolt (E) 2X 5/16 x 1-1/4 Hex Bolt (F) 5/16 x 2-1/4 Hex Bolt (G)

More information

Installation tutorial for Console Customs PS3 TrueFire Standard Rapid fire Microchip for Sixaxis and Dualshock 3 controllers

Installation tutorial for Console Customs PS3 TrueFire Standard Rapid fire Microchip for Sixaxis and Dualshock 3 controllers Installation tutorial for Console Customs PS3 TrueFire Standard Rapid fire Microchip for Sixaxis and Dualshock 3 controllers This tutorial is designed to aid you in installation of a console customs rapid

More information

Shepherd 210A Fingerprint Door Lock Installation Manual V1.1

Shepherd 210A Fingerprint Door Lock Installation Manual V1.1 Shepherd 210A Fingerprint Door Lock Installation Manual V1.1 Hongda USA Inc. 2505 Technology Dr. #2-6A, Hayward, CA 94545, USA Phone: (510) 887-5682 Fax: (510) 372-0487 Email: info@hongdausa.com Website:

More information

Standard Kit #1 (3-way switch)

Standard Kit #1 (3-way switch) Standard Kit #1 (3-way switch) Please Read All Instructions Before Beginning. Tools you will need: Soldering Iron (35 watt preferably) Solder Wet Sponge Wire Clippers 3/8 Drill Bit 1/4 Drill Bit Variable

More information

UPLIFT 2-Leg Height Adjustable Standing Desk

UPLIFT 2-Leg Height Adjustable Standing Desk UPLIFT -Leg Height Adjustable Standing Desk Also watch our assembly video http://bit.ly/9ywwh DIRECTIONS FOR ASSEMBLY AND USE TABLE OF CONTENTS PAGE Safety and Warnings Usage Parts List Assembly Instructions

More information

INSTALLING YOUR NEW SPRING LIFT ARM KIT

INSTALLING YOUR NEW SPRING LIFT ARM KIT INSTALLING YOUR NEW SPRING LIFT ARM KIT 1. Measure the distance that the roof is to be raised. [If your lift system is completely non-functional, you will need to calculate or estimate this distance as

More information

UPLIFT Height Adjustable Standing Desk 3-Leg (T-Frame) DIRECTIONS FOR ASSEMBLY AND USE

UPLIFT Height Adjustable Standing Desk 3-Leg (T-Frame) DIRECTIONS FOR ASSEMBLY AND USE UPLIFT Height Adjustable Standing Desk 3-Leg (T-Frame) DIRECTIONS FOR ASSEMBLY AND USE CAUTION MAKE SURE NO OBSTACLES ARE IN THE DESK S PATH AND ALL CORDS ARE OF APPROPRIATE LENGTH FOR DESK TRAVEL. FAILURE

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

Figure 1. Overall Picture

Figure 1. Overall Picture Jormungand, an Autonomous Robotic Snake Charles W. Eno, Dr. A. Antonio Arroyo Machine Intelligence Laboratory University of Florida Department of Electrical Engineering 1. Introduction In the Intelligent

More information

Install the Housing. Installation Instructions for Entra Round or Square Type IC, Air-tight New Construction Adjustable LED Housing EN3_-LH9_ 1.

Install the Housing. Installation Instructions for Entra Round or Square Type IC, Air-tight New Construction Adjustable LED Housing EN3_-LH9_ 1. Installation Instructions for Entra Round or Square Type IC, Air-tight New Construction Adjustable LED Housing 90ENTRA EN_-LH9_. LED - ROUND/ SQUARE GENERAL PRODUCT I NFORMATION: This product is safety

More information

Super Sky Surfer 2000 Assembly Instructions

Super Sky Surfer 2000 Assembly Instructions Super Sky Surfer 2000 Assembly Instructions Note: Plug and Play version of the Sky Surfer comes with fuselage pre-glued and motor/servos installed. If you wish to route antennas or wires through the tail,

More information

Installation Instructions

Installation Instructions DODGE 16K Industry Standard Rail Custom Mounting Kit #2728 Gross Trailer Weight (Maximum)...16,000 lbs. Vertical Load Weight (Max. Pin Weight)...4,000 lbs. SYSTEM TOW CAPACITY Please note, in order to

More information

Budget Robotics Octabot Assembly Instructions

Budget Robotics Octabot Assembly Instructions Budget Robotics Octabot Assembly Instructions The Budget Robotics Octabot kit is a low-cost 7" diameter servo-driven robot base, ready for expansion. Assembly is simple, and takes less than 15 minutes.

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

How to add a push power button to your XBOX S-Type controller

How to add a push power button to your XBOX S-Type controller 26.10.2006 Page 1 of 5 http://synapse.wordpress.com How to add a push power button to your XBOX S-Type controller - By Synapse Required Items - XBOX S-Type controller (Wireless ones won t work) Soldering

More information

Wiring Techniques for Wiring a Lamp

Wiring Techniques for Wiring a Lamp Supplies and Tools that you will need: Provided in your kit: Polarized lamp plug, 9 of SPT-1 18 AWG parallel lamp cord, bushings and grommets Items that you will need to provide: Phillips screwdriver,

More information

Fan, Eden/Northfield, GS Installation Instructions (SKU ) Packing List

Fan, Eden/Northfield, GS Installation Instructions (SKU ) Packing List Packing List Blower Assembly Wiring Harness Rheostat with Nut and Knob Snap Disc Mounting Hardware (4) rubber grommets with brass inserts, (4) nuts, (4) washers. Cover Assembly Installation Warning: Make

More information

Installation, Usage and Maintenance Guide

Installation, Usage and Maintenance Guide Installation, Usage and Maintenance Guide October 2012 WARNING Read this document before installing or using Johnny Mnemonic Topper Mod by Pinballtoppers Improper installation, improper use, may cause

More information

FLIP TARP SINGLE & DOUBLE UNDERBODY TRAILERS

FLIP TARP SINGLE & DOUBLE UNDERBODY TRAILERS 1-800-248-7717 1002 N. 15th Street, Middlesboro, KY 40965 FLIP TARP SINGLE & DOUBLE UNDERBODY TRAILERS INSTALLATION INSTRUCTIONS Congratulations on your purchase of a Mountain Flip Tarp Trailer system.

More information

CALIBURN ASSEMBLY INSTRUCTIONS

CALIBURN ASSEMBLY INSTRUCTIONS CALIBURN ASSEMBLY INSTRUCTIONS The Caliburn is a Mag-Fed Pump-Action Homemade Nerf Blaster design released as a Public Domain license file set by Captain Slug (http://www.captainslug.com). You are welcome

More information

ROBOT TOP PLATE 2016 International Aerial Robotics Competition

ROBOT TOP PLATE 2016 International Aerial Robotics Competition Half of the target robots will have the top plate painted with Krylon "Gloss Emerald Green #52016 (RGB = 22, 86, 16) and the other half Krylon Gloss Banner Red #52108 (RGB = 176, 22, 4). Obstacle robots

More information

Band-Master ATS Nano Pneumatic Banding Tool Operating Instructions

Band-Master ATS Nano Pneumatic Banding Tool Operating Instructions Band-Master ATS 601-118 Nano Pneumatic Banding Tool CONTENTS 601-118 Overview... 3 Safety.... 5 Initial Tool Set-up... 5 Regulator assembly mounting... 5 Attach tool head to regulator.... 6 Operating instructions...

More information

Building Machines that Emulate Humans. Lesson plan and more resources are available at: aka.ms/hackingstem

Building Machines that Emulate Humans. Lesson plan and more resources are available at: aka.ms/hackingstem Building Machines that Emulate Humans Lesson plan and more resources are available at: aka.ms/hackingstem Hacking STEM A free resource for teachers, delivering inquiry and project-based lessons that complement

More information

Modification of USB Sound Card for Asterisk app_rpt Use

Modification of USB Sound Card for Asterisk app_rpt Use Modification of USB Sound Card for Asterisk app_rpt Use First off a huge thank you to Steve for providing the original notes on how to modify a USB sound card. (http://images.qrvc.com/usbfob.pdf) These

More information

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

Standard Kit #1 (5-way switch)

Standard Kit #1 (5-way switch) Standard Kit #1 (5-way switch) Please Read All Instructions Before Beginning. Tools you will need: Soldering Iron (35 watt preferably) Solder Wet Sponge Wire Clippers 3/8 Drill Bit 1/4 Drill Bit Variable

More information

MM750 Installation Instructions

MM750 Installation Instructions MM750 Installation Instructions IMPORTANT SAFETY INSTRUCTIONS - SAVE THESE INSTRUCTIONS Please read this entire manual before you begin. Do not unpack any contents until you verify all requirements on

More information

SuperTrack Parts List

SuperTrack Parts List SuperTrack Parts List [indicates number for 6 lane tracks] SuperTrack Installation Instructions www.supertimer.com 1-800-654-2088 1 Track Instruction Manual (this booklet) 2 Start sections [3] Start Gate

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

BABY WOLF LOOM. Assembly Instructions for Knocked-Down Looms

BABY WOLF LOOM. Assembly Instructions for Knocked-Down Looms BABY WOLF LOOM Assembly Instructions for Knocked-Down Looms BEFORE YOU BEGIN Please read through the directions before beginning to assemble your loom. Unpack the loom parts carefully. Do not throw away

More information

How to correctly install and level a 3-piece slate.

How to correctly install and level a 3-piece slate. How to correctly install and level a 3-piece slate. Basic steps to leveling a 3 piece slate. First of all, we re going to have to break this down into sections, as leveling a 3 piece slate is more like

More information

Topo Freestanding Applications - Private Office

Topo Freestanding Applications - Private Office 4 3 2 Topo Freestanding Applications - Private Office Combo Wrench If you have a problem, question, or request, call your local dealer, or Coalesse at 1.800.627.6770 Or visit our website: www.coalesse.com

More information

TOOLS REQUIRED Metal Wood Wood and Metal Screws. #16 Drill #12-24 Tap. 1/8 Drill

TOOLS REQUIRED Metal Wood Wood and Metal Screws. #16 Drill #12-24 Tap. 1/8 Drill DEVICES COVERED IN THIS DOCUMENT: 4700S Surface Vertical Rod Device 4700SF Fire Exit Surface Vertical Rod Device TOOLS REQUIRED Metal Wood Wood and Metal Screws Sex Bolts #7 Drill ¼ -20 Tap #16 Drill #12-24

More information

SE5a Instrument Board part 2 - rev 1.1

SE5a Instrument Board part 2 - rev 1.1 SE5a Instrument Board part 2 - rev 1.1 Fuel (Petrol) Valve This valve uses two circular name plates, eight brass screws, one black plastic base, copper wire and two black plastic risers. You can pick any

More information

The µbotino Microcontroller Board

The µbotino Microcontroller Board The µbotino Microcontroller Board by Ro-Bot-X Designs Introduction. The µbotino Microcontroller Board is an Arduino compatible board for small robots. The 5x5cm (2x2 ) size and the built in 3 pin connectors

More information

ENGR 40M Project 2a: Useless box

ENGR 40M Project 2a: Useless box ENGR 40M Project 2a: Useless box Prelab due 24 hours before your section, April 16 19, 2018 Lab due before your section, April 24 27, 2018 1 Objectives In this lab, you ll assemble a useless box like the

More information

SPINKS BIN SCALES INSTRUCTIONS/OPERATIONS MANUAL FOR SCALE MODELS: ,000 lb ,000 lb ,268 kg ,500 kg.

SPINKS BIN SCALES INSTRUCTIONS/OPERATIONS MANUAL FOR SCALE MODELS: ,000 lb ,000 lb ,268 kg ,500 kg. SPINKS BIN SCALES INSTRUCTIONS/OPERATIONS MANUAL FOR SCALE MODELS: 415442 5,000 lb. 415473 10,000 lb. 415520 2,268 kg. 415498 4,500 kg. FEBRUARY, 2000 MANUAL NO. 000250 TABLE OF CONTENTS CONCRETE PLACEMENT...Page

More information

John Duffyʼs Manual Mill Gadget. Build Instructions

John Duffyʼs Manual Mill Gadget. Build Instructions John Duffyʼs Manual Mill Gadget Build Instructions This mill can be assembled over a few days, and has up to 1/1000 th accuracy on X and Y, and about 1/100 th on Z. It costs around $50 for the physical

More information

Futura and Caponord dash repair

Futura and Caponord dash repair Futura and Caponord dash repair So... Most of us know about the issues that some have had with their instrument cluster going deal. Some have had it happen while riding while others have had it happen

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

INSTRUCTION BOOKLET #C21. For Wallbed models: KING SIZE

INSTRUCTION BOOKLET #C21. For Wallbed models: KING SIZE For Wallbed models: KING SIZE INSTRUCTION BOOKLET #C1 WARNING! ALL MURPHY/WALLBED SYSTEMS CONTAIN STORED ENERGY. FAILURE TO USE AND FOLLOW THESE INSTRUCTIONS DURING THE INSTALLATION PROCESS COULD RESULT

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

RRevo. Written By: Bradley Hanstad TOOLS: PARTS:

RRevo. Written By: Bradley Hanstad TOOLS: PARTS: RRevo RRevo Robot Kit Version 2 Complete build and setup guide for the RRevo Robot Kit. From 15 pound combat to robot hockey, this kit is designed to be the perfect starting platform to get in the competition

More information

IR add-on module circuit board assembly - Jeffrey La Favre January 27, 2015

IR add-on module circuit board assembly - Jeffrey La Favre January 27, 2015 IR add-on module circuit board assembly - Jeffrey La Favre January 27, 2015 1 2 For the main circuits of the line following robot you soldered electronic components on a printed circuit board (PCB). The

More information

Motorized Balancing Toy

Motorized Balancing Toy Motorized Balancing Toy Category: Physics: Force and Motion, Electricity Type: Make & Take Rough Parts List: 1 Coat hanger 1 Motor 2 Electrical Wire 1 AA battery 1 Wide rubber band 1 Block of wood 1 Plastic

More information

Assembly instructions for the CS-1 ChemShield

Assembly instructions for the CS-1 ChemShield Page 1 Of 6 Assembly instructions for the CS-1 ChemShield What is S.M.D SMD=Surface mount devices, like all the components does not have leads, but gets soldered onto flat solder pads. The CS-1 assembly

More information

Astro-Physics Inc. 400QMD Lubrication/Maintenance Guide

Astro-Physics Inc. 400QMD Lubrication/Maintenance Guide Astro-Physics Inc. 400QMD Lubrication/Maintenance Guide The following guidelines should be followed to lubricate the three main parts of the 400QMD mount. The QMD stands for Quartz Micro-Drive controller.

More information

gently pry up all your door switches.. disconnect them.. same with the mirror control on the drivers side..

gently pry up all your door switches.. disconnect them.. same with the mirror control on the drivers side.. How To Recover Door Panels By: Crispy SUPPLY/TOOL LIST NEEDED Dremel with drill cutter attachment (or drill with drill bit) contact cement 1/2 inch self tapping screws Carpet/Headliner spray on glue Phillips

More information

Installation tutorial for Console Customs Xbox ONE MaxFire ONE V2 PCB

Installation tutorial for Console Customs Xbox ONE MaxFire ONE V2 PCB Installation tutorial for Console Customs Xbox ONE MaxFire ONE V2 PCB This tutorial is designed to aid you in installation of a console customs MaxFire ONE V2 Circuit board in the newer Xbox One Controllers

More information

Heartboard PCB Assembly Instructions

Heartboard PCB Assembly Instructions Heartboard PCB Assembly Instructions Thanks for purchasing a Heartboard! These instructions will guide you through assembling and testing the Heartboard. Let s get started! Stuff you need Soldering iron

More information

Tortoise Switch Machines, Mounted Horizontally

Tortoise Switch Machines, Mounted Horizontally Tortoise Switch Machines, Mounted Horizontally by David King Have you ever used the Tortoise Switch Machines manufactured by Circuitron. These are a wonderful stall motor slow motion switch machine that

More information

Replacing the Reciprocator on the SWF Compact Series Machine (601C and 1201C)

Replacing the Reciprocator on the SWF Compact Series Machine (601C and 1201C) Follow the instructions below to replace the reciprocator in the SWF Compact series machines. The tools required can be found in the tool kit that came with the machine. Preparation 1. First, place the

More information

INSTRUCTION BOOKLET #34. For Wallbed models: KING SIZE SIERRA WITH STORAGE HEADBOARD

INSTRUCTION BOOKLET #34. For Wallbed models: KING SIZE SIERRA WITH STORAGE HEADBOARD For Wallbed models: KING SIZE SIERRA WITH STORAGE HEADBOARD INSTRUCTION BOOKLET #34 WARNING! ALL MURPHY/WALLBED SYSTEMS CONTAIN STORED ENERGY. FAILURE TO USE AND FOLLOW THESE INSTRUCTIONS DURING THE INSTALLATION

More information

DIY Instructions For NGPC Front Light Installation using the Gameboy Advanced SP Front Light

DIY Instructions For NGPC Front Light Installation using the Gameboy Advanced SP Front Light DIY Instructions For NGPC Front Light Installation using the Gameboy Advanced SP Front Light Tools you will need: Phillips Screwdriver Flat head Screwdriver Tri-wing Screwdriver Exacto Knife Soldering

More information

INSTRUCTION BOOKLET #C20

INSTRUCTION BOOKLET #C20 INSTRUCTION BOOKLET #C0 WARNING! ALL MURPHY/WALLBED SYSTEMS CONTAIN STORED ENERGY. FAILURE TO USE AND FOLLOW THESE INSTRUCTIONS DURING THE INSTALLATION PROCESS COULD RESULT IN SEVERE PERSONAL INJURY TO

More information