Figure 1. CheapBot Line Follower

Size: px
Start display at page:

Download "Figure 1. CheapBot Line Follower"

Transcription

1 The CheapBot Line Follower v2.0 is a plug-in single-board sensor for almost any programmable robot brain. With it, a robot can detect the presence of a black or white zone beneath its two sensors. In its simplest use, the board provides the feedback a robot needs to navigate a black line on a white surface. In addition, it also lets a robot detect the boundary of a robotic playing field. The line follower is a great first sensor for a CheapBot robot. Onwards and Upwards, Your near space guide Figure 1. CheapBot Line Follower Tools Needed to Assemble a NearSys Line Follower While there are literally one hundred tools for soldering, testing, and fixing electronic circuits, you only need these few tools to make the line follower. Safety Glasses Screwdrivers (straight slot and Phillips) Soldering Iron Wire Cutters 1

2 Pictorial List of Line Follower Components Figure 2. Printed Circuit Board Figure 3. Resistors (four of them) Figure 4. IR LEDs (two of them) Figure 5. Phototransistor with hood (two of them) 2

3 Figure 6. Header Cable Figure 7. Plastic Block (two of them) Figure 8. Sheet Metal Screw (four of them) 3

4 Figure 9. Nylon Spacers (three of them) Figure 10. #2-56 bolt and nylock (three of them) 4

5 Theory of Operation Figure 11. Schematic of the CheapBot Line Follower. The infrared LEDs (IREDs) in the line follower emit two infrared beams at a wavelength of 950 nanometers (just within the infrared portion of the spectrum and just outside our visible range). If there is a white surface beneath the IR beams, the beams reflect back up to the phototransistors. The phototransistors, with a peak sensitivity of 850 nanometers (nm) have enough bandwidth to detect the 950 nm IRED radiation. At the detection of the reflected beam, the phototransistor conducts and there is no voltage drop across the phototransistor. When there is no voltage drop, the robot controller detects a low signal. Dark surfaces on the other hand, like black electricians tape, do not reflect the IR beam back up to the phototransistors. Without the reflected beam, the phototransistor does not conduct and there is a five volt drop across the phototransistor. This results in the robot controller detecting a high signal. With phototransistor/ired pairs on the left and the right side of the line follower, black and white regions can be detected on the left, right, or on both sides of the robot. Two 330 ohm resistors control the brightness of the IREDs. Since each 330 ohm resistor and IRED series circuit is supplied with +5 volts and each IRED has a forward voltage of 1.5 volts, only 3.5 volts is dropped across each resistor. According to Ohm s Law, the current flowing through the resistors and therefore the IREDs is 3.5 volts/330 ohms or amps (11 milliamps). 5

6 Figure 12. The IR LED (IRED) emits a beam of infrared that is reflected from a white surface and detected by the phototransistor (PhT) as in situation A. When the IRED is over black tape, the infrared is absorbed and none is reflected back to the phototransistor and detected, as in situation B. The sensitivity of the phototransistors is sufficient to detect the reflected beam of an IRED from several inches. Notice each phototransistor has a 47k ohm resistor connecting its collector to five volts. The resistor limits the maximum current flowing through the phototransistor when it conducts and it also acts like a voltage divider in conjunction with the conducting phototransistor. Assembly Directions The following components are polarized and must be inserted with the proper orientation. Q1 and Q2 Align the flat side of the plastic case (or short lead) with the A on the top silk D1 and D2 Align the long lead with the A in the top silk Note: D1 and D2 can also be aligned with flat of LED lens on pad opposite the A in the top silk Mount the resistors, IREDs, and wires flush with the PCB surface. The phototransistors stand approximately 1/8 inches above the PCB so they can be bent into proper alignment. This means the bottom of phototransistor s black jacket sits flush on the surface of the PCB. 6

7 Figure 13. Placement of Components on the line follower PCB Suggested Order of Assembly R1-330 ohm resistor (orange,orange,brown,gold) R2-47k ohm resistor (yellow,violet,orange,gold) R3-330 ohm resistor (orange,orange,brown,gold) R4-47k ohm resistor (yellow,violet,orange,gold) D1 IRED (anode lead in pad closest to A) D2 IRED (anode lead in pad closest to A) Q1 Phototransistor (collector lead in pad closest to A) Q2 Phototransistor (collector lead in pad closest to A) Figure 14. Identity of IRED leads Figure 15. Identity of phototransistor leads Cabling Steps The wires in the Interface Cable are soldered to the PCB using the strain relief holes as illustrated below. 7

8 Figure 16. A strain relieved wire ready for soldering Solder the Interface Cable to the PCB with the following connections Red wire to +5V pad Green or black wire to GND pad Remaining two wires to Left and Right pads One side of the plastic jacket covering the end of the Interface Cable is colored black. This is the side with the ground wire. The pins in the 2 by 3 header terminating the Interface Cable have the following function, based on their position within the header. Figure 17. The function of the pins in a 2 by 3 header Solder the green wire to any one of the GND header pins 8

