AUTONOMOUS MOTION CONTROLLED HAND-ARM ROBOTIC SYSTEM

Size: px
Start display at page:

Download "AUTONOMOUS MOTION CONTROLLED HAND-ARM ROBOTIC SYSTEM"

Transcription

1 Autonomous Motion Controlled Hand-Arm Robotic System AUTONOMOUS MOTION CONTROLLED HAND-ARM ROBOTIC SYSTEM NIJI JOHNSON AND P.SIVASANKAR RAJAMANI KSR College of Engineering,Thiruchengode Abstract: This paper presents the design and characteristics of an autonomous motion controlled hand-arm robotic system. The hand-arm robotic system is using haptic technology. The haptic interface, which consists of a robot arm and hand, can be used in a large workspace and can provide multipoint contact between the user and a virtual environment. The system consists of three main modules that is the Data Glove with flex sensors and Micro-Electro Mechanical System (MEMS), the robotic hand with a six Degrees of Freedom (DOF) of movement and microcontroller (MCU) which will monitor sensor signals and sends the control variables to the servo controller and finally the actuation is achieved by servomotors. Servo motors can be used for motion. The system works on two modes, manual mode and in automatic mode. In manual mode it has keypad which controls the motion and has also got six servomotors which controls the direction. Its precision positioning makes it ideal for robot arms. In automatic mode flex sensors and MEMS giving the current position of master arm to the microcontroller. The haptic technology based system optimized on simple, less expensive and practically usable robotic arm. The aim of the system is to perform simple tasks i.e. lifting and moving simple light weighted objects, the system can be used in automated industries and tele robotics. I. INTRODUCTION Robotics is the science of designing and building robots suitable for real-life applications in automated manufacturing and other nonmanufacturing environments. Robots are meant to aid people, making a task easier or aiding a person who wants or needs help. The main use of robots has so far been in the automation of mass production industries, where the same, definable tasks must be performed repeatedly in exactly the same fashion. The arm control by robotics is very popular in the world of robotics. A robotic arm is usually programmable with similar functions to a human arm. Robotic arm can be used to perform a variety of tasks with great accuracy. Haptic technology is using in the hand-arm robotic system. * john.nijijohnson@gmail.com Haptics is a term that was derived from the Greek verb haptesthai meaning of or relating to the sense of touch [1], [2]. It refers to the science of manual sensing and manipulation of surrounding objects and environments through the sense of touch. The touching of objects or environment could be made by humans, machines, or a combination of both; and the objects and environments can be real or virtual or a combination of both [4]. Haptic devices are expected for two types of systems [3]. They are Virtual Reality (VR) systems and Master-Slave systems. Virtual reality systems are expected for use in surgical simulations and for various training applications. On the other hand, master-slave systems are applied for tasks that are difficult for human to execute, such as dexterous micro operation and operation in extreme environments like cosmic space, inside nuclear reactors, etc. The Degrees I J E E E S, 4(1) June

2 Niji Johnson and P. Sivasankar Rajamani Of Freedom (DOF) is very important in robotic arm [6], [7]. Each degree of freedom is a joint on the arm, a place where it can bend or rotate or translate. Robot arms are often categorized by their degrees of freedom (typically achieving more than six degrees of freedom). The number typically refers to the number of single-axis rotational joints in the arm. II. SYSTEM ARCHITECTURE The system architecture can be divided into two sections as hardware architecture and software architecture. The robotic arm s main components are the arm itself, which may have several segments; the joints (called axes), which are located between segments; the hand (called the end effectors or end-of-arm tooling).the robotic arm is mounted on a base that can be installed on the floor, ceiling, or wall or in a metal framework. The arm also has a power source, most commonly an electric motor, and it has wiring and various electrical and electronic components that allow it to perform its functions, direct it, and enable operators to interact with it. The following section gives a brief idea about the both of the architectures. (A) Hardware Architecture The hardware section contains a microcontroller which acts like the brain of the system. In the system ARM7 is used, an advanced and cost effective microcontroller well suited for applications due to its tiny size, low power consumption, high reliability and efficiency. The flex sensors are used to detect bending or flexing, that change in resistance depending on the amount of bend on the sensor. MEMS are used to provide multi axis sensing and more accurate data, which can detect acceleration, inclination and vibration. The block diagram of the system is given by figure1. The arm control by robotics is very popular in the world of robotics. The essential part of the robotic arm is a programmable microcontroller. The microcontroller is the core of the system. Figure 1: Block Diagram Outputs of these sensors are processed by a microcontroller. ARM7 has the advantage of high processing power which ensures reliability and also it has enough internal memory. It can work up to 60MHz speed and RISC architecture accounts for its popularity. Peripherals like PWM 1, UART 2 and PORTS are ideal for the system. The robotic hand-arm consists of six servos. The system carries an embedded system board. The robotic hand-arm system can be controlled either manually or automatically. In auto mode the commands are stored in EEPROM memory, and in the manual mode the robotic arm movements are controlled with switches. 1. PWM-Pulse Width Modulation 2. UART-Universal Asynchronous Receiver Transmitter EEPROM stands for Electrically Erasable Programmable Read-Only Memory and is a type of non-volatile memory used in electronic devices to store small amounts of data that must be saved when power is removed. EEPROM is usermodifiable Read-Only Memory (ROM) that can be erased and reprogrammed repeatedly through the application of higher than normal electrical voltage generated externally or internally in the case of EEPROMs. EEPROMs were limited to single byte operations which made them slower. EEPROMs are realized as arrays of floating-gate transistors. The main input to the microcontroller is the keyboard, flex sensors and MEMS. The function 30 I J E E E S, 4(1) June 2012

