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

Size: px
Start display at page:

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

Transcription

1 TaleGator Nyal Jennings 4/22/13 University of Florida TAs: Ryan Chilton Josh Weaver Instructors: Dr. A. Antonio Arroyo Dr. Eric M. Schwartz

2 Table of Contents Abstract...3 Executive Summary...4 Introduction... 5 Integrated System...6 Mobile Platform...7 Actuation...8 Sensors...9 Behaviors...10 Experimental Layout and Results...11 Conclusion...12 Documentation...13 Appendices...14

3 Abstract: Of all the popular activities to do on a college campus the favorite is tailgating. The experience of watching a great game outside while grilling some burgers is an experience most people will remember the rest of their lives. One of the biggest issues with arranging these events is getting all the supplies together and carrying them across campus to the picnic. To solve this problem a robot was proposed that would lighten the load. The robot will have a cooler mounted to it and drive around behind the user. The mount will have to support a heavy load and will be designed of strong material. The robot will have an onboard computer to process the image of a webcam that will seek a specific colored shirt. The TaleGator will also keep an eye out for pedestrians and other random obstacles with three sonar sensors. One of those sensors is mounted in the front to tell the distance between the TaleGator and the user with the colored shirt to keep it from running over the user. The robot will have to carry a heavy load and drive over rough terrain and so it will be equipped with four high torque motors and four off road tires. To handle the small bumps and holes in the grass low level shock absorbers will be placed between the frame and the wheels.

4 Executive Summary: TaleGator is an autonomous robot created to carry a cooler down a sidewalk. In addition to following the user the robot must avoid hitting pedestrians whenever they get in the way. Propulsion is provided by a two wheel drive system driven by two large dc motors mounted in the front.an Omni directional caster wheel is placed near the center back which takes most of the load off the drive wheels. Using only three wheels creates a single plain ensuring all wheels are on the ground at all times. Two ultrasonic sensors were placed in the front of the robot for obstacles avoidance. Each tower the ultra-sonic s mounted to have a led for feedback to tell were the color is. A third ultrasonic sensor was put in the center back of the robot to ensure when backing up it doesn t hit someone. To track the color a CmuCam was mounted to the center front at an angle so as to see the person s shirt. To command all these things an epiphany board was mounted to the robot powered by a 12 volt battery. To power the motors a large eighteen volt drill battery was wired to the board. The power for the motors and the power for the board are controlled by two different switches. When first booted up the robot waits 5 seconds before starting its tracking giving the user a chance to get out in front of it.

5 Introduction: I m from a beach town where my friends and I constantly go to picnics and beach celebrations. At these celebrations carrying he cooler was always a pain either carrying too much stuff or the cooler itself was too heavy. From this pain the TaleGator was born a robot that will carry a cooler for the user. In the original plan was a robot that will support about a hundred pounds divided amongst four wheels each with its own motors. Once construction is completed the true capacity of the drive wheels will be determined and the robot will be adapted.

6 Integrated System: The TaleGator makes use two ultrasonic sensors to avoid obstacles on either its left or right side. When not avoiding obstacles the TaleGator was guided by a web camera and color tracking software on a laptop onboard. The block diagram below shows the basic idea for the software.

7 Mobile Platform: The size of the cargo as well as its weight demanded a large body for the robot as well as a three wheel design to ensure the drive wheels always make contact. The TaleGator will need to drive over different terrains so large wheels were chosen. Each of these wheels was powered by a high powered low gear motor to support the high weight. A piece of aluminum L shape was cut into four two foot pieces and then welded together. The welding formation was set up so one set of parallel L shapes points up while the other parallel pair point downward. To keep the body simple a small sheet of wood was cut into a 2x2 sheet and trimmed until it fit between two of the upward shaped L s. The sheet was then bolted to the frame. The motors were mounted to the underside of the frame against the downward L s to protect the motors. Between the caster and the frame there are several soft rubber sheets to act as shock absorbers. To protect the circuit board a tool box was mounted to the back of the robot. The tool box also had two large switches to control the flow of power to the board and the motor drivers. A 2x4 was cut into two extremely small pieces to be used as towers to attach the ultrasonic sensors. Two holes were drilled into these 2x4 pieces that the led s were then mounted to show feedback. Finally the CmuCam is affixed to an angled piece of aluminum in the front with several bolts. The basic body setup allows for either Velcro or bungee cords to be used to hold a cooler.

8 Actuation: There are two high power low gear motors that control the motion of the robot. Each of these is mounted to the frame and directly controls one of the two drive wheels. These motors were chosen after much experimentation with higher gear motors. A caster wheel is used as the back support for the robot. The caster was chosen because it could adjust to any angle the drivers want to go. The circuit board regulates the speed and the direction of the motors. Some hard lessons were learned when it came to the motor choices. The original motors claimed to have enough torque to drive the robot but because they were high gear and made of plastic when pushed to their limits the gears would shear easily. After destroying many motors this problem was discovered and the motors were replaced.

9 Sensors: There are four sensors on the TaleGator three ultrasonic sensors and a CmuCam running color recognition software. The ultrasonic sensors run on 3.3v coming from the volt providing a signal to the board of 1v which decreases the closer an obstacle is to the robot. The ultrasonic sensors pick up any obstacle if they come within three feet of the robot. While the CmuCam runs off a separate 9v battery sending and receiving signals to the board. An interesting problem with the CmuCam is that the color threshold changes dramatically depending on the light requiring a new color command anytime the venue is changed. I learned a few things about designing the robot from trying to use the ultrasonic sensors like making sure to place them away from the robot or else the cone of vision it has will pick up itself and will always be sending signal announcing an obstacle. Also, depending on the floor strange signals can come back when there s no obstacle such as negative numbers. These oddities couldn t be fixed so they were merely accounted for in the software.

