Onwards and Upwards, Your near space guide. Figure 1. CheapBot Line Follower

Size: px
Start display at page:

Download "Onwards and Upwards, Your near space guide. Figure 1. CheapBot Line Follower"

Transcription

1 The CheapBot Line Follower 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 lets a robot navigate a black line on a white surface. However, it can also let 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 Wire Cutters Wire Strippers Soldering Iron Hot Air Gun Pictorial List of Line Follower Components Figure 2. Printed Circuit Board 1

2 Figure 3. Resistors (four of them) Figure 4. IR LEDs (two of them) Figure 5. Phototransistor (two of them) Figure 6. Heat Shrink Tubing (two inches long) Figure 7. Double Header (2 by 3 pins) Figure 8. Foam Spacer (one inch square block) Figure 9. Aluminum Foil Duct Tape (two inch square) 2

3 Figure 10. Wire (four pieces, two feet total) Figure 11. Plastic Tube (two pieces, ½ inch long) Theory of Operation Figure 12. 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). If there is a white surface beneath the IR beams, the beams reflect back up to one of the phototransistors. The phototransistors, with a peak sensitivity of 850 nanometers (nm) have enough bandwidth to detect the 950 nm IRED radiation. Dark surfaces on the other hand, like 3

4 black electricians tape, do not reflect the IR beams back up to the phototransistors. 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). 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. When no reflected IR shines on the phototransistor, current from the line follower s +5V cannot flow though the phototransistor to ground. Instead, the current flows into the phototransistor s output wire producing a +5V signal for the robot controller. Therefore, the presence of +5V indicates that phototransistor is sensing a black surface. When reflected IR shines on the phototransistor, most of the current from line follower s +5V flows through the phototransistor to ground producing less than 1.4V on the phototransistor s output wire. The presence of low voltage indicates that the phototransistor is detecting a white surface. Assembly Directions The following components are polarized and must be inserted in the proper orientation. Q1 and Q2 Align the flat side of the plastic case 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 and wires flush with the PCB surface. The phototransistors and IREDs stand approximately ¼ inches about the PCB so they can be bent into proper alignment. Figure 13. Placement of Components on the line follower PCB 4

5 Suggested Oder 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 Strip ¼ of insulation from one end of all four wires From the bottom of the PCB, insert the bare ends of wires through the large pads (strain relief pads) marked Left, GND, +5V, and Right (use the red wire for +5V and the green wire for GND). Bend the wires over and insert them into the neighboring smaller pads as illustrated below. Figure 16. A strain relieved wire ready for soldering 5

6 Solder the wire ends and clip any excess length Strip ¼ inch of insulation from the other ends of the four wires Slide a ½ inch long length of heat shrink tubing over each wire and push the heat shrink down to the PCB so it won t get hot during soldering Tin each wire Insert the 2 by 3 header into a socket (this keeps the pins in the proper orientation while wires are soldered to them if the plastic body softens due to the heat of soldering). Tin both of the headers I/O pin and one ground and one +5V pin. Figure 17. Header plugged into a socket in preparation for soldering Solder the green wire to any one of the GND header pins Figure 18. The function of the pins in a 2 by 3 header Figure 19. Close up of a wire soldered to a header pin (only solder to the short side of the pins) 6

7 Solder the red wire to any one of the +5V header pins Solder the blue wire to an I/O header pin Solder the yellow wire to the other I/O header pin Slide the heat shrink tubing over the soldered pins and shrink Figure 20. Heat shrink covering the soldered wires on a header Clean up the edges of the cut plastic tubes Apply a drop of hot glue to the side of an IRED Slide a plastic tube over the IRED before the glue cools Repeat for the other IRED and both phototransistors Cut a strip of aluminum duct tape and wrap it around all the plastic tubes Gently bend the phototransistor and IRED leads so each pair points to an imaginary point between them and roughly one inch away Figure 21. An example of the proper alignment of the IRED and phototransistor pairs Test Procedure Before inserting the CheapBot Line Follower into a robot controller I/O port, make the following measurements to verify the PCB is assembled properly. 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 Inputs 0 and 1 of a CheapBot robot controller and plug a programming cable into the controller and 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 PICAXE used in the robot controller and the proper Com Port Type and download the following program Test: B0 = 0 BIT0 = PIN0 BIT1 = PIN1 DEBUG GOTO Test 7

8 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 B0 changing between values 0 and 3, then bend the leads of the phototransistor/ired pairs until they line up properly. Otherwise, verify they are soldered to the PCB in the proper orientation. 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. After aligning the phototransistor/ired pairs, hot glue pieces of the foam spacer between the pairs to protect them from being bent out of proper alignment Figure 22. Foam blocks glued against each IRED/Phototransistor pair Using the CheapBot Line Follower The next step is to mount your CheapBot Line Follower to the robot body and plug in its cable. Figure 23. Side view of the line follower mounted beneath the nose of a robot. 8