3 Autonomous Motion Controlled Hand-Arm Robotic System of the keyboard is to control the microcontroller manually. MEMS are a tilt sensors to measure the angle to identify how much angle the handarm is tilted. The flex sensor is used to detect bending or flexing, the change in resistance depends on the amount of bend on the sensor. The microcontroller has six output ports which controls the servomotors. Servo motors can be used for motion. Most servo motors can rotate about 0 to 180 degrees. The system consists of three main modules that is the Data Glove with flex sensors and MEMS, the robotic hand with a six DOF of movement and MCU which will monitor sensor signals and sends the control variables to the servo controller and finally the actuation is achieved by servomotors. The flex sensors data and MEMS data is captured by MCU and transmitted wired or wirelessly to the actuation side. The Robotic hand is capable of performing pitch and roll action and actuation of fingers. The code running on the MCU regularly reads the analog signals coming from the data glove and converts them to a digital value using internal ADC and mapping the respective reading to the respective servo motors to achieve the desired angle. The ARM7TDMI-S is a general purpose 32- bit microprocessor, which offers high performance and very low power consumption. The ARM architecture is based on Reduced Instruction Set Computer (RISC) principles, and the instruction set and related decode mechanism are much simpler than those of micro programmed Complex Instruction Set Computers. This simplicity results in a high instruction throughput and impressive real-time interrupt response from a small and cost-effective processor core. Pipeline techniques are employed so that all parts of the processing and memory systems can operate continuously. Typically, while one instruction is being executed, its successor is being decoded, and a third instruction is being fetched from memory. The ARM7TDMI-S processor also employs a unique architectural strategy known as THUMB, which makes it ideally suited to high-volume applications with memory restrictions, or applications where code density is an issue. The key idea behind THUMB is that of a superreduced instruction set. Essentially, the ARM7TDMI-S processor has two instruction sets: The standard 32-bit ARM instruction set. A 16-bit THUMB instruction set. The THUMB set s 16-bit instruction length allows it to approach twice the density of standard ARM code while retaining most of the ARM s performance advantage over a traditional 16-bit processor using 16-bit registers. This is possible because THUMB code operates on the same 32- bit register set as ARM code. MEMS accelerometers are one of the simplest but also most applicable micro-electromechanical systems. An accelerometer is an electromechanical device that measures acceleration forces. These forces may be static, like the constant force of gravity pulling a tour feet, or they could be dynamic caused by moving or vibrating the accelerometer. It outputs three analog values corresponding to the X, Y & Z direction coordinates. Figure 2 shows MEMS board. Figure 2: MEMS Board The device consists of two surface micro machined capacitive sensing cells (g-cell) and a signal conditioning ASIC contained in a single integrated circuit package. The sensing elements are sealed hermetically at the wafer level using a bulk micro machined cap wafer. I J E E E S, 4(1) June

4 Niji Johnson and P. Sivasankar Rajamani The g-select feature allows for the selection among 4 sensitivities present in the device. Depending on the logic input placed on pins 1 and 2, the device internal gain will be changed allowing it to function with a 1.5g, 2g, 4g, or 6g sensitivity. The 3 axis accelerometer provides a Sleep Mode that is ideal for battery operated products. When Sleep Mode is active, the device outputs are turned off, providing significant reduction of operating current. Flex sensors are sensors that change in resistance depending on the amount of bend on the sensor. They convert the change in bend to electrical resistance the more the bend, the more the resistance value. They are usually in the form of a thin strip from 1"-5" long that vary in resistance. They can be uni-directional or bidirectional. The resistance range can vary from 1K-200K ohm. They are often used in gloves to sense finger movement.figure 3 shows the working of flex sensors. Servos are extremely popular with robot, RC plane, and RC boat builders. Most servo motors can rotate about 90 to 180 degrees. Some rotate through a full 360 degrees or more. However, servos are unable to continually rotate, meaning they can t be used for driving wheels (unless modified), but their precision positioning makes them ideal for robot arms and legs, rack and pinion steering, and sensor scanners. Since servos are fully self contained, the velocity and angle control loops are very easy to implement, while prices remain very affordable. To use a servo, simply connect the black wire to ground, the red to a 4.8-6V source, and the yellow/white wire to a signal generator (such as from the microcontroller). Vary the square wave pulse width from 1-2ms and the servos are now position/ velocity controlled. A Servo is a small device that has an output shaft. This shaft can be positioned to specific angular positions by sending the servo a coded signal. As long as the coded signal exists on the input line, the servo will maintain the angular position of the shaft. As the coded signal changes, the angular position of the shaft changes. The motors are small, have built in control circuitry, and are extremely powerful for their size with high torque. There are 3 wires that connects the servo to the outside world. One is for power (+5volts), ground, and the third wire is the control wire.figure 4 shows the servo can operate 180 when given a pulse signal ranging from 600usec to 2400usec. Figure 3: Flex Sensor Works Flex sensors are analog resistors. They work as variable analog voltage dividers. Inside the flex sensor are carbon resistive elements within a thin flexible substrate. More carbon means less resistance. When the substrate is bent the sensor produces a resistance output relative to the bend radius. With a typical flex sensor, a flex of 0 degrees will give 10K resistance will a flex of 90 will give K ohms. The Bend Sensor lists resistance of K ohms. Figure 4: Servo Motor Angle 32 I J E E E S, 4(1) June 2012