10 Behavior: The TaleGator has only one mode when booting up it waits for five seconds before beginning this program. The behavior of TaleGator can be broken up into two categories obstacle avoidance and color tracking. In obstacle avoidance mode the robot back away from potential obstacles. While reversing the TaleGator doesn t want any chance of hitting someone so he constantly checks if there is any obstacles behind it. If there are any obstacles behind it while backing up it immediately stops giving up on its backward motion. The second behavior color tracking involves the TaleGator recognizing were the color it seeks is in front of it from left to right on a scale of He then recognizes any number below eighty as the color is on the left while eighty and up is considered to the right. The TaleGator takes this in to account and makes slight adjustments to the motor speeds so slight turns left or right can be made while still moving forward. The two Led s are on the right and the left side these give feedback illuminating whichever side the target color is on. The TaleGator will track its target forever only stopping if both an obstacle is both in front and behind it, an obstacle is in the center in front seen by both the sensors as an obstacle (this would most likely be the target) or if the CmuCam no longer sees the color. It is up to the target to help guide the TaleGator around obstacles the core of his design is to follow not to drive around on its own. With this in mind TaleGator only backs away from obstacles he doesn t try to drive around them.

11 Experimental Layout and results: My first thought for the design was to attach the motors and sensors directly to a cooler this was dismissed due to condensation issues and leaks from the cooler. Instead A mobile table design was chosen which would carry a cooler. With the table carrier design TaleGator can carry a cooler or anything else you need to tailgate. To support the weight the frame was made of sturdy aluminum L shape brackets and a sheet of plywood. After much consideration a four wheel design was chosen for the first prototype. The first design for the TaleGator included four low power high gear motors. This design was tested over and over it seemed to work properly during the initial stages. Once the platform tried to turn or do anything other than go full speed forward the motors in the back could not keep up. The combination of high gear and weak gears did not work with the high level of strain put on the motors when trying to turn. These motors would always shear when the TaleGator either turned or moved with the added weight of a cooler. To account for the added weight a caster wheel was placed where most of the weight of the TaleGator and cooler would be on it only about three or five pounds would be on each drive wheel in the front. To address the problem of the sheared gears new drive motors were chosen which were higher power and low gear.

12 Conclusion: After all the times I was unable to carry everything I needed to tailgate and was forced to make a second trip the idea of making the TaleGator was amazing. After building the first version of TaleGator I realized I needed a refined drive system. The older version constantly burned out the motors and constantly spun out. The four wheel design just could not meet the high demands of stress coming from the TaleGator. From building the TaleGator I learned allot and future models will be able to automatically adjust to lighting changes and will be able to handle all terrains much better.

13 Documentation: Image of a Tailgate Image of the motor Image and data of maxbotic CmuCam v4

14 Appendices: Software and other documentation can be found on

University of Florida Department of Electrical and Computer Engineering EEL 4665/5666 Intelligent Machines Design Laboratory.

University of Florida Department of Electrical and Computer Engineering EEL 4665/5666 Intelligent Machines Design Laboratory. Date: 12/07/10 Student Name: Mary Richeson TA s :Mike Pridgen Tim Martin Ryan Stevens Devin Hughes Thomas Vermeer Instructors: Dr. A. Antonio Arroyo Dr. Eric M. Schwartz University of Florida Department

More information

Final Report. James Buttice B.L.a.R.R. EEL 5666L Intelligent Machine Design Laboratory. Instructors: Dr. A Antonio Arroyo and Dr. Eric M.

Final Report. James Buttice B.L.a.R.R. EEL 5666L Intelligent Machine Design Laboratory. Instructors: Dr. A Antonio Arroyo and Dr. Eric M. Final Report James Buttice B.L.a.R.R. EEL 5666L Intelligent Machine Design Laboratory Instructors: Dr. A Antonio Arroyo and Dr. Eric M. Schwartz Teaching Assistants: Mike Pridgen and Thomas Vermeer Table

More information

Troubleshooting Guide for Limoss Systems

Troubleshooting Guide for Limoss Systems Troubleshooting Guide for Limoss Systems NOTE: Limoss is a manufacturer and importer of linear actuators (motors) hand controls, power supplies, and cables for motion furniture. They are quickly becoming

More information

M:2:I Milestone 2 Final Installation and Ground Test

M:2:I Milestone 2 Final Installation and Ground Test Iowa State University AerE 294X/AerE 494X Make to Innovate M:2:I Milestone 2 Final Installation and Ground Test Author(s): Angie Burke Christopher McGrory Mitchell Skatter Kathryn Spierings Ryan Story

More information

Troubleshooting Guide for Okin Systems

Troubleshooting Guide for Okin Systems Troubleshooting Guide for Okin Systems More lift chair manufacturers use the Okin electronics system than any other system today, mainly because they re quiet running and usually very dependable. There

More information

4TH GEN SEATS IN A 3RD GEN TRUCK

4TH GEN SEATS IN A 3RD GEN TRUCK 4TH GEN SEATS IN A 3RD GEN TRUCK by Flopster843 02 Oct 2016 If you drive a 3rd generation Dodge Ram truck, I am sure you have discovered that the OEM seats are not the greatest (Figure 1.) They are extremely

More information