9 Installing the Plastic Blocks The plastic blocks are designed to protect the IRED and phototransistor from being knocked out of alignment. The hole in their center is where the IRED and phototransistor are placed. The opening at the bottom of the block was cut in order that the Line Follower PCB can be mounted to the bottom of a robot. Therefore, the plastic blocks must be oriented so that the slots cut into them are facing the bottom of the PCB, or over the PCBs mounting holes. Use two sheet metal screws to attach each plastic block. Figure 18. Two plastic blocks bolted to the Line Follower PCB. Test Procedure Before inserting the CheapBot Line Follower into a robot controller I/O port, make the following measurements to verify that the PCB is properly assembled. Inspect the bottom of the PCB and verify there are no soldered connections overflowing their pads to neighboring pads Measure continuity between the +5V and GND pins in the header and make sure there is no continuity between the positive and negative terminals in the header Plug the header into the C0 and C1 pins of the CheapBot robot controller I/O port Plug a programming cable into the controller Start the PICAXE program Editor Start the robot Prop the robot up so the line follower points off into space Set the Editor to the correct PICAXE version and proper Com Port Type and download the following program Test: B0 = 0 BIT0 = PINC.0 BIT1 = PINC.1 DEBUG GOTO Test 9

10 The Debug terminal will pop up so you can observe the value of byte B0. * B0 will have a value of 3 when nothing reflective is in front of the line follower * B0 will have a value of 0 when a white index card passes in front of both phototransistor/ired pairs * B0 will have a value of either 1 or 2 when a white index card passes in front of either one of the phototransistor/ired pairs. If you do not observe variable B0 changing between values 0 and 3, then bend the leads of the phototransistor until it is pointed where it can see the infrared beam reflected off the white surface. Add a stripe of electrician s tape to the index card and pass the line in front of the phototransistor/ired pairs and observe that B0 changes values to correspond to the position of the black stripe. Using the CheapBot Line Follower The next step is to mount your CheapBot Line Follower to the robot body and plug in its cable. The Line Follower kit contains three #2-56 bolts and nylocks that attach the line follower to the underside of a robot. The kit also has three nylon spacers to place over the #2-56 bolts and between the line follower PCB and bottom of the robot. Figure 19. Underside view of the line follower mounted beneath the nose of a robot. The cables from the line follower PCB plug into two channels of an input port. Be sure that the black-colored side of the block on the end of the Interface Cable is on the ground side of the I/O port. 10

11 Line Following Board Figure 20. A CheapBot robot on a line follower board. The board is a sheet of melamine and the black lines are electrician s tape. Using the line follower requires that the robot be moving. So program the robot to drive forward. Then while the robot drives, monitor the voltage from the left and right phototransistors. When both are high, the phototransistors are detecting a white surface. When one or both voltages go low, the IRED/phototransistors are passing over a black surface. When a black line is detected, stop the robot and determine the direction the robot must steer in order to realign on the black line. Then drive the robot forward again while monitoring the line follower outputs. Here s some sample code for the PICAXE. SYMBOL Detectors = B0 SYMBOL RightDetect = BIT0 SYMBOL LeftDetect = BIT1 Line_Follower: GOSUB Forwards Check_Line_Follower: GOSUB Line_Finder_Check IF Detectors = 1 THEN Line_Right IF Detectors = 2 THEN Line_Left 11

12 IF Detectors = 3 THEN Line_in_Front GOTO Check_Line_Follower Line_in_Front: GOSUB Freeze GOSUB Right PAUSE 600 GOSUB Freeze GOSUB Forward GOTO Line_Follower Line_Right: GOSUB Left PAUSE 120 GOTO Line_Follower Line_Left: GOSUB Right PAUSE 120 GOTO Line_Follower Line_Finder_Check: Detectors = 0 RightDetect = PIN0 LeftDetect = PIN1 RETURN 18 March

Figure 1. CheapBot Smart Proximity Detector

Figure 1. CheapBot Smart Proximity Detector The CheapBot Smart Proximity Detector is a plug-in single-board sensor for almost any programmable robotic brain. With it, robots can detect the presence of a wall extending across the robot s path or

More information

Onwards and Upwards, Your near space guide

Onwards and Upwards, Your near space guide The NearSys One-Channel LED Photometer is based on Forest Mims 1992 article (Sun Photometer with Light-emitting Diodes as Spectrally selective Filters) about using LEDs as a narrow band photometer. The

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

SoftRock v6.0 Builder s Notes. May 22, 2006

SoftRock v6.0 Builder s Notes. May 22, 2006 SoftRock v6.0 Builder s Notes May 22, 2006 Be sure to use a grounded tip soldering iron in building the v6.0 SoftRock circuit board. The soldering iron needs to have a small tip, (0.05-0.1 inch diameter),

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

SoftRock v6.0 Builder s Notes. April 6, 2006

