Simple Line Follower robot

Size: px
Start display at page:

Download "Simple Line Follower robot"

Transcription

1 Simple Line Follower robot May 14, 12 It is a machine that follows a line, either a black line on white surface or vise-versa. For Beginners it is usually their first robot to play with. In this tutorial, we will teach you to make the line follower robot move on the line with a type of feedback mechanism. It s the most basic example of adding small intelligence to a robot, but it s actually the designer s intelligence!! After reading this section completely you will be playing with the one shown below. Moreover we will make it modular so that it can be easily modified in future. The main electronics/mechanical components that will be used in making this line follower robot are two sensors made using LDRs, transistors as motor driver circuit, acrylic sheet, General purpose board, Two DC motors and battery Not Found So let s start making its chassis. Chassis It s basically the frame of the robot on which motors and wheels are mounted and all the circuitry part is also placed on it. For base, we will be using Acrylic sheet of dimension 14x13cm square and thickness of 4mm for our chassis, it can be easily available at any picture frame shop. 1/

2 Drive Mechanism Acrylic sheet We will be using a three wheel differential drive using two motors and one caster wheel or an Omni directional wheel. The Direction and speed of the two motors can be controlled independently. 2/

3 Motor, Motor clamp and tyre Caster wheel 3/

4 Chassis Layout Our first step would be drilling holes to fix caster and clamps for motors. Though i haven't done any drilling while making this line following robot, just pasted caster and motor clamps with the help of double sided tape!!. But if you are making it for any small college project or competition fix every thing properly with screws. Also solder a 2 pin connector to the motors pins. Motors with connector Now fix motors, caster and also attach wheels to the motors. As I said it is to made modular, attach a two pin connector to each motor. 4/

5 Now the chassis is complete. Lets make its circuit!. Circuit Final chassis We will be using light sensors, particularly Light dependent Resistors (LDRs) to detect black line on white surface. The figure below will explain how to detect black line on white surface. Line detection logic The overall circuit for this robot is shown below. To know in detail about sensor circuit see this tutorial (/light-sensors) and for motor driver circuit part see this (/dc-motor-driver-circuits). 5/

6 Complete circuit How would the above circuit works? The logic is simple. Left sensor will be controlling left motor, when the sensor is on white surface motor will be switched on else switched off. Similarly right motor is controlled by right sensor. The picture below will give you an idea. 6/

7 Related articles on PlayWithRobots logic Advance line follower robot (/advance-line-follower-robot) Edge avoider robot (/edge-avoider-robot) Sensor circuits (/light-sensors) Motor driver circuts (/dc-motor-driver-circuits) AVR basic input output concepts (/avr-basic-io) Now lets make it. To sense the line properly sensors must be placed on the robot is such a way that they are very close to the ground. For this we have divided the circuit into two parts, first part would be LDR and LED pairs. These are to be soldered on a small general purpose board and mounted just in front of caster wheel facing downwards. This circuit is connected to the second part with the help of a 4 pin connector. This sensor part is modular as we can use them for another purpose also. You don't need to solder them again, just unplug the connector and use them. Ensure that distance between two LDR must be 4-5mm greater than the width of the black line. It is necessary to cover the LED LDR pair with some absorbing material in order to avoid ambient light (enviremnet light) to fall on LDR. See the pictures below. 7/

8 General purpose board Sensor Part soldered 8/

9 Insulated soldered part sensor covering Second part consist of motor driver circuit and the threshold adjusting potentiometer. This part would be soldered on another general purpose board and would be placed on the top of chassis. The reason for placing potentiometer in this part is that it would be easier to adjust sensor threshold. See the pictures below. 9/

10 Part 2 soldered Now all the chassis and circuit part is done lets combine them all!. Combining all Fix the sensor part just in front caster,facing downwards. ensure that there is very less clearance between sensor covering and ground. See the picture below. 10/

11 Sensor Placement Now connect the battery to the circuit and also plugin the motors in there respective connectors. For more information regarding battery and there charging circuit see this tutorial. I am using two 3.7V Liions cells in series for this robot. Small cheap 9 V batteries will not be able to drive this robot for more that 4-5 minutes. 11/

12 Li-ion battery Complete Robot 12/

13 Adjust the threshold of LDR such that when sensor is on black surface voltage at base of transistor must be less than 0.5Volts. If motors are rotating is reverse direction just change the polarity of that motor. After all this you would be able to make a robot that moves like the one below! Not Found Hope you liked the above tutorial. Subscribe to PlaywithRobots on facebook for more updates. More on PlaywithRobots avr-tutorials Introduction to AVR microcontrollers (/avr-introduction/) Basic hardware and software required for AVR (/avr-getting-started/) AVR fuse bits (/avr-fuse-bits/) Input/Output Concept (/avr-basic-io/) make-robots Manually controlled robot (/manually-controlled-robot/) Edge avoider robot (/edge-avoider-robot/) Advance Line Follower robot (/advance-line-follower-robot/) Simple Line Follower robot (/simple-line-follower-robot/) motor-driver-circuits DC-Motor Driver circuits (/dc-motor-driver-circuits/) pioneer-p3dx-robot Human Interaction with Pioneer P3-DX (/p3dx-interaction/) Pioneer P3-DX and ADstar planner (/pioneer-p3dx-adstar/) 13/