5 Autonomous Motion Controlled Hand-Arm Robotic System A liquid crystal display (LCD) is a flat panel display, electronic visual display, video display that uses the light modulating properties of liquid crystals (Lcs). The LCD used here is a high quality 16 character by 2 line intelligent display module, with back lighting, works with almost any microcontroller. Each character is a 5x7 dot matrix with a cursor. It works with a 5V supply. The HD44780U dot-matrix liquid crystal display controller and driver LSI displays alphanumeric, Japanese kana characters, and symbols. It can be configured to drive a dot-matrix liquid crystal display under the control of a 4- or 8-bit microprocessor. Since all the functions such as display RAM, character generator, and liquid crystal driver, required for driving a dot-matrix liquid crystal display are internally provided on one chip, a minimal system can be interfaced with this controller/driver. A single HD44780U can display up to one 8-character line or two 8- character lines. The keyboard consists of 6 switches each intended for controlling the six servo motors. It is connected to the microcontroller. On each press on the switch the corresponding servo motor moves. Figure 5 shows the robotic arm movement. Since the arm has a few joints, it can imagine, the human arm, in addition to shoulder, elbow, and wrist, coupled with the finger joints; there are a lot of joints. The main advantage over traditional DC or AC motors is the addition of motor feedback. This feedback can be used to detect unwanted motion, or to ensure the accuracy of the commanded motion. It can attain precise control of position, velocity, and torque using servo motors. Once programmed, a robotic arm can perform the same actions over and over with unrivaled accuracy for years on end without ever breaking down. In fact, reliability, flexibility, and ease of use are the primary benefits of using a robotic arm. The most obvious advantages of a robotic arm over manual labor are that a robotic arm doesn t Figure 5: Robotic Arm Movement get sick, take vacations or get tired. Another advantage of the robotic arm is flexibility. It generally has a small footprint and mounting flexibility, so it can easily be installed in most plants. Robotic arms also provide operational flexibility. Once the robotic arm is installed in the plant, programming it is generally easy. Software supplied by the manufacturer prescribes the arm s general movements. Then, an operator walks the robot through the specific motions.once programmed, a robotic arm can perform the same actions over and over with unrivaled accuracy for years on end without ever breaking down. In fact, reliability, flexibility, and ease of use are the primary benefits of using a robotic arm. (B) Software Architecture The coding for this system is done by using Embedded C. Flow charts for the important software sections is given below. I J E E E S, 4(1) June

6 Niji Johnson and P. Sivasankar Rajamani Figure 6: Robotic Arm Lifting Object IV. CONCLUSION The paper represents a design and implementation of a robotic arm indented to use in chemical plants where it is difficult to do the work with human hand and in industries to pick the heavy weighted object which can t possible with man. It can be operated both in auto or manual mode which makes the robotic arm easier to handle. The tests prove that the designed system can satisfy its goals within the budget limits. III. RESULT To verify the working of the robotic hand-arm system it is placed on a table. Then first selected the mode of operation that is auto mode or manual mode. When auto mode selected, the robotic arm read the values from MEMS and flex sensors and for the corresponding values the motor rotated and the arm moved in one of the direction and the hand-arm lifted the chess coin in that direction. In manual mode, the keypad or switch is used in robotic arm to move in one direction and it lifted the chess coin in the particular direction. Figure 6.shows the result of a robotic arm which lifted the chess coin in a particular directionfrom the chessboard. REFERENCES [1] Takahiro Endo, Haruhisa Kawasaki, Tetsuya Mouri, Yasuhiko Ishigure, Hisayuki Shimomura, Masato Matsumura, and Kazumi Koketsu, (2011) Five- Fingered Haptic Interface Robot: HIRO III, IEEE Transactions on Haptics, 4(1). [2] Kawasaki H., Ohtuka. Y., Alhalabi. M. O. and Mouri. T. (2006), Haptic Rendering and Perception of Frictional Moment, Proc. Euro- Haptics Conference., pp [3] Maekawa. H and Hollerbach. J. (1998), Haptic Display for Object Grasping and Manipulating in Virtual Environment, Proc. IEEE International Conference. Robotics and Automation, pp [4] Magnenat-Thalmann. N. and Bonanni. U., (2006), Haptics in Virtual Reality and Multimedia, IEEE Multimedia, 13(3), [5] Ueda. Y. and Maeno. T. (2004), Development of a Mouse-Shaped Haptic Device with Multiple Finger Inputs, Proc. IEEE/RSJ International. Conference. Intelligent Robots Systems, 3, [6] Available: [7] Available: 34 I J E E E S, 4(1) June 2012

IOSR Journal of Engineering (IOSRJEN) e-issn: , p-issn: , Volume 2, Issue 11 (November 2012), PP 37-43

IOSR Journal of Engineering (IOSRJEN) e-issn: , p-issn: ,  Volume 2, Issue 11 (November 2012), PP 37-43 IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 11 (November 2012), PP 37-43 Operative Precept of robotic arm expending Haptic Virtual System Arnab Das 1, Swagat

More information

HAPTIC BASED ROBOTIC CONTROL SYSTEM ENHANCED WITH EMBEDDED IMAGE PROCESSING

HAPTIC BASED ROBOTIC CONTROL SYSTEM ENHANCED WITH EMBEDDED IMAGE PROCESSING HAPTIC BASED ROBOTIC CONTROL SYSTEM ENHANCED WITH EMBEDDED IMAGE PROCESSING K.Gopal, Dr.N.Suthanthira Vanitha, M.Jagadeeshraja, and L.Manivannan, Knowledge Institute of Technology Abstract: - The advancement

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

Embedded Robotics. Software Development & Education Center

Embedded Robotics. Software Development & Education Center Software Development & Education Center Embedded Robotics Robotics Development with ARM µp INTRODUCTION TO ROBOTICS Types of robots Legged robots Mobile robots Autonomous robots Manual robots Robotic arm

More information

3-Degrees of Freedom Robotic ARM Controller for Various Applications

3-Degrees of Freedom Robotic ARM Controller for Various Applications 3-Degrees of Freedom Robotic ARM Controller for Various Applications Mohd.Maqsood Ali M.Tech Student Department of Electronics and Instrumentation Engineering, VNR Vignana Jyothi Institute of Engineering

More information