SoftRock v6.0 Builder s Notes. April 6, 2006 SoftRock v6.0 Builder s Notes April 6, 006 Be sure to use a grounded tip soldering iron in building the v6.0 SoftRock circuit board. The soldering iron needs to have a small tip, (0.05-0. inch diameter),

More information

ECE 203 LAB 2 CONTROL FUNDAMENTALS AND MAGNETIC LEVITATION

ECE 203 LAB 2 CONTROL FUNDAMENTALS AND MAGNETIC LEVITATION Version 1.1 1 of 13 ECE 203 LAB 2 CONTROL FUNDAMENTALS AND MAGNETIC LEVITATION BEFORE YOU BEGIN PREREQUISITE LABS All 202 Labs EXPECTED KNOWLEDGE Fundamentals of electrical systems EQUIPMENT Oscilloscope

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

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

LITTLE NERD v1.1 Assembly Guide

LITTLE NERD v1.1 Assembly Guide last update: 9. 3. 2016 LITTLE NERD v1.1 Assembly Guide bastl instruments.com INTRODUCTION This guide is for building Little Nerd module from Bastl Instruments. It is good to have basic soldering skills

More information

REFLECTIVE PHOTOSENSOR CIRCUIT MODULE KIT ASSEMBLY GUIDE

REFLECTIVE PHOTOSENSOR CIRCUIT MODULE KIT ASSEMBLY GUIDE Pages from Reflective Photosensor Circuit Module Kit Assembly Guide: REFLECTIVE PHOTOSENSOR CIRCUIT MODULE KIT Introduction: ASSEMBLY GUIDE The Reflective Photosensor Circuit Module is a compact 1.6" by

More information

V6.2 SoftRock Lite Builder s Notes. November 17, 2006

V6.2 SoftRock Lite Builder s Notes. November 17, 2006 V6.2 SoftRock Lite Builder s Notes November 17, 2006 Be sure to use a grounded tip soldering iron in building the v6.2 SoftRock circuit board. The soldering iron needs to have a small tip, (0.05-0.1 inch

More information

16 Bit Micro Experimenter Assembly and Check out Instructions

16 Bit Micro Experimenter Assembly and Check out Instructions 16 Bit Micro Experimenter Assembly and Check out Instructions The kit you purchased that includes PCB, schematic, complete parts list and these assembly instructions. A top picture of the complete assembly

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

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

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

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

Assembly Instructions for the 1.5 Watt Amplifier Kit

Assembly Instructions for the 1.5 Watt Amplifier Kit Assembly Instructions for the 1.5 Watt Amplifier Kit 1.) All of the small parts are attached to a sheet of paper indicating both their value and id. 2.) Leave the parts affixed to the paper until you are

More information

Xkitz.com XLO-5CP Control Panel for Five Channel Color Light Organ

Xkitz.com XLO-5CP Control Panel for Five Channel Color Light Organ Xkitz.com XLO-5CP Control Panel for Five Channel Color Light Organ Rev 1.15 An Optional accessory for the Xkitz XLO-5 or XLO-5DC 5 Channel Color Light Organs Introduction This kit contains all the electronics

More information

LAB PROJECT 2. Lab Exercise

LAB PROJECT 2. Lab Exercise LAB PROJECT 2 Objective Investigate photoresistors, infrared light emitting diodes (IRLED), phototransistors, and fiber optic cable. Type a semi-formal lab report as described in the lab manual. Use tables

More information

PAT-4 POWER SUPPLY ASSEMBLY MANUAL Rev B Version

PAT-4 POWER SUPPLY ASSEMBLY MANUAL Rev B Version PAT-4 POWER SUPPLY ASSEMBLY MANUAL Rev B Version 2013 AkitikA, LLC All rights reserved Revision Bp01 November 3, 2013 Page 1 of 16 Table of Contents Table of Contents... 2 Table of Figures... 2 Section

More information

Building the Toothpick Audio CW Filter

Building the Toothpick Audio CW Filter Building the Toothpick Audio CW Filter Introduction The toothpick is a simple variable bandpass audio filter designed to compliment the Splinter QRPp Trans-Receiver. The filter also contains an audio amplifier

More information

Pacific Antenna Easy SWR Indicator Kit

Pacific Antenna Easy SWR Indicator Kit Pacific Antenna Easy SWR Indicator Kit Description Monitoring the match of an antenna to your transmitter or adjusting an antenna tuner for best match requires an indicator of the reflected power as an

More information

4ms SCM Breakout. Kit Builder's Guide for PCB v2.1 4mspedals.com

4ms SCM Breakout. Kit Builder's Guide for PCB v2.1 4mspedals.com 4ms SCM Breakout Kit Builder's Guide for PCB v2.1 4mspedals.com Shuffling Clock Multiplier Breakout This guide is for building a Shuffling Clock Multiplier Breakout module (SCMBO) version 2.1 from the

More information

LDB-1 Kit Instructions Page 1 of 8