Chapter 1: Battery management: State of charge

Chapter 1: Battery management: State of charge Chapter 1: Battery management: State of charge Since the mobility need of the people, portable energy is one of the most important development fields nowadays. There are many types of portable energy device

More information

Welcome to the world of fischertechnik's ROBOTICS line 3 Some General Information 3. Component Explanations 4

Welcome to the world of fischertechnik's ROBOTICS line 3 Some General Information 3. Component Explanations 4 Welcome to the world of fischertechnik's ROBOTICS line 3 Some General Information 3 Electricity 3 Robots, Artificial Humans? 4 ROBOTICS, (Almost) Everything Automatic 4 Component Explanations 4 ROBOTICS

More information

Battery Board Manual (v 1.)

Battery Board Manual (v 1.) Battery Board Manual (v 1.) The Raspberry Pi Battery Board was created as a compact and easy to use portable power source for the Raspberry Pi. Several ways of connecting a battery to the board have been

More information

DIY Synth Kit - Manual

DIY Synth Kit - Manual DIY Synth Kit - Manual Welcome to the DIY Synth - Manual This is a step-by-step guide to making your own electronic Synth. All the equipment you ll need to make your synth is your DIY Synth kit and of

More information

DIY Synth Kit - Manual STUTTER SYNTH

DIY Synth Kit - Manual STUTTER SYNTH DIY Synth Kit - Manual STUTTER SYNTH Welcome to the DIY Synth - Manual This is a step-by-step guide to making your own electronic Synth. All you will need is your hands and your DIY Synth kit which includes

More information

Driver Board User Manual

Driver Board User Manual Personal Mechatronics Lab Driver Board User Manual 2012 by M.R. Emami Table of Contents General Notes... 3 1 Modular Arrangement of the Driver Board... 4 2 Powering the Board... 5 3 Computer Interface...

More information

Week 11. Module 5: EE100 Course Project Making your first robot

Week 11. Module 5: EE100 Course Project Making your first robot Week 11 Module 5: EE100 Course Project Making your first robot Dr. Ing. Ahmad Kamal Nasir Office Hours: Room 9-245A Tuesday (1000-1100) Wednesday (1500-1600) Course Project: Wall-Follower Robot Week 1

More information

SOLID-STATE POWER DISTRIBUTION

SOLID-STATE POWER DISTRIBUTION SOLID-STATE POWER DISTRIBUTION NEW How it Works The intelligent wiring system is a modular, solid-state microprocessor-controlled automotive electrical system that replaces or augments an existing traditional

More information

Implementation Notes. Solar Group

Implementation Notes. Solar Group Implementation Notes Solar Group The Solar Array Hardware The solar array is made up of 42 panels each rated at 0.5V and 125mA in noon sunlight. Each individual cell contains a solder strip on the top

More information

The CMPE 118 Cockroach Robot Dept. of Computer Engineering, UCSC

The CMPE 118 Cockroach Robot Dept. of Computer Engineering, UCSC The CMPE 118 Cockroach Robot Dept. of Computer Engineering, UCSC Background: The CMPE-118 Cockroach robot is designed to be an accessible mobile platform to teach you basic state machine programming. This

More information

SOIL MOISTURE-SENSING BY HACKING A SOLAR LIGHT

SOIL MOISTURE-SENSING BY HACKING A SOLAR LIGHT SOIL MOISTURE-SENSING BY HACKING A SOLAR Getting started LIGHT In this tutorial, we are going to take a simple solar powered pathway light from a department store and rewire it to be a soil moisture sensor.

More information

All About Batteries. Created by lady ada. Last updated on :22:29 PM UTC

All About Batteries. Created by lady ada. Last updated on :22:29 PM UTC All About Batteries Created by lady ada Last updated on 2018-01-04 09:22:29 PM UTC Guide Contents Guide Contents Overview How Batteries Are Measured Power Capacity and Power Capability Lead Acid Batteries

More information

DCX2496 Linear Power Supply mod by

DCX2496 Linear Power Supply mod by DCX2496 Linear Power Supply mod by Construction Guide Linear Power Supply for the DCX2496 Introduction. One of my more rewarding modifications to the DCX2496 was the replacement of the stock I/O board

More information

How to Make a Solid State Instrument Voltage Regulator

How to Make a Solid State Instrument Voltage Regulator Taken from the web page: http://chris66dad.tripod.com/id29.html How to Make a Solid State Instrument Voltage Regulator Note: Although this description was intended for a Ford Mustang, it also works for

More information