FLEX SENSOR BASED ROBOTIC ARM CONTROLLER: DEVELOPMENT

FLEX SENSOR BASED ROBOTIC ARM CONTROLLER: DEVELOPMENT FLEX SENSOR BASED ROBOTIC ARM CONTROLLER: DEVELOPMENT Jagtap Gautami 1, Alve Sampada 2, Malhotra Sahil 3, Pankaj Dadhich 4 Electronics and Telecommunication Department, Guru Gobind Singh Polytechnic, Nashik

More information

Elements of Haptic Interfaces

Elements of Haptic Interfaces Elements of Haptic Interfaces Katherine J. Kuchenbecker Department of Mechanical Engineering and Applied Mechanics University of Pennsylvania kuchenbe@seas.upenn.edu Course Notes for MEAM 625, University

More information

Programming and Interfacing

Programming and Interfacing AtmelAVR Microcontroller Primer: Programming and Interfacing Second Edition f^r**t>*-**n*c contents Preface xv AtmelAVRArchitecture Overview 1 1.1 ATmegal64 Architecture Overview 1 1.1.1 Reduced Instruction

More information

Wireless Master-Slave Embedded Controller for a Teleoperated Anthropomorphic Robotic Arm with Gripping Force Sensing

Wireless Master-Slave Embedded Controller for a Teleoperated Anthropomorphic Robotic Arm with Gripping Force Sensing Wireless Master-Slave Embedded Controller for a Teleoperated Anthropomorphic Robotic Arm with Gripping Force Sensing Presented by: Benjamin B. Rhoades ECGR 6185 Adv. Embedded Systems January 16 th 2013

More information

Measuring and Implementing Lower Limb Motion Using Inertial Measurement Unit

Measuring and Implementing Lower Limb Motion Using Inertial Measurement Unit Measuring and Implementing Lower Limb Motion Using Inertial Measurement Unit 1 D.Nirmala, 2 P.Geetha bala 1 Assistant professor, 2 Associate professor, Prince Dr.K.vasudevan college of engg and technology,ponmar,chennai

More information

Design and Implementation of FPGA-Based Robotic Arm Manipulator

Design and Implementation of FPGA-Based Robotic Arm Manipulator Design and Implementation of FPGABased Robotic Arm Manipulator Mohammed Ibrahim Mohammed Ali Military Technical College, Cairo, Egypt Supervisors: Ahmed S. Bahgat 1, Engineering physics department Mahmoud

More information

ROBOTICS ENG YOUSEF A. SHATNAWI INTRODUCTION

ROBOTICS ENG YOUSEF A. SHATNAWI INTRODUCTION ROBOTICS INTRODUCTION THIS COURSE IS TWO PARTS Mobile Robotics. Locomotion (analogous to manipulation) (Legged and wheeled robots). Navigation and obstacle avoidance algorithms. Robot Vision Sensors and

More information

Milind R. Shinde #1, V. N. Bhaiswar *2, B. G. Achmare #3 1 Student of MTECH CAD/CAM, Department of Mechanical Engineering, GHRCE Nagpur, MH, India

Milind R. Shinde #1, V. N. Bhaiswar *2, B. G. Achmare #3 1 Student of MTECH CAD/CAM, Department of Mechanical Engineering, GHRCE Nagpur, MH, India Design and simulation of robotic arm for loading and unloading of work piece on lathe machine by using workspace simulation software: A Review Milind R. Shinde #1, V. N. Bhaiswar *2, B. G. Achmare #3 1

More information

2.0 Discussion: 2.1 Approach:

2.0 Discussion: 2.1 Approach: 2.0 Discussion: 2.1 Approach: The design for a Power Monitor and Data Logging System is comprised of two major components: the Power Meter and the Data Logger. The Power Meter is the package that plugs

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

Wirelessly Controlled Wheeled Robotic Arm

Wirelessly Controlled Wheeled Robotic Arm Wirelessly Controlled Wheeled Robotic Arm Muhammmad Tufail 1, Mian Muhammad Kamal 2, Muhammad Jawad 3 1 Department of Electrical Engineering City University of science and Information Technology Peshawar

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

Gesture Identification Using Sensors Future of Interaction with Smart Phones Mr. Pratik Parmar 1 1 Department of Computer engineering, CTIDS

Gesture Identification Using Sensors Future of Interaction with Smart Phones Mr. Pratik Parmar 1 1 Department of Computer engineering, CTIDS Gesture Identification Using Sensors Future of Interaction with Smart Phones Mr. Pratik Parmar 1 1 Department of Computer engineering, CTIDS Abstract Over the years from entertainment to gaming market,

More information

Robotic Hand Using Arduino

Robotic Hand Using Arduino Robotic Hand Using Arduino Varun Sant 1, Kartik Penshanwar 2, Akshay Sarkate 3, Prof.A.V.Walke 4 Padmabhoshan Vasantdada Patil Institute of Technology, Bavdhan, Pune, INDIA Abstract: This paper highlights

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

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

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

Interfacing Sensors & Modules to Microcontrollers