LDB-1 Kit Instructions Page 1 of 8 LDB-1 Kit Instructions Page 1 of 8 Important Information Congratulations and thank you for your purchase of the LDB-1 Little Drummer Boy Analog Drum Machine Kit! Before you start, please read the enclosed

More information

Hexbug Spider Hacking Kit (no solder) by EMGRobotics.com

Hexbug Spider Hacking Kit (no solder) by EMGRobotics.com Hexbug Spider Hacking Kit (no solder) by EMGRobotics.com This low-cost hack (less than $40 including the cost of the Hexbug spider) converts the remote control toy into a C programmable autonomous robot

More information

Lighthouse Beginner s soldering kit

Lighthouse Beginner s soldering kit Lighthouse Beginner s soldering kit Kit contains: 1 x 220 ohm resistor (Red, Red, Black) 1 x 82k ohm resistor (Grey, Red, Orange) 2 x 220k ohm resistors (Red, Red, Yellow) 2 x Diodes 1 x Power switch 1

More information

D.I.Y L.E.D CUBE 4X4X4. Level: Intermediate

D.I.Y L.E.D CUBE 4X4X4. Level: Intermediate EN D.I.Y L.E.D CUBE 4X4X4 Level: Intermediate AK-125 TABLE OF CONTENTS Parts List... 2 Soldering Guide (Part A)... 3 Soldering Guide (Part B)... 5 Soldering Guide Without Recommend Products... 8 Appendix...

More information

TV Remote. Discover Engineering. Youth Handouts

TV Remote. Discover Engineering. Youth Handouts Discover Engineering Youth Handouts Electronic Component Guide Component Symbol Notes Amplifier chip 1 8 2 7 3 6 4 5 Capacitor LED The amplifier chip (labeled LM 386) has 8 legs, or pins. Each pin connects

More information

LED Field Strength Indicator Kit

LED Field Strength Indicator Kit LED Field Strength Indicator Kit Description The Field Strength Indicator kit from Qrpkits.com provides a visual way to monitor RF fields through the brightness of an LED. It will respond to RF fields

More information

ABC V1.0 ASSEMBLY IMPORTANT!

ABC V1.0 ASSEMBLY IMPORTANT! ABC V1.0 ASSEMBLY Before starting this kit, prepare the following tools: Soldering iron (15-20W will do), flush cutters, no.2 hex screwdriver or allen key and phillips screwdriver. Also briefly go through

More information

Manual Version July 2007

Manual Version July 2007 Manual Version 1.2 - July 2007 Page 1 Table of Contents Section1: M3 Phono Board Build...3 Phono Board Parts List...3 Preparation...4 Fitting the Valve Bases...6 Installing the Resistors...7 Starting the

More information

Ribcage Installation. Part 2 - Assembly. Back-Bone V1.06

Ribcage Installation. Part 2 - Assembly. Back-Bone V1.06 Ribcage Installation Part 2 - Assembly Back-Bone V1.06 Contents Section 1 Before You Get Started... 2 Included With Your Kit:... 2 Figure: A... 3 CAUTION!... 4 Note:... 4 Tools Required... 5 Section 2:

More information

Pacific Antenna Code Practice Oscillator Kit

Pacific Antenna Code Practice Oscillator Kit Pacific Antenna Code Practice Oscillator Kit This kit is offered to initiate the first time builder in the various techniques of mechanical and electronic kit construction. At the end of the approximately

More information

MEGAbitty Micro Line Sensor Board Assembly Instructions 11/15/2003

MEGAbitty Micro Line Sensor Board Assembly Instructions 11/15/2003 1 Board Preparation U1 & U2 are mounted upside down, protruding through the board. That is, when the board is viewed from the top, the lenses should point down. Holes for U1 & U2 need to be cut out. Use

More information

Hauptwerk Hardware Interface Board Kit for the Universal Midi Encoder Instruction Manual

Hauptwerk Hardware Interface Board Kit for the Universal Midi Encoder Instruction Manual Hauptwerk Hardware Interface Board Kit for the Universal Midi Encoder Instruction Manual Hauptwerk Hardware 2016 Page 1 Release 1.2 February 2016 Table of Contents Introduction...3 Parts Identification...4

More information

DARK ACTIVATED COLOUR CHANGING NIGHT LIGHT KIT

DARK ACTIVATED COLOUR CHANGING NIGHT LIGHT KIT TEACHING RESOURCES SCHEMES OF WORK DEVELOPING A SPECIFICATION COMPONENT FACTSHEETS HOW TO SOLDER GUIDE CREATE SOOTHING LIGHTING EFFECTS WITH THIS DARK ACTIVATED COLOUR CHANGING NIGHT LIGHT KIT Version

More information

Pacific Antenna Field Strength Indicator Kit

Pacific Antenna Field Strength Indicator Kit Pacific Antenna Field Strength Indicator Kit Description The Field Strength Indicator kit from Pacific Antenna provides a visual way to monitor the presence and relative strength RF fields through the

More information