Arlo Power Distribution Board Kit Rev B (#28996)

Arlo Power Distribution Board Kit Rev B (#28996) Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

Chapter 2. Battery Charger and Base Assembly

Chapter 2. Battery Charger and Base Assembly Chapter 2 Battery Charger and Base Assembly 11 CHAPTER 2. BATTERY CHARGER AND BASE ASSEMBLY 2.1 Section Overview This Lab teaches students how to assemble a Tekbot, in the following steps: Describe the

More information

Budget Robotics Scooterbot Assembly Instructions

Budget Robotics Scooterbot Assembly Instructions Budget Robotics Scooterbot Assembly Instructions The Budget Robotics Scooterbot 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

Lab 4: Robot Assembly

Lab 4: Robot Assembly E11: Autonomous Vehicles Lab 4: Robot Assembly In this lab, you ll put together your very own robot! You should have a Mudduino and a chassis, as well as your kit of parts. Now it s time to put them all

More information

Electronic Dynamo Regulator INSTRUCTION MANUAL. COPYRIGHT 2014 CLOVER SYSTEMS All Rights Reserved

Electronic Dynamo Regulator INSTRUCTION MANUAL. COPYRIGHT 2014 CLOVER SYSTEMS All Rights Reserved DRM TM DRM-HP TM Electronic Dynamo Regulator INSTRUCTION MANUAL COPYRIGHT 2014 CLOVER SYSTEMS All Rights Reserved INTRODUCTION The Clover Systems DRM is a state-of-the art all-electronic voltage and current

More information

Amateur Radio Station WFØGM Repairing a Yaesu G-1000DXA Rotor

Amateur Radio Station WFØGM Repairing a Yaesu G-1000DXA Rotor WFØGM Home http://wf0gm.fpage.com/index.htm Amateur Radio Station WFØGM Repairing a Yaesu G-1000DXA Rotor (Part 1 of 2) The following is my experience with a faulty Yaesu G-1000DXA Rotor, and how I repaired

More information

RS485 board. EB062

RS485 board.  EB062 RS485 board www.matrixmultimedia.com EB062 Contents About this document 3 Board layout 3 General information 4 Circuit description 4 Protective cover 5 Circuit diagram 6 2 Copyright About this document

More information

Basic Electricity. Mike Koch Lead Mentor Muncie Delaware Robotics Team 1720 PhyXTGears. and Electronics. for FRC

Basic Electricity. Mike Koch Lead Mentor Muncie Delaware Robotics Team 1720 PhyXTGears. and Electronics. for FRC Basic Electricity and Electronics for FRC Mike Koch Lead Mentor Muncie Delaware Robotics Team 1720 PhyXTGears The Quick Tour The Analog World Basic Electricity The Digital World Digital Logic The Rest

More information

Table of Contents. Executive Summary...4. Introduction Integrated System...6. Mobile Platform...7. Actuation...8. Sensors...9. Behaviors...

Table of Contents. Executive Summary...4. Introduction Integrated System...6. Mobile Platform...7. Actuation...8. Sensors...9. Behaviors... TaleGator Nyal Jennings 4/22/13 University of Florida Email: Magicman01@ufl.edu TAs: Ryan Chilton Josh Weaver Instructors: Dr. A. Antonio Arroyo Dr. Eric M. Schwartz Table of Contents Abstract...3 Executive

More information

Electronic Dynamo Regulator INSTRUCTION MANUAL. COPYRIGHT 2014 CLOVER SYSTEMS All Rights Reserved

Electronic Dynamo Regulator INSTRUCTION MANUAL. COPYRIGHT 2014 CLOVER SYSTEMS All Rights Reserved DRM TM DRM-HP TM Electronic Dynamo Regulator INSTRUCTION MANUAL COPYRIGHT 2014 CLOVER SYSTEMS All Rights Reserved INTRODUCTION The Clover Systems DRM is a state-of-the art all-electronic voltage and current

More information

oxigen system The 'C' type chip 1/ 9 Type C SSD - D132 - oxigen in-car chip manual The type 'C' chip is a compact and powerful device.

oxigen system The 'C' type chip 1/ 9 Type C SSD - D132 - oxigen in-car chip manual The type 'C' chip is a compact and powerful device. 1/ 9 The 'C' type chip The type 'C' chip is a compact and powerful device. It's a universal unit, being natively compatible with oxigen, Scalextric SSD, and Carrera digital. 'Compatible' means that the

More information

Building Robots with Lo-tech Materials

Building Robots with Lo-tech Materials Building Robots with Lo-tech Materials 1 By Andrew Fisher When you think about robots, you probably imagine drones, self-driving cars, or humanoid robots like Atlas or Asimo. Many of these more serious

More information

elabtronics Voltage Switch

elabtronics Voltage Switch elabtronics Voltage Switch Want to trigger a device when a monitored voltage, temperature or light intensity reaches a certain value? The elabtronics Voltage Switch is an incredibly easy way of doing it.

More information

Linear Stepper Driver v0.9.2 Assembly Instructions

Linear Stepper Driver v0.9.2 Assembly Instructions Linear Stepper Driver v0.9.2 Assembly Instructions Here's what's included in the kit: 1x Printed Circuit board 1x Heatsink bracket 5x 0.1uF capacitors 1x 6-pin ISP header 1x 10-pin configuration header

More information

LI-2B Installation Manual

LI-2B Installation Manual ARCO Pty. Ltd. LI-2B Intelligent Gate Controller Installation/Owners Manual Please do not commence installation until you have read this instruction book. Contents: Introduction Installation Options: Standard

More information

Mobile Robot Design Notes

Mobile Robot Design Notes Mobile Robot Design Notes The mobile robot is a simple design with two-wheel differential steering and a rear castor. It is designed for teaching use in MTRX3700 Mechatronics 3 and other units of study.

More information

Handyman Motor Capacitor Meter PART NO

Handyman Motor Capacitor Meter PART NO Handyman Motor Capacitor Meter PART NO. 2225174 To test a motor-run capacitor in the field with no capacitance meter at hand, you had to hook up the capacitor through an extension cable to a 120V wall

More information

Dual Voltage Solar Power Charge Controller Board Connection & Operation V2.xx

Dual Voltage Solar Power Charge Controller Board Connection & Operation V2.xx Dual Voltage Solar Power Charge Controller Board Connection & Operation V2.xx Connection Instructions 1) Mount Board to a panel (Wood or Metal) using supplied spacers and screws. 2) Solar Start up 18 volts,