9 The cables from the line follower PCB plug into two channels of an input port. Be sure the blue and yellow wires plug into I/O pins of the input port and that the green wire plugs into a ground pin of the I/O port and the red wire plugs into a +5V pin of the I/O port. Using the line follower requires that the robot be moving. So set of the H-Bridge control pins high and the other low to drive the robot forward. Then while the robot drives, monitor the voltage from the left and right phototransistors. While they are both high, the phototransistors are detecting a white surface. When one or both voltages go low, the IRED/phototransistors are passing over a black surface. Therefore, 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 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 Right: 9

10 HIGH 2 LOW 3 LOW 4 HIGH 5 Left: LOW 2 HIGH 3 HIGH 4 LOW 5 Backwards: HIGH 2 LOW 3 HIGH 4 LOW 5 Forwards: LOW 2 HIGH 3 LOW 4 HIGH 5 Freeze: LOW 2 LOW 3 LOW 4 LOW 5 PAUSE May

Figure 1. The completed programming kit List of Parts

Figure 1. The completed programming kit List of Parts Many NearSys kits are programmed through a three pin header soldered to the PCB. Since a three pin receptacle is not a common termination for a serial cable, this kit contains the parts to make one. In

More information

Onwards and Upwards, Your near space guide Overview of the NearSys Two Sensor Temperature Array Figure 1. A complete Two Sensor Temperature Array

Onwards and Upwards, Your near space guide Overview of the NearSys Two Sensor Temperature Array Figure 1. A complete Two Sensor Temperature Array The NearSys Two Sensor Temperature Array is a kit that permits a BalloonSat to measure two separate temperatures. When plugged into a flight computer like the BalloonSat Mini, the flight computer provides

More information

Figure 1. A complete Temperature Sensor

Figure 1. A complete Temperature Sensor The NearSys Temperature Sensor is a kit that permits a BalloonSat to measure the temperature of the air, interior, or object the sensor itself is placed in contact with. When plugged into a flight computer

More information

BalloonSat Sensor Array

BalloonSat Sensor Array BalloonSat Sensor Array The PICAXE-08M2 in the BalloonSat flight computer is a digital device. Being digital, it functions best with a series of on and off voltages and does not interact very well with

More information

Figure 1. The Programmable Flight Computer.

Figure 1. The Programmable Flight Computer. The BalloonSat Flight Computer There are 22 parts in this BalloonSat flight computer, the heart of which is the PICAXE- 08M2. The PICAXE is a microcontroller; making the BalloonSat Flight Computer programmable.

More information

Figure 1. The BalloonSat Mini v4.0 Programmable Flight Computer. Parts List

Figure 1. The BalloonSat Mini v4.0 Programmable Flight Computer. Parts List The heart of the NearSys Mini v4.0 flight computer is the PICAXE-08M2. The PICAXE is a microcontroller and that makes the BalloonSat Flight Computer programmable. The PICAXE-08M2 s internal memory is limited

More information

Constructing a Low-Cost Mobile Eye Tracker

Constructing a Low-Cost Mobile Eye Tracker ==== Constructing a Low-Cost Mobile Eye Tracker ==== Section 1: Introduction This is a detailed set of instructions on how to build a low-cost mobile eye-tracking system from off-the-shelf components.

More information

BuffaloLabs WiFi Lantern Assembly guide version 1

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

More information

Figure 1. The BalloonSat Programmable Flight Computer.

Figure 1. The BalloonSat Programmable Flight Computer. The Dissertation BalloonSat Flight Computer There are 21 parts in this BalloonSat flight computer, the heart of which is the PICAXE- 08M2. The PICAXE is a microcontroller; making the BalloonSat Flight

More information

Figure 1. The BalloonSat Mini Servo v1.0 Programmable Flight Computer with servo. Parts List

Figure 1. The BalloonSat Mini Servo v1.0 Programmable Flight Computer with servo. Parts List The heart of the NearSys Mini Servo v1.0 flight computer is its PICAXE-08M2, a microcontroller, which makes the flight computer smart. The PICAXE-08M2 s internal memory is limited to 2048 bytes, or about

More information

Figure 1. The BalloonSat Extreme flight computer

Figure 1. The BalloonSat Extreme flight computer The BalloonSat Extreme is one of the largest BalloonSat flight computers. When assembled, students have a programmable flight computer for BalloonSats that s capable of collecting data from up to eight

More information

Universal Keying Adapter 3+

Universal Keying Adapter 3+ Universal Keying Adapter 3+ The Universal Keying Adapter Version 3+ kit will allow you to key nearly any transmitter or transceiver with a straight key, electronic keyer, computer serial or parallel port

More information

A Backlighted LCD for your K1

A Backlighted LCD for your K1 A Backlighted LCD for your K1 (K1BKLTKIT) Tom Hammond - NØSS, July 27, 2006 Rev C Thanks to Wayne Burdick, N6KR for suggesting this implementation of backlighting the K1 display. APPLICABILITY This modification

More information