Your web browser (Safari 7) is out of date. For more security, comfort and. the best experience on this site: Update your browser Ignore

Your web browser (Safari 7) is out of date. For more security, comfort and. the best experience on this site: Update your browser Ignore Your web browser (Safari 7) is out of date. For more security, comfort and Activitydevelop the best experience on this site: Update your browser Ignore Circuits with Friends What is a circuit, and what

More information

DESIGN AND DEVELOPMENT OF A SUSPENSION SYSTEM USED IN ROUGH- TERRAIN VEHICLE CONTROL FOR VIBRATION SUPPRESSION IN PLANETARY EXPLORATION

DESIGN AND DEVELOPMENT OF A SUSPENSION SYSTEM USED IN ROUGH- TERRAIN VEHICLE CONTROL FOR VIBRATION SUPPRESSION IN PLANETARY EXPLORATION DESIGN AND DEVELOPMENT OF A SUSPENSION SYSTEM USED IN ROUGH- TERRAIN VEHICLE CONTROL FOR VIBRATION SUPPRESSION IN PLANETARY EXPLORATION Arvin Niro College of Engineering University of Hawaiʽi at Mānoa

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

Vehicle Rear Observation System With Integrated Parking Sensors

Vehicle Rear Observation System With Integrated Parking Sensors Vehicle Rear Observation System With Integrated Parking Sensors Model: CAMSBAR Installation/User Manual Features: 2.5" LCD Color Display 2 Ultra Sonic Rear Obstacle Sensors On-screen Display Function Automatically

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

Lockpicking Tools: User Guide

Lockpicking Tools: User Guide Lockpicking Tools: User Guide Tips & Tricks for using Lockpicking Tools Contents Introduction..3 Padlock Shims..5 Comb Picks....7 Jiggler Keys...9 The Lock Gun..11 Bypass Sheets....13 Bump Keys...14 Other

More information

Riding Your Halo Go Before You Begin Safety Alerts

Riding Your Halo Go Before You Begin Safety Alerts HALO GOTM Before You Begin---------------------01 Riding Your Halo Go-----------07-10 Main Components-------------------02 Safety Alerts--------------------------11 Charging Your Batteries------------03

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

What is Electricity? Lesson one

What is Electricity? Lesson one What is Electricity? Lesson one Static Electricity Static Electricity: an electrical charge that builds up on an object Most of the time, matter is electrically neutral. The same number of positive and

More information

Post-Show ELECTRICITY. After the Show. Traveling Science Shows

Post-Show ELECTRICITY. After the Show. Traveling Science Shows Traveling Science Shows Post-Show ELECTRICITY After the Show We recently presented an electricity show at your school, and thought you and your students might like to continue investigating this topic.

More information

Counterbalance Transportation System

Counterbalance Transportation System Counterbalance Transportation System Introduction The idea of our robot came from a Sample Return Rover 1 that was created by NASA. The Rough terrain mobility of a mobile robot could easily be increased

More information

Quick Guide. Unipro Laptimer Version September Go faster faster. UNIPRO ApS

Quick Guide. Unipro Laptimer Version September Go faster faster. UNIPRO ApS Quick Guide Unipro Laptimer 6003 Version 1.45 5. September 2009 Go faster faster UNIPRO ApS VIBORG HOVEDVEJ 24 DK-7100 VEJLE DENMARK Tel.: +45 75 85 11 82 Fax: +45 75 85 17 82 www.uniprolaptimer.com mail@uniprolaptimer.com

More information

IN SPRINTS TOWARDS AUTONOMOUS DRIVING. BMW GROUP TECHNOLOGY WORKSHOPS. December 2017

IN SPRINTS TOWARDS AUTONOMOUS DRIVING. BMW GROUP TECHNOLOGY WORKSHOPS. December 2017 IN SPRINTS TOWARDS AUTONOMOUS DRIVING. BMW GROUP TECHNOLOGY WORKSHOPS. December 2017 AUTOMATED DRIVING OPENS NEW OPPORTUNITIES FOR CUSTOMERS AND COMMUNITY. MORE SAFETY MORE COMFORT MORE FLEXIBILITY MORE

More information

283F & 327F Engines : Distributor Cap Modification Kit Development Project

283F & 327F Engines : Distributor Cap Modification Kit Development Project 283F & 327F Engines : Distributor Cap Modification Kit Development Project By Dick Morland Chris Craft offered the "F" series engines (283 F & 327 F) in Commanders from 23' to 35'. There are a lot of these

More information

Wine Glass Orchestra. Leah Buechley CSCI 7000 Things That Think

Wine Glass Orchestra. Leah Buechley CSCI 7000 Things That Think Wine Glass Orchestra Leah Buechley CSCI 7000 Things That Think Abstract My wine glass orchestra project consists of three mechanical wine glass instruments coordinated with Crickets. The first automaton,

More information

A device that measures the current in a circuit. It is always connected in SERIES to the device through which it is measuring current.

A device that measures the current in a circuit. It is always connected in SERIES to the device through which it is measuring current. Goals of this second circuit lab packet: 1 to learn to use voltmeters an ammeters, the basic devices for analyzing a circuit. 2 to learn to use two devices which make circuit building far more simple:

More information

Getting a Feel for Car Opening

Getting a Feel for Car Opening Jeep Liberty Jeep Commander Getting a Feel for Car Opening I ve been in the car opening business for so long that sometimes I lose touch with what it s like to be a beginner, or someone who only does it

More information

Sidney Sizes his Solar Power System

