THE IMPORTANCE OF PLANNING AND DRAWING IN DESIGN

Size: px
Start display at page:

Download "THE IMPORTANCE OF PLANNING AND DRAWING IN DESIGN"

Transcription

1 PROGRAM OF STUDY ENGR.ROB Standard 1 Essential UNDERSTAND THE IMPORTANCE OF PLANNING AND DRAWING IN DESIGN The student will understand and implement the use of hand sketches and computer-aided drawing in the design process. ROB1.1 a,b,c Hand sketches are an important part of brainstorming. Parts can be virtually assembled using 3D computer-aided drawing software. Computer-aided drawing programs can help account for assembly tolerances. ROB1.1 d,e,f Computer-aided drawing software should be used to produce working drawings. Working drawings can help facilitate communication between invested parties. Working drawings act as blueprints for the production of the design. Benchmark 1.a Essential Investigate and Understand Basic Sketching The student will investigate and understand hand sketching in the design of a robot. Indicator 1.a.1 Essential Demonstrate basic hand sketching Hand sketch multiple solutions to a given robotics design problem. Benchmark 1.b Essential Investigate and Understand the Use of 2D CAD Tools The student will investigate and understand the use of 2D CAD Programs such as AutoCAD. Indicator 1.b.1 Essential Implement basic 2D CAD drawing tools Implement basic 2D CAD drawing tools such as line, spline, arc, polygon, circle, and ellipse. Indicator 1.b.2 Essential Implement basic 2D CAD modify tools Implement basic 2D CAD modify tools such as trim, extend, mirror, scale, rotate, move, and array. Standard 2 Essential IMPLEMENT THE USE OF CAD TO CONTROL CNC MACHINERY The student will use Computer-Aided Drawing software to create drawings to be sent to CNC Machines for creation.

2 ROB1.2 a,b,c CAD drawings can be processed to create code to run CNC machinery. CNC Machines can help reduce error in the creation process. CNC Machines have limitations which must be taken into account when designing. ROB1.2d,e 2D drawings are required to run a laser cutter. 3D drawings are required to run a 3D printer. Benchmark 2.a Essential Utilize 2D CAD design with the laser cutter The student will utilize 2D CAD drawings to produce data to control to the laser cutter. Indicator 2.a.1 Essential Demonstrate 2D drawing with AutoCAD Students will create a panelized design within AutoCAD. Indicator 2.a.2 Investigate and Understand basic laser cutter operation Students will properly setup laser cutter for supplied material and process the drawing to correctly create their designs. Indicator 2.a.3 Assemble cut parts to produce 3D object. Students will assemble their laser cut parts into their originally defined object. Benchmark 2.b Essential Utilize 3D CAD design with the 3D printer The student will utilize 3D CAD drawings to produce data to control the 3D printer. Indicator 2.b.1 Essential Demonstrate 3D drawing with Inventor Students will create several 3D parts that make up a larger assembly. Indicator 2.b.2 Essential Investigate and Understand basic 3D printer operation Students will properly setup 3D printer including processing the drawing to produce gcode and specifying the correct settings for the type of part to be printed. Indicator 2.b.3 Essential Assemble 3D printed parts into larger assembly. Students will assemble 3D printed parts into their larger assembly with parts fitting within tolerances.

3 Standard 3 Essential UNDERSTAND AND IMPLEMENT THE USE OF MICROCONTROLLERS The student will understand and implement the use of microcontrollers for robot control. ROB1.3 a,b,c Programmable microcontrollers use software to control circuitry. Microcontrollers communicate with other devices through a variety of serial communication prototcols. Microcontrollers can be used to control and interface with a variety of devices. Benchmark 3.a Essential Investigate the Understand the software IDE The student will investigate and understand the integrated development environment used to program the microcontroller. Indicator 3.a.1 Essential Demonstrate proper IDE setting configuration Students will properly setup the IDE for the correct microcontroller being used. Indicator 3.a.2 Investigate and Implement the microcontroller API Students will investigate and implement the Application Programming Interface in order to write code for the microcontroller. Indicator 3.a.3 Demonstrate software uploading procedure Students will successfully upload their written code to the microcontroller. Standard 4 Essential Investigate and Understand Digital Inputs and Outputs The student will investigate and understand the use of digital inputs and outputs as related to the microcontroller. ROB1.4 a,b,c Digital indicates only two possible states. Digital outputs are essentially switches controlled by software. Digital inputs can be utilized by buttons and other simple sensors. Benchmark 4.a Essential Implement digital inputs and outputs within the software and hardware Indicator 4.a.1 Essential Investigate and implement how to properly set the direction of a GPIO pin

4 The student will investigate and correctly implement the setting of the direction of a General Purpose Input Output pin in the microcontroller IDE. Indicator 4.a.2 Essential Demonstrate control of a digital output pin through the API. Students will use the microcontroller to turn on and off a digital device such as an LED. Indicator 4.a.3 Demonstrate data input from a digital input pin. Students will demonstrate the use of a microcontroller to read the state of a digital input pin. Standard 5 Essential INVESTIGATE AND UNDERSTAND ANALOG INPUTS AND OUTPUTS The student will investigate and understand the use of analog inputs and outputs as related to the microcontroller. ROB1.5 a,b,c,d Analog indicates a range of possible values. Analog ouputs can control devices to any varying degree of on or off using PWM. Analog inputs can read a range of sensor values by comparing the voltage of the pin in relation to a reference voltage; usually 5V or 3.3V. Many analog sensors are variable resistors. Benchmark 5.a Essential Implement analog inputs and outputs within the software and hardware Indicator 5.a.1 Essential Investigate and implement how to mimic analog output in a digital system using PWM The student will investigate and correctly implement pulse width modulation through the use of libraries and manual coding to control devices. Indicator 5.a.2 Demonstrate data input from an analog input pin. Students will demonstrate the use of a microcontroller to read the state of an analog input pin and control an output in relation to the data. Standard 6 Essential INVESTIGATE AND UNDERSTAND BRUSHED DC MOTORS AND THEIR CONTROL The student will investigate and understand the use of brushed DC motors through the use of h-bridge circuitry. ROB1.6 a,b,c