Installation/assembly manual for DCC/Power shield

Installation/assembly manual for DCC/Power shield Installation/assembly manual for DCC/Power shield The DCC circuit consists of the following components: R1/R6 R2/R3 R4/R5 D1 C2 2 kω resistor ½ Watt (colour code Red/Black/Black/Brown/Brown) 10 kω resistor

More information

Pacific Antenna Two Tone Generator

Pacific Antenna Two Tone Generator Pacific Antenna Two Tone Generator Description Our Two Tone Generator kit provides two non-harmonic, sine wave signals for testing audio circuits Outputs of approximately 700Hz and 1900Hz and the combination

More information

An open-source hardware+software project. For design files and additional documentation, please visit:

An open-source hardware+software project. For design files and additional documentation, please visit: An open-source hardware+software project. For design files and additional documentation, please visit: http://www.evilmadscientist.com/go/diavolino Support: http://www.evilmadscientist.com/forum/ Distributed

More information

Pacific Antenna Easy TR Switch Kit

Pacific Antenna Easy TR Switch Kit Pacific Antenna Easy TR Switch Kit 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

More information

Bill of Materials: Picaxe-based IR Control Module Pair PART NO

Bill of Materials: Picaxe-based IR Control Module Pair PART NO Picaxe-based IR Control Module Pair PART NO. 2171014 The IRGEII is an IR (Infra Red) Transmitter and Receiver pair that uses a 38 KHZ frequency of invisible light to communicate simple instructions. The

More information

IR TRANSMITTER BLOK PCB ASSEMBLY INSTRUCTIONS. Copyright EduTek Ltd Rev. 2

IR TRANSMITTER BLOK PCB ASSEMBLY INSTRUCTIONS. Copyright EduTek Ltd Rev. 2 IR TRANSMITTER BLOK PCB ASSEMBLY INSTRUCTIONS Copyright EduTek Ltd Rev. 2 Circuit Details The circuit is shown below with a parts list of components. Check through this list and identify each component.

More information

edrive RAM Battery Alternate Replacement Procedure

edrive RAM Battery Alternate Replacement Procedure edrive RAM Battery Summary This technical note describes the process for replacing the TINI RAM battery with a higher capacity battery. With the edrive turned on, the external battery can be changed without

More information

Button Code Kit. Assembly Instructions and User Guide. Single Button Code Entry System

Button Code Kit. Assembly Instructions and User Guide. Single Button Code Entry System Button Code Kit Single Button Code Entry System Assembly Instructions and User Guide Rev 1.0 December 2009 www.alan-parekh.com Copyright 2009 Alan Electronic Projects Inc. 1. Introduction... 4 1.1 Concept

More information

Manual Version March 2007

Manual Version March 2007 Manual Version 1.1 - March 2007 Page 1 Table of Contents Section1: 6922 Line Board Build... 3 6922 Line Board Version Notes... 5 6922 Line Board Build - HARD-WIRED VERSION... 5 Final Connections and Checks

More information

Arduino Robots Robot Kit Parts List

Arduino Robots Robot Kit Parts List Arduino Robots Robot Kit Parts List (1) Metal Chassis (2) Push Button Activators (2) Servo Motors w/ Cross Wheels (2) IR Receivers (1) Control Board (1) Piezo Speaker (1) Dual-Sided Screwdriver (1) Cotter

More information

Microsystems. SCI-6 Sound Card Interface Kit Version 1.09 January 2015

Microsystems. SCI-6 Sound Card Interface Kit Version 1.09 January 2015 UM Unified Microsystems SCI-6 Sound Card Interface Kit Version 1.09 January 2015 The SCI-6 interface was designed to be a low cost, high quality interface between your PC s sound card and radio transceiver.

More information

Assembly of the TACOS WAT-910BD Housing v2

Assembly of the TACOS WAT-910BD Housing v2 1) Circuit Diagram 2) Assembly of PCB a)tools Required. Only simple hand tools are necessary to complete the assembly of the PCB. - Soldering Iron and solder - Needle nose pliers - Wire clippers/trimmers

More information

Installing PRO/DGX or Pro Soloist MIDI interface. R Grieb 9/08/2017

Installing PRO/DGX or Pro Soloist MIDI interface. R Grieb 9/08/2017 Installing PRO/DGX or Pro Soloist MIDI interface. R Grieb 9/08/2017 Please read these instructions before purchasing the MIDI interface, to make sure you are comfortable performing the necessary steps.

More information

EQ573 Assembly guide. EQ573 Assembly guide Main board 1. Diodes. 2. Resistors (1) 3. Test pins. 4. Ceramic capacitors.

EQ573 Assembly guide. EQ573 Assembly guide Main board 1. Diodes. 2. Resistors (1) 3. Test pins. 4. Ceramic capacitors. EQ573 Assembly guide Safety warning The kits are main powered and use potentially lethal voltages. Under no circumstance should someone undertake the realisation of a kit unless he has full knowledge about

More information