TekBot Remote Control Receiver Board Construction

TekBot Remote Control Receiver Board Construction TekBot Remote Control Receiver Board Construction Purpose This tutorial illustrates the procedure for construction of the Receiver board for the TekBot. A Guide to Soldering Many of you have soldered once

More information

Programmable Timer Teaching Notes Issue 1.2

Programmable Timer Teaching Notes Issue 1.2 Teaching Notes Issue 1.2 Product information: www.kitronik.co.uk/quicklinks/2121/ TEACHER Programmable Timer Index of sheets Introduction Schemes of work Answers The Design Process The Design Brief Investigation

More information

For Experimenters and Educators

For Experimenters and Educators For Experimenters and Educators ARobot (pronounced "A robot") is a computer controlled mobile robot designed for Experimenters and Educators. Ages 14 and up (younger with help) can enjoy unlimited experimentation

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

Tutorial Building the Mono Amp Case

Tutorial   Building the Mono Amp Case Kitronik Ltd Building the Mono Amp Case Tools you will need: Wire cutters/strippers A soldering iron A small cross headed screwdriver A pair of pliers A ruler Included with your case you should find: 16

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

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

SDR Cube Transceiver Online Assembly Guide

SDR Cube Transceiver Online Assembly Guide SDR Cube Transceiver Online Assembly Guide Detailed construction notes for building and testing each of the SDR Cube kit modules Home Bill of Materials I/O Board Controls Board DSP Board Softrock SR-Base

More information

QRPGuys Iambic Mini Paddle w/base

QRPGuys Iambic Mini Paddle w/base QRPGuys Iambic Mini Paddle w/base First, familiarize yourself with the parts and check for all the components. If a part is missing, please contact us and we will send one. You must use qrpguys.parts@gmail.com

More information

This guide contains everything you need to set up and operate all three. Inspira Imperial Quilting Frame Assembly...2

This guide contains everything you need to set up and operate all three. Inspira Imperial Quilting Frame Assembly...2 Congratulations on the purchase of your Husqvarna Viking Mega Quilter 18x8, Inspira Imperial Quilting Frame, and QBOT by Inspira! This guide contains everything you need to set up and operate all three.

More information

1. Line Follower Placing the Line Follower Electrical Wiring of Line Follower Source Code Example and Testing...

1. Line Follower Placing the Line Follower Electrical Wiring of Line Follower Source Code Example and Testing... CONTENTS 1. Line Follower... 2 1.1 Placing the Line Follower... 2 1.2 Electrical Wiring of Line Follower... 3 1.3 Source Code Example and Testing... 4 2. CMPS11 Compass... 5 2.1 Placing the Compass on

More information

35 mw HeNe Laser Ballast Resistor Insulation Upgrade Instructions

35 mw HeNe Laser Ballast Resistor Insulation Upgrade Instructions 35 mw HeNe Laser Ballast Resistor Insulation Upgrade Instructions A video that demonstrates the laser upgrade process can be found at: http://www.reoinc.com/site/14309- instructions General Notes Please

More information

Experiment 3 Ohm s Law

Experiment 3 Ohm s Law Experiment 3 Ohm s Law The goals of Experiment 3 are: To identify resistors based upon their color code. To construct a two-resistor circuit using proper wiring techniques. To measure the DC voltages and

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

QRPGuys Iambic Mini Paddle

QRPGuys Iambic Mini Paddle QRPGuys Iambic Mini Paddle First, familiarize yourself with the parts and check for all the components. If a part is missing, please contact us and we will send one. You must use qrpguys.parts@gmail.com

More information

INSTALLATION INSTRUCTIONS DODGE RAM 2 & 4WD 1500 PART # P5058

INSTALLATION INSTRUCTIONS DODGE RAM 2 & 4WD 1500 PART # P5058 INSTALLATION INSTRUCTIONS 2009-13 DODGE RAM 2 & 4WD 1500 PART # P5058 PARTS LIST: Qty Description Qty Description 1 Grille Guard 12 12-1.75mm Hex Nuts 2 Upper Frame Mounting s (for trucks without tow hooks

More information

INSTALLATION INSTRUCTIONS GRILLE GUARD RAM 1500 PART # 5058/5058-2

INSTALLATION INSTRUCTIONS GRILLE GUARD RAM 1500 PART # 5058/5058-2 INSTALLATION INSTRUCTIONS GRILLE GUARD PART # 5058/5058-2 PARTS LIST: Qty Description Qty Description 1 Grille Guard 8 12-1.75mm x 35mm Hex Bolts 2 Upper Frame Mounting s (for trucks without tow hooks

More information

Micro USB Lamp Kit TEACHING RESOURCES. Version 2.1 DESIGN A STYLISH LAMP WITH THIS