5 Brushed DC motors use magnetic fields to produce rotation. Polarity must be switched to change the direction of rotation. DC motors have characteristic curves relating to speed, torque, and power.. Benchmark 6.a Essential Control the direction and speed of a DC motor using an H-bridge Indicator 6.a.1 Essential Investigate and Implement an H-bridge IC The student will investigate and correctly implement the use of an h-bridge IC such as the L293 in order to control the direction of rotation of a DC motor. Indicator 6.a.2 Implement speed control of a DC motor Students will implement speed control of a DC motor through the use of PWM signals being outputted from the microcontroller. Benchmark 6.b Essential Investigate standard DC motor curves Indicator 6.b.1 Essential Investigate Speed v Torque curve Students will investigate how speed is related to torque in the use of a brushless DC motor. Indicator 6.b.2 Essential Investigate Torque v Power curve Students will investigate how torque is related to power draw in the use of a brushless motor. Standard 7 Essential INVESTIGATE AND UNDERSTAND HOBBY SERVO MOTORS AND THEIR CONTROL The student will investigate and understand the use of hobby RC servos and how they are controlled. ROB1.7a,b,c Servos are essentially geared DC motors with control circuitry Servos are controlled with PWM signals. Servo wiring only consists of three connections. ROB 1.7 d,e Standard remote controls send Pulse Position Modulation (PPM) signals. Each PPM signal contains positional data for n servos provided by the n channels of the controller. Benchmark 7.a Essential Understand the inner workings of a servo motor Indicator 7.a.1 Essential

6 Investigate a broken down servo. The student will investigate the insides of a servo to better understand its function. Indicator 7.a.2 Implement proper wiring of a servo motor Students will implement proper wiring of a servo motors three required connections: +V, GND, and Signal. Standard 8 Essential INVESTIGATE ROBOTIC APPENDAGES The student will investigate and understand proper design of basic robotic appendages. ROB1.8a,b,c Degrees of freedom describe the different ways an object can move. The human arm has 7 degrees of freedom. Each joint can consist of roll, pitch, and yaw. ROB 1.8 d,e,f Required torque must be calculated for each joint. Each segment can be thought of as a lever. Torque can be loosely calculated using Force x Distance. Benchmark 8.a Essential Understand Degrees of Freedom Indicator 8.a.1 Essential Investigate Roll, Pitch, Yaw The student will investigate the three types of possible movement. Indicator 8.a.2 Investigate the degrees of freedom in a human arm. Students will investigate how each joint in a human arm may contain roll, pitch, and yaw. Indicator 8.a.3 Investigate degrees of freedom in other designs. Students will investigate the number of DoF in other organisms/mechanisms. Benchmark 8.b Essential Understand robotic appendage design Indicator 8.b.1 Essential Investigate and Understand torque calculations at a specific joint The student will investigate how to calculate the required torque needed to move an appendage. Indicator 8.b.2 Investigate how appendages may change center of gravity Students will investigate how appendages change center of gravity by building a simple robotic arm.

7 Standard 9 Essential INVESTIGATE GEARS AND THEIR RELATIONSHIP WITH SPEED AND TORQUE The student will investigate how gears affect speed and torque and their inverse relationship. ROB1.9a,b,c,d,e Speed is calculated by counting rotations per minute. Torque is a measure of how much a force acting on an object causes that object to rotate. Speed and torque are inversely related. Gears change speed and torque by changing rotational speed. Gear ratios can be calculated by comparing the diameters of the gears. ROB 1.9f,g,h Spur gears are the most common type of gear. Idler gears do not affect overall gear ratio. Compound gear ratios allow for greater reduction in a smaller space. Benchmark 9.a Essential Utilize gear ratios to change speed and torque Indicator 9.a.1 Essential Investigate Gears and how they change speed The student will build a simple gear ratio to change the rotational speed of an output shaft. Indicator 9.a.2 Investigate gears and how they change torque Students will build a simple gear ratio to change the amount of torque generated. Indicator 9.a.3 Investigate speed and torque relationships Students will investigate the relationship between speed and torque through data collection and graphing. Benchmark 9.b Essential Understand different types of gear configurations Indicator 9.b.1 Essential Investigate gear ratio calculations The student will calculate gear ratios using the number of teeth on a gear as an indicator of diameter. Indicator 9.b.2 Investigate compound gear ratios Students will build a compound gear train and learn to calculate the gear ratio.

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

Job Sheet 2 Servo Control

Job Sheet 2 Servo Control Job Sheet 2 Servo Control Electrical actuators are replacing hydraulic actuators in many industrial applications. Electric servomotors and linear actuators can perform many of the same physical displacement

More information

Control Robotics Arm with EduCake