The GENIE Light Kit is ideal for introducing simple lighting projects, such as an electronic die, a wearable badge or a night-time warning system.

The GENIE Light Kit is ideal for introducing simple lighting projects, such as an electronic die, a wearable badge or a night-time warning system. Introduction 1 Welcome to the GENIE microcontroller system! The GENIE Light Kit is ideal for introducing simple lighting projects, such as an electronic die, a wearable badge or a night-time warning system.

More information

Onwards and Upwards, Your near space guide

Onwards and Upwards, Your near space guide The NearSys BalloonSat Sound of Near Space Flight Computer is a BalloonSat flight computer with one major purpose, to experiment with the effects of near space vacuum on the sound transmission. It creates

More information

2010, 2013 Azatrax.com MRD2-S USB with Switch Control installation instructions pg. 1 of 6

2010, 2013 Azatrax.com MRD2-S USB with Switch Control installation instructions pg. 1 of 6 Installation Instructions Azatrax Dual Infrared Model Train Detector MRD2-S, USB with Switch Control What it is: The MRD2-S is a two-channel model train detector. It can detect model trains at two different

More information

RC Tractor Guy Controller V2.1 Assembly Guide

RC Tractor Guy Controller V2.1 Assembly Guide RC Tractor Guy Controller V. Assembly Guide Features 0 Push button inputs Dual axis thumb sticks with built-in push button Rotary encoders with built-in push button MCU Socket to suit Meduino Mega 560

More information

Alesis MMT8 16x Memory Expansion Modification (all grey model MMT8 s)

Alesis MMT8 16x Memory Expansion Modification (all grey model MMT8 s) Alesis MMT8 16x Memory Expansion Modification (all grey model MMT8 s) by Graham Meredith, 2006 Revised 13 th January 2009 gmeredith1@yahoo.com.au This modification expands the memory of the Alesis MMT8

More information

Lab 2.2 Ohm s Law and Introduction to Arduinos

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

More information

KDS Channel DMX Controlled Servo Kit

KDS Channel DMX Controlled Servo Kit KDS00801 8-Channel DMX Controlled Servo Kit This is a DMX512-A controlled servo kit using ANSI approved RJ-45 connectors for DMX networks. Power requirements are 8-20 VDC @ 50 ma. The board features an

More information

Morse Code Practice Oscillator

Morse Code Practice Oscillator Features Description Keyer speed range: Limited only by keying source True Sine wave tone output Tone Volume Control Tone Frequency Control Internal Speaker 1/8 External Speaker/Headphone Jack RCA Key

More information

Cheap Control Systems. Cheap Six Channel (C6C) Servo Controller Version 2.3 OVERVIEW

Cheap Control Systems. Cheap Six Channel (C6C) Servo Controller Version 2.3 OVERVIEW Cheap Control Systems Cheap Six Channel (C6C) Servo Controller Version 2.3 The Cheap Six Channel (C6C) Servo Controller is a low cost embedded controller that allows the Sony Playstation 2 (PS2) game pad

More information

Q2 XBee Handheld Controller Assembly Guide

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

More information

Infrared Add-On Module for Line Following Robot

Infrared Add-On Module for Line Following Robot 1 Infrared Add-On Module for Line Following Robot January 3, 2015 Jeffrey La Favre The infrared add-on module allows multiple line following robots to operate on the same track by preventing collisions

More information

Electronics Construction Manual

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

More information

ME 3210: Mechatronics Signal Conditioning Circuit for IR Sensors March 27, 2003

ME 3210: Mechatronics Signal Conditioning Circuit for IR Sensors March 27, 2003 ME 3210: Mechatronics Signal Conditioning Circuit for IR Sensors March 27, 2003 This manual and the circuit described have been brought to you by Adam Blankespoor, Roy Merril, and the number 47. The Problem:

More information

Elecraft K3 KPA3 Power Connector Replacement Revision B, June 30, 2017 Copyright 2017, Elecraft, Inc. All Rights Reserved

Elecraft K3 KPA3 Power Connector Replacement Revision B, June 30, 2017 Copyright 2017, Elecraft, Inc. All Rights Reserved Introduction Elecraft K3 KPA3 Power Connector Replacement Revision B, June 30, 2017 Copyright 2017, Elecraft, Inc. All Rights Reserved The connectors furnishing high current to the KPA3 module have failed

More information

Vout R LED2 LED1 Nr. of LEDs R Ohm Current ma Vout V Ardunio Pin9

Vout R LED2 LED1 Nr. of LEDs R Ohm Current ma Vout V Ardunio Pin9 Tutorial AR Drone Miru Mod on Windows 7 with DX6i, Part 5 V. UFO Doctor, Aug th, 0 7. VLBA experiments with external LED at Arduino Pin9 Introduction Miru Mod 008 offered us the Visible Low Battery Alert

More information

Single cable kit for the FCB1010