Micro USB Lamp Kit TEACHING RESOURCES. Version 2.1 DESIGN A STYLISH LAMP WITH THIS TEACHING RESOURCES SCHEMES OF WORK DEVELOPING A SPECIFICATION COMPONENT FACTSHEETS HOW TO SOLDER GUIDE DESIGN A STYLISH LAMP WITH THIS Micro USB Lamp Kit Version 2.1 Index of Sheets TEACHING RESOURCES

More information

Instructions for Building the Pulsed Width Modulation Circuit. MC-12 (DC Motor Controller or PWM) From Electronic Light Inc. (revised kit 5/08)

Instructions for Building the Pulsed Width Modulation Circuit. MC-12 (DC Motor Controller or PWM) From Electronic Light Inc. (revised kit 5/08) Instructions for Building the Pulsed Width Modulation Circuit MC-12 (DC Motor Controller or PWM) From Electronic Light Inc. (revised kit 5/08) Using this circuit for a pulsed DC current to your cell. Do

More information

DC Motor. Controller. User Guide V0210

DC Motor. Controller. User Guide V0210 DC Motor Controller User Guide 59757 V0210 This kit provides a great exercise of intermediate soldering skills and creates a device that enables you to control various Pitsco motors, Tamiya gearboxes,

More information

S-Pixie QRP Kit. Student Manual. Revision V 1-0

S-Pixie QRP Kit. Student Manual. Revision V 1-0 S-Pixie QRP Kit Student Manual Revision V 1-0 Introduction The Pixie 2 is a small, versatile radio transceiver that is very popular with QRP (low power) amateur radio operators the world over. It reflects

More information

EASY BUILD TIMER KIT TEACHING RESOURCES. Version 2.0 LEARN ABOUT SIMPLE TIMING CIRCUITS WITH THIS

EASY BUILD TIMER KIT TEACHING RESOURCES. Version 2.0 LEARN ABOUT SIMPLE TIMING CIRCUITS WITH THIS TEACHING RESOURCES SCHEMES OF WORK DEVELOPING A SPECIFICATION COMPONENT FACTSHEETS HOW TO SOLDER GUIDE LEARN ABOUT SIMPLE TIMING CIRCUITS WITH THIS EASY BUILD TIMER KIT Version 2.0 Index of Sheets TEACHING

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

Instructions for Building the Pulsed Width Modulation Circuit. MC-12 (DC Motor Controller or PWM) From Electronic Light Inc. (revised kit 8/08)

Instructions for Building the Pulsed Width Modulation Circuit. MC-12 (DC Motor Controller or PWM) From Electronic Light Inc. (revised kit 8/08) Instructions for Building the Pulsed Width Modulation Circuit MC-12 (DC Motor Controller or PWM) From Electronic Light Inc. (revised kit 8/08) Using this circuit for a pulsed DC current to your cell. Do

More information

A Deluxe LED Blinky That You Can Build!

A Deluxe LED Blinky That You Can Build! Lux Spectralis A Deluxe LED Blinky That You Can Build! Assembly Instructions Contents Step 1: Parts check... 2 Step 2: Tool check... 3 Step 3: Install the computer chip... 3 Step 4: Install the resistors...

More information

Modifying a USB sound fob to act as a repeater interface for app_rpt

Modifying a USB sound fob to act as a repeater interface for app_rpt Modifying a USB sound fob to act as a repeater interface for app_rpt This document explains how to modify a USB sound fob to work as a repeater interface for app_rpt. The following materials and tools

More information

Instructions for Building the Pulsed Width Modulation Circuit. MC-12 (DC Motor Controller or PWM) From Electronic Light Inc. (revised kit 10/03/08)

Instructions for Building the Pulsed Width Modulation Circuit. MC-12 (DC Motor Controller or PWM) From Electronic Light Inc. (revised kit 10/03/08) Instructions for Building the Pulsed Width Modulation Circuit MC-12 (DC Motor Controller or PWM) From Electronic Light Inc. (revised kit 10/03/08) Congratulations on your purchase of the MC-12 DC Motor

More information

Introduction Parts List

Introduction Parts List Introduction There are many tutorials available on how to make your own LED spotlights. I ve looked at quite a few and the one I like best is found on HauntForum. The author is Niblique71 and I ve used

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

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

Easy Transmitter. Support ETX_REV5_Manual V2.7 Revised

Easy Transmitter. Support   ETX_REV5_Manual V2.7 Revised Easy Transmitter Introduction The Easy Transmitter kit from qrpkits.com provides a basic, crystal controlled transmitter with VXO tuning to provide a small tuning range around the crystal frequency. It

More information

LP-200 Dummy Load / Wattmeter

LP-200 Dummy Load / Wattmeter LP-200 Dummy Load / Wattmeter Enclosure Retrofit Assembly Instructions March 2009 TelePost Incorporated LP-200 is a trademark of TelePost Inc. Material in this document copyrighted 2009 TelePost Inc. 1

More information

upad Proto Base Assembly Guide v2.0