Control Robotics Arm with EduCake Control Robotics Arm with EduCake 1. About Robotics Arm Robotics Arm (RobotArm) similar to the one in Figure-1, is used in broad range of industrial automation and manufacturing environment. This type

More information

FABO ACADEMY X ELECTRONIC DESIGN

FABO ACADEMY X ELECTRONIC DESIGN ELECTRONIC DESIGN MAKE A DEVICE WITH INPUT & OUTPUT The Shanghaino can be programmed to use many input and output devices (a motor, a light sensor, etc) uploading an instruction code (a program) to it

More information

DA 20 Technical Specification

DA 20 Technical Specification 1/18 DA 2 DA 2-6-255 DA 2-12-2515 DA 2-3-253 2/18 Content 1. General Description... 3 2. Operating Data... 4 2.1. Operating Data 6V-Versions... 4 2.2. Operating Data 12V-Version... 5 2.3. Operating Data

More information

Micromouse Meeting #3 Lecture #2. Power Motors Encoders

Micromouse Meeting #3 Lecture #2. Power Motors Encoders Micromouse Meeting #3 Lecture #2 Power Motors Encoders Previous Stuff Microcontroller pick one yet? Meet your team Some teams were changed High Level Diagram Power Everything needs power Batteries Supply

More information

DC motor control using arduino

DC motor control using arduino DC motor control using arduino 1) Introduction: First we need to differentiate between DC motor and DC generator and where we can use it in this experiment. What is the main different between the DC-motor,

More information

Total Hours Registration through Website or for further details please visit (Refer Upcoming Events Section)

Total Hours Registration through Website or for further details please visit   (Refer Upcoming Events Section) Total Hours 110-150 Registration Q R Code Registration through Website or for further details please visit http://www.rknec.edu/ (Refer Upcoming Events Section) Module 1: Basics of Microprocessor & Microcontroller

More information

L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G

L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G P R O F. S L A C K L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G G B S E E E @ R I T. E D U B L D I N G 9, O F F I C E 0 9-3 1 8 9 ( 5 8 5 ) 4 7 5-5 1 0

More information

2.017 DESIGN OF ELECTROMECHANICAL ROBOTIC SYSTEMS Fall 2009 Lab 4: Motor Control. October 5, 2009 Dr. Harrison H. Chin

2.017 DESIGN OF ELECTROMECHANICAL ROBOTIC SYSTEMS Fall 2009 Lab 4: Motor Control. October 5, 2009 Dr. Harrison H. Chin 2.017 DESIGN OF ELECTROMECHANICAL ROBOTIC SYSTEMS Fall 2009 Lab 4: Motor Control October 5, 2009 Dr. Harrison H. Chin Formal Labs 1. Microcontrollers Introduction to microcontrollers Arduino microcontroller

More information

Industry and Technology Institutional (ILO), Program (PLO), and Course (SLO) Alignment Number of Courses: 36

Industry and Technology Institutional (ILO), Program (PLO), and Course (SLO) Alignment Number of Courses: 36 Program: Automation, Robotics, and Manufacturing Engineering Technology (ETEC), Manufacturing Technology (MTEC), and Machine Tool Technology (MTT) Institutional SLOs I. Content Knowledge II. Critical,

More information

The Torxis Linear Servo meets the following environmental conditions:

The Torxis Linear Servo meets the following environmental conditions: Page: 1 1. PRODUCT DESCRIPTION The Torxis Linear Servo is the second generation of linear servos provided by GearWurx. This product features internal position sensing, and closed loop position control.

More information

CAYUGA COMMUNITY COLLEGE Division of Natural and Health Sciences, Mathematics and Technology ENGR 126 Computer Aided Design 4 Credit Hours

CAYUGA COMMUNITY COLLEGE Division of Natural and Health Sciences, Mathematics and Technology ENGR 126 Computer Aided Design 4 Credit Hours CAYUGA COMMUNITY COLLEGE Division of Natural and Health Sciences, Mathematics and Technology ENGR 126 Computer Aided Design 4 Credit Hours COURSE DESCRIPTION Develop basic drafting skills using microcomputer

More information

EXPERIMENT 6: Advanced I/O Programming

EXPERIMENT 6: Advanced I/O Programming EXPERIMENT 6: Advanced I/O Programming Objectives: To familiarize students with DC Motor control and Stepper Motor Interfacing. To utilize MikroC and MPLAB for Input Output Interfacing and motor control.

More information

Assembly Language. Topic 14 Motion Control. Stepper and Servo Motors

Assembly Language. Topic 14 Motion Control. Stepper and Servo Motors Assembly Language Topic 14 Motion Control Stepper and Servo Motors Objectives To gain an understanding of the operation of a stepper motor To develop a means to control a stepper motor To gain an understanding

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 13.11.2014

More information

Robotic Navigation Distance Control Platform

Robotic Navigation Distance Control Platform Robotic Navigation Distance Control Platform System Block Diagram Student: Scott Sendra Project Advisors: Dr. Schertz Dr. Malinowski Date: November 18, 2003 Objective The objective of the Robotic Navigation

More information

Assembly Guide Robokits India

Assembly Guide Robokits India Robotic Arm 5 DOF Assembly Guide Robokits India info@robokits.co.in Robokits World http://www.robokitsworld.com http://www.robokitsworld.com Page 1 Overview : 5 DOF Robotic Arm from Robokits is a robotic

More information

Design of low-cost robotic arm for education