Single cable kit for the FCB1010 Single cable kit for the FCB1010 1. What is it? With this kit, you can turn your FCB1010 into a phantom powered floorboard, which can do 2-way MIDI communication over one single cable. After installing

More information

SPIRIT. Phase 5 Analog Board Computer and Electronics Engineering

SPIRIT. Phase 5 Analog Board Computer and Electronics Engineering SPIRIT Phase 5 Analog Board Computer and Electronics Engineering In this exercise you will assemble the analog controller board and interface it to your TekBot. Print out the schematic, silkscreen and

More information

Advanced Lantern 1.0 Kit. Introduction to the Advanced Lantern 1.0 Kit

Advanced Lantern 1.0 Kit. Introduction to the Advanced Lantern 1.0 Kit Advanced LED Lantern 1.0 Instruction Manual Eastern Voltage Research, LLC Introduction to the Advanced Lantern 1.0 Kit Thank you for purchasing the Advanced Lantern 1.0 Kit. This kit is an advanced microprocessor

More information

Installation instructions DC Protection and Delay unit, Version 1.2 The package should contain: A piece of normal gauge yellow wire for the AC connect

Installation instructions DC Protection and Delay unit, Version 1.2 The package should contain: A piece of normal gauge yellow wire for the AC connect Installation instructions DC Protection and Delay unit, Version 1.2 How does the unit work? Delay: Basically a capacitor is charged via a resistor, when the voltage of the capacitor reach a certain level,

More information

OpenSprinkler v2.1u Build Instructions

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

More information

Assembling the Printed Circuit Board for the EDE1200 Robot

Assembling the Printed Circuit Board for the EDE1200 Robot This board receives instructions from either a CBL2, a LabPro or (with an adapter cable) an original CBL. The board has two 595 shift registers (each providing 8 bits of on-board memory) and two EDE1200

More information

Alesis MMT8 16x Memory Expansion Modification (Black model MMT8 s) Equipment. Components required. Other bits:

Alesis MMT8 16x Memory Expansion Modification (Black model MMT8 s) Equipment. Components required. Other bits: Alesis MMT8 16x Memory Expansion Modification (Black model MMT8 s) by Graham Meredith, 006 Revised 15 th January 009 gmeredith1@yahoo.com.au This modification expands the memory of the Alesis MMT8 to 16x

More information

Part 2: Building the Controller Board

Part 2: Building the Controller Board v3.01, June 2018 1 Part 2: Building the Controller Board Congratulations for making it this far! The controller board uses smaller components than the wing boards, which believe it or not, means that everything

More information

Patch Bay. Model 9746 Assembly and Using Manual PAiA Corporation

Patch Bay. Model 9746 Assembly and Using Manual PAiA Corporation Patch Bay Model 9746 Assembly and Using Manual This second-generation 9700-series processing element for modular sound synthesizers is designed to provide great sound and excellent value. A two-section

More information

K2 RIT-SPLIT LED Indicator Mod dated 18 October 2003 Circuit Design by: Wayne Burdick, N6KR Implementation by: Tom Hammond, NØSS

K2 RIT-SPLIT LED Indicator Mod dated 18 October 2003 Circuit Design by: Wayne Burdick, N6KR Implementation by: Tom Hammond, NØSS K2 RIT-SPLIT LED Indicator Mod dated 18 October 2003 Circuit Design by: Wayne Burdick, N6KR Implementation by: Tom Hammond, NØSS Show & Tell Pictorial Supplement to the K2 RIT-SPLIT LED Mod Documentation

More information

The Basic Counter. Hobby Electronics Soldering Kit. Instruction Guide

The Basic Counter. Hobby Electronics Soldering Kit. Instruction Guide The Basic Counter Hobby Electronics Soldering Kit Instruction Guide TM For the best outcome, follow each step in order. We recommend reading this guide entirely before you get started. Tools required:

More information

Connecting igaging DigiMAG Scales to the Caliper2PC Interface A step by step Guide

Connecting igaging DigiMAG Scales to the Caliper2PC Interface A step by step Guide What is an igaging DigiMAG Scale? The igaging DigiMAG are digital linear scales that are easily connectable to the Caliper2PC interface. They consist of two parts, the encoder and the readout unit. The

More information

Warranty Disclaimer. Limitation of Liability

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

More information

Parts List: Part # Tools List: Instructions:

Parts List: Part # Tools List: Instructions: Parts List: Part # 1 pair of Dayton Audio B652s 300-652 1 Dayton Audio DTA-2 amplifier 300-385 1 MP3 module 320-350 1 7805 +5 VDC voltage regulator 7805 1 12 VDC 2A power supply 129-077 1 2.1 mm panel

More information

World Clock Operating and Assembly Manual

World Clock Operating and Assembly Manual World Clock Operating and Assembly Manual Table of Contents INTRODUCTION... 3 UNPACKING/PARTS LIST... 4 SOLDERING... 5 ASSEMBLY INSTRUCTIONS DISPLAY SLICE... 7 ASSEMBLY INSTRUCTIONS CONTROLLER SLICE...