Sidney Sizes his Solar Power System Sidney Sizes his Solar Power System Sidney wants to size his van s solar power system. He s got a few things he d like to power in his van, and those items are where the design will begin. Step 1: Sidney

More information

How to Build with the Mindstorm Kit

How to Build with the Mindstorm Kit How to Build with the Mindstorm Kit There are many resources available Constructopedias Example Robots YouTube Etc. The best way to learn, is to do Remember rule #1: don't be afraid to fail New Rule: don't

More information

DRIVERLESS SCHOOL BUS

DRIVERLESS SCHOOL BUS World Robot Olympiad 2019 WeDo Open Category Game Description, Rules and Evaluation SMART CITIES DRIVERLESS SCHOOL BUS Version: January 15 th WRO International Premium Partners INTRODUCTION... 2 1. CHALLENGE

More information

ROBOT C CHALLENGE DESIGN DOCUMENT TEAM NAME. Sample Design Document. Bolt EVA. Lightning. RoboGirls. Cloud9. Femmebots

ROBOT C CHALLENGE DESIGN DOCUMENT TEAM NAME. Sample Design Document. Bolt EVA. Lightning. RoboGirls. Cloud9. Femmebots ROBOT C CHALLENGE DESIGN DOCUMENT TEAM NAME (SELECT TEAM NAME TO NAVIGATE TO THE TEAM S DESIGN DOCUMENT) Sample Design Document Bolt EVA Lightning RoboGirls Cloud9 Femmebots SAMPLE ROBOT C DESIGN DOCUMENT

More information

Video Communications Presents. Reference Guide and Test Questions. Tail Swing Safety for School Bus Drivers

Video Communications Presents. Reference Guide and Test Questions. Tail Swing Safety for School Bus Drivers Video Communications Presents Reference Guide and Test Questions Tail Swing Safety for School Bus Drivers Introduction Tail swing occurs whenever a bus makes a turn. The school bus driver must be aware

More information

Global West Suspension 655 South Lincoln Ave San Bernardino Ca Phone Fax Web address globalwest.

Global West Suspension 655 South Lincoln Ave San Bernardino Ca Phone Fax Web address globalwest. Global West Suspension 655 South Lincoln Ave San Bernardino Ca. 92408 Phone 877-470-2975 Fax 909-890-0703 Web address globalwest.net Mustang coilover instruction sheets for 64-66 Kit includes the following

More information

Simple Line Follower robot

Simple Line Follower robot 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,

More information

Troubleshooting of the LubeTech Grease System

Troubleshooting of the LubeTech Grease System Troubleshooting of the LubeTech Grease System February 2009 The LubeTech grease system is designed to be a preventative maintenance system that will extend the life of your bearings that are connected

More information

The Discussion of this exercise covers the following points:

The Discussion of this exercise covers the following points: Exercise 3-2 Hydraulic Brakes EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the hydraulic circuits of the yaw and the rotor brakes. You will control brakes by changing

More information

Photos of the repair by Tim Miller 1. Handles off

Photos of the repair by Tim Miller 1. Handles off 35 Commander Shower drip solution By Tim Miller and Bruce Harkness Introduction: Some time ago Bruce Harkness posted that he was attacking the dreaded shower drip and replaced original plastic valve seats

More information

BEGINNER EV3 PROGRAMMING LESSON 1

BEGINNER EV3 PROGRAMMING LESSON 1 BEGINNER EV3 PROGRAMMING LESSON 1 Intro to Brick and Software, Moving Straight, Turning By: Droids Robotics www.ev3lessons.com SECTION 1: EV3 BASICS THE BRICK BUTTONS 1 = Back Undo Stop Program Shut Down

More information

Friction and Momentum

Friction and Momentum Lesson Three Aims By the end of this lesson you should be able to: understand friction as a force that opposes motion, and use this to explain why falling objects reach a terminal velocity know that the

More information

1.69 Electric Conductors and Insulators

1.69 Electric Conductors and Insulators 1.69 Electric Conductors and Insulators Relate electric current to matter. Define electric conductor, and give examples of conductors. Describe electric insulators, and identify materials that are insulators.

More information

PRESENTER'S GUIDE "CRANE SAFETY" Part of the "SAFETY MEETING KIT" Series Quality Safety and Health Products, for Today...

PRESENTER'S GUIDE CRANE SAFETY Part of the SAFETY MEETING KIT Series Quality Safety and Health Products, for Today... PRESENTER'S GUIDE "CRANE SAFETY" Part of the "SAFETY MEETING KIT" Series Quality Safety and Health Products, for Today...and Tomorrow OUTLINE OF MAJOR PROGRAM POINTS OUTLINE OF MAJOR PROGRAM POINTS The

More information

ECSE-2100 Fields and Waves I Spring Project 1 Beakman s Motor

ECSE-2100 Fields and Waves I Spring Project 1 Beakman s Motor Names _ and _ Project 1 Beakman s Motor For this project, students should work in groups of two. It is permitted for groups to collaborate, but each group of two must submit a report and build the motor

More information

Chapter 12. Formula EV3: a racing robot

Chapter 12. Formula EV3: a racing robot Chapter 12. Formula EV3: a racing robot Now that you ve learned how to program the EV3 to control motors and sensors, you can begin making more sophisticated robots, such as autonomous vehicles, robotic

More information

How to Replace the B2 Piston Bore Seal

How to Replace the B2 Piston Bore Seal Page 1 Home Cars for sale Trucks for sale Where we are Links to other diesel sites About us Why diesel? Diesel Videos How they work How they sound FAQ Dodge Diesel Maintenance tips, parts and DIY DVD's