upad Proto Base Assembly Guide v2.0 upad Proto Base Assembly Guide v2.0 Last Updated September 1, 2015 Table of Contents Preface... 3 Introduction... 3 Required Tools... 3 Flux Pen... 3 Soldering Iron... 3 Solder... 3 Diagonal Cutters...

More information

Building the Sawdust Regenerative Receiver

Building the Sawdust Regenerative Receiver Building the Sawdust Regenerative Receiver Introduction The Sawdust is a super regenerative receiver using the basic Armstrong design architecture. The receiver uses one toroidal transformer to provide

More information

FRONT PANEL ASSEMBLY

FRONT PANEL ASSEMBLY 2017-05-07 The Midnight Ultimate Keyer (MUK) consists of two functional assemblies: Rear Panel containing the interface and power connectors. Front Panel containing the basic keyer electronics, the four-character

More information

Assembling the Heated bed

Assembling the Heated bed firepickdelta Assembling the Heated bed Instructions for building the heated bed Written By: Neil Jansen 2017 firepickdelta.dozuki.com Page 1 of 15 Step 1 Exploded View Reference Use the full-size PDF

More information

Simon Tilts Assembly Guide

Simon Tilts Assembly Guide Page 1 of 20 Simon Tilts Assembly Guide Introduction Simon Tilts is a memory game very similar to Simon Says, but instead of pressing buttons, the player is challenged to rotate the device in a specific

More information

Kossel Rev B Build Guide V1.0

Kossel Rev B Build Guide V1.0 Kossel Rev B Build Guide V1.0 1 Table of Contents: Step 1: BASE ASSEMBLY Gathering parts: Building the Corners and Base: Step 2: UPPER ASSEMBLY Building Upper: Step 3: VERTICAL RAIL INSTALLATION Building

More information

Written By: Darren Chan

Written By: Darren Chan Sega Dreamcast Controller Port Replacement Written By: Darren Chan ifixit CC BY-NC-SA www.ifixit.com Page 1 of 10 INTRODUCTION Replacing the F1 fuse on the controller board of the Sega Dreamcast. Soldering

More information

Pacific Antenna Easy TR Switch

Pacific Antenna Easy TR Switch Pacific Antenna Easy TR Switch Kit Description The Easy TR Switch is an RF sensing circuit with a double pole double throw relay that can be used to automatically switch an antenna between a separate receiver

More information

The Empeg and Riōcar Illumination Kit Installation and User s Manual

The Empeg and Riōcar Illumination Kit Installation and User s Manual The Empeg and Riōcar Illumination Kit Installation and User s Manual Last Updated: October 13, 2005 Table of Contents READ THIS FIRST!!!...1 Introduction to the Installation Process...3 Install the Hijack

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

How to solder SMD component on Awesome PCB or any other kind of PCB.

How to solder SMD component on Awesome PCB or any other kind of PCB. How to solder SMD component on Awesome PCB or any other kind of PCB. Step by step tutorial, with no steps to skip. Step 1 - What do we need? Step 2 - Fixing PCB Step 3 - Preparing for soldering Step 4

More information

Pacific Antenna Easy Transmitter Kit

Pacific Antenna Easy Transmitter Kit Pacific Antenna Easy Transmitter Kit Introduction The Easy Transmitter kit from qrpkits.com provides a crystal controlled transmitter with VXO tuning. The circuit consists of a N3904 based crystal oscillator

More information

Hover. Installation Instructions. Raised Panel. Version

Hover. Installation Instructions. Raised Panel. Version Installation Instructions Version 8-2-17 Raised Panel Table of Contents Page Raised Panel Trough 3-13 Platform Trough 14-20 Platform 120 Degree Trough 21-24 Electrical 25-28 Type A Electric Bases 29-31

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

Building the Sawdust Regenerative Receiver

Building the Sawdust Regenerative Receiver Building the Sawdust Regenerative Receiver Introduction The Sawdust is a super regenerative receiver using the basic Armstrong design architecture. The receiver uses one toroidal transformer to provide

More information

DP-19 DUAL PURPOSE DETECTOR INSTRUCTION MANUAL

DP-19 DUAL PURPOSE DETECTOR INSTRUCTION MANUAL DP-19 DUAL PURPOSE DETECTOR INSTRUCTION MANUAL Case Size: 5.3 h X 3.3 w x 1.5 d@ Weight: 8 oz. ABOUT THE DP-19 Battery: 9 volt transistor type Eveready 216 or equal Current: 17 milliamps Frequency Response:

More information

Assembly Instructions

Assembly Instructions Assembly Instructions For the SSQ-2F 3.1 MHz Rife Controller Board Kit v1.41 Manual v1.00 2012 by Ralph Hartwell Spectrotek Services GENERAL ASSEMBLY INSTRUCTIONS Arrange for a clean work surface with

More information

I Click on a link tab to jump to that page. Cover Page

I Click on a link tab to jump to that page. Cover Page Publication, Duplication, or Retransmission Of This Document Not Expressly Authorized n Writing By The nstall Doctor s Prohibited. Protected By U.S. Copyright Laws. 1997,1998,1999,2000. & nstall Factory