More information

Adafruit USB Power Gauge Mini-Kit

Adafruit USB Power Gauge Mini-Kit Adafruit USB Power Gauge Mini-Kit Created by Bill Earl Last updated on 2017-07-14 11:55:04 PM UTC Guide Contents Guide Contents Overview Assembly Basic Assembly Solder the female connector. Solder the

More information

TECHKNOW, INC. Kiosk Order Confirmation System INSTALLATION MANUAL. Revision Date: July 11, 2012 Part # Version 3.2

TECHKNOW, INC. Kiosk Order Confirmation System INSTALLATION MANUAL. Revision Date: July 11, 2012 Part # Version 3.2 document Page 1 of 18 TECHKNOW, INC Kiosk Order Confirmation System INSTALLATION MANUAL Revision Date: July 11, 2012 Part # Version 3.2 Techknow, Inc. 393 Mayfield Road Duncan, SC 29334 www.gotechknow.com

More information

EE 354 August 1, 2017 Assembly of the AT89C51CC03 board

EE 354 August 1, 2017 Assembly of the AT89C51CC03 board EE 354 August 1, 2017 Assembly of the AT89C51CC03 board The AT89C51CC03 board comes as a kit which you must put together. The kit has the following parts: No. ID Description 1 1.5" x 3.25" printed circuit

More information

OpenSprinkler v2.2u Build Instructions

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

More information

Ultimate LPF kit: Relay-switched LPF kit

Ultimate LPF kit: Relay-switched LPF kit Ultimate LPF kit: Relay-switched LPF kit PCB Revision 4 1. Introduction Thank you for purchasing the QRP Labs relay-switched low-pass filter (LPF) kit. This kit is designed to complement the Ultimate3

More information

The Radio Control Temperature Logger (RCTL) Manual For hardware version 1.0 Manual version 1.0b

The Radio Control Temperature Logger (RCTL) Manual For hardware version 1.0 Manual version 1.0b The Radio Control Temperature Logger (RCTL) Manual For hardware version 1.0 Manual version 1.0b All materials owned by Dan Gebhardt Introduction This device records the temperature of a model engine during

More information

TIME WIZARD MULTI CLOCK DIVIDER BUILDING GUIDE

TIME WIZARD MULTI CLOCK DIVIDER BUILDING GUIDE TIME WIZARD MULTI CLOCK DIVIDER BUILDING GUIDE Table of Contents 0. Components List + Tools 0. PCB Sides 03. PCB Assembly 04_. Diode N448 04_. Laying Resistors 04_3. Capacitors 04_4. Quartz 04_5. 78L05

More information

K1EL Morse Code Practice Oscillator CPO

K1EL Morse Code Practice Oscillator CPO Features This is an oscillator not a Morse keyer Input source can be a keyer or straight key Near Sine wave tone output CPO Tone Volume Control CPO Tone Frequency Control Use headphones or external speaker

More information

Celadon, Inc. TRX Series Infrared Remote and Receiver Assembly and Operation Instruction Manual

Celadon, Inc. TRX Series Infrared Remote and Receiver Assembly and Operation Instruction Manual Celadon, Inc. TRX Series Infrared Remote and Receiver Assembly and Operation Instruction Manual REV 2.1 COPYRIGHT 2001 I. Introduction Thank you for purchasing your infrared remote control transmitter

More information

Insert the male, 90 angled, 2x10 connectors into the corresponding 2x10 sockets and put them in place, flat under the PCB. Solder.

Insert the male, 90 angled, 2x10 connectors into the corresponding 2x10 sockets and put them in place, flat under the PCB. Solder. MC624 Assembly guide Safety warning The kits are main powered and use potentially lethal voltages. Under no circumstance should someone undertake the realisation of a kit unless he has full knowledge about

More information

MACRO MODCHIP FOR XBOX360 CG2 INSTALLATION INSTRUCTIONS

MACRO MODCHIP FOR XBOX360 CG2 INSTALLATION INSTRUCTIONS MACRO MODCHIP FOR XBOX360 CG2 INSTALLATION INSTRUCTIONS List of tools and materials needed: Modchip, flexible LED add-on board, 6 tac switches Microsoft wireless CG2 controller Soldering iron and thin

More information

AXE Stack 18. BASIC-Programmable Microcontroller Kit. An inexpensive introduction to microcontroller technology for all ability levels

AXE Stack 18. BASIC-Programmable Microcontroller Kit. An inexpensive introduction to microcontroller technology for all ability levels Ltd AXE Stack 18 BASIC-Programmable Microcontroller Kit a division of An inexpensive introduction to microcontroller technology for all ability levels Free Windows interface software Programmable in BASIC

More information

Electronics Construction Manual

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

More information

Advanced Strobe 1.0 Kit

Advanced Strobe 1.0 Kit Kit Instruction Manual Eastern Voltage Research, LLC December 2013, Rev 1 1 http://www.easternvoltageresearch.com Kit Introduction to the Kit Thank you for purchasing the Kit. If you are looking for a