More information

Electrical Safety For Everyone. Leader s Guide

Electrical Safety For Everyone. Leader s Guide 4609 Electrical Safety For Everyone Leader s Guide ELECTRICAL SAFETY FOR EVERYONE This easy-to-use Leader s Guide is provided to assist in conducting a successful presentation. Featured are: INTRODUCTION:

More information

Electric Circuits. Lab. FCJJ 16 - Solar Hydrogen Science Kit. Next Generation Science Standards. Initial Prep Time. Lesson Time. Assembly Requirements

Electric Circuits. Lab. FCJJ 16 - Solar Hydrogen Science Kit. Next Generation Science Standards. Initial Prep Time. Lesson Time. Assembly Requirements Next Generation Science Standards NGSS Science and Engineering Practices: Asking questions and defining problems Developing and using models Planning and carrying out investigations Analyzing and interpreting

More information

Introduction to Engineering Design 100. Foldable Shopping Cart

Introduction to Engineering Design 100. Foldable Shopping Cart 1 Introduction to Engineering Design 100 Section 10 Team 7 Foldable Shopping Cart Submitted by: Nick Vuotto, Quoc Tran, Pete White, Mark Cecco (from left to right) Submitted to: Xinli Wu Spring 2014 2

More information

II-VI-CO2-BS-35 II-VI-CO2-BS-60

II-VI-CO2-BS-35 II-VI-CO2-BS-60 II-VI-CO2-BS-35 II-VI-CO2-BS-60 Industrial CO 2 Laser Beam Profiler Ophir-Spiricon Inc. 60 West 1000 North Logan, UT 84321 For Sales, Service or Technical Support Phone (435) 753-3729 Fax (435) 753-5231

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

Lifting Mechanisms. Example 1: Two Stage Lift

Lifting Mechanisms. Example 1: Two Stage Lift Lifting Mechanisms The primary scoring method for the 2018 game is to deposit fuel cubes into scoring zones. A manipulator fixed to your robot can deliver fuel cubes into ground level scoring zones, but

More information

Club Capra- Minotaurus Design Report

Club Capra- Minotaurus Design Report Table of content Introduction... 3 Team... 3 Cost... 4 Mechanical design... 4 Structure of Minotaurus... 5 Drive train... 6 Electronics... 7 Batteries... 7 Power supply... 7 System signal processing...

More information

Smart Opener Retrofit by Richard Bevan (bimmerfest riku2)

Smart Opener Retrofit by Richard Bevan (bimmerfest riku2) Smart Opener Retrofit by Richard Bevan (bimmerfest riku2) Document history V 1.0 02.04.2015 Document created. Introduction This document tells how to retrofit the smart opener to a 2011 BMW 5 series (F10).

More information

INSTALLATION OF A WARN M8000 WINCH IN A HIDDEN MOUNT ON THE 2001 EXPLORER SPORT TRAC

INSTALLATION OF A WARN M8000 WINCH IN A HIDDEN MOUNT ON THE 2001 EXPLORER SPORT TRAC INSTALLATION OF A WARN M8000 WINCH IN A HIDDEN MOUNT ON THE 2001 EXPLORER SPORT TRAC By: Kyle Schwulst Email: bigmellon@yahoo.com BACKGROUND I have always wanted a winch on my vehicle. There is just something

More information

Monthly promotions. October 2018 Puget Sound Energy bill inserts and information. Download inserts

Monthly promotions. October 2018 Puget Sound Energy bill inserts and information. Download inserts Monthly promotions October 2018 Puget Sound Energy bill inserts and information Included in your electronic or mailed statement is information on ways to save energy and manage costs, as well as safety

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

BASIC MECHATRONICS ENGINEERING

BASIC MECHATRONICS ENGINEERING MBEYA UNIVERSITY OF SCIENCE AND TECHNOLOGY Lecture Summary on BASIC MECHATRONICS ENGINEERING NTA - 4 Mechatronics Engineering 2016 Page 1 INTRODUCTION TO MECHATRONICS Mechatronics is the field of study

More information

Module 3.5 Limited Spaces Lesson Plan

Module 3.5 Limited Spaces Lesson Plan MONTANA TEEN DRIVER EDUCATION AND TRAINING Module 3.5 Limited Spaces Lesson Plan Traffic Education Curriculum Benchmarks Performing Turnabouts The student is expected to describe and demonstrate good habits

More information

Engineering Design Process for BEST Robotics JANNE ACKERMAN COLLIN COUNTY (COCO) BEST & BEST OF TEXAS ROBOTICS

Engineering Design Process for BEST Robotics JANNE ACKERMAN COLLIN COUNTY (COCO) BEST & BEST OF TEXAS ROBOTICS Engineering Design Process for BEST Robotics JANNE ACKERMAN COLLIN COUNTY (COCO) BEST & BEST OF TEXAS ROBOTICS Agenda Getting Started Lessons Learned Design Process Engineering Mechanics 2 Save Time Complete

More information

VAN GUNDY & FICK. ELgcirical Lngmeermg. Raisers' ^l:t.s-s ilegd&lw: D. p. DNIV.OV ' OIL 1*;. ;,,; I; 'i. / v- ''UK ','.!'