Interfacing Sensors & Modules to Microcontrollers Interfacing Sensors & Modules to Microcontrollers Presentation Topics I. Microprocessors & Microcontroller II. III. Hardware/software Tools for Interfacing Type of Sensors/Modules IV. Level Inputs (Digital

More information

WiCon Robo Hand. Electrical & Computer Engineering Department, Texas A&M University at Qatar

WiCon Robo Hand. Electrical & Computer Engineering Department, Texas A&M University at Qatar WiCon Robo Hand Team Members: Mouhyemen Khan Arian Yusuf Ahmed Ragheeb Nouran Mohamed Team Name: N-ARM Electrical & Computer Engineering Department, Texas A&M University at Qatar Submitted to Dr. Haitham

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

Accelerometer Products

Accelerometer Products Accelerometer Products What Is an Accelerometer and When Do You Use One? An accelerometer is a sensor which converts an acceleration from motion or gravity to an electrical signal. MOTION INPUT 5% 5% Tilt

More information

DESIGN AND OPERATION OF SYNCHRONIZED ROBOTIC ARM

DESIGN AND OPERATION OF SYNCHRONIZED ROBOTIC ARM DESIGN AND OPERATION OF SYNCHRONIZED ROBOTIC ARM Goldy Katal 1, Saahil Gupta 2, Shitij Kakkar 3 1 Student, Electrical and Electronics Department, Maharaja Agrasen Institute of Technology, Delhi, India,

More information

ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING

ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING 1 HARSHUL BALANI, 2 CHARU GUPTA, 3 KRATIKA SUKHWAL 1,2,3 B.TECH (ECE), Poornima College Of Engineering, RTU E-mail; 1 harshul.balani@gmail.com, 2 charu95g@gmail.com,

More information

THE IMPORTANCE OF PLANNING AND DRAWING IN DESIGN

THE IMPORTANCE OF PLANNING AND DRAWING IN DESIGN 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

More information

A comparisonal study on robot arm in terms of light weight handling

A comparisonal study on robot arm in terms of light weight handling Proceedings of the International Conference on Mechanical Engineering and Renewable Energy 2017 (ICMERE2017) 18 20 December, 2017, Chittagong, Bangladesh ICMERE2017-PI-208 A comparisonal study on robot

More information

Standard single-purpose processors: Peripherals

Standard single-purpose processors: Peripherals 3-1 Chapter 3 Standard single-purpose processors: Peripherals 3.1 Introduction A single-purpose processor is a digital system intended to solve a specific computation task. The processor may be a standard

More information

Prof. Ciro Natale. Francesco Castaldo Andrea Cirillo Pasquale Cirillo Umberto Ferrara Luigi Palmieri

Prof. Ciro Natale. Francesco Castaldo Andrea Cirillo Pasquale Cirillo Umberto Ferrara Luigi Palmieri Real Time Control of an Anthropomorphic Robotic Arm using FPGA Advisor: Prof. Ciro Natale Students: Francesco Castaldo Andrea Cirillo Pasquale Cirillo Umberto Ferrara Luigi Palmieri Objective Introduction

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

AN INVISIBLE TRACKNIG SYSTEM DURING NATURAL CALAMITIES

AN INVISIBLE TRACKNIG SYSTEM DURING NATURAL CALAMITIES AN INVISIBLE TRACKNIG SYSTEM DURING NATURAL CALAMITIES L. RAMU NAIK 1, MR.ASHOK 2 1 L. Ramu Naik, M.Tech Student, Aryabhata Institute Of Technology & Science, Maheshwaram X Roads, On Srisailam Highway,

More information

Korea Humanoid Robot Projects

Korea Humanoid Robot Projects Korea Humanoid Robot Projects Jun Ho Oh HUBO Lab., KAIST KOREA Humanoid Projects(~2001) A few humanoid robot projects were existed. Most researches were on dynamic and kinematic simulations for walking

More information

MECHATRONICS SYSTEM DESIGN

MECHATRONICS SYSTEM DESIGN MECHATRONICS SYSTEM DESIGN (MtE-325) TODAYS LECTURE Control systems Open-Loop Control Systems Closed-Loop Control Systems Transfer Functions Analog and Digital Control Systems Controller Configurations

More information

Masatoshi Ishikawa, Akio Namiki, Takashi Komuro, and Idaku Ishii

Masatoshi Ishikawa, Akio Namiki, Takashi Komuro, and Idaku Ishii 1ms Sensory-Motor Fusion System with Hierarchical Parallel Processing Architecture Masatoshi Ishikawa, Akio Namiki, Takashi Komuro, and Idaku Ishii Department of Mathematical Engineering and Information

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

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

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

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction It is appropriate to begin the textbook on robotics with the definition of the industrial robot manipulator as given by the ISO 8373 standard. An industrial robot manipulator is

More information

Design of double loop-locked system for brush-less DC motor based on DSP

Design of double loop-locked system for brush-less DC motor based on DSP International Conference on Advanced Electronic Science and Technology (AEST 2016) Design of double loop-locked system for brush-less DC motor based on DSP Yunhong Zheng 1, a 2, Ziqiang Hua and Li Ma 3

More information

Modeling and Experimental Studies of a Novel 6DOF Haptic Device

Modeling and Experimental Studies of a Novel 6DOF Haptic Device Proceedings of The Canadian Society for Mechanical Engineering Forum 2010 CSME FORUM 2010 June 7-9, 2010, Victoria, British Columbia, Canada Modeling and Experimental Studies of a Novel DOF Haptic Device

More information

Unit level 5 Credit value 15. Introduction. Learning Outcomes

Unit level 5 Credit value 15. Introduction. Learning Outcomes Unit 46: Unit code Embedded Systems A/615/1514 Unit level 5 Credit value 15 Introduction An embedded system is a device or product which contains one or more tiny computers hidden inside it. This hidden

More information

Implementation of High Efficient LED Lighting System with Security

Implementation of High Efficient LED Lighting System with Security Implementation of High Efficient LED Lighting System with Security Ponnam Kishore 1, Ch Madhuri Devi 2 1 M.Tech Student, Geethanjali College of Engineering and Technology, JNTU-HYD Cheeryala (V), Keesara

More information

ARM BASED DISTRIBUTED ELECTRICITY MONITORING AND CONTROL USING GSM MODEM

ARM BASED DISTRIBUTED ELECTRICITY MONITORING AND CONTROL USING GSM MODEM ARM BASED DISTRIBUTED ELECTRICITY MONITORING AND CONTROL USING GSM MODEM Pankaj Chitte 1, Vikas Gujar 2, Sarang Mahajan 3, Savita Shete 4 1 Professor, Electronics Engg. Pravara Rural Engg. College, Loni,

More information

Design of Cylindrical Whole-hand Haptic Interface using Electrocutaneous Display

Design of Cylindrical Whole-hand Haptic Interface using Electrocutaneous Display Design of Cylindrical Whole-hand Haptic Interface using Electrocutaneous Display Hiroyuki Kajimoto 1,2 1 The University of Electro-Communications 1-5-1 Chofugaoka, Chofu, Tokyo 182-8585 Japan 2 Japan Science

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

Figure 1. Overall Picture

Figure 1. Overall Picture Jormungand, an Autonomous Robotic Snake Charles W. Eno, Dr. A. Antonio Arroyo Machine Intelligence Laboratory University of Florida Department of Electrical Engineering 1. Introduction In the Intelligent

More information

Group #17 Arian Garcia Javier Morales Tatsiana Smahliuk Christopher Vendette

Group #17 Arian Garcia Javier Morales Tatsiana Smahliuk Christopher Vendette Group #17 Arian Garcia Javier Morales Tatsiana Smahliuk Christopher Vendette Electrical Engineering Electrical Engineering Electrical Engineering Electrical Engineering Contents 1 2 3 4 5 6 7 8 9 Motivation

More information

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Rahul Baranwal 1, Omama Aftab 2, Mrs. Deepti Ojha 3 1,2, B.Tech Final Year (Electronics and Communication Engineering),

More information

VOICE CONTROL BASED PROSTHETIC HUMAN ARM

VOICE CONTROL BASED PROSTHETIC HUMAN ARM VOICE CONTROL BASED PROSTHETIC HUMAN ARM Ujwal R 1, Rakshith Narun 2, Harshell Surana 3, Naga Surya S 4, Ch Preetham Dheeraj 5 1.2.3.4.5. Student, Department of Electronics and Communication Engineering,

More information

Hardware Platforms and Sensors

Hardware Platforms and Sensors Hardware Platforms and Sensors Tom Spink Including material adapted from Bjoern Franke and Michael O Boyle Hardware Platform A hardware platform describes the physical components that go to make up a particular

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

Project Final Report: Directional Remote Control

Project Final Report: Directional Remote Control Project Final Report: by Luca Zappaterra xxxx@gwu.edu CS 297 Embedded Systems The George Washington University April 25, 2010 Project Abstract In the project, a prototype of TV remote control which reacts

More information

MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS

MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS 1 RAKSHA A R, 2 KAVYA B, 3 PRAVEENA ANAJI, 4 NANDESH K N 1,2 UG student, 3,4 Assistant Professor Department of

More information

An autonomous detective robotic arm. Kazi Md. Ashraful Alam 1 Tasnim Rana 2 A A.S.M. Moniruzzaman Hashemy 3

An autonomous detective robotic arm. Kazi Md. Ashraful Alam 1 Tasnim Rana 2 A A.S.M. Moniruzzaman Hashemy 3 International Conference on Mechanical, Industrial and Materials Engineering 2017 (ICMIME2017) 28-30 December, 2017, RUET, Rajshahi, Bangladesh. Paper ID: AM-125 An autonomous detective robotic arm. Kazi

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

32-bit ARM Cortex-M0, Cortex-M3 and Cortex-M4F microcontrollers

32-bit ARM Cortex-M0, Cortex-M3 and Cortex-M4F microcontrollers -bit ARM Cortex-, Cortex- and Cortex-MF microcontrollers Energy, gas, water and smart metering Alarm and security systems Health and fitness applications Industrial and home automation Smart accessories

More information

MEMS Accelerometer sensor controlled robot with wireless video camera mounted on it

MEMS Accelerometer sensor controlled robot with wireless video camera mounted on it MEMS Accelerometer sensor controlled robot with wireless video camera mounted on it The main aim of this project is video coverage at required places with the help of digital camera and high power LED.

More information

Chapter 2 Introduction to Haptics 2.1 Definition of Haptics

Chapter 2 Introduction to Haptics 2.1 Definition of Haptics Chapter 2 Introduction to Haptics 2.1 Definition of Haptics The word haptic originates from the Greek verb hapto to touch and therefore refers to the ability to touch and manipulate objects. The haptic

More information

Familiarization with the Servo Robot System

Familiarization with the Servo Robot System Exercise 1 Familiarization with the Servo Robot System EXERCISE OBJECTIVE In this exercise, you will be introduced to the Lab-Volt Servo Robot System. In the Procedure section, you will install and connect

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

JEPPIAAR SRR Engineering College Padur, Ch

JEPPIAAR SRR Engineering College Padur, Ch An Automated Non-Invasive Blood Glucose Estimator and Infiltrator M. Florence Silvia 1, K. Saran 2, G. Venkata Prasad 3, John Fermin 4 1 Asst. Prof, 2, 3, 4 Student, Department of Electronics and Communication

More information

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization)

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization) International Journal of Advanced Research in Electrical, Electronics Device Control Using Intelligent Switch Sreenivas Rao MV *, Basavanna M Associate Professor, Department of Instrumentation Technology,