More information

Digital Pins and Constants

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

More information

AVR-M Rev 5 ASSEMBLY

AVR-M Rev 5 ASSEMBLY AVR-M Rev 5 ASSEMBLY The AVR_M is a very compact self contained Atmel AVR mcu controller board. It includes an onboard serial programmer (via PC com port), an I2C eeprom and can use a Mega163, Mega16 or

More information

Connecting Mitutoyo Digimatic Devices to the Caliper2PC Interface A step by step Guide

Connecting Mitutoyo Digimatic Devices to the Caliper2PC Interface A step by step Guide Mitutoyo Digimatic Devices Mitutoyo is one of the world's leading manufacturers of precision measuring equipment, offering a huge range of professional products from micrometers, calipers to dial gauges.

More information

Plasma Panel Replacement Guide DU-42PX12X

Plasma Panel Replacement Guide DU-42PX12X Plasma Panel Replacement Guide DU-42PX12X Panel Replacement: At this point, the panel has been determined to be defective and replacement is necessary. Upon receiving the replacement panel, it must be

More information

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

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

More information

Computer Temperature Interface model CTI-2. Description. Installation. Control Module

Computer Temperature Interface model CTI-2. Description. Installation. Control Module Description The Sine Systems model CTI-2 Computer-Temperature Interface allows a computer to monitor the outside air temperature. It consists of a 2.75 x 3 x 0.75 control module with 8 screw-terminal connections.

More information

KAA Watt x 2 Class-D Audio Amplifier Kit

KAA Watt x 2 Class-D Audio Amplifier Kit KAA10021 50 Watt x 2 Class-D Audio Amplifier Kit This amplifier kit uses Texas Instruments TPA3116D2 stereo audio amplifier IC for driving speakers up to 50 watts @ 4 ohm per channel in stereo mode and

More information

Lab 0: Wire Wrapping Project: Counter Board

Lab 0: Wire Wrapping Project: Counter Board Lab 0: Wire Wrapping Project: Counter Board September 3, 2008 In this experiment, you will build a simple counter circuit that can be plugged into your breadboard. It will provide a set of TTL output signals

More information

IQ32 Upgrade Kit Assembly Instructions

IQ32 Upgrade Kit Assembly Instructions IQ32 Upgrade Kit Assembly Instructions Jim Veatch WA2EUJ September 17, 2018 TABLE OF CONTENTS 1. INTRODUCTION... 3 2. IQ-32 UPGRADE KIT INVENTORY... 4 3. PREPARING THE RS-HFIQ AND SIDE PANELS... 6 4. CONNECTING

More information

You need the following components to assemble the Black n Wood Nixie Clock circuit board:

You need the following components to assemble the Black n Wood Nixie Clock circuit board: You need the following components to assemble the Black n Wood Nixie Clock circuit board: Quantity Designator Description 1 Battery Battery, CR1220 1 Battery Battery holder 3 Button 1, Button 2, Button

More information

University of Florida EEL 4744 Drs. Eric M. Schwartz, Karl Gugel & Tao Li Department of Electrical and Computer Engineering