More information

Arlo Power Distribution Board Kit (#28996)

Arlo Power Distribution Board Kit (#28996) Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

Notice Regarding this Upgrade. WARNING! Danger Potential

Notice Regarding this Upgrade. WARNING! Danger Potential Notice Regarding this Upgrade WARNING! Danger Potential Although this kit has been designed to be easy-to-install, and has been tested in many installations; caution must be exercised when installing this

More information

There s a New Powerhouse in Town

There s a New Powerhouse in Town There s a New Powerhouse in Town By Edward R. Breneiser, WA3WSJ I ve been working on my Icom 703 Plus HFpack about two years now. I think I just found a great power source for it. I was using a good power

More information

Arlo Power Distribution Board Kit Rev B (#28996)

Arlo Power Distribution Board Kit Rev B (#28996) Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

Autonomously Controlled Front Loader Senior Project Proposal

Autonomously Controlled Front Loader Senior Project Proposal Autonomously Controlled Front Loader Senior Project Proposal by Steven Koopman and Jerred Peterson Submitted to: Dr. Schertz, Dr. Anakwa EE 451 Senior Capstone Project December 13, 2007 Project Summary:

More information

A Novel Solar Tracking System using AT89C51 Microcontroller and LDR

A Novel Solar Tracking System using AT89C51 Microcontroller and LDR A Novel Solar Tracking System using AT89C51 Microcontroller and LDR R.Guru Babu 1 & Koteswarao.M. 2 1.M.Tech student,amara Institute of Engineering&Technology,JNTUK,NRT,AP. 2. Assistant professor,amara

More information

Energy Monitoring (Plug-in to II *1 )

Energy Monitoring (Plug-in to II *1 ) What is the Energy Monitoring? A plug-in (Add-on) of Interactive Intelligence which calculates the Energy Consumption of a complete system What are the features of the package? Automatic Configuration

More information

Tutorial 2. Introduction to Electronics

Tutorial 2. Introduction to Electronics Tutorial 2. Introduction to moway robot Electronics www.moway-robot.com 1 Index Introduction... 2 Basic concepts of electronics... 3 Hydraulic circuit... 3 Electrical circuit... 5 www.moway-robot.com 1

More information

Solar UPS Module V1. Maximum Power Point Tracking: the charger circuit

Solar UPS Module V1. Maximum Power Point Tracking: the charger circuit Solar UPS Module V1 The device can serve constant uninterruptible power supply (UPS) in low consumption equipment where mains power supply could not be or is difficult to be solved. Power may come from

More information

Nickel Cadmium and Nickel Hydride Battery Charging Applications Using the HT48R062

Nickel Cadmium and Nickel Hydride Battery Charging Applications Using the HT48R062 ickel Cadmium and ickel Hydride Battery Charging Applications Using the HT48R062 ickel Cadmium and ickel Hydride Battery Charging Applications Using the HT48R062 D/: HA0126E Introduction This application

More information

DYNAMO & ALTERNATOR - B FIELD LOGIC PROBE.

DYNAMO & ALTERNATOR - B FIELD LOGIC PROBE. DYNAMO & ALTERNATOR - B FIELD LOGIC PROBE. H. HOLDEN 2010. Background: This article describes the development and construction of a simple diagnostic tool - a self powered logic probe, to assess the voltage

More information

1. An inverter can be programmed to stop an AC motor quickly by enabling

1. An inverter can be programmed to stop an AC motor quickly by enabling Student ID: 53703105 Exam: 086053 - Controlling Industrial Motors When you have completed your exam and reviewed your answers, click Submit Exam. Answers will not be recorded until you hit Submit Exam.

More information

Laser Tag Droid. Jake Hamill, Martin Litwiller, Christian Topete ECE 445 Project Proposal

Laser Tag Droid. Jake Hamill, Martin Litwiller, Christian Topete ECE 445 Project Proposal Laser Tag Droid Jake Hamill, Martin Litwiller, Christian Topete ECE 445 Project Proposal 1. Introduction 1.1 Objective Our proposed project is to design, build, and test a remote control laser tag droid

More information

PN PONTIAC FIREBIRD. Kit Contents: Four Panel Sequential LED Tail Light Kit Installation Guide

PN PONTIAC FIREBIRD. Kit Contents: Four Panel Sequential LED Tail Light Kit Installation Guide 1969 PONTIAC FIREBIRD Four Panel Sequential LED Tail Light Kit Installation Guide Kit Contents: 4 LED panels 4 rubber grommets 1 power wire 2 pigtail harness kits 2 crimp terminal kits PN 1100569 1969

More information

Conversion to Battery Power Del Tapparo

Conversion to Battery Power Del Tapparo Conversion to Battery Power Del Tapparo Converting a track powered locomotive to battery power eliminates all of the electrical continuity problems associated with track power. However, the process of

More information

Chapter Assessment Use with Chapter 22.

Chapter Assessment Use with Chapter 22. Date Period 22 Use with Chapter 22. Current Electricity Understanding Concepts Part A Use each of the following terms once to complete the statements below. ampere electric current potential difference

More information

Sensing the position of throttle valve using Throttle Position Sensor

Sensing the position of throttle valve using Throttle Position Sensor Sensing the position of throttle valve using Throttle Position Sensor Nikita Dhenge 1, Krupa Deth 2, S T Valujkar 3 1&2 (National Institute of Electronics and Information Technology, Aurangabad, India)

More information

INTRODUCTION Team Composition Electrical System

INTRODUCTION Team Composition Electrical System IGVC2015-WOBBLER DESIGN OF AN AUTONOMOUS GROUND VEHICLE BY THE UNIVERSITY OF WEST FLORIDA UNMANNED SYSTEMS LAB FOR THE 2015 INTELLIGENT GROUND VEHICLE COMPETITION University of West Florida Department

More information

Ford Coyote Non-VVT Main Harness PN

Ford Coyote Non-VVT Main Harness PN Ford Coyote Non-VVT Main Harness PN 558-114 This wiring harness interfaces a Holley EFI ECU to a Ford Coyote engine that has had the cam VVT hardware locked out. It is meant to be used in conjunction with

More information

ibot Robotics Club of IIT Madras Tutorial Build Your Basic Bot

ibot Robotics Club of IIT Madras Tutorial Build Your Basic Bot ibot Robotics Club of IIT Madras Tutorial 1.1.1 Build Your Basic Bot ibot is a Robotics Club of Indian Institute of Technology (IIT), Madras incubated at Centre for Innovation (CFI). ibot has been there

More information

Side Mount Installation & Wiring Instructions

Side Mount Installation & Wiring Instructions E81/E87/E90/E91/E92/F22/F30/F31/F32/F80/F82/F87 (and other cars with the same sliders) Side Mount Installation & Wiring Instructions These instructions assume a basic comfort with crimping and/or soldering.

More information

LV2000. revision 1.5. Low Voltage Power Supply Retrofit Kit for Wells-Gardner Color XY Monitor, model 19K6100. Installation Instructions ! WARNING!

LV2000. revision 1.5. Low Voltage Power Supply Retrofit Kit for Wells-Gardner Color XY Monitor, model 19K6100. Installation Instructions ! WARNING! LV2000 revision 1.5 Low Voltage Power Supply Retrofit Kit for Wells-Gardner Color XY Monitor, model 19K6100 Installation Instructions! WARNING! To successfully install this kit requires that you have good

More information

KORG KR-55. µsync installation guide version 1.0, 14 October

KORG KR-55. µsync installation guide version 1.0, 14 October KORG KR-55 µsync installation guide version 1.0, 14 October 2016 www.artefacts.nl Introduction The Korg KR-55 or KR-55b has no standard din sync input. Artefacts developed a piece of hardware to convert

More information

Modifications to the TS-930 Power Supply. Ken Grant, VE3FIT

Modifications to the TS-930 Power Supply. Ken Grant, VE3FIT Modifications to the TS-930 Power Supply Ken Grant, VE3FIT My TS-930 has a serial number in the 5 million and uses a +21.7 Volt low-current regulator as well as the normal +28.5 V high current supply.

More information

2122H. Arm Field Arm Field 1/8-1/ / /8-1/ / / /

2122H. Arm Field Arm Field 1/8-1/ / /8-1/ / / / Non-Regen Drives Non-regenerative drives are typically used on applications which primarily motor in one direction and stopping is achieved through friction or infrequent use of a dynamic braking resistor.

More information

LFP(12-16 ( CE

LFP(12-16 ( CE User Manual of Universal Smart Charger (18A, 29.6V-58.4V Cut-Off) for 36V- 48V SLA, 29.6V-51.8V Li-Ion/LiMnNi (8-14 Cells),38.4V- 51.2V LFP(12-16 Cells) -- CE listed AA Portable Power Corp (http://www.batteryspace.com)

More information

BREADBOARD PLUGIN POWER SUPPLY # REV3 +5VDC

BREADBOARD PLUGIN POWER SUPPLY # REV3 +5VDC BREADBOARD PLUGIN POWER SUPPLY # 400039 REV3 +5VDC INDEX A. Learn Power Supply Design with a hands on approach B. General Information and Features C. Assembled Picture of the Breadboard plug-in power supply

More information

P1110-EVAL-PS. PowerSpot RF Wireless Power Development Kit for Battery Recharging. User Manual

P1110-EVAL-PS. PowerSpot RF Wireless Power Development Kit for Battery Recharging. User Manual P1110-EVAL-PS PowerSpot RF Wireless Power Development Kit for Battery Recharging User Manual Overview The PowerSpot RF Wireless Power Development Kit for Battery Recharging is a complete demonstration

More information

Solar Power Energy Harvesting Electrical Integration

Solar Power Energy Harvesting Electrical Integration WHITEPAPER Solar Power Energy Harvesting Electrical Integration Contents Introduction... 1 Solar Cell Electrical Characteristics... 2 Energy Harvesting System Topologies... 4 Design Guide... 6 Indoor Single

More information

Name: S P CHINHARA ID: K-Bank

Name: S P CHINHARA  ID: K-Bank HYBRID SOLAR CHARGER CUM AUTOMATIC LIGHTING SYSTEM Date: 13.04.2018 Name: S P CHINHARA Email ID: spchinhara@rediffmail.com K-Bank NINL Internal Page 1 Confidentiality Statement The information in the document

More information

============================================================================

============================================================================ Coleman 5.4V Flashcell Cordless Screwdriver - ultracapacitor Posted by opi - 2009/09/14 10:54 I've wanted to play with some ultracapacitors but the cost has been a little much for my small budget. However,

More information

Project Narrative Description

Project Narrative Description 0 Project Narrative Description Charge Spot is intended to demonstrate the feasibility of an autonomous electric vehicle charging system for residential use. The goal of Charge Spot is to have no user

More information

Installation Instructions for the Plug & Play Chrysler/Dodge/Jeep Remote Start Package w/mux T5

Installation Instructions for the Plug & Play Chrysler/Dodge/Jeep Remote Start Package w/mux T5 v1.01 12/14/2102 Installation Instructions for the Plug & Play Chrysler/Dodge/Jeep Remote Start Package w/mux T5 Review the remote start installation manual for safety instructions! Overview Your kit consists

More information

LBI-31864D. Mobile Communications VEHICULAR CHARGER UNIT 19B801507P1, P4. Printed in U.S.A. Maintenance Manual

LBI-31864D. Mobile Communications VEHICULAR CHARGER UNIT 19B801507P1, P4. Printed in U.S.A. Maintenance Manual LBI-31864D Mobile Communications VEHICULAR CHARGER UNIT 19B801507P1, P4 Maintenance Manual Printed in U.S.A. TABLE OF CONTENTS Page SPECIFICATIONS.................................................... 1

More information

Kit1 300B Edition. Single Ended Triode 8 Watt. Construction Manual & User Guide Volume One

Kit1 300B Edition. Single Ended Triode 8 Watt. Construction Manual & User Guide Volume One Kit1 300B 2014 Edition Single Ended Triode 8 Watt Construction Manual & User Guide Volume One Contents Section 1: Receiving your kit...2 Section 2: The Mechanical section Preparation... 3 Tang Strips...

More information

NJAV New Jersey Autonomous Vehicle

NJAV New Jersey Autonomous Vehicle The Autonomous Vehicle Team from TCNJ Presents: NJAV New Jersey Autonomous Vehicle Team Members Mark Adkins, Cynthia De Rama, Jodie Hicks, Kristen Izganics, Christopher Macock, Stephen Saudargas, Brett

More information

Universal Fluid Power Trainer (UFPT)

Universal Fluid Power Trainer (UFPT) Universal Fluid Power Trainer (UFPT) Milwaukee School of Engineering Applied Technology Center TM Department of Professional Education The UFPT is a modular, smart and unique fluid power and motion control

More information

OLDSMOBILE CUTLASS

OLDSMOBILE CUTLASS 1971-72 OLDSMOBILE CUTLASS Four Panel Sequential LED Tail Light Kit Installation Guide Kit Contents: 4 LED panels 1 Connector/Wire Kit 1 Grommet/Boot Kit 1 Power wire 2 Pigtail Harness Kits 1 Crimp terminal

More information

Updated Automatic Bilge Pump Control By Allan Wing

Updated Automatic Bilge Pump Control By Allan Wing Updated Automatic Bilge Pump Control By Allan Wing Recently a club member had asked me to post an article describing an automatic bilge pump controller on our club web site. The controller was designed

More information

THREE PHASE FAULT ANALYSIS WITH AUTO RESET ON TEMPORARY FAULT AND PERMANENT TRIP OTHERWISE

THREE PHASE FAULT ANALYSIS WITH AUTO RESET ON TEMPORARY FAULT AND PERMANENT TRIP OTHERWISE THREE PHASE FAULT ANALYSIS WITH AUTO RESET ON TEMPORARY FAULT AND PERMANENT TRIP OTHERWISE ABSTRACT The project is designed to develop an automatic tripping mechanism for the three phase supply system.

More information

Setup Guide and Chassis Tuning Tips (simple version) By Jim Daniels

Setup Guide and Chassis Tuning Tips (simple version) By Jim Daniels This document is released into the public domain and may be reproduced and distributed in its entirety so long as all credit to Jim Daniels remains. If you find this guide helpful please consider donating

More information

Elite Power Solutions Automatic Battery Control (ABC) Operation Manual

Elite Power Solutions Automatic Battery Control (ABC) Operation Manual Elite Power Solutions Automatic Battery Control (ABC) Operation Manual Elite Power Solutions 335 E Warner Rd. STE 3 Chandler, AZ 85225 www.elitepowersolutions.com ABC Operation Manual Page 1 Table of Contents

More information

Bottom Mount Seat Mount Installation & Wiring Instructions

Bottom Mount Seat Mount Installation & Wiring Instructions E81/E87/E90/E91/E92/F22/F30/F31/F32/F80/F82/F87 (and other cars with the same sliders) Bottom Mount Seat Mount Installation & Wiring Instructions These instructions assume a basic comfort with crimping

More information

2018 KANSAS BEST BREAKOUT SESSIONS

2018 KANSAS BEST BREAKOUT SESSIONS 2018 KANSAS BEST BREAKOUT SESSIONS Tips for Building a Robot Bryan Jaax September 8, 2018 1 ST STEP: READ the RULES and Technical Data Package 2 FOLLOW AN ENGINEERING PROCESS Define the Problem Brainstorm:

More information

ATENEO DE DAVAO UNIVERSITY SCHOOL OF ENGINEERING AND ARCHITECTURE

ATENEO DE DAVAO UNIVERSITY SCHOOL OF ENGINEERING AND ARCHITECTURE ATENEO DE DAVAO UNIVERSITY SCHOOL OF ENGINEERING AND ARCHITECTURE TRANSISTOR- BASED LINE FOLLOWING ROBOT WITH FRONT COLLISION SENSOR Submitted by Kurt Irving S. Barcelona Lilibeth Diane L. Yu In Partial

More information

VEX Classroom Lab Kit to PLTW VEX POE Conversion Kit

VEX Classroom Lab Kit to PLTW VEX POE Conversion Kit Published: 03/22/20 Picture Part Description Number 275-88 Rack Gearbox Bracket (2-pack): Combines with the VEX linear slides & Rack Gears to create a linear actuator. Quantity 276-096 Linear Slide (2-pack):

More information

Procharger Stage II Intercooled Supercharger System (11-14 GT)

Procharger Stage II Intercooled Supercharger System (11-14 GT) Procharger Stage II Intercooled Supercharger System (11-14 GT) Installation Time: Approximately one day. Installed on 2012 Mustang GT 5.0/Manual Required Tools 3/8 Socket Set (Standard and Metric) 1/2

More information

SC61A05. Standalone Linear Li-Lon Battery Charger. With Thermal Regulation. Features. Description. Applications

SC61A05. Standalone Linear Li-Lon Battery Charger. With Thermal Regulation. Features. Description. Applications Standalone Linear Li-Lon Battery Charger With Thermal Regulation Description The SC61A05 is a single-cell lithium-ion battery charger using a constant-current/ constant-voltage algorithm. It can deliver

More information

The Systems Approach to Mechatronics Education

The Systems Approach to Mechatronics Education The Systems Approach to Mechatronics Education Marilyn Barger, FLATE (Florida Advanced Technological Education Center of Excellence) Dan Horine, Virginia Western Community College Protection notice / Copyright

More information

LM3647 Reference Design User s Manual

LM3647 Reference Design User s Manual LM3647 Reference Design User s Manual GENERAL DESCRIPTION The LM3647 is a charge controller for Nickel-Cadmium (Ni- Cd), Nickel-Metal Hydride (Ni-MH) or Lithium-Ion (Li-Ion) batteries. The device uses

More information

Los Angeles Model Railroad Society. Wiring A Tortoise Switch Machine for the Mainline

Los Angeles Model Railroad Society. Wiring A Tortoise Switch Machine for the Mainline Los Angeles Model Railroad Society Wiring A Tortoise Switch Machine for the Mainline Ira Abramowitz 2/27/2010 1 INTRODUCTION...3 1.1 LET S START...3 2 MECHANICAL MOUNTING...4 2.1 MECHANICAL MOUNTING OPTIONS...4

More information

RB-Mel-03. SCITOS G5 Mobile Platform Complete Package

RB-Mel-03. SCITOS G5 Mobile Platform Complete Package RB-Mel-03 SCITOS G5 Mobile Platform Complete Package A professional mobile platform, combining the advatages of an industrial robot with the flexibility of a research robot. Comes with Laser Range Finder

More information

This guide covers replacement of the battery endcaps and controller compartments for the IZIP E3 Path.

This guide covers replacement of the battery endcaps and controller compartments for the IZIP E3 Path. Path Plastics Replacement Guide This guide covers replacement of the battery endcaps and controller compartments for the IZIP E3 Path. Required tools: Allen wrenches: 2.5, 3, 4mm Phillips-head screwdrivers:

More information

ELEC 349 Engineering Project

ELEC 349 Engineering Project Higher Colleges of Technology Al Ain Women s College ELEC 349 Engineering Project Course Code: Report Title: Project Title: ELEC 349- Integrative Project Final Technical Report Sensor-Controlled Lighting

More information

Universal Fluid Power Trainer (UFPT)

Universal Fluid Power Trainer (UFPT) Universal Fluid Power Trainer (UFPT) The UFPT is a modular, smart and unique fluid power and motion control training unit. It contains an excellent integration of industrial-graded hardware and builtin

More information

Mustang CLASSIC LIGHT BAR INSTALLATION INSTRUCTIONS CDC #

Mustang CLASSIC LIGHT BAR INSTALLATION INSTRUCTIONS CDC # 1990-1993 Mustang CLASSIC LIGHT BAR INSTALLATION INSTRUCTIONS CDC # 101000 Kit Components: 1 Light Bar 4 Bolts ( 5 / 16-18 x 2.5 ) #182010 4 Washer #182005 4 Shims #182009 2 Dark Blue Connectors #182004

More information

In this installment we will look at a number of things that you can do with LEDs on your layout. These will include:

In this installment we will look at a number of things that you can do with LEDs on your layout. These will include: Introduction The first article in this series, LEDs 101 - The Basics, served to review the characteristics and use of LED lighting in a garden railway environment. It also generated a host of questions

More information

Figure 1. A CheapBot Robot

Figure 1. A CheapBot Robot A CheapBot controller needs a robot body to function. An ideal robot body for the beginner consists of two sheets of Syntra plastic, separated by four bolts. The bottom deck contains the robot controller

More information

This guide covers replacement of the battery endcaps and controller compartments for the IZIP E3 Path.

This guide covers replacement of the battery endcaps and controller compartments for the IZIP E3 Path. Path Plastics Replacement Guide This guide covers replacement of the battery endcaps and controller compartments for the IZIP E3 Path. Required tools: Allen wrenches: 2.5, 3, 4mm Phillips-head screwdrivers:

More information

S Analog/PWM Input-Charge-Current Setting S Up to 1.2MHz Switching Frequency S Programmable Charge Current Up to 4A S Monitors Input/Outputs

S Analog/PWM Input-Charge-Current Setting S Up to 1.2MHz Switching Frequency S Programmable Charge Current Up to 4A S Monitors Input/Outputs 19-4996; Rev 0; 10/09 General Description The MAX17015 evaluation kit (EV kit) is a complete, fully assembled and tested surface-mount PCB that features the MAX17015B highly integrated, multichemistry

More information

ASSEMBLY INSTRUCTIONS FOR NEW FK109 4 LED Railroad Crossing Flasher Kit WITH ADJUSTABLE FLASHING SPEED CONTROL with 4 Red 3mm Leds

ASSEMBLY INSTRUCTIONS FOR NEW FK109 4 LED Railroad Crossing Flasher Kit WITH ADJUSTABLE FLASHING SPEED CONTROL with 4 Red 3mm Leds ASSEMBLY INSTRUCTIONS FOR NEW FK109 4 LED Railroad Crossing Flasher Kit WITH ADJUSTABLE FLASHING SPEED CONTROL with 4 Red 3mm Leds Description: Very easy to build, The FK109 Led Flasher kit makes the perfect

More information

ISA Intimidator. July 6-8, Coronado Springs Resort Walt Disney World, Florida

ISA Intimidator. July 6-8, Coronado Springs Resort Walt Disney World, Florida ISA Intimidator 10 th Annual Intelligent Ground Vehicle Competition July 6-8, 2002- Coronado Springs Resort Walt Disney World, Florida Faculty Advisor Contact Roy Pruett Bluefield State College 304-327-4037

More information

DragonTail The DragonTail

DragonTail The DragonTail Mobile Robot Experimenter s Platform Have a robot experiment to do? Here s a solid platform to test your ideas on! Sturdy anodized aluminum chassis Acrylic front & top plate with Arduino-compatible mount

More information

Programmable Comparator Options for the isppac-powr1220at8

Programmable Comparator Options for the isppac-powr1220at8 November 2005 Introduction Application Note AN6069 Lattice s isppac -POWR1220AT8 offers a wide range of features for managing multiple power supplies in a complex system. This application note outlines

More information

B. TABLE OF CONTENTS Dash Disassembly...2 Kit Preparation...3 Kit Assembly...4 Axxess Interface Installation...5 Final Assembly...

B. TABLE OF CONTENTS Dash Disassembly...2 Kit Preparation...3 Kit Assembly...4 Axxess Interface Installation...5 Final Assembly... 95-9317B INSTALLATION INSTRUCTIONS BMW 3 & 4 Series* (with NBT idrive, without MOST Amp) 2014-2016 F30, F31, F32, F33, F34, F36, F80, F82, F83 Visit MetraOnline.com for more detailed information about

More information

Connection of F-DQ to F-DI of SINAMICS

Connection of F-DQ to F-DI of SINAMICS FAQ 01/2017 Connection of F-DQ to F-DI of SINAMICS SINAMICS S120; SIMOTION D https://support.industry.siemens.com/cs/ww/en/view/39700013 This entry is from the Siemens Industry Online Support. The general

More information

Connecting DC-DC Converter to Computer.

Connecting DC-DC Converter to Computer. Connecting DC-DC Converter to Computer. Tim Wang 11/11/2013 Abstract: This Application note is to provide user an idea of how to connect DC-DC converter to Computer. This will include the use of right

More information

Happy Friday! Do this now:

Happy Friday! Do this now: Happy Friday! Do this now: Take all three AA batteries out of your kit, and put (only!) two of them in the holder. (Keep the third one handy.) Take your digital multimeter out of its packaging, as well

More information