Key Words Interdisciplinary Approaches, Other: capstone senior design projects

Size: px
Start display at page:

Download "Key Words Interdisciplinary Approaches, Other: capstone senior design projects"

Transcription

1 A Kicking Mechanism for an Autonomous Mobile Robot Yanfei Liu, Indiana - Purdue University Fort Wayne Jiaxin Zhao, Indiana - Purdue University Fort Wayne Abstract In August 2007, the College of Engineering, Technology and Computer Science at Indiana University - Purdue University Fort Wayne and Raytheon Co., Fort Wayne initiated a 5-year project to promote robotics, artificial intelligence, and software engineering in the college curricula. The main goal is to build a robot team to compete in the Robocup competition ( This project also aims at introducing robotics into a variety of computer science and engineering courses. As part of the first year plan, a Pioneer 3-DX robot equipped with a Canon VC-C50 Pan-tilt-zoom (PTZ) camera has been purchased. Using this robot as a development platform, the first task is to design and build a kicker. In order to accomplish this task, a team of senior engineering students have been asked to design and build a kicking mechanism that is seamlessly connected and interfaced with this Pioneer 3-DX robot. This is a two-semester multidisciplinary capstone senior design project conducted by one computer engineering student, two electrical engineering students, and two mechanical engineering students. In the fall of 2007, the students started with the formulation of the problem and then the generation of conceptual designs. After evaluating the conceptual designs, they completed a detailed design of the best conceptual design. In the spring of 2008, the students will first build the kicking system, and then conduct experimental testing. The kicking system is composed of a kicker, a microprocessor based control and driving unit, and software design. The Pioneer 3-DX robot and its attached kicking system shall be able to locate a soccer ball, approach the ball, and control it. It should also be able to kick the ball in a particular direction for a minimum of 5 meters through preprogrammed kicking strategies. The kicking mechanism should be designed to work under the limitations and rules specified by the Robocup organization. Robocup provides rules regarding the size limitations of the robot for specific leagues. These size restrictions together with the given dimensions of the Pioneer robot will determine the allowable size and weight of the kicking system. The microprocessor based control and driving unit shall be able to provide enough power to drive the actuators of the kicker. Other than the technical aspects of the kicking mechanism, this paper also describes several different assessment approaches used throughout the project. The faculty members from the Department of Engineering and the local sponsors conduct the assessment. These assessments are based on either written reports or oral presentations by each design team. This paper also presents the ongoing and future effects in the curricula development brought by the Robocup project. Key Words Interdisciplinary Approaches, Other: capstone senior design projects

2 A Kicking Mechanism for an Autonomous Mobile Robot Yanfei Liu Assistant Professor of Electrical and Computer Engineering, Indiana University -Purdue University, Fort Wayne, Indiana 46805, Jiaxin Zhao Assistant Professor of Mechanical Engineering, Indiana University -Purdue University, Fort Wayne, Indiana 46805, I. INTRODUCTION This paper introduces a multidisciplinary capstone senior design project in Department of Engineering at Indiana University - Purdue University Fort Wayne (IPFW), which involves the design, build and test stages 1. The project is to design and build a kicking mechanism seamlessly connected and interfaced with a Pioneer 3-DX robot (shown in Figure 1). When the project is completed, the Pioneer 3-DX robot and kicker combination will be able to locate a soccer ball, approach and control it and finally kick it in a desired determined direction a minimum of 5 meters, through preprogrammed kicking strategies. Figure 1: Pioneer 3-DX robot with a Pan-Tilt-Zoom (PTZ) camera The kicking system is composed of a kicker, a microprocessor based control and driving unit, and software design. The kicking mechanism should be designed to work under the limitations and rules specified by the Robocup organization 2. RoboCup provides rules regarding the size limitations of the robot for specific leagues. These size restrictions together with the given dimensions of the Pioneer robot will determine the allowable size and weight of the kicking system. The microprocessor based control and driving unit shall be able to provide enough power to drive the actuators of the kicker. The remainder of this paper is organized as follows. In Section II, we introduce about the background of this multidisciplinary capstone project. In Section III and IV, we present the mechanical and electrical designs of this kicking mechanism. In Section V and VI, we describe

3 the project assessment and curricula development. Finally, we conclude the paper in Section VII. II. Background In August 2007, the College of Engineering, Technology and Computer Science at IPFW and Raytheon Co., Fort Wayne initiated a 5-year project to promote robotics, artificial intelligence, and software engineering in the college curricula. The main goal is to build a robot team to compete in the Middle Size League (MSL) Robocup competition 2. This project also aims at introducing robotics into a variety of computer science and engineering courses. As part of the first year plan, a Pioneer 3-DX robot equipped with a Canon VC-C50 Pan-tilt-zoom (PTZ) camera has been purchased (shown in Figure 1). Using this robot as a development platform, the first task is to design and build a kicker. In order to accomplish this task, a team of senior engineering students have been asked to design and build a kicking mechanism that is to be seamlessly connected and interfaced with this Pioneer 3- DX robot. This is a two-semester multidisciplinary project 1 conducted by one computer engineering student, two electrical engineering students, and two mechanical engineering students. Electrical and mechanical engineering students work separately on the electrical and mechanical design and together on the electrical and mechanical interfacing. In the fall of 2007, the students started with the formulation of the problem and then the generation of conceptual designs. After evaluating the conceptual designs, they completed a detailed design of the best conceptual design. In the spring of 2008, the students will first build the kicking system, and then conduct experimental testing. III. Mechanical design Figure 2: CAD Drawing of Final Design

4 Figure 2 shows the final design of the kicking mechanism mounted on the Pioneer 3-DX robot 3. The students successfully used their knowledge learned in a kinematics and dynamics of machinery course to design a linkage system with two degrees of freedom, one for kicking the ball and the other for controlling the direction of the kick. After comparing pros and cons of the conceptual designs, the team settled on implementing a pneumatic system. A dual cylinder system was designed that can not only kick the ball forward, in order to score, but also kick it at an angle, perhaps to pass to a teammate. The two pneumatic cylinders can be fired individually or as a synchronized pair. The kicking plate will be attached via a pin to one of the cylinder and via a slider to the other cylinder as shown in Figure 3. The simple linkage shown, allows for a left kick when the right cylinder fires and a right kick when, alternatively, the left cylinder fires. The figure gives the approximate positions of the linkage before a kick and then after the left cylinder has been activated. The cylinders will be controlled via 3/2 solenoid valves. 3/2 solenoid valves have 3 ports. One port comes from the supply line, one port goes to the cylinder and one goes to exhaust. 3/2 solenoid valves allow air to pass between one pair of ports chosen from the three ports, which creates two operating positions. The two positions determine which output line is active. When kicking, the output to the cylinder is active, when idle the position is switched and air is allowed to exhaust. Figure 3: Cylinders and kicking plate. Right diagram shows side kick. Figure 4 shows the pneumatic circuits with a pair of 3/2 solenoid valves to control the pneumatic cylinders.

5 Figure 4: Pneumatic Circuit IV. Electrical design The electrical design of the kick mechanism is mainly a microprocessor based control and driving unit 3. This unit will enable the main controller of the Pioneer 3-DX robot to drive the kicker as well as utilize possible sensors to determine short range robot motions. The team chose the PIC18F458 as the microcontroller for their design. The PIC microcontroller communicates with the main controller of the Pioneer 3-DX robot through the serial connections. The PIC microcontroller pins operate mostly at a TTL, as oppose to the serial connectors that is RS232 level compatible; thus, a transceiver or driver is needed to be interfaced with the PIC microcontroller and convert the voltage levels between the serial connectors and the microcontroller. The team chose the driver chip, MAX232 from Maxim Inc, for their design. Figure 5 shows the interfacing circuit. VCC 5V C8 PIC18F458 C5 1uF C4 1uF C1+ C1- C2+ C2- T1IN T2IN R1OUT R2OUT VCC V- V+ T1OUT T2OUT R1IN R2IN U2 C7 1uF C6 1uF 1 10uF GND 6 GND RX/RC7 25 TX/RC6 26 GND MAX232E 5 9 DB9 SERIAL/FEMALE

6 Figure 5: RS232/Serial Interface circuit Two of the DRV104 manufactured by Texas Instruments will be used to drive the solenoids of the pneumatic valves actuated system. The input voltage signal of the DRV104 driver chip is the output PWM signal from the PIC18F458 microcontroller. The duty cycle of the PWM voltage signals from the PIC18F458 microcontroller, which can be programmed and adjusted as desired, is used for the DRV104 to generate a modulated current needed to actuate the kicker with various speed. In order for the kicking mechanism to perform a more powerful kick, we want to avoid the situation where the ball is in contact with the pedal. Thus, the team decides to use two proximity sensors to alert the robot when the ball gets too close to the robot. The proximity sensor selected is CT1-AP-1A, manufactured by AutomationDirect. The sensing range of the CT1-AP-1A is 2-15mm. V. Project assessment As mention above in Section II, the senior design project in Department of Engineering at IPFW is a two-semester project 1. In the end of each semester, the students will give an oral presentation about what they have accomplished throughout that semester. The presentation is open to the public. After the presentation, the faculty members from the department and the local sponsors will conduct the course outcome assessment for each individual project. The evaluators are asked to rate each outcome from 1 to 4. The five outcomes evaluated for the project are listed below. The results presented in Table 1 shows that those outcomes are well achieved. 1. The ability of the students to formulate a problem statement. 2. The ability of the students to generate solutions. 3. The ability of the students to evaluated the generated solutions. 4. The ability of the students to obtain a final design including safety, economic and ethical considerations. 5. The ability of the students to communicate effectively. Table 1: The assessment results Outcome Evaluator average There are also three other assessment activities related to the senior design project. The faculty members from the department and the project advisor assess the problem statement and the generated conceptual designs. The written problem statement is evaluated by the project advisor and another faculty member in the department. The assessment of the generated conceptual

7 designs is based on the oral presentation given by each design team. In the end of the first semester, the project advisors assess the ABET course outcomes a, c, d, e, and g 4. VI. Curricula development The majority of capstone design projects in Department of Engineering at IPFW are currently multidisciplinary due to the fact that we have Electrical Engineering, Computer Engineering and Mechanical Engineering in the same department. The project presented in this paper is similar to other projects in the multidisciplinary nature, but also goes beyond that scope because robotics is a field that not only attracts people from engineering but also from computer science. Other than this capstone design project, there is still another software engineering course that uses this Pioneer 3-DX robot. The software engineering course, offered by the computer science department, requires a class group project. The students first learn how to use the APIs in the software development package ARIA 5 (Advanced Robotics Interface for Applications) provided with the Pioneer 3-DX robot. ARIA is a powerful Object Oriented toolkit, usable under Linux or Windows Operating Systems. Then the students program the Pioneer 3-DX robot to accomplish certain interactive tasks utilizing the PTZ camera. One student in that software engineering project is also in this engineering capstone project. Therefore, the experience that he gained in software engineering course can be used in the engineering capstone project. As mentioned above the ongoing Robocup project that IPFW and Raytheon initiated together is a long-term project. It is planned that in the year one of the multidisciplinary capstone projects will be to design and build our own mobile robot base. The advantages of designing and building our own robot are twofold. First, the robot could be customized exactly for our application, Robocup competition. Second, it will be less expensive than buying a commercial robot. In order to make this project a success, it is very important to provide undergraduate students with sufficient knowledge to participate the Robocup project in their senior year. There are two courses offered by Department of Engineering which fulfill this goal. One of them is a junior level robotics course that introduces the students the basic knowledge in mechatronics. This robotics course is a multidisciplinary course required for all of the students in the three majors, Computer Engineering, Electrical Engineering, and Mechanical Engineering. The other is a newly developed course that is about embedded real-time operating system. VII. Conclusions In this paper, we discussed a kicking mechanism interfaced with the Pioneer 3-DX robot, which is a Capstone senior design project in Department of Engineering at Indiana University Purdue University Fort Wayne. The whole system design consists of a kicker and a microprocessor based control and driving unit. We described the design of each component in details in this paper. We also introduced the assessment methods used in the capstone design project as well as the curricula development based on the Robocup project. Bibliography

8 1. Abu-Mulaweh, H., Engineering capstone senior design, World Transactions on Engineering and Technology Education, Vol.5, No.1, pp , Robocup Official Site (2007), 3. Craft, C.; Macki, M.; Mikobi, F.; Nzudie, L. and Tostado, M., Kicking Mechanism for the Pioneer 3-DX, Capstone Senior Design Report, Department of Engineering, Indiana Purdue University Fort Wayne, Dec Engineering Accreditation Commission, Criteria for Accrediting Engineering Programs, page 2, March 18, Mobile Robots, Dr. Yanfei Liu received the B.S. in Electrical Engineering from Shandong Institute of Architecture and Engineering, Jinan, China in July She then received the M.S. degree from Institute of Automation, Chinese Academy of Sciences, Beijing, China in July 1999, and Ph.D. Degree from Clemson University in August Dr. Liu has been a member of the IPFW Department of Engineering since August Her current address is liu@engr.ipfw.edu Dr. Jiaxin Zhao is an Assistant Professor of Mechanical Engineering at Indiana University- Purdue University Fort Wayne. He received his BS from the University of Science and Technology of China, his MS from the University of Missouri-Rolla, and his PhD from Purdue University-West Lafayette. His research and teaching interests are tribology, machine design, solid mechanics and numerical methods including finite elements and parallel computing. His current address is zhaoj@ipfw.edu

AC : A KICKING MECHANISM FOR A SOCCER-PLAYING ROBOT: A MULTIDISCIPLINARY SENIOR DESIGN PROJECT

AC : A KICKING MECHANISM FOR A SOCCER-PLAYING ROBOT: A MULTIDISCIPLINARY SENIOR DESIGN PROJECT AC 2009-1908: A KICKING MECHANISM FOR A SOCCER-PLAYING ROBOT: A MULTIDISCIPLINARY SENIOR DESIGN PROJECT Yanfei Liu, Indiana University-Purdue University, Fort Wayne Jiaxin Zhao, Indiana University-Purdue

More information

Incorporating a Software System for Robotics Control and Coordination in Mechatronics Curriculum and Research

Incorporating a Software System for Robotics Control and Coordination in Mechatronics Curriculum and Research Paper ID #15300 Incorporating a Software System for Robotics Control and Coordination in Mechatronics Curriculum and Research Dr. Maged Mikhail, Purdue University - Calumet Dr. Maged B. Mikhail, Assistant

More information

A Lego-Based Soccer-Playing Robot Competition For Teaching Design

A Lego-Based Soccer-Playing Robot Competition For Teaching Design Session 2620 A Lego-Based Soccer-Playing Robot Competition For Teaching Design Ronald A. Lessard Norwich University Abstract Course Objectives in the ME382 Instrumentation Laboratory at Norwich University

More information

RoboTurk 2014 Team Description

RoboTurk 2014 Team Description RoboTurk 2014 Team Description Semih İşeri 1, Meriç Sarıışık 1, Kadir Çetinkaya 2, Rüştü Irklı 1, JeanPierre Demir 1, Cem Recai Çırak 1 1 Department of Electrical and Electronics Engineering 2 Department

More information

AC : THE UBIQUITOUS MICROCONTROLLER IN MECHANICAL ENGINEERING: MEASUREMENT SYSTEMS

AC : THE UBIQUITOUS MICROCONTROLLER IN MECHANICAL ENGINEERING: MEASUREMENT SYSTEMS AC 8-1513: THE UBIQUITOUS MICROCONTROLLER IN MECHANICAL ENGINEERING: MEASUREMENT SYSTEMS Michael Holden, California Maritime Academy Michael Holden teaches in the department of Mechanical Engineering at

More information

Design and Manufacturing Curriculum in Industrial Engineering at Mercer University

Design and Manufacturing Curriculum in Industrial Engineering at Mercer University Design and Manufacturing Curriculum in Industrial Engineering at Mercer University R. Radharamanan 1 Abstract This paper presents an overview of design and manufacturing curriculum in effect at Mercer

More information

Rejuvenate An Old Tinius Olsen Machine with Computer Data Acquisition Using Its Existing Hardware and LabVIEW

Rejuvenate An Old Tinius Olsen Machine with Computer Data Acquisition Using Its Existing Hardware and LabVIEW Rejuvenate An Old Tinius Olsen Machine with Computer Data Acquisition Using Its Existing Hardware and LabVIEW Jiaxin Zhao Indiana University Purdue University Fort Wayne Abstract Computer data acquisition

More information

RoboCup. Presented by Shane Murphy April 24, 2003

RoboCup. Presented by Shane Murphy April 24, 2003 RoboCup Presented by Shane Murphy April 24, 2003 RoboCup: : Today and Tomorrow What we have learned Authors Minoru Asada (Osaka University, Japan), Hiroaki Kitano (Sony CS Labs, Japan), Itsuki Noda (Electrotechnical(

More information

AC : MICROPROCESSOR BASED, GLOBAL POSITIONING SYSTEM GUIDED ROBOT IN A PROJECT LABORATORY

AC : MICROPROCESSOR BASED, GLOBAL POSITIONING SYSTEM GUIDED ROBOT IN A PROJECT LABORATORY AC 2007-2528: MICROPROCESSOR BASED, GLOBAL POSITIONING SYSTEM GUIDED ROBOT IN A PROJECT LABORATORY Michael Parten, Texas Tech University Michael Giesselmann, Texas Tech University American Society for

More information

Development of a Ball and Plate System

Development of a Ball and Plate System Paper ID #12313 Development of a Ball and Plate System Dr. Chan Ham, Kennesaw State University He is an Associate Professor in Mechatronics Engineering at the Kennesaw State University. He has over fifteen

More information

FU-Fighters. The Soccer Robots of Freie Universität Berlin. Why RoboCup? What is RoboCup?

FU-Fighters. The Soccer Robots of Freie Universität Berlin. Why RoboCup? What is RoboCup? The Soccer Robots of Freie Universität Berlin We have been building autonomous mobile robots since 1998. Our team, composed of students and researchers from the Mathematics and Computer Science Department,

More information

COMPUTER SCIENCE PROFESSIONAL ADVISORY BOARD INDIANA UNIVERSITY PURDUE UNIVERSITY FORT WAYNE (IPFW) MEETING #11

COMPUTER SCIENCE PROFESSIONAL ADVISORY BOARD INDIANA UNIVERSITY PURDUE UNIVERSITY FORT WAYNE (IPFW) MEETING #11 COMPUTER SCIENCE PROFESSIONAL ADVISORY BOARD INDIANA UNIVERSITY PURDUE UNIVERSITY FORT WAYNE (IPFW) MEETING #11 FOUR D DEVELOPMENT FORT WAYNE, INDIANA MARCH 30, 2006 Four D Development http://www.cs.ipfw.edu

More information

YRA Team Description 2011

YRA Team Description 2011 YRA Team Description 2011 Mohammad HosseinKargar, MeisamBakhshi, Ali Esmaeilpour, Mohammad Amini, Mohammad Dashti Rahmat Abadi, Abolfazl Golaftab, Ghazanfar Zahedi, Mohammadreza Jenabzadeh Yazd Robotic

More information

Robo-Erectus Jr-2013 KidSize Team Description Paper.

Robo-Erectus Jr-2013 KidSize Team Description Paper. Robo-Erectus Jr-2013 KidSize Team Description Paper. Buck Sin Ng, Carlos A. Acosta Calderon and Changjiu Zhou. Advanced Robotics and Intelligent Control Centre, Singapore Polytechnic, 500 Dover Road, 139651,

More information

Team Description Paper: HuroEvolution Humanoid Robot for Robocup 2010 Humanoid League

Team Description Paper: HuroEvolution Humanoid Robot for Robocup 2010 Humanoid League Team Description Paper: HuroEvolution Humanoid Robot for Robocup 2010 Humanoid League Chung-Hsien Kuo 1, Hung-Chyun Chou 1, Jui-Chou Chung 1, Po-Chung Chia 2, Shou-Wei Chi 1, Yu-De Lien 1 1 Department

More information

Learning and Using Models of Kicking Motions for Legged Robots

Learning and Using Models of Kicking Motions for Legged Robots Learning and Using Models of Kicking Motions for Legged Robots Sonia Chernova and Manuela Veloso Computer Science Department Carnegie Mellon University Pittsburgh, PA 15213 {soniac, mmv}@cs.cmu.edu Abstract

More information

A Design for the Integration of Sensors to a Mobile Robot. Mentor: Dr. Geb Thomas. Mentee: Chelsey N. Daniels

A Design for the Integration of Sensors to a Mobile Robot. Mentor: Dr. Geb Thomas. Mentee: Chelsey N. Daniels A Design for the Integration of Sensors to a Mobile Robot Mentor: Dr. Geb Thomas Mentee: Chelsey N. Daniels 7/19/2007 Abstract The robot localization problem is the challenge of accurately tracking robots

More information

Team Description Paper: HuroEvolution Humanoid Robot for Robocup 2014 Humanoid League

Team Description Paper: HuroEvolution Humanoid Robot for Robocup 2014 Humanoid League Team Description Paper: HuroEvolution Humanoid Robot for Robocup 2014 Humanoid League Chung-Hsien Kuo, Yu-Cheng Kuo, Yu-Ping Shen, Chen-Yun Kuo, Yi-Tseng Lin 1 Department of Electrical Egineering, National

More information

Learning and Using Models of Kicking Motions for Legged Robots

Learning and Using Models of Kicking Motions for Legged Robots Learning and Using Models of Kicking Motions for Legged Robots Sonia Chernova and Manuela Veloso Computer Science Department Carnegie Mellon University Pittsburgh, PA 15213 {soniac, mmv}@cs.cmu.edu Abstract

More information

Kid-Size Humanoid Soccer Robot Design by TKU Team

Kid-Size Humanoid Soccer Robot Design by TKU Team Kid-Size Humanoid Soccer Robot Design by TKU Team Ching-Chang Wong, Kai-Hsiang Huang, Yueh-Yang Hu, and Hsiang-Min Chan Department of Electrical Engineering, Tamkang University Tamsui, Taipei, Taiwan E-mail:

More information

o What happens if S1 and S2 or S3 and S4 are closed simultaneously? o Perform Motor Control, H-Bridges LAB 2 H-Bridges with SPST Switches

o What happens if S1 and S2 or S3 and S4 are closed simultaneously? o Perform Motor Control, H-Bridges LAB 2 H-Bridges with SPST Switches Cornerstone Electronics Technology and Robotics II H-Bridges and Electronic Motor Control 4 Hour Class Administration: o Prayer o Debriefing Botball competition Four States of a DC Motor with Terminals

More information

Autonomous Robotic Vehicle Design

Autonomous Robotic Vehicle Design Autonomous Robotic Vehicle Design Kevin R. Anderson, Chris Jones Department of Mechanical Engineering California State Polytechnic University at Pomona 3801 West Temple Ave Pomona, CA 91768 Introduction

More information

KMUTT Kickers: Team Description Paper

KMUTT Kickers: Team Description Paper KMUTT Kickers: Team Description Paper Thavida Maneewarn, Xye, Korawit Kawinkhrue, Amnart Butsongka, Nattapong Kaewlek King Mongkut s University of Technology Thonburi, Institute of Field Robotics (FIBO)

More information

CMDragons 2009 Team Description

CMDragons 2009 Team Description CMDragons 2009 Team Description Stefan Zickler, Michael Licitra, Joydeep Biswas, and Manuela Veloso Carnegie Mellon University {szickler,mmv}@cs.cmu.edu {mlicitra,joydeep}@andrew.cmu.edu Abstract. In this

More information

Automation and Mechatronics Engineering Program. Your Path Towards Success

Automation and Mechatronics Engineering Program. Your Path Towards Success Automation and Mechatronics Engineering Program Your Path Towards Success What is Mechatronics? Mechatronics combines the principles of mechanical, computer, electronic, and control engineering into a

More information

Proseminar Roboter und Aktivmedien. Outline of today s lecture. Acknowledgments. Educational robots achievements and challenging

Proseminar Roboter und Aktivmedien. Outline of today s lecture. Acknowledgments. Educational robots achievements and challenging Proseminar Roboter und Aktivmedien Educational robots achievements and challenging Lecturer Lecturer Houxiang Houxiang Zhang Zhang TAMS, TAMS, Department Department of of Informatics Informatics University

More information

Robo-Erectus Tr-2010 TeenSize Team Description Paper.

Robo-Erectus Tr-2010 TeenSize Team Description Paper. Robo-Erectus Tr-2010 TeenSize Team Description Paper. Buck Sin Ng, Carlos A. Acosta Calderon, Nguyen The Loan, Guohua Yu, Chin Hock Tey, Pik Kong Yue and Changjiu Zhou. Advanced Robotics and Intelligent

More information

The Speech Based Floor Cleaning Robot

The Speech Based Floor Cleaning Robot International journal of Systems and Technologies ISSN 0-0 The Speech Based Floor Cleaning Robot Sidhartha Velpula, Sunil Babu Thota, V.S.G.V.Sridhar, Syed Inthiyaz, Siva Kumar Abstract: Munuswamy, Students,

More information

Hydraulic Actuator Control Using an Multi-Purpose Electronic Interface Card

Hydraulic Actuator Control Using an Multi-Purpose Electronic Interface Card Hydraulic Actuator Control Using an Multi-Purpose Electronic Interface Card N. KORONEOS, G. DIKEAKOS, D. PAPACHRISTOS Department of Automation Technological Educational Institution of Halkida Psaxna 34400,

More information

Mechanical Engineering

Mechanical Engineering Mechanical Engineering-1 Undergraduate Bulletin 2018-2019 Mechanical Engineering Faculty: Paliwal, Chair, Facas, Grega, Sepahpour, Shih, Wang, Yan The Department of Mechanical Engineering offers an academic

More information

PC s and Micro-Controllers in Mechatronics Education. Santosh Devasia and Sanford Meek

PC s and Micro-Controllers in Mechatronics Education. Santosh Devasia and Sanford Meek PC s and Micro-Controllers in Mechatronics Education Santosh Devasia and Sanford Meek Department of Mechanical Engineering The University of Utah Salt Lake City, Utah 84112 Abstract The mechanical engineering

More information

Robot Soccer as a Culminating Design Project for Undergraduates

Robot Soccer as a Culminating Design Project for Undergraduates Robot Soccer as a Culminating Design Project for Undergraduates Randal W. Beard James K. Archibald Steven A. Olson Department of Electrical and Computer Engineering Brigham Young University Provo, UT,

More information

Mission Statement: Department: Engineering Technology Department Assessment coordinator: Todd Morton

Mission Statement: Department: Engineering Technology Department Assessment coordinator: Todd Morton Department: Engineering Technology Department Assessment coordinator: Todd Morton Mission Statement: The principal mission of the Engineering Technology Department is to provide the highest quality education

More information

Training Schedule. Robotic System Design using Arduino Platform

Training Schedule. Robotic System Design using Arduino Platform Training Schedule Robotic System Design using Arduino Platform Session - 1 Embedded System Design Basics : Scope : To introduce Embedded Systems hardware design fundamentals to students. Processor Selection

More information

Space Research expeditions and open space work. Education & Research Teaching and laboratory facilities. Medical Assistance for people

Space Research expeditions and open space work. Education & Research Teaching and laboratory facilities. Medical Assistance for people Space Research expeditions and open space work Education & Research Teaching and laboratory facilities. Medical Assistance for people Safety Life saving activity, guarding Military Use to execute missions

More information

Clarifications of a Datum Axis or Centerplane Specifying in Maximum Material Condition of Geometric Dimensioning and Tolerancing

Clarifications of a Datum Axis or Centerplane Specifying in Maximum Material Condition of Geometric Dimensioning and Tolerancing Paper ID #5813 Clarifications of a Datum Axis or Centerplane Specifying in Maximum Material Condition of Geometric Dimensioning and Tolerancing Dr. Cheng Y. Lin P.E., Old Dominion University Dr. Lin is

More information

Field Rangers Team Description Paper

Field Rangers Team Description Paper Field Rangers Team Description Paper Yusuf Pranggonoh, Buck Sin Ng, Tianwu Yang, Ai Ling Kwong, Pik Kong Yue, Changjiu Zhou Advanced Robotics and Intelligent Control Centre (ARICC), Singapore Polytechnic,

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3, Issue 2, February -2016 e-issn (O): 2348-4470 p-issn (P): 2348-6406 SIMULATION

More information

KI-SUNG SUH USING NAO INTRODUCTION TO INTERACTIVE HUMANOID ROBOTS

KI-SUNG SUH USING NAO INTRODUCTION TO INTERACTIVE HUMANOID ROBOTS KI-SUNG SUH USING NAO INTRODUCTION TO INTERACTIVE HUMANOID ROBOTS 2 WORDS FROM THE AUTHOR Robots are both replacing and assisting people in various fields including manufacturing, extreme jobs, and service

More information

A Simple Design of Clean Robot

A Simple Design of Clean Robot Journal of Computing and Electronic Information Management ISSN: 2413-1660 A Simple Design of Clean Robot Huichao Wu 1, a, Daofang Chen 2, Yunpeng Yin 3 1 College of Optoelectronic Engineering, Chongqing

More information

Citrus Circuits Fall Workshop Series. Roborio and Sensors. Paul Ngo and Ellie Hass

Citrus Circuits Fall Workshop Series. Roborio and Sensors. Paul Ngo and Ellie Hass Citrus Circuits Fall Workshop Series Roborio and Sensors Paul Ngo and Ellie Hass Introduction to Sensors Sensor: a device that detects or measures a physical property and records, indicates, or otherwise

More information

Mechanical Engineering

Mechanical Engineering Mechanical Engineering 1 Mechanical Engineering Degree Awarded Bachelor of Science in Mechanical Engineering Nature of Program Mechanical engineering is one of the largest technical professions with a

More information

Welcome to EGN-1935: Electrical & Computer Engineering (Ad)Ventures

Welcome to EGN-1935: Electrical & Computer Engineering (Ad)Ventures : ECE (Ad)Ventures Welcome to -: Electrical & Computer Engineering (Ad)Ventures This is the first Educational Technology Class in UF s ECE Department We are Dr. Schwartz and Dr. Arroyo. University of Florida,

More information

Articulation of Certification for Manufacturing

Articulation of Certification for Manufacturing Paper ID #15889 Articulation of Certification for Manufacturing Dr. Ali Ahmad, Northwestern State University Ali Ahmad is the Head of the Engineering Technology Department at Northwestern State University

More information

Design and Control of the BUAA Four-Fingered Hand

Design and Control of the BUAA Four-Fingered Hand Proceedings of the 2001 IEEE International Conference on Robotics & Automation Seoul, Korea May 21-26, 2001 Design and Control of the BUAA Four-Fingered Hand Y. Zhang, Z. Han, H. Zhang, X. Shang, T. Wang,

More information

Six-degree-of-freedom robot design

Six-degree-of-freedom robot design Six-degree-of-freedom robot design Zhendong Guan a, Xiaobin Gong b, Shichang Yan c School of Shandong University of Science and Technology, Qingdao 266590, China a654201141@qq.com, b 528173250@qq.com,

More information

Interdisciplinary Integrated Education at Washington State University. Presented by: W. Max Kirk Jason B. Peschel

Interdisciplinary Integrated Education at Washington State University. Presented by: W. Max Kirk Jason B. Peschel Interdisciplinary Integrated Education at Washington State University Presented by: W. Max Kirk Jason B. Peschel 1 Presentation Outline I. Where the Disciplines Reside at WSU II. III. IV. Integrated Courses

More information

WIRELESS THREE PHASE LINE FAULT MONITORING

WIRELESS THREE PHASE LINE FAULT MONITORING WIRELESS THREE PHASE LINE FAULT MONITORING Vaishnavi Kailas Pardeshi 1, Pooja Anil Kawade 2, Rutuja Ratanakar Kshirsagar 3 1,2,3 Department Electrical Engineer, Sandip Polytechnic, Nashik Maharashtra (India)

More information

Available online at ScienceDirect. Procedia Computer Science 76 (2015 ) 2 8

Available online at   ScienceDirect. Procedia Computer Science 76 (2015 ) 2 8 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 76 (2015 ) 2 8 2015 IEEE International Symposium on Robotics and Intelligent Sensors (IRIS 2015) Systematic Educational

More information

Appendix E VEX U. VEX Robotics Competition Turning Point Appendix E

Appendix E VEX U. VEX Robotics Competition Turning Point Appendix E Appendix E VEX U Introduction We are thrilled to continue the exciting VEX U program for another year, with some new twists for the 2018-2019 season. While many colleges and universities already use the

More information

Wireless DAQ using LabVIEW

Wireless DAQ using LabVIEW Indiana University Purdue University Fort Wayne Opus: Research & Creativity at IPFW Engineering Senior Design Projects School of Engineering, Technology and Computer Science Design Projects 12-11-2010

More information

Competencies in Manufacturing Engineering Technology programs from employer s point of view.

Competencies in Manufacturing Engineering Technology programs from employer s point of view. Session 3548 Competencies in Manufacturing Engineering Technology programs from employer s point of view. Bob Lahidji, Ph.D., CMfgE Eastern Michigan University Ypsilanti, MI. 48197 734-487-2040 bob.lahidji@emich.edu

More information

The Design of Intelligent Wheelchair Based on MSP430

The Design of Intelligent Wheelchair Based on MSP430 The Design of Intelligent Wheelchair Based on MSP430 Peifen Jin 1, a *, ujie Chen 1,b, Peixue Liu 1,c 1 Department of Mechanical and electrical engineering,qingdao HuangHai College, Qingdao, 266427, China

More information

Team Description Paper: Darmstadt Dribblers & Hajime Team (KidSize) and Darmstadt Dribblers (TeenSize)

Team Description Paper: Darmstadt Dribblers & Hajime Team (KidSize) and Darmstadt Dribblers (TeenSize) Team Description Paper: Darmstadt Dribblers & Hajime Team (KidSize) and Darmstadt Dribblers (TeenSize) Martin Friedmann 1, Jutta Kiener 1, Robert Kratz 1, Sebastian Petters 1, Hajime Sakamoto 2, Maximilian

More information

MCT Susanoo Logics 2014 Team Description

MCT Susanoo Logics 2014 Team Description MCT Susanoo Logics 2014 Team Description Satoshi Takata, Yuji Horie, Shota Aoki, Kazuhiro Fujiwara, Taihei Degawa Matsue College of Technology 14-4, Nishiikumacho, Matsue-shi, Shimane, 690-8518, Japan

More information

Team KMUTT: Team Description Paper

Team KMUTT: Team Description Paper Team KMUTT: Team Description Paper Thavida Maneewarn, Xye, Pasan Kulvanit, Sathit Wanitchaikit, Panuvat Sinsaranon, Kawroong Saktaweekulkit, Nattapong Kaewlek Djitt Laowattana King Mongkut s University

More information

EDUCATIONAL ROBOTICS' INTRODUCTORY COURSE

EDUCATIONAL ROBOTICS' INTRODUCTORY COURSE AESTIT EDUCATIONAL ROBOTICS' INTRODUCTORY COURSE Manuel Filipe P. C. M. Costa University of Minho Robotics in the classroom Robotics competitions The vast majority of students learn in a concrete manner

More information

MECHATRONICS Master study program. St. Kliment Ohridski University in Bitola Faculty of Technical Sciences Bitola.

MECHATRONICS Master study program. St. Kliment Ohridski University in Bitola Faculty of Technical Sciences Bitola. MECHATRONICS Master study program St. Kliment Ohridski University in Bitola Faculty of Technical Sciences Bitola www.tfb.edu.mk 1 2 Contents Mechatronics - an interdisciplinary approach Competences / Invest

More information

Dynamics and Operations of an Orbiting Satellite Simulation. Requirements Specification 13 May 2009

Dynamics and Operations of an Orbiting Satellite Simulation. Requirements Specification 13 May 2009 Dynamics and Operations of an Orbiting Satellite Simulation Requirements Specification 13 May 2009 Christopher Douglas, Karl Nielsen, and Robert Still Sponsor / Faculty Advisor: Dr. Scott Trimboli ECE

More information

MDM5253 DC Motor Driver Module with Position and Current Feedback User Manual

MDM5253 DC Motor Driver Module with Position and Current Feedback User Manual MDM5253 DC Motor Driver Module with Position and Current Feedback User Manual Version: 1.0.3 Apr. 2013 Table of Contents I. Introduction 2 II. Operations 2 II.1. Theory of Operation 2 II.2. Running as

More information

The Modular Mechatronic System from Rexroth. Practise-orientated, efficient, ready to use

The Modular Mechatronic System from Rexroth. Practise-orientated, efficient, ready to use The Modular Mechatronic System from Rexroth Practise-orientated, efficient, ready to use Learning as in Real Life Just as the tempo of innovations cycles is constantly increasing, so do the demands on

More information

TEACHING PLC IN AUTOMATION --A Case Study

TEACHING PLC IN AUTOMATION --A Case Study TEACHING PLC IN AUTOMATION --A Case Study Dr. George Yang, Assistant Professor And Dr. Yona Rasis, Assistant Professor Department of Engineering Technology Missouri Western State College 4525 Downs Drive

More information

Interior Architecture, BIAR Assessment Report, 2012

Interior Architecture, BIAR Assessment Report, 2012 Interior Architecture, BIAR Assessment Report, 2012 Expected Outcomes : Design Competency Students completing the Interior Architecture dual degree program will be able to design, develop and graphically

More information

Appendix E VEX U. VEX Robotics Competition Turning Point Appendix E

Appendix E VEX U. VEX Robotics Competition Turning Point Appendix E Appendix E VEX U Introduction We are thrilled to continue the exciting VEX U program for another year, with some new twists for the 2018-2019 season. While many colleges and universities already use the

More information

Modern Engineering Laboratories That Deliver

Modern Engineering Laboratories That Deliver Session 2159 Modern Engineering Laboratories That Deliver Charles Knight Mechanical Engineering University of Tennessee at Chattanooga Abstract Electronic instrumentation and computer data acquisition

More information

The Real-Time Control System for Servomechanisms

The Real-Time Control System for Servomechanisms The Real-Time Control System for Servomechanisms PETR STODOLA, JAN MAZAL, IVANA MOKRÁ, MILAN PODHOREC Department of Military Management and Tactics University of Defence Kounicova str. 65, Brno CZECH REPUBLIC

More information

Baccalaureate Program of Sustainable System Engineering Objectives and Curriculum Development

Baccalaureate Program of Sustainable System Engineering Objectives and Curriculum Development Paper ID #14204 Baccalaureate Program of Sustainable System Engineering Objectives and Curriculum Development Dr. Runing Zhang, Metropolitan State University of Denver Mr. Aaron Brown, Metropolitan State

More information

A MODERN UNDERGRADUATE MECHANICAL ENGINEERING LABORATORY. Introduction

A MODERN UNDERGRADUATE MECHANICAL ENGINEERING LABORATORY. Introduction A MODERN UNDERGRADUATE MECHANICAL ENGINEERING LABORATORY Charles Knight 1 and Gary McDonald 2 Abstract The senior mechanical engineering laboratory curriculum at The University of Tennessee at Chattanooga

More information

A Multi-Level Curriculum in Digital Instrumentation and Control based on Field Programmable Gate Array Technology

A Multi-Level Curriculum in Digital Instrumentation and Control based on Field Programmable Gate Array Technology A Multi-Level Curriculum in Digital Instrumentation and Control based on Field Programmable Gate Array Technology Omar Elkeelany 1 [Mohamed Abdelrahman 2 ] Abstract Currently, on one hand courses in digital

More information

BS in. Electrical Engineering

BS in. Electrical Engineering BS in Electrical Engineering Program Objectives Habib University s Electrical Engineering program is designed to impart rigorous technical knowledge, combined with hands-on experiential learning and a

More information

AUTONOMOUS NAVIGATION SYSTEM BASED ON GPS

AUTONOMOUS NAVIGATION SYSTEM BASED ON GPS AUTONOMOUS NAVIGATION SYSTEM BASED ON GPS Zhaoxiang Liu, Gang Liu * Key Laboratory of Modern Precision Agriculture System Integration Research, China Agricultural University, Beijing, China, 100083 * Corresponding

More information

Cooperative Behavior Acquisition in A Multiple Mobile Robot Environment by Co-evolution

Cooperative Behavior Acquisition in A Multiple Mobile Robot Environment by Co-evolution Cooperative Behavior Acquisition in A Multiple Mobile Robot Environment by Co-evolution Eiji Uchibe, Masateru Nakamura, Minoru Asada Dept. of Adaptive Machine Systems, Graduate School of Eng., Osaka University,

More information

Overview Agents, environments, typical components

Overview Agents, environments, typical components Overview Agents, environments, typical components CSC752 Autonomous Robotic Systems Ubbo Visser Department of Computer Science University of Miami January 23, 2017 Outline 1 Autonomous robots 2 Agents

More information

Tour Guide Robot: A Platform for Interdisciplinary Engineering Senior Design Projects

Tour Guide Robot: A Platform for Interdisciplinary Engineering Senior Design Projects Tour Guide Robot: A Platform for Interdisciplinary Engineering Senior Design Projects Abstract Interdisciplinary projects involving electrical engineering (EE), mechanical engineering (ME), and computer

More information

NUST FALCONS. Team Description for RoboCup Small Size League, 2011

NUST FALCONS. Team Description for RoboCup Small Size League, 2011 1. Introduction: NUST FALCONS Team Description for RoboCup Small Size League, 2011 Arsalan Akhter, Muhammad Jibran Mehfooz Awan, Ali Imran, Salman Shafqat, M. Aneeq-uz-Zaman, Imtiaz Noor, Kanwar Faraz,

More information

University of Technology. Control and Systems Eng. Dept. Curriculum Vitae (C.V.)

University of Technology. Control and Systems Eng. Dept. Curriculum Vitae (C.V.) University of Technology Control and Dept. Curriculum Vitae (C.V.) Last updated: 1/8/2017 Full name: Assist. Prof. Dr. LAITH JASIM SAUD Gender: Date of birth : Nationality : Place of work : Languages:

More information

PLAN OF SECOND DEGREE POSTGRADUATE STUDY

PLAN OF SECOND DEGREE POSTGRADUATE STUDY Zał. nr 1 do uchwały nr 44/2015 Rady Wydziału Elektrycznego PB z dnia 20.05.2015 r. BIALYSTOK UNIVERSITY OF TECHNOLOGY FACULTY OF ELECTRICAL ENGINEERING PLAN OF SECOND DEGREE POSTGRADUATE STUDY course

More information

Chemical and Biological Engineering Student Learning Outcome Assessment Report

Chemical and Biological Engineering Student Learning Outcome Assessment Report Chemical and Biological Engineering Student Learning Outcome Report 1. Department/Program Mission The mission of the Department of Chemical and Biological is to prepare chemical engineers for successful

More information

Fernando Ribeiro, Gil Lopes, Davide Oliveira, Fátima Gonçalves, Júlio

Fernando Ribeiro, Gil Lopes, Davide Oliveira, Fátima Gonçalves, Júlio MINHO@home Rodrigues Fernando Ribeiro, Gil Lopes, Davide Oliveira, Fátima Gonçalves, Júlio Grupo de Automação e Robótica, Departamento de Electrónica Industrial, Universidade do Minho, Campus de Azurém,

More information

ER-Force Team Description Paper for RoboCup 2010

ER-Force Team Description Paper for RoboCup 2010 ER-Force Team Description Paper for RoboCup 2010 Peter Blank, Michael Bleier, Jan Kallwies, Patrick Kugler, Dominik Lahmann, Philipp Nordhus, Christian Riess Robotic Activities Erlangen e.v. Pattern Recognition

More information

Autonomous. Chess Playing. Robot

Autonomous. Chess Playing. Robot Autonomous Chess Playing Robot Team Members 1. Amit Saharan 2. Gaurav Raj 3. Riya Gupta 4. Saumya Jaiswal 5. Shilpi Agrawal 6. Varun Gupta Mentors 1. Mukund Tibrewal 2. Hardik Soni 3. Zaid Tasneem Abstract

More information

Arduino Robotic Projects By Richard Grimmett

Arduino Robotic Projects By Richard Grimmett We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with arduino robotic projects

More information

RoboDragons 2010 Team Description

RoboDragons 2010 Team Description RoboDragons 2010 Team Description Akeru Ishikawa, Takashi Sakai, Jousuke Nagai, Toro Inagaki, Hajime Sawaguchi, Yuji Nunome, Kazuhito Murakami and Tadashi Naruse Aichi Prefectural University, Nagakute-cho,

More information

Humanoid Robot NAO: Developing Behaviors for Football Humanoid Robots

Humanoid Robot NAO: Developing Behaviors for Football Humanoid Robots Humanoid Robot NAO: Developing Behaviors for Football Humanoid Robots State of the Art Presentation Luís Miranda Cruz Supervisors: Prof. Luis Paulo Reis Prof. Armando Sousa Outline 1. Context 1.1. Robocup

More information

B.TECH(MECHANICAL) -SEDA

B.TECH(MECHANICAL) -SEDA B.TECH(MECHANICAL) -SEDA PROGRAMME EDUCATIONAL OBJECTIVES: PEO1 PEO2 PEO3 PEO4 PEO5 Will be equipped with sound knowledge of mathematics, science and technology useful to build complex mechanical engineering

More information

Software Architecture for an Exploration Robot based on Urbi

Software Architecture for an Exploration Robot based on Urbi Software Architecture for an Exploration Robot based on Urbi David Filliat Akim Demaille Jean-Christophe Baillie Guillaume Duceux David Filliat Quentin Hocquet Matthieu Nottale Ensta-ParisTech, Gostai

More information

A Novel Robotic Manufacturing System for Learning Innovation

A Novel Robotic Manufacturing System for Learning Innovation A Novel Robotic Manufacturing System for Learning Innovation Yuxin Liang 1, Jin Hu 2, Xiumin Diao 2 1 School of Agricultural & Biological Engineering 2 School of Engineering Technology Purdue University,

More information

SPEED CONTROL OF INDUCTION MOTOR VIA PIC CONTROLLER USING LAB VIEW

SPEED CONTROL OF INDUCTION MOTOR VIA PIC CONTROLLER USING LAB VIEW Advanced Materials Research Online: 2013-09-04 ISSN: 1662-8985, Vol. 768, pp 359-363 doi:10.4028/www.scientific.net/amr.768.359 2013 Trans Tech Publications, Switzerland SPEED CONTROL OF INDUCTION MOTOR

More information

Accreditation Requirements Mapping

Accreditation Requirements Mapping Accreditation Requirements Mapping APPENDIX D Certain design project management topics are difficult to address in curricula based heavily in mathematics, science, and technology. These topics are normally

More information

Controlling Robot through SMS with Acknowledging facility

Controlling Robot through SMS with Acknowledging facility IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 3 Ver. III (May Jun. 2014), PP 65-69 Controlling Robot through SMS with Acknowledging

More information

The Development and Application of High Compression Ratio Methanol Engine ECU

The Development and Application of High Compression Ratio Methanol Engine ECU National Conference on Information Technology and Computer Science (CITCS 2012) The Development and Application of High Compression Ratio Methanol Engine ECU Hong Bin, 15922184696 hongbinlqyun@163.com

More information

PLEASE READ FIRST (NEW 2011 VERSION) Main features:

PLEASE READ FIRST (NEW 2011 VERSION) Main features: PLEASE READ FIRST (NEW 2011 VERSION) Main features: engine control system, the user can set different types of crankshaft independent Signal output (for all models of the computer-driven) automatic transmission

More information

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Ahmed Okasha, Assistant Lecturer okasha1st@gmail.com Objective Have a

More information

Kon-C3003 Mechatronics exercises

Kon-C3003 Mechatronics exercises Kon-C3003 Mechatronics exercises Introduction 9.01.2018 Panu Kiviluoma Contents Lectures Introduction Team formation Cases/Demos Lab exercises (Eemeli Mykrä) Basics of Arduino 5 weekly topics Weekly registration

More information

Mechanical & Industrial Engineering Course and Option Talk - Mechatronics

Mechanical & Industrial Engineering Course and Option Talk - Mechatronics Mechanical & Industrial Engineering Course and Option Talk - Mechatronics 1 3 rd Year Curriculum Overview FALL MIE301: Kinematics and Dynamics of Machines MIE312: Fluid Mechanics I MIE342: Circuits with

More information

Mechatronics. STEAM Clown Production. STEAM Clown & Productions Copyright 2016 STEAM Clown

Mechatronics. STEAM Clown Production. STEAM Clown & Productions Copyright 2016 STEAM Clown Mechatronics Production Page 1 - Mechatronics SVCTE Mechatronics Class Class Production Ready To Hear about Mechatronics? Mecha = Mechanical Engineering Design Tronincs = Electrical Engineering Design

More information

Immediate linking of tolerance theory to hardware fabrication in a sophomore design course. Dr. Andrew C. Foley P.E. LCDR Eben H. Phillips P.E.

Immediate linking of tolerance theory to hardware fabrication in a sophomore design course. Dr. Andrew C. Foley P.E. LCDR Eben H. Phillips P.E. Immediate linking of tolerance theory to hardware fabrication in a sophomore design course. Dr. Andrew C. Foley P.E. LCDR Eben H. Phillips P.E. U.S Coast Guard Academy, New London, CT Abstract This paper

More information

CAD Models of Movable Clamps in Fixture Design

CAD Models of Movable Clamps in Fixture Design CAD Models of Movable Clamps in Fixture Design Wilson (Zhongming) Liang Purdue University Fort Wayne Abstract Students in the tool design class are taught to develop CAD models whose clamps are movable.

More information

Workshops Elisava Introduction to programming and electronics (Scratch & Arduino)

Workshops Elisava Introduction to programming and electronics (Scratch & Arduino) Workshops Elisava 2011 Introduction to programming and electronics (Scratch & Arduino) What is programming? Make an algorithm to do something in a specific language programming. Algorithm: a procedure

More information

An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting

An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting K. Prathyusha Assistant professor, Department of ECE, NRI Institute of Technology, Agiripalli Mandal, Krishna District,

More information