VAN GUNDY & FICK. ELgcirical Lngmeermg. Raisers' ^l:t.s-s ilegd&lw: D. p. DNIV.OV ' OIL 1*;. ;,,; I; 'i. / v- ''UK ','.!' I ' i ' I; 'i VAN GUNDY & FICK ','.!' if / v- ''UK Raisers' ^l:t.s-s ilegd&lw: ELgcirical Lngmeermg P C D. p. 1912 1*;. ;,,; DNIV.OV - I CAJJtiTO MS a V.UUf./UVV". "I*. ' OIL THE UNIVERSITY OF ILLINOIS

More information

ATV Operation. Hazard Assessment and Training Briefing. Fuel. Recommended. Rules

ATV Operation. Hazard Assessment and Training Briefing. Fuel. Recommended. Rules Page 1 of 5 and Training Briefing Welcome to the ATV Operation and Training Briefing. This document is designed to review the hazards associated with operating an ATV as well as provide detailed controls

More information

ThePiHut.com/motozero

ThePiHut.com/motozero MotoZero Mechanics Manual Motor Controller Board User Guide and Information Product Page: ThePiHut.com/motozero Guide Contents Introduction 3 Design Features 4 Kit Contents 5 Assembly 6 Motor Selection

More information

M.A.R.S - Mechanized Air Refilling System

M.A.R.S - Mechanized Air Refilling System M.A.R.S - Mechanized Air Refilling System P.Omprakash 1, T.Senthil Kumar 2 1 Assistant Professor 1,2 Velammal College of Engineering and Technology, Madurai Abstract: Every section of an automobile is

More information

SAFETY BULLETIN ELECTRICITY THE RULES HOW TO STAY SAFE WHEN WORKING AROUND POWER LINES AMERICAN CONCRETE PUMPING ASSOCIATION

SAFETY BULLETIN ELECTRICITY THE RULES HOW TO STAY SAFE WHEN WORKING AROUND POWER LINES AMERICAN CONCRETE PUMPING ASSOCIATION SAFETY BULLETIN ELECTRICITY THE RULES HOW TO STAY SAFE WHEN WORKING AROUND POWER LINES AMERICAN CONCRETE PUMPING ASSOCIATION WWW.CONCRETEPUMPERS.COM Electricity The Rules 1. You MUST maintain 20 feet clearance

More information

AgriWheel Single Gate Kit Low Voltage & Solar. Installation & Operating Instructions

AgriWheel Single Gate Kit Low Voltage & Solar. Installation & Operating Instructions AgriWheel Single Gate Kit Low Voltage & Solar Installation & Operating Instructions Thank you for purchasing you AgriWheel system. Please remove the lids from both the machine and control box and remove

More information

ASSOCIATED 1:10 SCALE ELECTRIC BUGGY INSTRUCTION MANUAL FOR THE TEAM ASSOCIATED RC10B Associated Electrics, Inc. RS-1

ASSOCIATED 1:10 SCALE ELECTRIC BUGGY INSTRUCTION MANUAL FOR THE TEAM ASSOCIATED RC10B Associated Electrics, Inc. RS-1 ASSOCIATED 1:10 SCALE ELECTRIC BUGGY INSTRUCTION MANUAL FOR THE TEAM ASSOCIATED RC10B4 TT RS-1 2003-2006 Associated Electrics, Inc. FINAL ADJUSTMENTS RADIO ADJUSTMENTS Use the following

More information

The Merit 1:48 scale Late War 80 ft. Elco PT Boat -By- T. Garth Connelly

The Merit 1:48 scale Late War 80 ft. Elco PT Boat -By- T. Garth Connelly The Merit 1:48 scale Late War 80 ft. Elco PT Boat -By- T. Garth Connelly Earlier this year, I heard that a company, Merit International, was going to be releasing two 1:48 scale kits of the eighty-foot

More information

VEX ELECTROMAGNET. Make It Real CAD Engineering Challenge

VEX ELECTROMAGNET. Make It Real CAD Engineering Challenge VEX ELECTROMAGNET Make It Real CAD Engineering Challenge CONTENT Introduction... 2 Description... 2 Components Description... 3 Technical Specifications... 4 Force exerted by magnetic field... 5 how the

More information

Foldable Shopping Cart EDSGN 100 Section 202 Team 3

Foldable Shopping Cart EDSGN 100 Section 202 Team 3 Foldable Shopping Cart EDSGN 100 Section 202 Team 3 http://personal.psu.edu/jnb5392/homepage.htm Submitted by: Alex Thomason Christian Sak Jeremy Deppen Jerod Barone Submitted to: Xinli Wu 30 July 2015

More information

HANDLING BIG BALES SAFELY

HANDLING BIG BALES SAFELY HANDLING BIG BALES SAFELY PRE-HARVEST PRECAUTIONS Those big round bales weigh 1,000 to 2,000 pounds. Developing safety awareness begins with the operator's manual. Take time to read through it when the

More information

Amazing127_RobotCDesignDoc

Amazing127_RobotCDesignDoc Amazing127_RobotCDesignDoc Specifications: -Length 6.6 in -Width 9.7 in -Height 6.6 in Pictures of our robot: Left Side Back Side Right Side Front Side Componets: 1 Small Motor 2 Large Motors 1 Touch Sencor

More information

Inside a typical car engine. Almost all cars today use a reciprocating internal combustion engine because this engine is:

Inside a typical car engine. Almost all cars today use a reciprocating internal combustion engine because this engine is: Tech Torque HOW PETROL ENGINES WORK The Basics The purpose of a gasoline car engine is to convert gasoline into motion so that your car can move. Currently the easiest way to create motion from gasoline

More information

Course. GNEG 1103 Introduction to Engineering. Assignment. Team Design Project. Project Selected. Solar Powered Stereo Cooler. Project Presentation

