Boe-Bot Control Alex Ahmadi John Hoffman Andres Huertas Azeem Meruani Simcha Singer.

Slides:



Advertisements
Similar presentations
Feedback Control Weapons ON Target
Advertisements

Feedback Control/ Automatic Tracking This is really stupid
Feedback Control Dynamically or actively command, direct, or regulate themselves or other systems.
1 Chapter 3 Input Devices. 2 Overview of the Input Process.
Aaron Burg Azeem Meruani Michael Wickmann Robert Sandheinrich
Lecture 20 Dimitar Stefanov. Microprocessor control of Powered Wheelchairs Flexible control; speed synchronization of both driving wheels, flexible control.
CDL Inertial technology tutorial
1. 2 LabVIEW for FRC Doug Norman National Instruments January 6, 2012.
Accelerometers and Gyros Timothy Friez Class # 3 1/29/08.
224 FINAL PROJECT- WIRELESS CONTROL OF A BOE-BOT Tom Cohlmia-Scott Moffat-Ashley Nidiffer-Eric Yim.
Navigating the BOE-BOT
Unit 4 Sensors and Actuators
Dr. Shanker Balasubramaniam
FRC LabVIEW Software Overview Joe Hershberger Staff Software Engineer National Instruments.
Final Presentation Andres Fausto Stewart Bewley Philip Dawsey Ki Baek Eom.
GPSBot08 System Overview.
ME 224-Final Project Jim Lovsin Erica Morales Dan Sheehan Josh Widzer.
224 Final Project Kendra Armstrong - Nick Eccles - Cary Maguire - Alex Taam - Paul Williams.
ME 224 Final Presentation Fall 2005 Joni Stegeman Ingrid Lin Giovanni Wuisan Patrick Luckow Brent Willson.
ME 224 Experimental Engineering: Professor Espinosa 2005 TEAM : Jamie Charles Carlo Niko Javier.
Tilt Sensors & Inclinometers
ME Final Project Fabian Wittmer Jason Lintker Stefan Bracher.
ST13 – (Complex) Sensor systems 1 (Complex) sensor systems Lecturer: Smilen Dimitrov Sensors Technology – MED4.
Session 1.1. Windows Phone Topics Session 1.1 Windows Phone The Windows Phone Device.
Advanced Robotics – “Wobble” Milestone Presentation Patrick Barnes Jin Sub Lee Arild Hjelle Spring 2004.
D D L ynamic aboratory esign 5-Nov-04Group Meeting Accelerometer Based Handwheel State Estimation For Force Feedback in Steer-By-Wire Vehicles Joshua P.
1 Inertial Sensors  Inertial Sensors? Inertial sensors in inertial navigation : big & expensive MEMS(Micro-Electro-Mechanical Systems) Technology  Accelerometer.
Robot design-- Four legged walking robot Instructors: Dr. A
The tendency to reduce the cost of CVGs results in metallic resonator. In comparison to quartz resonator CVG, it has much lower Q-factor and, as a result,
IAB-RC Inverted Autonomous Balancer Remote Controlled April 18, 2008 Jude Collins Christopher Madsen.
Robotics Engineering Basic Maneuvers. Getting the Boe-Bot to Move One of the first tasks we need to do is to get our bots moving.One of the first tasks.
EE 587 Presentation Gyroscope Used As Rate Sensor Instructor: Dr. Lumpp Presenter: Wei Lu.
Sérgio Ronaldo Barros dos Santos (ITA-Brazil)
Jason Choi Professor Andrei Shkel Adam Schofield, Alex Trusov, Ozan Anac.
10/10/ Controlling YOUR ROBOT. 10/10/2015 Basic Stamp  Basic Stamp Input - output pins Interpreter Chip Power supply: 5 Volts voltage Memory: EEPROM.
Arduino Week 2 Lab ECE 1020 Prof. Ahmadi. Objectives 1. Control the rotation of standard servo motor  A standard servo motor is limited in its rotation.
Robot sensors MVRT 2010 – 2011 season. Analog versus Digital Analog Goes from 0 to 254 Numerous values Similar to making waves because there are not sudden.
INS: Inertial Navigation Systems An overview of 4 sensors.
Servos The material presented is taken from a variety of sources including:
RACE Reactive Autonomous Coordinate Executor Created by: Neil Javalla Dustin Torres Derrick Yanga.
Group 7 Michael Kelly Kemal Koksal Kenneth Phelan
EE 495 Modern Navigation Systems Inertial Sensors Monday, Feb 09 EE 495 Modern Navigation Systems Slide 1 of 19.
Cruise Control 3 RETURN OF THE SPEED CONTROL JEFF FERGUSON, TOM LEICK.
Gyro (yee-roh) Designed by Joshua Lewis. Introduction  Inverted Pendulum  ATMega MicroProcessor  Inertial Measurement Unit  PID Control Algorithm.
Digital Electronics The Boe-Bot and Servo Motors.
Servo Demonstration In MPIDE, select File > Examples > Servo > Sweep.
EE 495 Modern Navigation Systems
Electronics and Control System Design and Development Seth Bourn with Ted Hench, Kevin McIntire, & Sonya Pursehouse.
1 BOE-BOT Lecture #2 DE - Digital Electronics Servos and the BOE-BOT.
EE 495 Modern Navigation Systems Inertial Sensors Wed, Feb 17 EE 495 Modern Navigation Systems Slide 1 of 18.
INTRODUCTION TO ROBOTICS Part 3: Propulsion System Robotics and Automation Copyright © Texas Education Agency, All rights reserved. 1.
Strapdown Inertial Navigation Systems (INS) Sensors and UAVs Avionic
Limited rotation servo basics David Hall output shaft servo horn red wire = 5V + black wire = Gnd - white wire = control signal standard servo.
EE 495 Modern Navigation Systems
Analog Circuits Hiroyuki Murakami. CONTENTS Structure of analog circuits Development of wide linear range CSA system Problem of analog circuits How to.
The Equations of Motion Euler angle rate equations:
ROBOTC for VEX Online Professional Development
AUTOPILOT The autopilot or automatic pilot is a system of automatic controls that holds the aircraft on any selected magnetic heading & returns the aircraft.
Intelligent Traction Control Smart Robot
AC and DC motors.
WELCOME.
Fabian Wittmer Jason Lintker Stefan Bracher
MEMs Sensors Max Tesch.
MEMs Sensors Max Tesch.
Arduino Week 2 Lab ECE 1020 Prof. Ahmadi.
Interactive Basic Tuning for the SERVOSTAR 600
ATLAS Wire Tension Measurement system
Controlling YOUR ROBOT
ECE699 – 004 Sensor Device Technology
Sensors and actuators Sensors Resistive sensors
Presentation transcript:

Boe-Bot Control Alex Ahmadi John Hoffman Andres Huertas Azeem Meruani Simcha Singer

Overview Technology Background Demonstration Programming Details Q&A

Technology Background: Gyroscopes Angular rate sensors ADXRS150 – Voltage proportional to angular rate about axis normal – Resonator Gyro – Coriolis force during angular rate – Capacitive sensing Similar to Accelerometer – Closed loop can drive amplitude to zero – Capacitive sensing

Technology Background: Servos Control – Pulsing signal line – 1-2 msec pulses – msec intervals Programming – LabView control based on gyroscope data

Technology Background: Boe-Bot 2 wheels, 2 servos Maneuvers – Vary speed ratio of wheels to turn or go straight – Error in slippage? DAQ input signals for control

Demonstration

Programming Details LabView setup – Gyroscope VI’s, interaction – BasicStamp Calls BasicStamp – Inputs from LabView – Executing commands

Challenges Windows limitations LabView limitations Other obstacles