More information

PSI-2450 INTEGRATED CONTROLLER USER GUIDE

PSI-2450 INTEGRATED CONTROLLER USER GUIDE PSI-2450 INTEGRATED CONTROLLER PSI-2400-10 LASER DIODE CONTROLLER & PSI-1204-10 MODULATOR BIAS CONTROLLER USER GUIDE Revision B Photonic Systems, Inc. Tel: 978-670-4990 900 Middlesex Turnpike Fax: 978-670-2510

More information

Pacific Antenna - Easy TR Switch

Pacific Antenna - Easy TR Switch Pacific Antenna - Easy TR Switch Kit Description The Easy TR Switch is an RF sensing switch that can be used to switch an antenna between a receiver and transmitter. It also has a second switched pair

More information

MONO AMPLIFIER KIT ESSENTIAL INFORMATION. Version 3.0 CREATE YOUR OWN SPEAKER DOCK WITH THIS

MONO AMPLIFIER KIT ESSENTIAL INFORMATION. Version 3.0 CREATE YOUR OWN SPEAKER DOCK WITH THIS ESSENTIAL INFORMATION BUILD INSTRUCTIONS CHECKING YOUR PCB & FAULT-FINDING MECHANICAL DETAILS HOW THE KIT WORKS CREATE YOUR OWN SPEAKER DOCK WITH THIS MONO AMPLIFIER KIT Version 3.0 Build Instructions

More information

I Click on a link tab to jump to that page. Cover Page

I Click on a link tab to jump to that page. Cover Page Publication, Duplication, or Retransmission Of This Document Not Expressly Authorized n Writing By The nstall Doctor s Prohibited. Protected By U.S. Copyright Laws. 1997,1998,1999,2000. & nstall Factory

More information

Rugged Ridge Body Armor Guard Kit, 5 Pieces, Black (07-Current JK 4-door)

Rugged Ridge Body Armor Guard Kit, 5 Pieces, Black (07-Current JK 4-door) Rugged Ridge Body Armor Guard Kit, 5 Pieces, Black (07-Current JK 4-door) Installation Time: 60 Minutes Tools Required: Notes: Phillips head screwdriver 3/8 socket or Flat head screwdriver 1/2 socket 7

More information

Cricket 80a Assembly Manual v Copyright David Cripe NM0S The 4 State QRP Group

Cricket 80a Assembly Manual v Copyright David Cripe NM0S The 4 State QRP Group Cricket 80a Assembly Manual v. 1.0 Copyright 2017 David Cripe NM0S The 4 State QRP Group Introduction Thank you for purchasing a CRICKET 80a Transceiver. We hope you will enjoy building it and find it

More information

TRUE TECHNICAL SERVICE MANUAL - ALL MODELS. DOORS/DRAWERS/LIDS

TRUE TECHNICAL SERVICE MANUAL - ALL MODELS.  DOORS/DRAWERS/LIDS DOORS/DRAWERS/LIDS 55 56 NOTES DOORS/DRAWERS/LIDS Swing s 73 74 NOTES INSTALLATION OF A GDM-SWING DOOR Phillips Head Screwdriver (2) - 1/8" Drift Punches (forged) Top Bracket NOTE: It may be necessary

More information

Assembly and Installation Instructions for White Oak Audio Design PL700B LED board

Assembly and Installation Instructions for White Oak Audio Design PL700B LED board Thank you for purchasing White Oak Audio Design s Phase Linear PL700B Upgrade LED Light Board. White Oak Audio Design products are meticulously engineered and tested to ensure a direct drop in fit with

More information

Light activated switch

Light activated switch Build instructions, circuit explanation and example applications Issue 1.6 Product information: www.kitronik.co.uk/quicklinks/2112/ TEACHER Light activated switch Introduction About the project kit This

More information

WARNING! ETCHED PARTS CONTAINED IN THIS KIT HAVE SHARP POINTS, EDGES AND CORNERS.

WARNING! ETCHED PARTS CONTAINED IN THIS KIT HAVE SHARP POINTS, EDGES AND CORNERS. MPD18 chassis build instructions K A (see below for details) J I G H L C D F E B M Parts list: Ident Quantity A Etched Nickel/Silver fret 1 B Wheel sets 2 C Worms 2 D Worm gears 2 E Shaft adapters 2 F

More information

GlideRite Retractable Cover System For HotSpring & Tiger River Spas (except Classic & pre-2000 Landmark Spas)

GlideRite Retractable Cover System For HotSpring & Tiger River Spas (except Classic & pre-2000 Landmark Spas) List of Contents Quantity Description 12 #10 x 1 ½ Flat Head Phillips Screw (see pg. 2) 2 #10 x ½ Pan Head Phillips Screw (see pg. 2) 8 ¼ x 2 ½ Lag Bolt (see pg. 2) 7 ¼ 20 x 5 / 8 Hex Head Bolt (see pg.

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