Course. GNEG 1103 Introduction to Engineering. Assignment. Team Design Project. Project Selected. Solar Powered Stereo Cooler. Project Presentation Course GNEG 1103 Introduction to Engineering Assignment Team Design Project Project Selected Solar Powered Stereo Cooler Project Presentation April 23, 2014 Team Members Kenny Callis Ronny Akhaphong Alfredo

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

Image 1. Wirbelwind based on Pz IV chassis.

Image 1. Wirbelwind based on Pz IV chassis. During the later years of World War II, the German air force had lost control of the air. This was particularly true on the western front. British and American planes roamed almost at will seeking ground

More information

Water-Gauge, Water Level Test Valve and Boiler Blow Down Valve

Water-Gauge, Water Level Test Valve and Boiler Blow Down Valve Water-Gauge, Water Level Test Valve and Boiler Blow Down Valve Troubles from the get go on the water gauge. While modeling the upper fitting for the water gauge I encountered a problem with the side hole

More information

AERO. Meet the Aero. Congratulations on your purchase of an Aero!

AERO. Meet the Aero. Congratulations on your purchase of an Aero! AERO Congratulations on your purchase of an Aero! Please read the following sections of this manual to get started with your new autonomous aircraft. 1 Meet the Aero 7 Fly-by-wire mode 2 Safety 8 Command

More information

Quick Guide. Unipro Laptimer Version Go faster faster. UNIPRO ApS

Quick Guide. Unipro Laptimer Version Go faster faster. UNIPRO ApS Quick Guide Unipro Laptimer 5004 Version 1.32 Go faster faster UNIPRO ApS VIBORG HOVEDVEJ 24 DK-7100 VEJLE DENMARK Tel.: +45 75 85 11 82 Fax: +45 75 85 17 82 www.uniprolaptimer.com mail@uniprolaptimer.com

More information

I hope your Renegade gives you many years of independence and enjoyment.

I hope your Renegade gives you many years of independence and enjoyment. As a wheelchair user who loves the Maine outdoors, I struggled pushing my wheelchair down paths and tote roads to get to my favorite spots. There were many times I couldn't get to where I wanted and would

More information

Virtual Ground for HV Boosters Calibration

Virtual Ground for HV Boosters Calibration Dear all utracer users, I m writing these lines just to share my experience building my utracer, so that maybe someone could find it useful for his design. The construction of my utracer was very simple,

More information

The Car Tutorial Part 2 Creating a Racing Game for Unity

The Car Tutorial Part 2 Creating a Racing Game for Unity The Car Tutorial Part 2 Creating a Racing Game for Unity Part 2: Tweaking the Car 3 Center of Mass 3 Suspension 5 Suspension range 6 Suspension damper 6 Drag Multiplier 6 Speed, turning and gears 8 Exporting

More information

RANDY Then it basically leaves and moves over into the paint shop.

RANDY Then it basically leaves and moves over into the paint shop. KIA Motors Manufacturing Georgia Today on Fast Forward, we re visiting the west side of the state, West Point to be exact, looking for another great Georgia company for this episode. So we uh oh great.

More information