University of Florida EEL 4744 Drs. Eric M. Schwartz, Karl Gugel & Tao Li Department of Electrical and Computer Engineering Page 1/9 Revision 1 OBJECTIVES In this document you will learn how to solder and to debug a board as you are building it. REQUIRED MATERIALS Website documents o UF 68HC12 Development Board Manual (board

More information

Features & Benefits LIGHT STRIP 15

Features & Benefits LIGHT STRIP 15 Features & Benefits LIGHT STRIP High Output L80 Epistar SMD light source. Eco friendly UV resistant PVC materials. Max,000Lm/Meter with uniform light output. Solder free system for quick installations.

More information

Building the FlipChip Tester

Building the FlipChip Tester Building the FlipChip Tester 1. Assembly of the Core Board You will need a fine low-wattage soldering iron and a Voltmeter. Take your time to solder the components on the Core Board. Better to spend a

More information

GPS Series. Build a GPS Smart Logger. By Michael Simpson. As seen in November 2008 of Servo Magazine Pick up an issue at

GPS Series. Build a GPS Smart Logger. By Michael Simpson. As seen in November 2008 of Servo Magazine Pick up an issue at GPS Series By Michael Simpson Build a GPS Smart Logger As seen in November 2008 of Servo Magazine Pick up an issue at www.servomagazine.com I recently did a GPS series covering various GPS modules and

More information

Assembly Instructions IV-11 DCF, melody

Assembly Instructions IV-11 DCF, melody This IV-11 clock is the next generation to the IV-11 Quartz, DCF, melody. This is not a beginner kit. It requires soldering experience on the IV-18 and the IV-3A board The switching power supply wall adapter

More information

HOW TO ADD TWO USB PORTS TO LINKSYS WRT54GS Ver.1 AND WRT54G Ver.2 ROUTERS OPENING THE CASE

HOW TO ADD TWO USB PORTS TO LINKSYS WRT54GS Ver.1 AND WRT54G Ver.2 ROUTERS OPENING THE CASE HOW TO ADD TWO USB PORTS TO LINKSYS WRT54GS Ver.1 AND WRT54G Ver.2 ROUTERS By Danuel Quaintance, AF7EF April 23, 2014 OPENING THE CASE To do this mod requires opening the case of the router. To do so you

More information

RC-210 Repeater Controller Assembly Manual

RC-210 Repeater Controller Assembly Manual Arcom Communications 24035 NE Butteville Rd Aurora, Oregon 97002 (503) 678-6182 arcom@ah6le.net RC-210 Repeater Controller Assembly Manual Hardware Version 3.0 Original Release Date September 13, 2004

More information

Interactive LED Modules

Interactive LED Modules Interactive LED Modules An open-source hardware+software project. For design files, source code, & additional documentation, please visit: http://wiki.evilmadscience.com/octolively Support: http://www.evilmadscientist.com/forum/

More information

QRPometer Assembly Manual Copyright 2012 David Cripe NM0S The 4 State QRP Group. Introduction

QRPometer Assembly Manual Copyright 2012 David Cripe NM0S The 4 State QRP Group. Introduction QRPometer Assembly Manual Copyright 2012 David Cripe NM0S The 4 State QRP Group Introduction Thank you for purchasing a QRPometer. We hope you will enjoy building it and and find it a useful addition to

More information

CP5176 Assembly guide. Soldering. CP5176 Assembly guide Main PCB PCB split. Document revision 2.1 Last modification : 12/11/17

CP5176 Assembly guide. Soldering. CP5176 Assembly guide Main PCB PCB split.  Document revision 2.1 Last modification : 12/11/17 CP5176 Assembly guide Safety warning The kits are main powered and use potentially lethal voltages. Under no circumstance should someone undertake the realisation of a kit unless he has full knowledge

More information

Construction Construction Instructions

Construction Construction Instructions Semi-Virtual Diskette SVD Construction Construction Instructions PCB version 2.0 September 2004 Eric J. Rothfus Table of Contents Table of Contents... i Parts List...1 Construction Overview...5 PCB Construction...

More information

How to build an Olympus D-360L Trail Camera using the PixController Universal "Digital Trail Camera Kit" w/ RS-232-U PIC Chip

How to build an Olympus D-360L Trail Camera using the PixController Universal Digital Trail Camera Kit w/ RS-232-U PIC Chip Copyright, PixController, Inc. http://www.pixcontroller.com, all rights reserved. How to build an Olympus D-360L Trail Camera using the PixController Universal "Digital Trail Camera Kit" w/ RS-232-U PIC

More information

ARRL ETP Solder Hour Clock Kit Construction Manual

ARRL ETP Solder Hour Clock Kit Construction Manual ARRL ETP Solder 101 24-Hour Clock Kit Construction Manual Do a complete parts check cross checking the individual parts against the parts list. Pay particular attention to the color code for the resistors:

More information

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

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

More information

UF-3701 Power Board Construction Guide

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

More information

Installation Guide. Retrofit Kit for USB Ready Intraoral Systems

Installation Guide. Retrofit Kit for USB Ready Intraoral Systems Installation Guide Retrofit Kit for USB Ready Intraoral Systems Table of Contents Wall-Mount Retrofit Kit... 2 Introduction... 2 Connecting the Articulating and Horizontal Arm Cables... 2 Installing the

More information

Number Name Description Notes Image 0101 Resistor, 100 ohm. brown-black-browngold. ¼ watt, 5% tolerance, red-red-brown-gold. brown-black-red-gold.

Number Name Description Notes Image 0101 Resistor, 100 ohm. brown-black-browngold. ¼ watt, 5% tolerance, red-red-brown-gold. brown-black-red-gold. Passive Components 0101 Resistor, 100 brown-black-browngold. 690620 0102 Resistor, 220 red-red-brown-gold. 690700 0103 Resistor, 1000 brown-black-red-gold. 690865 0104 Resistor, 10k 0201 Capacitor, 1 µf,

More information

KDR00101 DMX Controlled Relay Kit

KDR00101 DMX Controlled Relay Kit KDR00101 DMX Controlled Relay Kit This is a DMX512-A relay kit using ANSI approved RJ-45 connectors for DMX networks. Power requirements are 12 Vdc @ 100 ma. The relay contact rating is 10 Amp @ 120 or

More information

Seeburg JCU-DEC Kit Convert Your Seeburg DEC Wallbox Into a Jukebox

Seeburg JCU-DEC Kit Convert Your Seeburg DEC Wallbox Into a Jukebox Seeburg JCU-DEC Kit Convert Your Seeburg DEC Wallbox Into a Jukebox MP3 Compact Flash Player Coin Operated or Free Play Integrated Power Amplifier Line-Out to External Amplifier Programmable Autoplay IR

More information