Design of low-cost robotic arm for education Design of low-cost robotic arm for education Filip Tóth Faculty of El. Engineering and Information Technology Slovak University of Technology Bratislava, Slovak Republic ftxrobot@hotmail.com Boris Rohaľ-Ilkiv,

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

SELF STABILIZING PLATFORM

SELF STABILIZING PLATFORM SELF STABILIZING PLATFORM Shalaka Turalkar 1, Omkar Padvekar 2, Nikhil Chavan 3, Pritam Sawant 4 and Project Guide: Mr Prathamesh Indulkar 5. 1,2,3,4,5 Department of Electronics and Telecommunication,

More information

Technical Cognitive Systems

Technical Cognitive Systems Part XII Actuators 3 Outline Robot Bases Hardware Components Robot Arms 4 Outline Robot Bases Hardware Components Robot Arms 5 (Wheeled) Locomotion Goal: Bring the robot to a desired pose (x, y, θ): (position

More information

Introduction: Components used:

Introduction: Components used: Introduction: As, this robotic arm is automatic in a way that it can decides where to move and when to move, therefore it works in a closed loop system where sensor detects if there is any object in a

More information

العطاء رقم )7106/67( الخاص بشراء أجهز لقسم الهندسة الكهربائية على حساب البحث العلمي

العطاء رقم )7106/67( الخاص بشراء أجهز لقسم الهندسة الكهربائية على حساب البحث العلمي العطاء رقم )7106/67( الخاص بشراء أجهز لقسم الهندسة الكهربائية على حساب البحث العلمي رقم )7107/363( Page 1 of 6 1- Mechatronics Actuators Board & Mechatronics Systems Board with Education Laboratory for

More information

MOBILE ROBOT LOCALIZATION with POSITION CONTROL

MOBILE ROBOT LOCALIZATION with POSITION CONTROL T.C. DOKUZ EYLÜL UNIVERSITY ENGINEERING FACULTY ELECTRICAL & ELECTRONICS ENGINEERING DEPARTMENT MOBILE ROBOT LOCALIZATION with POSITION CONTROL Project Report by Ayhan ŞAVKLIYILDIZ - 2011502093 Burcu YELİS

More information

Feed-back loop. open-loop. closed-loop

Feed-back loop. open-loop. closed-loop Servos AJLONTECH Overview Servo motors are used for angular positioning, such as in radio control airplanes. They typically have a movement range of 180 deg but can go up to 210 deg. The output shaft of

More information

Hobby Servo Tutorial. Introduction. Sparkfun: https://learn.sparkfun.com/tutorials/hobby-servo-tutorial

Hobby Servo Tutorial. Introduction. Sparkfun: https://learn.sparkfun.com/tutorials/hobby-servo-tutorial Hobby Servo Tutorial Sparkfun: https://learn.sparkfun.com/tutorials/hobby-servo-tutorial Introduction Servo motors are an easy way to add motion to your electronics projects. Originally used in remotecontrolled

More information

Servos A Brief Guide

Servos A Brief Guide Servos A Brief Guide David Sanderson, MEng (hons) DIS, CEng MIMarEST Technical Director at Kitronik Radio Control (RC) Servos are a simple way to provide electronically controlled movement for many projects.

More information

SYLLABUS. Apprenticeship Training Scheme

SYLLABUS. Apprenticeship Training Scheme SYLLABUS For the trade of CAD-CAM OPERATOR CUM PROGRAMMER UNDER Apprenticeship Training Scheme Government of India Ministry of Labour & Employment Directorate General of Employment & Training New Delhi-110001

More information

Tarocco Closed Loop Motor Controller

Tarocco Closed Loop Motor Controller Contents Safety Information... 3 Overview... 4 Features... 4 SoC for Closed Loop Control... 4 Gate Driver... 5 MOSFETs in H Bridge Configuration... 5 Device Characteristics... 6 Installation... 7 Motor

More information

Essential Understandings with Guiding Questions Robotics Engineering

Essential Understandings with Guiding Questions Robotics Engineering Essential Understandings with Guiding Questions Robotics Engineering 1 st Quarter Theme: Orientation to a Successful Laboratory Experience Student Expectations Safety Emergency MSDS Organizational Systems

More information

New Approach on Development a Dual Axis Solar Tracking Prototype

New Approach on Development a Dual Axis Solar Tracking Prototype Wireless Engineering and Technology, 2016, 7, 1-11 Published Online January 2016 in SciRes. http://www.scirp.org/journal/wet http://dx.doi.org/10.4236/wet.2016.71001 New Approach on Development a Dual

More information

Built-in soft-start feature. Up-Slope and Down-Slope. Power-Up safe start feature. Motor will only start if pulse of 1.5ms is detected.

Built-in soft-start feature. Up-Slope and Down-Slope. Power-Up safe start feature. Motor will only start if pulse of 1.5ms is detected. Thank You for purchasing our TRI-Mode programmable DC Motor Controller. Our DC Motor Controller is the most flexible controller you will find. It is user-programmable and covers most applications. This

More information

CONSTRUCTION GUIDE Robotic Arm. Robobox. Level II

CONSTRUCTION GUIDE Robotic Arm. Robobox. Level II CONSTRUCTION GUIDE Robotic Arm Robobox Level II Robotic Arm This month s robot is a robotic arm with two degrees of freedom that will teach you how to use motors. You will then be able to move the arm

More information

Introduction to the VEX Robotics Platform and ROBOTC Software

Introduction to the VEX Robotics Platform and ROBOTC Software Introduction to the VEX Robotics Platform and ROBOTC Software Computer Integrated Manufacturing 2013 Project Lead The Way, Inc. VEX Robotics Platform: Testbed for Learning Programming VEX Structure Subsystem

More information

Design of Joint Controller Circuit for PA10 Robot Arm

Design of Joint Controller Circuit for PA10 Robot Arm Design of Joint Controller Circuit for PA10 Robot Arm Sereiratha Phal and Manop Wongsaisuwan Department of Electrical Engineering, Faculty of Engineering, Chulalongkorn University, Bangkok, 10330, Thailand.

More information

Understanding RC Servos and DC Motors

Understanding RC Servos and DC Motors Understanding RC Servos and DC Motors What You ll Learn How an RC servo and DC motor operate Understand the electrical and mechanical details How to interpret datasheet specifications and properly apply

More information

Learning Objectives. References 10/26/11. Using servos with an Arduino. EAS 199A Fall 2011

Learning Objectives. References 10/26/11. Using servos with an Arduino. EAS 199A Fall 2011 Using servos with an Arduino EAS 199A Fall 2011 Learning Objectives Be able to identify characteristics that distinguish a servo and a DC motor Be able to describe the difference a conventional servo and

More information

Using Servos with an Arduino

Using Servos with an Arduino Using Servos with an Arduino ME 120 Mechanical and Materials Engineering Portland State University http://web.cecs.pdx.edu/~me120 Learning Objectives Be able to identify characteristics that distinguish

More information

Page ENSC387 - Introduction to Electro-Mechanical Sensors and Actuators: Simon Fraser University Engineering Science

Page ENSC387 - Introduction to Electro-Mechanical Sensors and Actuators: Simon Fraser University Engineering Science Motor Driver and Feedback Control: The feedback control system of a dc motor typically consists of a microcontroller, which provides drive commands (rotation and direction) to the driver. The driver is

More information

Project Number: P13203

Project Number: P13203 Multidisciplinary Senior Design Conference Kate Gleason College of Engineering Rochester Institute of Technology Rochester, New York 14623 Project Number: P13203 TIGERBOT EXTENSION Mohammad Arefin Electrical

More information

100UF CAPACITOR POTENTIOMETER SERVO MOTOR MOTOR ARM. MALE HEADER PIN (3 pins) INGREDIENTS

100UF CAPACITOR POTENTIOMETER SERVO MOTOR MOTOR ARM. MALE HEADER PIN (3 pins) INGREDIENTS 05 POTENTIOMETER SERVO MOTOR MOTOR ARM 100UF CAPACITOR MALE HEADER PIN (3 pins) INGREDIENTS 63 MOOD CUE USE A SERVO MOTOR TO MAKE A MECHANICAL GAUGE TO POINT OUT WHAT SORT OF MOOD YOU RE IN THAT DAY Discover:

More information

DA 22 Technical Specification

DA 22 Technical Specification 1/26 DA 22 DA 22-12-2615 DA 22-12-4112 DA 22-30-2630 DA 22-30-4128 2/26 Content 1. General Description... 3 2. Operating Data... 4 2.1. Operating Data 12V-Versions... 4 2.2. Operating Data 28V-Versions...

More information

ARDUINO BASED DC MOTOR SPEED CONTROL

ARDUINO BASED DC MOTOR SPEED CONTROL ARDUINO BASED DC MOTOR SPEED CONTROL Student of Electrical Engineering Department 1.Hirdesh Kr. Saini 2.Shahid Firoz 3.Ashutosh Pandey Abstract The Uno is a microcontroller board based on the ATmega328P.

More information

Autonomous Following RObot Initial Design Review

Autonomous Following RObot Initial Design Review Autonomous Following RObot Initial Design Review James Tse (Leader) Wei Dai Travis Frecker Peter Verlangieri Professor John Johnson ECE 189A Fall 2012 Initial Design Review: Project Description Original

More information

The Mathematics of the Stewart Platform

The Mathematics of the Stewart Platform The Mathematics of the Stewart Platform The Stewart Platform consists of 2 rigid frames connected by 6 variable length legs. The Base is considered to be the reference frame work, with orthogonal axes

More information

Motors and Servos Part 2: DC Motors

Motors and Servos Part 2: DC Motors Motors and Servos Part 2: DC Motors Back to Motors After a brief excursion into serial communication last week, we are returning to DC motors this week. As you recall, we have already worked with servos

More information

An Introduction to CNC

An Introduction to CNC DREAM IT DESIGN IT DO IT An Introduction to CNC For help, call 011 036 6062 or 021 839 5594, or send an email to techsupport@perfectlaser.co.za Introduction to CNC If you re new to the world of CNC (or

More information

DA DA

DA DA 1/16 DA 13 DA 13 05 32 DA 13 05 60 2/16 Content 1. General Description... 3 2. Operating Data... 4 3. Performance... Fehler! Textmarke nicht definiert. 4. Command Signal... 6 4.1. Position Feedback Signal...

More information

BRUSHLESS DC MOTOR FAMILY

BRUSHLESS DC MOTOR FAMILY BRUSHLESS DC MOTOR FAMILY Series NT HST Geared Brushless DC Permanent Magnet Motor The NT HST is designed to provide: Fast dynamic response High power density Compact package size Long life ball bearing

More information

RC Servo Interface. Figure Bipolar amplifier connected to a large DC motor

RC Servo Interface. Figure Bipolar amplifier connected to a large DC motor The bipolar amplifier is well suited for controlling motors for vehicle propulsion. Figure 12-45 shows a good-sized 24VDC motor that runs nicely on 13.8V from a lead acid battery based power supply. You

More information

COURSE: INTRODUCTION TO CAD GRADES: UNIT: Measurement

COURSE: INTRODUCTION TO CAD GRADES: UNIT: Measurement UNIT: Measurement - Students will demonstrate correctness in measuring using various scales and instruments. Demonstrate the various marks that make up a ruler including 1/16, 1/8, ¼ and ½. Assessment

More information

Embedded Systems Lab Lab 7 Stepper Motor Application

Embedded Systems Lab Lab 7 Stepper Motor Application Islamic University of Gaza College of Engineering puter Department Embedded Systems Lab Stepper Motor Application Prepared By: Eng.Ola M. Abd El-Latif Apr. /2010 :D 0 Objective Tools Theory To realize

More information

DA DA 10 Technical Specification. Page 1/14. Volz Servos GmbH & Co. KG servos.com

DA DA 10 Technical Specification. Page 1/14. Volz Servos GmbH & Co. KG   servos.com 1/14 DA 10 DA 10 05 42 2/14 Content 1. General Description... 3 2. Operating Data... 4 3. Performance... 5 4. Command Signal... 6 5. Materials and Protective Features... 7 6. Dimensions... 7 6.1. Installation

More information

AC : APPLICATION OF CADD/CAM TO ENGINEERING TECHNOLOGY COURSES AND SOME REAL-LIFE PROJECTS

AC : APPLICATION OF CADD/CAM TO ENGINEERING TECHNOLOGY COURSES AND SOME REAL-LIFE PROJECTS AC 2007-2428: APPLICATION OF CADD/CAM TO ENGINEERING TECHNOLOGY COURSES AND SOME REAL-LIFE PROJECTS B. Sridhara, Middle Tennessee State University Dr. B. S. Sridhara is a professor in the Department of

More information

MICROCONTROLLERS Stepper motor control with Sequential Logic Circuits

MICROCONTROLLERS Stepper motor control with Sequential Logic Circuits PH-315 MICROCONTROLLERS Stepper motor control with Sequential Logic Circuits Portland State University Summary Four sequential digital waveforms are used to control a stepper motor. The main objective

More information

StenBOT Robot Kit. Stensat Group LLC, Copyright 2018

StenBOT Robot Kit. Stensat Group LLC, Copyright 2018 StenBOT Robot Kit 1 Stensat Group LLC, Copyright 2018 Legal Stuff Stensat Group LLC assumes no responsibility and/or liability for the use of the kit and documentation. There is a 90 day warranty for the

More information

IMU: Get started with Arduino and the MPU 6050 Sensor!

IMU: Get started with Arduino and the MPU 6050 Sensor! 1 of 5 16-3-2017 15:17 IMU Interfacing Tutorial: Get started with Arduino and the MPU 6050 Sensor! By Arvind Sanjeev, Founder of DIY Hacking Arduino MPU 6050 Setup In this post, I will be reviewing a few

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

VEX Robotics Platform and ROBOTC Software. Introduction

VEX Robotics Platform and ROBOTC Software. Introduction VEX Robotics Platform and ROBOTC Software Introduction VEX Robotics Platform: Testbed for Learning Programming VEX Structure Subsystem VEX Structure Subsystem forms the base of every robot Contains square

More information

Adafruit 16-Channel Servo Driver with Arduino

Adafruit 16-Channel Servo Driver with Arduino Adafruit 16-Channel Servo Driver with Arduino Created by Bill Earl Last updated on 2015-09-29 06:19:37 PM EDT Guide Contents Guide Contents Overview Assembly Install the Servo Headers Solder all pins Add

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

Coding with Arduino to operate the prosthetic arm

Coding with Arduino to operate the prosthetic arm Setup Board Install FTDI Drivers This is so that your RedBoard will be able to communicate with your computer. If you have Windows 8 or above you might already have the drivers. 1. Download the FTDI driver

More information

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs 10-11 Introduction to Arduino In this lab we will introduce the idea of using a microcontroller as a tool for controlling

More information

MAE3. Absolute Magnetic Kit Encoder Page 1 of 8. Description. Mechanical Drawing. Features

MAE3. Absolute Magnetic Kit Encoder Page 1 of 8. Description. Mechanical Drawing. Features Description MAE3 Page 1 of 8 The MAE3 is an absolute magnetic kit encoder that provides shaft position information over 360 of rotation with no stops or gaps. This magnetic encoder is designed to easily

More information

Computer Numeric Control

Computer Numeric Control Computer Numeric Control TA202A 2017-18(2 nd ) Semester Prof. J. Ramkumar Department of Mechanical Engineering IIT Kanpur Computer Numeric Control A system in which actions are controlled by the direct

More information

Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim

Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim Abstract - This project utilized Eleven Engineering s XInC2 development board to control several peripheral devices to open a standard 40 digit combination

More information

A Do-and-See Approach for Learning Mechatronics Concepts

A Do-and-See Approach for Learning Mechatronics Concepts Proceedings of the 5 th International Conference of Control, Dynamic Systems, and Robotics (CDSR'18) Niagara Falls, Canada June 7 9, 2018 Paper No. 124 DOI: 10.11159/cdsr18.124 A Do-and-See Approach for

More information

DESIGN AND TECHNOLOGY MATHS TIME LINE. KS 3 and 4

DESIGN AND TECHNOLOGY MATHS TIME LINE. KS 3 and 4 WORLD ASSOCIATION OF TECHNOLOGY TEACHERS https://www.facebook.com/groups/254963448192823/ DESIGN AND TECHNOLOGY MATHS TIME LINE KS 3 and 4 Year 7. Understand and be able to convert cms to mms. To be able

More information

Brushed DC Motor Control. Module with CAN (MDL-BDC24)

Brushed DC Motor Control. Module with CAN (MDL-BDC24) Stellaris Brushed DC Motor Control Module with CAN (MDL-BDC24) Ordering Information Product No. MDL-BDC24 RDK-BDC24 Description Stellaris Brushed DC Motor Control Module with CAN (MDL-BDC24) for Single-Unit

More information

DA DA 26 Technical Specification. Page 1/27. Volz Servos GmbH & Co. KG servos.com

DA DA 26 Technical Specification. Page 1/27. Volz Servos GmbH & Co. KG  servos.com 1/27 DA 26 DA 26 30 5024 2/27 Content 1. General Description... 3 2. Operating Data... 4 3. Performance... 5 4. Command Signal... 6 4.1. PWM Command Interface... 6 4.2. RS 485 Command Signal... 6 4.3.

More information

Battle Crab. Build Instructions. ALPHA Version

Battle Crab. Build Instructions. ALPHA Version Battle Crab Build Instructions ALPHA Version Caveats: I built this robot as a learning project. It is not as polished as it could be. I accomplished my goal, to learn the basics, and kind of stopped. Improvement

More information

SimpleBGC 32bit controllers Using with encoders. Last edit date: 23 October 2014 Version: 0.5

SimpleBGC 32bit controllers Using with encoders. Last edit date: 23 October 2014 Version: 0.5 SimpleBGC 32bit controllers Using with encoders Last edit date: 23 October 2014 Version: 0.5 Basecamelectronics 2013-2014 CONTENTS 1. Encoders in the SimpleBGC project...3 2. Installing encoders...4 3.

More information

Evaluation Kit: MPS 160 ASIC. Magneto Encoder ASIC

Evaluation Kit: MPS 160 ASIC. Magneto Encoder ASIC Evaluation Kit: MPS 160 ASIC Magneto Encoder ASIC Table of Contents 1. Overview 2. Mounting Instructions 2.1. Sensor Orientation 2.2. Pitch Radius 2.3. Air Gap 3. Magnetic Target 4. Output 4.1. Optional

More information

Activity 5.2 Making Sketches in CAD

Activity 5.2 Making Sketches in CAD Activity 5.2 Making Sketches in CAD Introduction It would be great if computer systems were advanced enough to take a mental image of an object, such as the thought of a sports car, and instantly generate

More information

Adafruit Motor Selection Guide

Adafruit Motor Selection Guide Adafruit Motor Selection Guide Created by Bill Earl Last updated on 2017-10-03 07:10:33 PM UTC Guide Contents Guide Contents Types of Motors Quick Selection Guide: Basic Raw Motor Types Brushed DC Motors

More information

Controlling motors with Arduino and Processing

Controlling motors with Arduino and Processing Fabian Winkler Controlling motors with Arduino and Processing Today s workshop illustrates how to control two different types of motors with the Arduino board: DC motors and servo motors. Since we have

More information

12V Victor 888 User Manual

12V Victor 888 User Manual The Victor speed controllers are specifically engineered for robotic applications. The high current capacity, low voltage drop, and peak surge capacity make the Victor ideal for drive systems while its

More information

Required Materials For complete material(s) information, refer to

Required Materials For complete material(s) information, refer to Butler Community College Science, Technology, Engineering, and Math Division Brett Trimpe Revised Spring 2016 Implemented Fall 2016 COURSE OUTLINE AutoCAD Basics Course Description EN 107. AutoCAD Basics.

More information

Adafruit Motor Selection Guide

Adafruit Motor Selection Guide Adafruit Motor Selection Guide Created by Bill Earl Last updated on 2018-08-22 03:40:51 PM UTC Guide Contents Guide Contents Types of Motors Quick Selection Guide: Basic Raw Motor Types Brushed DC Motors

More information

DESIGN OF A TWO DIMENSIONAL MICROPROCESSOR BASED PARABOLIC ANTENNA CONTROLLER

DESIGN OF A TWO DIMENSIONAL MICROPROCESSOR BASED PARABOLIC ANTENNA CONTROLLER DESIGN OF A TWO DIMENSIONAL MICROPROCESSOR BASED PARABOLIC ANTENNA CONTROLLER Veysel Silindir, Haluk Gözde, Gazi University, Electrical And Electronics Engineering Department, Ankara, Turkey 4 th Main

More information

MAE106 Laboratory Exercises Lab # 3 Open-loop control of a DC motor

MAE106 Laboratory Exercises Lab # 3 Open-loop control of a DC motor MAE106 Laboratory Exercises Lab # 3 Open-loop control of a DC motor University of California, Irvine Department of Mechanical and Aerospace Engineering Goals To understand and gain insight about how a

More information

Actuators. DC Motor Servo Motor Stepper Motor. Sensors

Actuators. DC Motor Servo Motor Stepper Motor. Sensors Actuators Sensors 2 Actuators DC Motor Servo Motor Stepper Motor Sensors 3 1. The stator generates a stationary magnetic field surrounding the rotor. 2. The rotor/armature is composed of a coil which generates

More information

SRV02-Series Rotary Experiment # 3. Ball & Beam. Student Handout

SRV02-Series Rotary Experiment # 3. Ball & Beam. Student Handout SRV02-Series Rotary Experiment # 3 Ball & Beam Student Handout SRV02-Series Rotary Experiment # 3 Ball & Beam Student Handout 1. Objectives The objective in this experiment is to design a controller for

More information

Blue Point Engineering

Blue Point Engineering Blue Point Engineering Instruction I www.bpesolutions.com Pointing the Way to Solutions! Animatronic Wizard - 3 Board (BPE No. WAC-0030) Version 3.0 2009 Controller Page 1 The Wizard 3 Board will record

More information

DA 30 High Torque Technical Specification

DA 30 High Torque Technical Specification 1/17 DA 30 High Torque DA 30-HT-30-5848 2/17 Content 1. General Description... 3 2. Operating Data... 4 3. Performance... 5 4. Materials and Protective Features... 6 5. Dimensions... 6 5.1. Installation

More information

III. MATERIAL AND COMPONENTS USED

III. MATERIAL AND COMPONENTS USED Prototype Development of a Smartphone- Controlled Robotic Vehicle with Pick- Place Capability Dheeraj Sharma Electronics and communication department Gian Jyoti Institute Of Engineering And Technology,

More information

Direct Current Waveforms

Direct Current Waveforms Cornerstone Electronics Technology and Robotics I Week 20 DC and AC Administration: o Prayer o Turn in quiz Direct Current (dc): o Direct current moves in only one direction in a circuit. o Though dc must

More information

Automobile Prototype Servo Control

Automobile Prototype Servo Control IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Automobile Prototype Servo Control Mr. Linford William Fernandes Don Bosco

More information

System and method for focusing a digital camera

System and method for focusing a digital camera Page 1 of 12 ( 8 of 32 ) United States Patent Application 20060103754 Kind Code A1 Wenstrand; John S. ; et al. May 18, 2006 System and method for focusing a digital camera Abstract A method of focusing

More information

GESTUR. Sensing & Feedback Glove for interfacing with Virtual Reality

GESTUR. Sensing & Feedback Glove for interfacing with Virtual Reality GESTUR Sensing & Feedback Glove for interfacing with Virtual Reality Initial Design Review ECE 189A, Fall 2016 University of California, Santa Barbara History & Introduction - Oculus and Vive are great

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 05.11.2015

More information

TECHNICAL DRAWING HIGHER LEVEL PAPER II(A) ENGINEERING APPLICATIONS

TECHNICAL DRAWING HIGHER LEVEL PAPER II(A) ENGINEERING APPLICATIONS M. 84 AN ROINN OIDEACHAIS AGUS EOLAÍOCHTA LEAVING CERTIFICATE EXAMINATION, 2001 TECHNICAL DRAWING HIGHER LEVEL PAPER II(A) ENGINEERING APPLICATIONS Friday, 15 June, Afternoon 2.00 5.00 p.m. 200 Marks INSTRUCTIONS

More information

M.Sinduja,S.Ranjitha. Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi.

M.Sinduja,S.Ranjitha. Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi. POWER LINE CARRIER COMMUNICATION FOR DISTRIBUTION AUTOMATION SYSTEM M.Sinduja,S.Ranjitha Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi.

More information

COURSE SLO REPORT - INDUSTRY AND TECHNOLOGY DIVISION

COURSE SLO REPORT - INDUSTRY AND TECHNOLOGY DIVISION COURSE SLO REPORT - INDUSTRY AND TECHNOLOGY DIVISION COURSE SLO STATEMENTS - AUTOMATION, ROBOTICS AND MANUFACTURING (ARM) Course ID Course Name Course SLO Title Course SLO Statement 10 10A 10B 12 12A 12B

More information

Figure 1. Digilent DC Motor

Figure 1. Digilent DC Motor Laboratory 9 - Usage of DC- and servo-motors The current laboratory describes the usage of DC and servomotors 1. DC motors Figure 1. Digilent DC Motor Classical DC motors are converting electrical energy

More information

Introduction to the Arduino Kit

Introduction to the Arduino Kit 1 Introduction to the Arduino Kit Introduction Arduino is an open source microcontroller platform used for sensing both digital and analog input signals and for sending digital and analog output signals

More information

Embedded systems. Exercise session 2. Important Circuit Components Circuit Design

Embedded systems. Exercise session 2. Important Circuit Components Circuit Design Embedded systems Exercise session 2 Important Circuit Components Circuit Design Communications Contact Mail : michael.fonder@ulg.ac.be Website for the exercise sessions and the project : http://www.montefiore.ulg.ac.be/~mfonder/info0064/

More information

Bill of Materials: PWM Stepper Motor Driver PART NO

Bill of Materials: PWM Stepper Motor Driver PART NO PWM Stepper Motor Driver PART NO. 2183816 Control a stepper motor using this circuit and a servo PWM signal from an R/C controller, arduino, or microcontroller. Onboard circuitry limits winding current,

More information

Required Materials: Textbook: Grabowski, R. (2004). Using AutoCAD 2004: Basics. Clifton Park, N.Y: Delmar Learning.

Required Materials: Textbook: Grabowski, R. (2004). Using AutoCAD 2004: Basics. Clifton Park, N.Y: Delmar Learning. Butler Community College Business, Technology, and Workforce Development COURSE OUTLINE AutoCAD Basics Mel Whiteside Spring 2004 Course Description: EN107. AutoCAD Basics. 3 hours credit. This course will

More information