More information

TELEOPERATED SYSTEM WITH ACCELEROMETERS FOR DISABILITY

TELEOPERATED SYSTEM WITH ACCELEROMETERS FOR DISABILITY TELEOPERATED SYSTEM WITH ACCELEROMETERS FOR DISABILITY Josue Zarate Valdez Ruben Diaz Cucho University San Luis Gonzaga, Peru Abstract This project involves the implementation of a teleoperated arm using

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

MECHATRONICS IN A BOX

MECHATRONICS IN A BOX MECHATRONICS IN A BOX A Complete Mechatronics Solution for the Classroom amtekcompany.com Contents Introduction Programming Arduino microcontrollers Motor Control Training Course Flowcode 8 Formula AllCode

More information

Advanced Android Controlled Pick and Place Robotic ARM Using Bluetooth Technology

Advanced Android Controlled Pick and Place Robotic ARM Using Bluetooth Technology ISSN No: 2454-9614 Advanced Android Controlled Pick and Place Robotic ARM Using Bluetooth Technology S.Dineshkumar, M.Satheeswari, K.Moulidharan, R.Muthukumar Electronics and Communication Engineering,

More information

EE 314 Spring 2003 Microprocessor Systems

EE 314 Spring 2003 Microprocessor Systems EE 314 Spring 2003 Microprocessor Systems Laboratory Project #9 Closed Loop Control Overview and Introduction This project will bring together several pieces of software and draw on knowledge gained in