Super Squadron technical paper for. International Aerial Robotics Competition Team Reconnaissance. C. Aasish (M.

Super Squadron technical paper for. International Aerial Robotics Competition Team Reconnaissance. C. Aasish (M. Super Squadron technical paper for International Aerial Robotics Competition 2017 Team Reconnaissance C. Aasish (M.Tech Avionics) S. Jayadeep (B.Tech Avionics) N. Gowri (B.Tech Aerospace) ABSTRACT The

More information

Overcurrent protection

Overcurrent protection Overcurrent protection This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

SAE Mini BAJA: Suspension and Steering

SAE Mini BAJA: Suspension and Steering SAE Mini BAJA: Suspension and Steering By Zane Cross, Kyle Egan, Nick Garry, Trevor Hochhaus Team 11 Progress Report Submitted towards partial fulfillment of the requirements for Mechanical Engineering

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

AERO. Meet the Aero. Congratulations on your purchase of an Aero!

AERO. Meet the Aero. Congratulations on your purchase of an Aero! AERO Congratulations on your purchase of an Aero! Please read the following sections of this manual to get started with your new autonomous aircraft. 1 Meet the Aero 7 Fly-by-wire mode 2 Safety 8 Command

More information

Driving Safety for Carts and Vehicles. Washington & Jefferson College

Driving Safety for Carts and Vehicles. Washington & Jefferson College Driving Safety for Carts and Vehicles Washington & Jefferson College Types of Utility Vehicles Golf Carts Gator Vehicles Other Vehicles What are you driving? Did you know that defensive driving applies

More information

Safe Driver Training. Henkels & McCoy Crash Rate. ON-LINE Agenda. FACTS, MYTHS, and URBAN LEGENDS (true or false) Your EXPECTATIONS for Today

Safe Driver Training. Henkels & McCoy Crash Rate. ON-LINE Agenda. FACTS, MYTHS, and URBAN LEGENDS (true or false) Your EXPECTATIONS for Today ON-LINE Agenda AGENDA 1. Approximately two hours of on-line instruction ONLINE Safe Driver Training 2. Embedded Quizzes MUST be completed 3. On-line program can be broken up and re-visted based on your

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

AC : USE OF POWER WHEELS CAR TO ILLUSTRATE ENGI- NEERING PRINCIPLES

AC : USE OF POWER WHEELS CAR TO ILLUSTRATE ENGI- NEERING PRINCIPLES AC 2011-2029: USE OF POWER WHEELS CAR TO ILLUSTRATE ENGI- NEERING PRINCIPLES Dr. Howard Medoff, Pennsylvania State University, Ogontz Campus Associate Professor of Engineering, Penn State Abington Research

More information

ESS INSTALL. The donor car /6 Cosmos Black/Sand UUC Short Shifter Brembo cross drilled rotors Phillips Nav System 16:9

ESS INSTALL. The donor car /6 Cosmos Black/Sand UUC Short Shifter Brembo cross drilled rotors Phillips Nav System 16:9 ESS INSTALL The donor car.. 1997 540/6 Cosmos Black/Sand UUC Short Shifter Brembo cross drilled rotors Phillips Nav System 16:9 The install went in several stages. Disconnect the battery Stage 1 Remove

More information

FREE. ebook ULTIMATE 2019 RAM 1500 TRIM GUIDE. MarinoChryslerJeepDodge.net 5133 W. Irving Park Road Chicago, IL 60641

FREE. ebook ULTIMATE 2019 RAM 1500 TRIM GUIDE. MarinoChryslerJeepDodge.net 5133 W. Irving Park Road Chicago, IL 60641 FREE ebook ULTIMATE 2019 RAM 1500 TRIM GUIDE 1 Ultimate 2019 Ram 1500 Trim Guide Welcome to the 2019 Ram 1500, the pickup truck that s as powerful as it is fuel efficient, and as versatile as it is classic.

More information

MiR Hook. Technical Documentation

MiR Hook. Technical Documentation MiR Hook Technical Documentation Version 1.7 Software release 1.7 Release date: 10.11.2016 Table of contents 1 Introduction...3 2 The MiR Hook hardware...3 3 Trolley specifications...4 4 Space requirements...5

More information

I hope your Renegade gives you many years of independence and enjoyment.

I hope your Renegade gives you many years of independence and enjoyment. As a wheelchair user who loves the Maine outdoors, I struggled pushing my wheelchair down paths and tote roads to get to my favorite spots. There were many times I couldn't get to where I wanted and would

More information

TABLE OF CONTENTS. 1 How to Use Control gauge and Rocker Switch Mounting Hardware... 3

TABLE OF CONTENTS. 1 How to Use Control gauge and Rocker Switch Mounting Hardware... 3 1 TABLE OF CONTENTS 1 How to Use.... 3 1.1 Control gauge and Rocker Switch... 3 1.2 Mounting Hardware.... 3 1.3Trailering with the SWITCHBLADE... 4 1.4 Maintaining your SWITCHBLADE... 4 2 INSTALLATION

More information

It has taken a while to get

It has taken a while to get HOVERING15 99 15 BASICS HOVERING Hovering It has taken a while to get here, but this is what all the building and planning were for to see light under those skids. But this is also the time when you have

More information

Biasing the Vintage Series (Nomad, BelAir, VT50, Vintage 33)

Biasing the Vintage Series (Nomad, BelAir, VT50, Vintage 33) Biasing the Vintage Series (Nomad, BelAir, VT50, Vintage 33) This chapter will outline and guide you through the procedures of biasing the Vintage series amplifier. The procedures are broken down in a

More information

Brake master cylinder replacement

Brake master cylinder replacement Brake master cylinder replacement 8-25-2010 I had replaced the front brake master cylinder a few years ago when it developed a bad leak, at that time, I ordered a new master cylinder from Spartan, very

More information

NHTSA Consumer Complaints as of March 12, 2019

NHTSA Consumer Complaints as of March 12, 2019 11! 11183345! 2015! SUBARU! FORESTER! Forward Collision! WHEN HIGHWAY DRIVING MULTIPLE WARNING LIGHTS ARE ILLUMINATED ON DASH, TRACTION CONTROL, EYESIGHT, CRUISE CONTROL OFF, HILL ASSIST. THE EYESIGHT

More information

GR40 SLA Installation and Set Up Instructions.

GR40 SLA Installation and Set Up Instructions. GR40 SLA Installation and Set Up Instructions. Read these instructions completely before beginning. These instructions are written for experienced installer/technicians with a strong idea as to how a chassis

More information

Lesson Plan: Electricity and Magnetism (~100 minutes)

Lesson Plan: Electricity and Magnetism (~100 minutes) Lesson Plan: Electricity and Magnetism (~100 minutes) Concepts 1. Electricity and magnetism are fundamentally related. 2. Just as electric charge produced an electric field, electric current produces a

More information

APPENDIX A: Background Information to help you design your car:

APPENDIX A: Background Information to help you design your car: APPENDIX A: Background Information to help you design your car: Solar Cars: A solar car is an automobile that is powered by the sun. Recently, solar power has seen a large interest in the news as a way

More information

AL625 & AL625HD INSTALLATION & OWNER S MANUAL

AL625 & AL625HD INSTALLATION & OWNER S MANUAL AL625 & AL625HD INSTALLATION & OWNER S MANUAL These instructions are provided to assist you in the installation of the AL625. If you require further assistance, our trained staff is ready to provide you

More information

MD10. Engine Controller. Installation and User Manual for the MD10 Engine Controller. Full Version

MD10. Engine Controller. Installation and User Manual for the MD10 Engine Controller. Full Version MD10 Engine Controller Installation and User Manual for the MD10 Engine Controller. Full Version File: MartinMD10rev1.4.doc May 16, 2002 2 READ MANUAL BEFORE INSTALLING UNIT Receipt of shipment and warranty

More information