More information

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands!

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands! Initial Project and Group Identification Document September 15, 2015 Sense Glove Now you really do have the power in your hands! Department of Electrical Engineering and Computer Science University of

More information

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance)

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Supriya Bhuran 1, Rohit V. Agrawal 2, Kiran D. Bombe 2, Somiran T. Karmakar 2, Ninad V. Bapat 2 1 Assistant Professor, Dept. Instrumentation,

More information

Design and Implementation of Integrated Smart Township

Design and Implementation of Integrated Smart Township IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 2 Ver. I (Mar. Apr. 2016), PP 18-24 www.iosrjournals.org Design and Implementation

More information

I. INTRODUCTION II. LITERATURE REVIEW

I. INTRODUCTION II. LITERATURE REVIEW ABSTRACT 2018 IJSRSET Volume 4 Issue 4 Print ISSN: 2395-1990 Online ISSN : 2394-4099 Themed Section : Engineering and Technology Reactive Power Compensation in Distribution System Piyush Upadhyay, Praveen

More information

Microcontroller Based Closed Loop Speed and Position Control of DC Motor

Microcontroller Based Closed Loop Speed and Position Control of DC Motor International Journal of Engineering and Advanced Technology (IJEAT) ISSN: 2249 8958, Volume-3, Issue-5, June 2014 Microcontroller Based Closed Loop Speed and Position Control of DC Motor Panduranga Talavaru,

More information

Haptic Feedback Technology

Haptic Feedback Technology Haptic Feedback Technology ECE480: Design Team 4 Application Note Michael Greene Abstract: With the daily interactions between humans and their surrounding technology growing exponentially, the development

More information

REACTIVE POWER COMPENSATION IN DISTRIBUTION SYSTEM

REACTIVE POWER COMPENSATION IN DISTRIBUTION SYSTEM REACTIVE POWER COMPENSATION IN DISTRIBUTION SYSTEM Piyush Upadhyay, Praveen Nagar, Priya Chhaperwal, Rajat Agarwal, Sarfaraz Nawaz Department of Electrical Engineering, SKIT M& G, Jaipur ABSTRACT In this

More information

EMBEDDED SYSTEM DESIGN FOR A DIGITAL MULTIMETER USING MOTOROLA HCS12 MICROCONTROLLER

EMBEDDED SYSTEM DESIGN FOR A DIGITAL MULTIMETER USING MOTOROLA HCS12 MICROCONTROLLER EMBEDDED SYSTEM DESIGN FOR A DIGITAL MULTIMETER USING MOTOROLA HCS12 MICROCONTROLLER A Thesis Submitted in partial Fulfillment Of the Requirements of the Degree of Bachelor of Technology In Electronics

More information

DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT

DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT DESIGN OF A DEVICE FOR CHECKING THE CONTINUITY IN ELECTRICAL CIRCUIT FA IZAH BINTI YA ACOB POLITEKNIK SULTAN SALAHUDDIN ABDUL AZIZ SHAH (yaacob_faiza@yahoo.com ) MASLIZAH BINTI MUNAHDAR POLITEKNIK SULTAN

More information

Chapter 1 Introduction to Robotics

Chapter 1 Introduction to Robotics Chapter 1 Introduction to Robotics PS: Most of the pages of this presentation were obtained and adapted from various sources in the internet. 1 I. Definition of Robotics Definition (Robot Institute of

More information

Introduction to robotics. Md. Ferdous Alam, Lecturer, MEE, SUST

Introduction to robotics. Md. Ferdous Alam, Lecturer, MEE, SUST Introduction to robotics Md. Ferdous Alam, Lecturer, MEE, SUST Hello class! Let s watch a video! So, what do you think? It s cool, isn t it? The dedication is not! A brief history The first digital and

More information

Imaging serial interface ROM

Imaging serial interface ROM Page 1 of 6 ( 3 of 32 ) United States Patent Application 20070024904 Kind Code A1 Baer; Richard L. ; et al. February 1, 2007 Imaging serial interface ROM Abstract Imaging serial interface ROM (ISIROM).

More information

Smart off axis absolute position sensor solution and UTAF piezo motor enable closed loop control of a miniaturized Risley prism pair

Smart off axis absolute position sensor solution and UTAF piezo motor enable closed loop control of a miniaturized Risley prism pair Smart off axis absolute position sensor solution and UTAF piezo motor enable closed loop control of a miniaturized Risley prism pair By David Cigna and Lisa Schaertl, New Scale Technologies Hall effect

More information

X3M. Multi-Axis Absolute MEMS Inclinometer Page 1 of 13. Description. Software. Mechanical Drawing. Features

X3M. Multi-Axis Absolute MEMS Inclinometer Page 1 of 13. Description. Software. Mechanical Drawing. Features Page 1 of 13 Description The X3M is no longer available for purchase. The X3M is an absolute inclinometer utilizing MEMS (micro electro-mechanical systems) technology to sense tilt angles over a full 360

More information

istand I can Stand SPECIAL SENSOR REPORT

istand I can Stand SPECIAL SENSOR REPORT istand I can Stand SPECIAL SENSOR REPORT SUBRAT NAYAK UFID: 5095-9761 For EEL 5666 - Intelligent Machines Design Laboratory (Spring 2008) Department of Electrical and Computer Engineering University of

More information

CENG 5931 HW 5 Mobile Robotics Due March 5. Sensors for Mobile Robots

CENG 5931 HW 5 Mobile Robotics Due March 5. Sensors for Mobile Robots CENG 5931 HW 5 Mobile Robotics Due March 5 Sensors for Mobile Robots Dr. T. L. Harman: 281 283-3774 Office D104 For reports: Read HomeworkEssayRequirements on the web site and follow instructions which

More information

Design and Analysis of Articulated Inspection Arm of Robot

Design and Analysis of Articulated Inspection Arm of Robot VOLUME 5 ISSUE 1 MAY 015 - ISSN: 349-9303 Design and Analysis of Articulated Inspection Arm of Robot K.Gunasekaran T.J Institute of Technology, Engineering Design (Mechanical Engineering), kgunasekaran.590@gmail.com

More information

A Unique Home Automation System through MEMS

A Unique Home Automation System through MEMS A Unique Home Automation System through MEMS Neha Surin 1, Dr. R. P. Gupta 2 1 Department of Electrical Engineering, BIT, Sindri, (DHANBAD) 2 Assistant professor, Department of Electrical Engineering,

More information

EEL5666C IMDL Spring 2006 Student: Andrew Joseph. *Alarm-o-bot*

EEL5666C IMDL Spring 2006 Student: Andrew Joseph. *Alarm-o-bot* EEL5666C IMDL Spring 2006 Student: Andrew Joseph *Alarm-o-bot* TAs: Adam Barnett, Sara Keen Instructor: A.A. Arroyo Final Report April 25, 2006 Table of Contents Abstract 3 Executive Summary 3 Introduction

More information

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier

Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier Design and Implementation of AT Mega 328 microcontroller based firing control for a tri-phase thyristor control rectifier 1 Mr. Gangul M.R PG Student WIT, Solapur 2 Mr. G.P Jain Assistant Professor WIT,

More information

AN APPLICATION SPECIFIC INTEGRATED CIRCUIT FOR DUAL-AXIS MOTION CONTROL

AN APPLICATION SPECIFIC INTEGRATED CIRCUIT FOR DUAL-AXIS MOTION CONTROL AN APPLICATION SPECIFIC INTEGRATED CIRCUIT FOR DUAL-AXIS MOTION CONTROL Saravana.s, Assistant Professor, ETE Department, Bharath University, Chennai, ABSTRACT An Application Specific Integrated Circuit

More information

Micro Controller Based Ac Power Controller

Micro Controller Based Ac Power Controller Wireless Sensor Network, 9, 2, 61-121 doi:1.4236/wsn.9.112 Published Online July 9 (http://www.scirp.org/journal/wsn/). Micro Controller Based Ac Power Controller S. A. HARI PRASAD 1, B. S. KARIYAPPA 1,

More information

Development of a Controlling Program for Six-legged Robot by VHDL Programming

Development of a Controlling Program for Six-legged Robot by VHDL Programming Development of a Controlling Program for Six-legged Robot by VHDL Programming Saroj Pullteap Department of Mechanical Engineering, Faculty of Engineering and Industrial Technology Silpakorn University

More information

Advanced Mechatronics 1 st Mini Project. Remote Control Car. Jose Antonio De Gracia Gómez, Amartya Barua March, 25 th 2014

Advanced Mechatronics 1 st Mini Project. Remote Control Car. Jose Antonio De Gracia Gómez, Amartya Barua March, 25 th 2014 Advanced Mechatronics 1 st Mini Project Remote Control Car Jose Antonio De Gracia Gómez, Amartya Barua March, 25 th 2014 Remote Control Car Manual Control with the remote and direction buttons Automatic

More information

HAND GESTURE CONTROLLED ROBOT USING ARDUINO

HAND GESTURE CONTROLLED ROBOT USING ARDUINO HAND GESTURE CONTROLLED ROBOT USING ARDUINO Vrushab Sakpal 1, Omkar Patil 2, Sagar Bhagat 3, Badar Shaikh 4, Prof.Poonam Patil 5 1,2,3,4,5 Department of Instrumentation Bharati Vidyapeeth C.O.E,Kharghar,Navi

More information

AUTOPILOT CONTROL SYSTEM - IV

AUTOPILOT CONTROL SYSTEM - IV AUTOPILOT CONTROL SYSTEM - IV CONTROLLER The data from the inertial measurement unit is taken into the controller for processing. The input being analog requires to be passed through an ADC before being

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

Other than physical size, the next item that all RC servo specifications indicate is speed and torque.

Other than physical size, the next item that all RC servo specifications indicate is speed and torque. RC servos convert electrical commands from the receiver back into movement. A servo simply plugs into a specific receiver channel and is used to move that specific part of the RC model. This movement is

More information

DC Motor and Servo motor Control with ARM and Arduino. Created by:

DC Motor and Servo motor Control with ARM and Arduino. Created by: DC Motor and Servo motor Control with ARM and Arduino Created by: Andrew Kaler (39345) Tucker Boyd (46434) Mohammed Chowdhury (860822) Tazwar Muttaqi (901700) Mark Murdock (98071) May 4th, 2017 Objective

More information

Introduction. Theory of Operation

Introduction. Theory of Operation Mohan Rokkam Page 1 12/15/2004 Introduction The goal of our project is to design and build an automated shopping cart that follows a shopper around. Ultrasonic waves are used due to the slower speed of

More information