Implementation Of Stair Climbing Robo using Microcontroller

Size: px
Start display at page:

Download "Implementation Of Stair Climbing Robo using Microcontroller"

Transcription

1 Implementation Of Stair Climbing Robo using Microcontroller Mrs.A.H.Tirmare 1, Ms.P.S.Mali2, Ms.S.M.Bhoi 3 1 Assi.Professor E & Tc Department, Bharati Vidyapeeth s College Of Engg Shivaji University Kolhapur 2 Assi.Professor E & Tc Department, Bharati Vidyapeeth s College Of Engg Shivaji University Kolhapur 3 Student E & Tc Department, Bharati Vidyapeeth s College Of Engg Shivaji University Kolhapur Abstract At present scenario robotics is a common technique of atomization to reduce human efforts, save time & to increase throughput in several applications. For the robots working on plain surface to control the movement in left right & forward backward directions various methods have been developed but for applications where stair climbing is required these traditional robots has limitations, so for stair climbing applications various techniques are developed like wheeled robots legged and robots tracked robots. The main disadvantage of these robots is they are not adjustable according to the structure of stairs. To overcome this problem following paper focuses on implementation of an adjustable stair climbing robot using microcontroller. The main application of these robots is to carry required material on the platform fir rescue operations Keywords Robot, Stair Climbing Robot, Atomization, Microcontroller, Adujustable Robot I. INTRODUCTION Robot had come to human life for the past almost 80 years ago. Adjustable stair climbing is very important feature in legged and wheeled robots. Stair climbing robots are useful in many applications like medical field or military field where stair climbing is required. In stair climbing robots development have been made on how to make stair climbing ability higher and mechanical complexity reasonable & practical. Important factor in design of robots is reduction of body weight & energy consumption so that size of battery will reduce. WHEELED ROBOTS: Wheeled robots can navigate using motorized wheels on ground themselves. Design of wheeled robots is simpler than other methods of locomotion like legged or tracked robots. Mostly there robots are used for the applications for plain terrain which is flat without any irregularities. Controlling & programming of these robots is simple than others. Major disadvantage is these robots are not suitable for areas with low friction, irregular or rocky terrain, terrain with obstacles. In wheeled robots they are classified depending upon number of wheels like three wheel, four wheel or six wheel robots. These robots are more popular due to simple design and low cost. LEGGED ROBOTS: A legged robot is most convenient for rough terrain because in rough terrain few movements are required like climbing steps, cross gaps or to walk on extreme rough terrain where use of wheeled robots is very difficult. Main factor in legged robot is degree of freedom at the joints of robot legs which are powered by servo. So as compared to wheeled robots design of legged robot is complicated & it needs more number of motors also due to increase in degree of Legged locomotion is more power efficient on soft ground than wheeled locomotion, because legged locomotion consists only of point contacts with the ground and the leg is moved through the air. This means that only a single set of point contacts is required, so the quality of the ground does not matter, as long as the robot is able to handle the ground. But exactly the single set of point contacts offers one of the most complex problems in legged locomotion, the stability problem. DOI: /IJRTER NHIAA 234

2 TRACKED ROBOTS: A tractor crawler or a tracked vehicle is a vehicle that runs on continuous tracks instead of wheels. This vehicle include military vehicle, unmanned ground vehicle.basic principle of tracked vehicle is that it remains in contact with lager surface area which not case in wheeled or legged robots. Basic advantage of this is such type of robots are suitable for soft, low friction ground like ice or snow also for uneven ground such as mud. Disadvantage is tracks utilize more complex mechanism than wheel. Figure 1: Tracked vehicle Adjustable high grip mover is one of the best solutions as the stair climber.this mechanism is a combination of rigid bodies so shaped and connected such that they move upon each other with relative motion. This structure is known as stair climbing Crawler. This crawler is built with belt tension mechanism which was used to developed to get equally distributed grounding pressure. This crawler is equipped with swing idler mechanism which is located at the same height as the front and rear main idler mechanism. When the crawler approaches the top of stairs the swing arm moves and pulls the idler up, bending the crawler belt.this motion restrict sudden change of the posture of the crawler. When crawler needs to perform pivot turning, the idler is pushed out the grounding area becomes small. II. BLOCK DIAGRAM & DESCRIPTION There are two block diagrams one for transmitter which is in hand of user where as other is receiver which is mounted on load carrying robot. 2.1Block Diagram of Transmitter Figure 2.1: Block Diagram of Transmitter As shown above Transmitter consists of joysticks used to control movement in four directions forward,backword,left,right.this signal is coupled to receiver through RF All Rights Reserved 235

3 2.2 Block Diagram of Receiver: International Journal of Recent Trends in Engineering & Research (IJRTER) Figure 2.2: Block Diagram of Receiver As shown above receiver block diagram consists of RF receiver which couples transmitted signal to receiver in order to move motor in specific direction depending upon desired movement of robot. 2.3 Hardware Details: Microcontroller used is AT mega 328.Servo motor and DC motor are used as actuators to control the movement of robot in the desired direction as per requirement. As shown in block diagram different components are interfaced with controller so as to perform controlling operation Transceiver Module: Figure 2.3.1: Tran s receiver module Transceiver module is used for duplex wireless communication between transmitter which is joystick & receiver which is robot which is RF24L01 transceiver module. Relay is used as it has better switching characteristics & ability to control high voltage circuit with help of low voltage circuit and also used when single circuit can control more than one circuit Motor: Figure 2.3.2: DC All Rights Reserved 236

4 DC motor is used for controlling movement of belt of tracked vehicle. Motor is 10 RPM 12V DC geared motor for robotics application. It gives a massive torque of 10Kgcm. The motor comes with metal gearbox and off centered shaft. Shaft has a metal bushing for wear resistance Microcontroller: Figure 2.3.3: ATmega328 Microcontroller Microcontroller is main controlling part of the system. Here controller used is ATmega328. It is high performance 8 bit microcontroller. The ATmega328P is a low-power CMOS 8-bit microcontroller based on the AVR enhanced RISC architecture. By executing powerful instructions in a single clock cycle, the ATmega328P achieves throughputs approaching 1 MIPS per MHz allowing the system designed to optimize power consumption versus processing speed Joystick: Joystick is an input device commonly used to control objects according to application. Joystick consists of a base and a stick that can be moved in any direction. The joystick can also be moved from left to right and vice versa. Because of the flexible movements a joystick allows flexible movement as compared to keyboard. Figure Joystick The joystick is used on user side to control the motion of robot i.e. movement of robot forward, backward, left and right. Analog joystick consists of two variable resistors for two axis. Each variable register consists of three pins, two extreme pins are connected to Vcc(5v in our case) and ground. The center pin is the output pin. The output voltage is between Vcc and GND depending on the position of stick. By measuring the output voltage of two variable register from which the joystick is built it is possible to determine position of stick in x and y axis. The joystick has springs to return thumb stick in to center position. So potentiometers are also centered. If there are 10k potentiometers used, then each value is centered at about 5k. So if we use 10-bit ADC we get center point at analog value 512. III. SOFTWARE DESIGN (ALGORITHM) Following algorithm contains steps for both transmitter and receiver side. At transmitter side Joystick is operated by user according to required movement. These values are transmitted to receiver through RF Transmitter as given below at receiver side initialization is done and received signal is checked by receiver according to received signal DC motor is rotated by required amount so as to control the movement of wheels of All Rights Reserved 237

5 Following are the steps for algorithm at transmitter & receiver side: 3.1. Transmitter Algorithm: 1. Start 2. Declare the pins 3. Initialize the pins 4. Read the values of joystick 5. Map the readings of joystick to get the desired output 6. Transmit the values of joystick to the receiver 3.2. Receiver Algorithm: 1. Start 2. Declare the pins 3. Initialize the pins 4. Create object 5. Attach pins to RF module 6. Is signal available? 7. If yes, rotate Johnson dc motor as per received joystick value 8. If no, keep checking the signals IV. IMPLIMENTATION & EXPERIMENTAL SETUP This wireless robotic system is developed to perform a specific task using a humanoid robot, which is controlled by a respective user, who is far apart. This system analyzes the input signals received at the user side such as joystick etc. and follow the user defined action according to these inputs. DC motors of base wheels are controlled by the joystick. Figure 4.1(a) condition of robot without climbing Operation Figure 4.1(b) climbing robot leg The joystick is basically a two potentiometer assembly with a push button at the center. Thus while programming, we can assign the forward, reverse, left or right as function keys for joystick. Thus the clockwise or anticlockwise rotation of DC motor strictly depends of signals received from joystick. The Johnsons DC motor has maximum speed of10 RPM. In order to control the speed of the robot, here potentiometer is used. Above is result of operation Fig 4.1(a) shows condition of robot on plain surface without climbing operation where as Fig 4.1(b) shows climbing robot All Rights Reserved 238

6 V. CONCLUSION Based on results it is concluded that wireless staircase climbing robot is designed & implemented successfully. The performance of system is meeting satisfactory results. This system acquires input signal at the user from joystick and these signals can be analyzed by robot. The robot is mainly motivated by the improvement of mechanical ability of tracked urban vehicle to climb the stairs. It can develop an adjustable staircase climbing robot to replace the human effort to carry out difficult task in places like office, hospitals, industrials and military automation, security systems and hazardous environment. REFERENCES I. M. Lawn and T. Shiatsu, Modeling of a stair-climbing wheelchair mechanism with high single-step capability, IEEE Transactions on Neural Systems and Rehabilitation Engineering, vol. 11, no. 3, pp , Sept II. G. Figliolini and M. Ceccarelli, Climbing stairs with EP-WAR2 biped robot, in Proc. IEEE International Conference on Robotics and Automation (ICRA), vol. 4, Seoul, Korea, 2001, pp III. J. Liu, Y. Wang, S. Ma, and B. Li, Analysis of stairs-climbing ability for a tracked reconfigurable modular robot, in Proc. IEEE International Workshop on Safety, Security and Rescue Robotics, Kobe, Japan, June2005, pp IV. R. C. Luo, K. L. Su, A multi agent multi sensor based real-time sensory control system for intelligent security robot IEEE International Conference on Robotics and Automation, vol. 2, 2003, pp V. Sandeep H. Deshmukh, Sakthivel P. & Srikanth Sankaran, Computer Aided Design and Interfacing Of EOT Crane in the Proc. of Global Conference on Production and Industrial Engineering,National Institute of Technology, Jalandhar, 2007, Session 4A, pp 1-6 VI. Jeyabalaji C1, Vimalkhanna V2, AvinashilingamN2, Mohamed Zeeshan M A3and Harish Kumar N3 1R.M.D. Engineering College, Department of Electronics and Communication Engineering,Kavaraipettai,Tamilnadu,India. 2R.M.D. Engineering College, Department of Computer Science and Engineering, Kavaraipettai,Tamilnadu, India. St Joseph s College of Engineering, Department of Electronics and Communication Engineering, Panapaakkam, Tamilnadu, India. VII. [7] Ms.A.H.Tirmare, Ms.P.S.Mali Hand Gesture Controlled Robotic Arm in International Journal of Advanced and Innovative Research, ISSN: , Volume 6, Issue All Rights Reserved 239

Adaptive Motion Control of FIREBIRD V Robot

Adaptive Motion Control of FIREBIRD V Robot Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

WIRELESS VEHICLE WITH ANIMATRONIC ROBOTIC ARM

WIRELESS VEHICLE WITH ANIMATRONIC ROBOTIC ARM WIRELESS VEHICLE WITH ANIMATRONIC ROBOTIC ARM PROJECT REFERENCE NO. : 37S0918 COLLEGE : P A COLLEGE OF ENGINEERING, MANGALORE BRANCH : ELECTRONICS & COMMUNICATION GUIDE : MOHAMMAD RAFEEQ STUDENTS : CHARANENDRA

More information

WIFI ENABLED SMART ROBOT

WIFI ENABLED SMART ROBOT WIFI ENABLED SMART ROBOT Shashank U Moro School of Mechanical and Building Science, VIT University, Vellore-632014, TamilNadu, India moroshash@gmail.com; +91-9597428287 Abstract: The field of robotics

More information

Wireless Colour Sensing Arm Robot

Wireless Colour Sensing Arm Robot Wireless Colour Sensing Arm Robot J.Nandhini Final Year, Electronics & Communication Engineering Sathyabama University, Chennai, India E-mail id:nandhinij1994@gmail.com K.Shabatini Final Year, Electronics

More information

Academic Year Annexure I. 1. Project Title: Color sensor based multiple line follower robot with obstacle detection

Academic Year Annexure I. 1. Project Title: Color sensor based multiple line follower robot with obstacle detection Academic Year 2015-16 Annexure I 1. Project Title: Color sensor based multiple line follower robot with obstacle detection TABLE OF CONTENTS 1.1 Abstract 2-2 1.2 Motivation 3-3 1.3 Objective 3-3 2.1 Block

More information

Control System Consideration of IR Sensors based Tricycle Drive Wheeled Mobile Robot

Control System Consideration of IR Sensors based Tricycle Drive Wheeled Mobile Robot Control System Consideration of IR Sensors based Tricycle Drive Wheeled Mobile Robot Aye Aye New, Aye Aye Zan, and Wai Phyo Aung Abstract Nowadays, Wheeled Mobile Robots (WMRs) are built and the control

More information

Development of Wall Mobile Robot for Household Use

Development of Wall Mobile Robot for Household Use The 3rd International Conference on Design Engineering and Science, ICDES 2014 Pilsen, Czech Republic, August 31 September 3, 2014 Development of Wall Mobile Robot for Household Use Takahiro DOI* 1, Kenta

More information

Arduino Smart Robot Car Kit User Guide

Arduino Smart Robot Car Kit User Guide User Guide V1.0 04.2017 UCTRONIC Table of Contents 1. Introduction...3 2. Assembly...4 2.1 Arduino Uno R3...4 2.2 HC-SR04 Ultrasonic Sensor Module with Bracket / Holder...5 2.3 L293D Motor Drive Expansion

More information

Sensor Based Color Identification Robot For Type Casting

Sensor Based Color Identification Robot For Type Casting International Journal of Engineering Research and Technology. ISSN 0974-3154 Volume 9, Number 1 (2016), pp. 83-88 International Research Publication House http://www.irphouse.com Sensor Based Color Identification

More information

Open Access The Kinematics Analysis and Configuration Optimize of Quadruped Robot. Jinrong Zhang *, Chenxi Wang and Jianhua Zhang

Open Access The Kinematics Analysis and Configuration Optimize of Quadruped Robot. Jinrong Zhang *, Chenxi Wang and Jianhua Zhang Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 014, 6, 1685-1690 1685 Open Access The Kinematics Analysis and Configuration Optimize of Quadruped

More information

AUTOMATIC WHEELCHAIR USING EYEBALL SENSOR

AUTOMATIC WHEELCHAIR USING EYEBALL SENSOR AUTOMATIC WHEELCHAIR USING EYEBALL SENSOR Rajavenkatesan.T 1, Nagalakshmi.S 2, Ram Prasath.K.P 3, Venkataramanan.S 4 1 Assistant Professor.Dept., of EIE, K.S.Rangasamy College of Technology, Tiruchengode,

More information

DEVELOPMENT OF LEG WHEEL HYBRID HEXAPOD BOT

DEVELOPMENT OF LEG WHEEL HYBRID HEXAPOD BOT DEVELOPMENT OF LEG WHEEL HYBRID HEXAPOD BOT Sai Srinivas Nallamothu, Sai Preetham Sata, P. Sateesh Kumar Reddy, B. Jaswanth Babu ABSTRACT The conventional mobile robotic platforms which either uses wheels

More information

Remote Area Monitoring Robot

Remote Area Monitoring Robot IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 09 March 2017 ISSN (online): 2349-784X Muthukkumar R Manikandan P Sudalai Muthu Vignesh B Sivakumar S Assistant Professor

More information

International Journal of Engineering Research ISSN: & Management Technology November-2016 Volume 3, Issue-6

International Journal of Engineering Research ISSN: & Management Technology November-2016 Volume 3, Issue-6 International Journal of Engineering Research ISSN: 2348-4039 & Management Technology November-2016 Volume 3, Issue-6 Email: editor@ijermt.org www.ijermt.org ROBOTIC ARM CONTROL THROUGH HUMAN ARM MOVEMENT

More information

Gesture Recognition Using 3D MEMS Accelerometer

Gesture Recognition Using 3D MEMS Accelerometer Gesture Recognition Using 3D MEMS Accelerometer Akhila Denny 1, Annmary Cherian 2, Athira V Nair 3, Anitta Thomas 4 Graduate Students, Department of Electronics and Communication Engineering, Viswajyothi

More information

A.U.R.A.S Autonomous Ultrasonic Robot for Area Scanning

A.U.R.A.S Autonomous Ultrasonic Robot for Area Scanning A.U.R.A.S Autonomous Ultrasonic Robot for Area Scanning Project Presentation ECE 511 Fall 2014 George Mason University 12/05/2014 Group: 2 Team Members: DevarajDhakshinamurthy Krishna Nikhila Kalinga Gagandeep

More information

3D Terrain Sensing System using Laser Range Finder with Arm-Type Movable Unit

3D Terrain Sensing System using Laser Range Finder with Arm-Type Movable Unit 3D Terrain Sensing System using Laser Range Finder with Arm-Type Movable Unit 9 Toyomi Fujita and Yuya Kondo Tohoku Institute of Technology Japan 1. Introduction A 3D configuration and terrain sensing

More information

Multi-axial miniature joystick based on Hall Effect technology

Multi-axial miniature joystick based on Hall Effect technology Joystick with grip Multi-axial miniature joystick based on Hall Effect technology J... + space-saving design + highly reliable and long lifetime due to contactless Hall Effect technology + integrated third

More information

OBSTACLE AVOIDANCE ROBOT

OBSTACLE AVOIDANCE ROBOT e-issn 2455 1392 Volume 3 Issue 4, April 2017 pp. 85 89 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com OBSTACLE AVOIDANCE ROBOT Sanjay Jaiswal 1, Saurabh Kumar Singh 2, Rahul Kumar 3 1,2,3

More information

A Geometric Approach to Inverse Kinematics of a 3 DOF Robotic Arm

A Geometric Approach to Inverse Kinematics of a 3 DOF Robotic Arm A Geometric Approach to Inverse Kinematics of a 3 DOF Robotic Arm Ayush Gupta 1, Prasham Bhargava 2, Ankur Deshmukh 3, Sankalp Agrawal 4, Sameer Chourika 5 1, 2, 3, 4, 5 Department of Electronics & Telecommunication,

More information

International Journal Of Advanced Research In Engineering Technology & Sciences

International Journal Of Advanced Research In Engineering Technology & Sciences International Journal Of Advanced Research In Engineering Technology & Sciences Email: editor@ijarets.org March- 2015 Volume 2, Issue-3 www.ijarets.org Remote Controlling Of a Vehicle Using Android App.

More information

Technical Specification for Educational Robots

Technical Specification for Educational Robots Technical Specification for Educational Robots 1. Introduction The e-yantra project, sponsored by MHRD, aims to start a robotic revolution in the country through the deployment of low-cost educational

More information

Implementation of Elevator control system based on PLC

Implementation of Elevator control system based on PLC Implementation of Elevator control system based on PLC Ameem Ahmed Khan 1, Hiren Patel 2, Derrell Dsouza 3, Swapnil Desai 4 1 Electronics and Telecommunication, Saboo Siddik College 2 Electrical, Trinity

More information

Color Tracking Robot

Color Tracking Robot Color Tracking Robot 1 Suraksha Bhat, 2 Preeti Kini, 3 Anjana Nair, 4 Neha Athavale Abstract: This Project describes a visual sensor system used in the field of robotics for identification and tracking

More information

Polar and Polygon Path Traversal of a Ball and Plate System

Polar and Polygon Path Traversal of a Ball and Plate System Polar and Polygon Path Traversal of a Ball and Plate System Aneeq Zia Electrical Engineering Department, LUMS School of Science and Engineering D.H.A, Lahore Cantt, 54792, Pakistan aneeq91@hotmail.com

More information

Modular robotics and locomotion Juan Gonzalez Gomez

Modular robotics and locomotion Juan Gonzalez Gomez Modular robotics and locomotion Juan Gonzalez Gomez School of Engineering Universidad Autonoma de Madrid (Spain) Uni Hamburg. FB Informatik. AB TAMS. May 2006 Contents Introduction to robotics Introduction

More information

VISION ASSISTED PICK AND PLACE ROBOTIC ARM

VISION ASSISTED PICK AND PLACE ROBOTIC ARM VISION ASSISTED PICK AND PLACE ROBOTIC ARM Nisha 1, Dinesh Kumar 2, Sekar 3 and Indira 4 1 University Science Instrumentation Centre, Madurai Kamaraj University, Madurai, Tamilnadu, India 2 St. Joseph

More information

Autonomous, Surveillance Fire Extinguisher Robotic Vehicle with Obstacle Detection and Bypass using Arduino Microcontroller

Autonomous, Surveillance Fire Extinguisher Robotic Vehicle with Obstacle Detection and Bypass using Arduino Microcontroller Autonomous, Surveillance Fire Extinguisher Robotic Vehicle with Obstacle Detection and Bypass using Arduino Microcontroller Sumanta Chatterjee Asst. Professor JIS College of Engineering Kalyani, WB, India

More information

Team: XeroDual. EEL 4924 Electrical Engineering Design. Final Report 3 August Project Ehrgeiz. Team Name: XeroDual

Team: XeroDual. EEL 4924 Electrical Engineering Design. Final Report 3 August Project Ehrgeiz. Team Name: XeroDual Page 1/20 EEL 4924 Electrical Engineering Design Final Report 3 August 2009 Project Ehrgeiz Team Name: XeroDual Reinier Santos yayan26@ufl.edu Project Abstract: This project aims to design a human interface

More information

Cell Phone Controlled Robotic Vehicle

Cell Phone Controlled Robotic Vehicle National Conference on Recent Advances in Computer Science and IT (NCRACIT) International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume

More information

DESIGN OF CALORIMETER BASED ON ARM AND ZIGBEE

DESIGN OF CALORIMETER BASED ON ARM AND ZIGBEE DESIGN OF CALORIMETER BASED ON ARM AND ZIGBEE Mr. Ravindrra Deshmukkh 1, Dr. Pankaj Agrawal 2 1,2 Electronics Engineering, B. D. College Of Engg., (India) ABSTRACT The design of ARM based wireless Calorimeter

More information

MICRO-CONTROLLER BASED ROBOT ARM WITH THREE-DIMENSIONAL REACH

MICRO-CONTROLLER BASED ROBOT ARM WITH THREE-DIMENSIONAL REACH - 111 - MICRO-CONTROLLER BASED ROBOT ARM WITH THREE-DIMENSIONAL REACH R.A.D.M.P.Ranwaka 1, T. J. D. R. Perera, J. Adhuran, C. U. Samarakoon, R.M.T.P. Rajakaruna ABSTRACT Department of Mechatronics Engineering,

More information

SOLARIUM: HOME AUTOMATION SYSTEM USING BLUETOOTH

SOLARIUM: HOME AUTOMATION SYSTEM USING BLUETOOTH SOLARIUM: HOME AUTOMATION SYSTEM USING BLUETOOTH Varsha Singh 1 & Savita Sindhu 2 Abstract: In this paper, we aim at designing a home automation system using automatic sun tracking system. Also operating

More information

IEEE SoutheastCon Hardware Challenge

IEEE SoutheastCon Hardware Challenge IEEE SoutheastCon Hardware Challenge Cameron McSweeney, Kendall Knapp Brian Roskuszka, Daniel Hofstetter May 2, 207 Advisors: Dr. Jing Wang, Dr. Yufeng Lu, Dr. In Soo Ahn 2 Task 3 - Bring Down the Shields

More information

Android based Wheel Chair

Android based Wheel Chair Android based Wheel Chair Khushboo Pasari 1, Madhura Patil 1, Kalpana Rokade 1, Pranali Yawle 2 1 Project Student, Department of Electronics and Telecommunication, 2 Professor and Project Faculty member,

More information

PLC. Module 3: Hardware and Terminology. IAT Curriculum Unit PREPARED BY. Jan 2010

PLC. Module 3: Hardware and Terminology. IAT Curriculum Unit PREPARED BY. Jan 2010 PLC Module 3: Hardware and Terminology PREPARED BY IAT Curriculum Unit Jan 2010 Institute of Applied Technology, 2010 ATE321 PLC Module 3: Hardware and Terminology Module Objectives Upon successful completion

More information

Control of an 8-Legged, 24 DOF, Mechatronic Robot

Control of an 8-Legged, 24 DOF, Mechatronic Robot Control of an 8-Legged, 24 DOF, Mechatronic Robot Submitted by Brian Lim Youliang Kuvesvaran s/o Paramasivan National Junior College Assoc. Prof. Dr. Francis Malcolm John Nickols Abstract The objective

More information

Advance Robotics with Embedded System Design (ARESD)

Advance Robotics with Embedded System Design (ARESD) Advance Robotics with Embedded System Design (ARESD) LEARN HOW TO: Use Arduino hardware &Arduino programming for microcontroller based hobby project development Use WinAVRcross compiler formicrocontroller

More information

Colour Object Counting and Sorting Mechanism Using Image Processing Approach Avadhoot R.Telepatil 1, 2 Prashant M. Jadhav 2 1

Colour Object Counting and Sorting Mechanism Using Image Processing Approach Avadhoot R.Telepatil 1, 2 Prashant M. Jadhav 2 1 e-issn: 2349-9745 p-issn: 2393-8161 Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com Colour Object Counting and Sorting Mechanism

More information

HIL/SIL BY DEVELOPMENT OF SIX-LEGGED ROBOT SLAIR2

HIL/SIL BY DEVELOPMENT OF SIX-LEGGED ROBOT SLAIR2 HIL/SIL BY DEVELOPMENT OF SIX-LEGGED ROBOT SLAIR2 DZHANTIMIROV 1, PALIS 2, SCHMUCKER 1, TELESH 2, ZAVGORODNIY 2 1 Department Virtual Engineering, Fraunhofer Institute for Factory Operation and Automation,

More information

University of Jordan Faculty of Engineering and Technology Mechatronics Engineering Department

University of Jordan Faculty of Engineering and Technology Mechatronics Engineering Department University of Jordan Faculty of Engineering and Technology Mechatronics Engineering Department 2016 Control and Measurement Laboratory Robotino Robot (Mobile Robot System) Robotino Robot Objectives: The

More information

Fire Bird V Insect - Nex Robotics

Fire Bird V Insect - Nex Robotics Fire Bird V Insect is a small six legged robot. It has three pair of legs driven by one servo each. Robot can navigate itself using Sharp IR range sensors. It can be controlled wirelessly using ZigBee

More information

How-To #3: Make and Use a Motor Controller Shield

How-To #3: Make and Use a Motor Controller Shield How-To #3: Make and Use a Motor Controller Shield The Arduino single-board computer can be used to control servos and motors. But sometimes more current is required than the Arduino can provide, either

More information

ROBOTIC SURVEILLANCE

ROBOTIC SURVEILLANCE ROBOTIC SURVEILLANCE PROJECT REFERENCE NO. : 37S1070 COLLEGE : PES INSTITUTE OF TECHNOLOGY, BANGALORE BRANCH : TELECOMMUNICATION ENGINEERING GUIDE : SUSHMA RAWAL STUDENTS : SHASHANK C VAISHAKH SHIRUR DHANUSH

More information

DESIGN AND IMPLEMENTATION OF FPGA BASED MULTIPURPOSE REAL-TIME CONTROLLER FOR HYBRID STEPPER MOTOR

DESIGN AND IMPLEMENTATION OF FPGA BASED MULTIPURPOSE REAL-TIME CONTROLLER FOR HYBRID STEPPER MOTOR DESIGN AND IMPLEMENTATION OF FPGA BASED MULTIPURPOSE REAL-TIME CONTROLLER FOR HYBRID STEPPER MOTOR Arun G Mohan 1 and Vijina K 2 1 PG Student [Electrical Machines], Department of EEE, Sree Buddha College

More information

Embedded Robotics. Software Development & Education Center

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

More information

INTERFACING HARDWARE WITH MICROCONTROLLER

INTERFACING HARDWARE WITH MICROCONTROLLER INTERFACING HARDWARE WITH MICROCONTROLLER P.Raghavendra Prasad Final Yr EEE What is a Microcontroller? A microcontroller (or MCU) is acomputer-on-a-chip. It is a type of microprocessor emphasizing self-

More information

IMPLEMENTATION OF SENSOR DIAGNOSIS BASED ON AUTOSAR

IMPLEMENTATION OF SENSOR DIAGNOSIS BASED ON AUTOSAR International Journal of Latest Trends in Engineering and Technology Vol.(8)Issue(3), pp.215-221 DOI: http://dx.doi.org/10.21172/1.83.032 e-issn:2278-621x IMPLEMENTATION OF SENSOR DIAGNOSIS BASED ON AUTOSAR

More information

CNC Controller based on Microcontroller ATmega1284P

CNC Controller based on Microcontroller ATmega1284P CNC Controller based on Microcontroller ATmega1284P Sushama A.Kolhe 1, Deepak V. Varde 2, DevyaniS.Khairnar 3, Anushka M. Aware 4 1, Head of Department, Department of Electronics and Telecommunication,

More information

Development of Prototype Model for Wireless Based Controlled Pick and Place Robotic Vehicle

Development of Prototype Model for Wireless Based Controlled Pick and Place Robotic Vehicle TELKOMNIKA Indonesian Journal of Electrical Engineering Vol. 14, No. 1, April 2015, pp. 110 ~ 115 DOI: 10.11591/telkomnika.v14i1.7370 110 Development of Prototype Model for Wireless Based Controlled Pick

More information

Build and Test Plan: IGV Team

Build and Test Plan: IGV Team Build and Test Plan: IGV Team 2/6/2008 William Burke Donaldson Diego Gonzales David Mustain Ray Laser Range Finder Week 3 Jan 29 The laser range finder will be set-up in the lab and connected to the computer

More information

Industrial Appliances Control Using Android Mobile & Bluetooth Technology

Industrial Appliances Control Using Android Mobile & Bluetooth Technology International Journal of Engineering and Manufacturing Science. ISSN 2249-3115 Volume 8, Number 1 (2018) pp. 33-42 Research India Publications http://www.ripublication.com Industrial Appliances Control

More information

Gesture Controlled Robotic Arm

Gesture Controlled Robotic Arm Gesture Controlled Robotic Arm Aishwarya Nagarkar Aishwarya Oza Rashmi Pandkar Abstract This paper presents the design of robotic arm which imitates the human hand movement to pick and place an object.

More information

AC : INFRARED COMMUNICATIONS FOR CONTROLLING A ROBOT

AC : INFRARED COMMUNICATIONS FOR CONTROLLING A ROBOT AC 2007-1527: INFRARED COMMUNICATIONS FOR CONTROLLING A ROBOT Ahad Nasab, Middle Tennessee State University SANTOSH KAPARTHI, Middle Tennessee State University American Society for Engineering Education,

More information

Mobile Robots Locomotion

Mobile Robots Locomotion Mobile Robots Locomotion Institute for Software Technology 1 Course Outline 1. Introduction to Mobile Robots 2. Locomotion 3. Sensors 4. Localization 5. Environment Modelling 6. Reactive Navigation 2 Today

More information

ECONOMIC SNAKE ROBOT FOR SURVEILLANCE IN UNREACHABLE AREAS

ECONOMIC SNAKE ROBOT FOR SURVEILLANCE IN UNREACHABLE AREAS ECONOMIC SNAKE ROBOT FOR SURVEILLANCE IN UNREACHABLE AREAS K.P. Naveen Balaji 1, D. Satheesh Kumar 2, M. Mohamed Irfhan 3, Dr. S. Senthil 4 1,2,3,4 Department of Mechanical Engineering Kamaraj College

More information

On the basis of degree of freedom of the arm and the type of joints used, a robotic arm can have any of the following designs:

On the basis of degree of freedom of the arm and the type of joints used, a robotic arm can have any of the following designs: Available online at www.sciencedirect.com ScienceDirect Procedia Manufacturing 20 (2018) 400 405 www.elsevier.com/locate/procedia 2nd International Conference on Materials Manufacturing and Design Engineering

More information

Design of Spider Mechanism for Extraterrestrial Rover

Design of Spider Mechanism for Extraterrestrial Rover Design of Spider Mechanism for Extraterrestrial Rover Abin Simon 1, Kailash Dutt 1, Praveen Basil 1, Sreekuttan TK 1, Adithye Suresh 1, Arun M 1, Dr.Ganesh Udupa 2, Pramod Sreedharan 3 U.G. Student, Dept.

More information

Gesture Identification Based Remote Controlled Robot

Gesture Identification Based Remote Controlled Robot Gesture Identification Based Remote Controlled Robot Manjusha Dhabale 1 and Abhijit Kamune 2 Assistant Professor, Department of Computer Science and Engineering, Ramdeobaba College of Engineering, Nagpur,

More information

Personal Computer-less (PC-less) Microcontroller Training Kit

Personal Computer-less (PC-less) Microcontroller Training Kit IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Personal Computer-less (PC-less) Microcontroller Training Kit To cite this article: Y Somantri et al 2018 IOP Conf. Ser.: Mater.

More information

Table Cleaning Robot Using GSM and Sensors

Table Cleaning Robot Using GSM and Sensors Table Cleaning Robot Using GSM and Sensors Dr Venkadesh P 1, Gokul G S 2 1Assistant Professor, Dept. of Computer and Science Engineering, Noorul Islam Centre for Higher Education, TamilNadu, India 2Student,

More information

Manipulator Path Control : Path Planning, Dynamic Trajectory and Control Analysis

Manipulator Path Control : Path Planning, Dynamic Trajectory and Control Analysis Manipulator Path Control : Path Planning, Dynamic Trajectory and Control Analysis Motion planning for industrial manipulators is a challenging task when obstacles are present in the workspace so that collision-free

More information

Design and Analysis of Voice Activated Robotic Arm

Design and Analysis of Voice Activated Robotic Arm Design and Analysis of Voice Activated Robotic Arm Ajay Aravind S4 MTECH Government College of Engineering, Kannur ajayaravind05@gmail.com Dr. T.D. John PROFESSOR Government Engineering College, Kannur

More information

SMART VEHICLE CONTROLLED SYSTEM

SMART VEHICLE CONTROLLED SYSTEM Volume 03, Special sue. 01, March 2015 ISSN (online): 2348 7550 SMART VEHICLE CONTROLLED SYSTEM Sneha Mohan Shingate 1, Y. V. Chavan 2 1,2 Padmabhooshan Vasantdada Patil Institute Of Technology, Pune,

More information

Shack Clock kit. U3S Rev 2 PCB 1. Introduction

Shack Clock kit. U3S Rev 2 PCB 1. Introduction Shack Clock kit U3S Rev 2 PCB 1. Introduction Thank you for purchasing the QRP Labs Shack Clock kit. This clock uses the Ultimate3S QRSS/WSPR kit hardware, but a different firmware version. It can be used

More information

Simultaneous Optimization of a Wheeled Mobile Robot Structure and a Control Parameter

Simultaneous Optimization of a Wheeled Mobile Robot Structure and a Control Parameter Fifth International Workshop on Computational Intelligence & Applications IEEE SMC Hiroshima Chapter, Hiroshima University, Japan, November 10, 11 & 12, 2009 Simultaneous Optimization of a Wheeled Mobile

More information

1. Introduction Packing list Parts Introduction Uno R3 Board for Arduino Specifications... 6

1. Introduction Packing list Parts Introduction Uno R3 Board for Arduino Specifications... 6 Table of Contents Smart Bluetooth Robot Car Kit for Arduino 1. Introduction...4 1.1 Packing list...5 2. Parts Introduction...6 2.1 Uno R3 Board for Arduino...6 2.1.1 Specifications... 6 2.2 HC-SR04 Ultrasonic

More information

Robotics. CSPP Artificial Intelligence March 10, 2004

Robotics. CSPP Artificial Intelligence March 10, 2004 Robotics CSPP 56553 Artificial Intelligence March 10, 2004 Roadmap Robotics is AI-complete Integration of many AI techniques Classic AI Search in configuration space (Ultra) Modern AI Subsumption architecture

More information

What are output transducers An output transducer will convert electrical signals passed to it by the process into another form of energy.

What are output transducers An output transducer will convert electrical signals passed to it by the process into another form of energy. What are output transducers An output transducer will convert electrical signals passed to it by the process into another form of energy. ACTIVITY Can you find the symbols of the output components listed

More information

Automation of wafer handling

Automation of wafer handling Project Report Automation of wafer handling ELECTRONIC DESIGN LAB DEPARTMENT OF ELECTRICAL ENGINEERING IIT BOMBAY Group Members: SHREYANS GANDHI 06D07005 ISHAN GAIKWAD 06D07013 PRADEEP GAIKWAD 06D07010

More information

Applications of 8051 Microcontrollers

Applications of 8051 Microcontrollers Applications of 8051 Microcontrollers INTRODUCTION: A microcontroller is a versatile chip which can be used in various fields starting from simple consumer electronics, measuring devices to high end medical,

More information

XBee Based Robotic ARM Control for Bomb Diffuser

XBee Based Robotic ARM Control for Bomb Diffuser XBee Based Robotic ARM Control for Bomb Diffuser Introduction: Bomb-disposal, or explosive ordnance disposal (EOD), robots are one of the many tools a technician might use to disarm dangerous weapons.

More information

1 in = 25.4 mm 1 m = ft g = 9.81 m/s 2

1 in = 25.4 mm 1 m = ft g = 9.81 m/s 2 ENGR 122 Section Instructor: Name: Form#: 52 Allowed materials include calculator (without wireless capability), pencil or pen. Honor Statement: On my honor, I promise that I have not received any outside

More information

International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.3, May Bashir Ahmad

International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.3, May Bashir Ahmad OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE AND INFRARED SENSOR CIRCUIT DESIGN AND IMPLEMENTATION, OPERATING PRINCIPLE AND USAGE OF PIRMOTION SENSOR Bashir Ahmad Faculty

More information

Gesture Recognition Aplication based on Dynamic Time Warping (DTW) FOR Omni-Wheel Mobile Robot

Gesture Recognition Aplication based on Dynamic Time Warping (DTW) FOR Omni-Wheel Mobile Robot Gesture Recognition Aplication based on Dynamic Time Warping (DTW) FOR Omni-Wheel Mobile Robot Indra Adji Sulistijono, Gama Indra Kristianto Indra Adji Sulistijono is with the Department of Mechatronics

More information

MONITOR AND CONTROL OF AN EXCAVATOR ROBOT

MONITOR AND CONTROL OF AN EXCAVATOR ROBOT QUEEN S UNIVERSITY DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING ELEC 49X PROJECT PROPOSAL MONITOR AND CONTROL OF AN EXCAVATOR ROBOT Submitted By: Group 13 Faculty Supervisor: Dr. K. Hashtrudi-Zaad

More information

MACHINE THEORY Bachelor in Mechanical Engineering INTRODUCTION TO MACHINE DESIGN

MACHINE THEORY Bachelor in Mechanical Engineering INTRODUCTION TO MACHINE DESIGN MACHINE THEORY Bachelor in Mechanical Engineering INTRODUCTION TO MACHINE DESIGN Ignacio Valiente Blanco José Luis Pérez Díaz David Mauricio Alba Lucero Efrén Díez Jiménez Timm Lauri Berit Sanders Machine

More information

Real time data acquisition using mobile robot

Real time data acquisition using mobile robot I J C T A, 9(41), 2016, pp. 401-406 International Science Press ISSN: 0974-5572 Real time data acquisition using mobile robot Nitin Kumar*, Rupendeep Kaur** and Anshul Mahajan*** ABSTRACT These days many

More information

Index Terms: Paper-bag making, micro-controller, Robotic arm, 2-wheeled robot, DC motor.

Index Terms: Paper-bag making, micro-controller, Robotic arm, 2-wheeled robot, DC motor. ISSN XXXX XXXX 2017 IJESC Research Article Volume 7 Issue No.4 Portable Paper-Bag Making Machine S.Shashank 1, Rajath 2, Nayan Kumar.V 3, Harish A.G 4, S.M. Narasimhan 5 BE Student 1, 2, 3, 4, Assistant

More information

An Interactive Software Environment for Gait Generation and Control Design of Sony Legged Robots

An Interactive Software Environment for Gait Generation and Control Design of Sony Legged Robots An Interactive Software Environment for Gait Generation and Control Design of Sony Legged Robots Dragos Golubovic and Huosheng Hu Department of Computer Science, University of Essex, Colchester CO4 3SQ,

More information

FIRE SENSOR ROBOT USING ATMEGA8L

FIRE SENSOR ROBOT USING ATMEGA8L PROJECT REPORT MICROCONTROLLER AND APPLICATIONS ECE 304 FIRE SENSOR ROBOT USING ATMEGA8L BY AKSHAY PATHAK (11BEC1104) SUBMITTED TO: PROF. VENKAT SUBRAMANIAN PRAKHAR SINGH (11BEC1108) PIYUSH BLAGGAN (11BEC1053)

More information

BASIC-Tiger Application Note No. 030 Rev A joystick for the Tiger. Gunther Zielosko. 1. Basics

BASIC-Tiger Application Note No. 030 Rev A joystick for the Tiger. Gunther Zielosko. 1. Basics A joystick for the Tiger Gunther Zielosko 1. Basics There are many ways in computer technology to convert analog movement into data that is understandable for the computer, thinking about e.g. computer

More information

Non-Contact Water Level Monitoring using Labview with Arduino and Ultrasonic Sensor

Non-Contact Water Level Monitoring using Labview with Arduino and Ultrasonic Sensor Proc. of Int. Conf. on Current Trends in Eng., Science and Technology, ICCTEST Non-Contact Water Level Monitoring using Labview with Arduino and Ultrasonic Sensor Vidya Shree G 1 and Sharanabasappa 2 1-2

More information

IOT BASED HOME AUTOMATION

IOT BASED HOME AUTOMATION IOT BASED HOME AUTOMATION Shweta T.Patil 1, Gayatri S. Salokhe 2, Anuja A. Mane 3 1,2,3 U.G. Student, Department of Electronics and Telecommunication Engineering, Bharati Vidyapeeth s CollegeOf Engineering,

More information

ISSN Vol.07,Issue.16, November-2015, Pages:

ISSN Vol.07,Issue.16, November-2015, Pages: ISSN 2348 2370 Vol.07,Issue.16, November-2015, Pages:3190-3195 www.ijatir.org Implementation of Voice Controlled Automated Wheelchair on NI myrio Platform using NI Lab View RAJKUMAR L BIRADAR 1, GIRIJA

More information

International Journal of Innovations in Engineering and Technology (IJIET) Nadu, India

International Journal of Innovations in Engineering and Technology (IJIET)  Nadu, India Study Of An Adaptive Model For Railway Monitoring System Using Ieee Standards Dr.D.Sivakumar 1, M.Vaitheeswari 2,S.Shanmathi 3, K.M.Sanjutha 4 1,2,3,4 Department of Electronics and Communication Engineering,

More information

Modular Model of Snake Robot

Modular Model of Snake Robot INDIAN INSTITUTE OF TECHNOLOGY, GUWAHATI EE304 DESIGN LABORATORY PROJECT REPORT Modular Model of Snake Robot Guide: Dr. Prithwijit Guha, Assistant Professor, IIT Guwahati Name Swapnil Gupta 120108036 Somitra

More information

1.0. Presents. techathon 3.0

1.0. Presents. techathon 3.0 1.0 Presents techathon 3.0 Course Content - techathon techathon 3.0 is a Robotics and Embedded systems Workshop designed by team Robo-Minions. It is a 2 days workshop with each day divided into two sessions

More information

BEST Generic Kit Notes GMKR00002 Revision 5; August 2010

BEST Generic Kit Notes GMKR00002 Revision 5; August 2010 GMKR00002 Revision 5; 1.0 Introduction All Returnable Kit items, including boxes and packing, must be returned at the conclusion of the contest. This equipment will be used again next year; so do not modify

More information

ISSN: X International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 5, Issue 5, May 2016

ISSN: X International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 5, Issue 5, May 2016 JEOPARDY CIRCUMVENTING WHEELCHAIR FOR SELF-ASSISTANCE Under the guidance of Prof. K.Senthil Babu, Department of Telecommunication Engineering Kammavari Sangham Institute of Technology Bangalore-560109

More information

Embedded ROBOTICS. A 15 days program on Embedded Systems & Robotics Development with Microcontroller Technology & Image Processing

Embedded ROBOTICS. A 15 days program on Embedded Systems & Robotics Development with Microcontroller Technology & Image Processing Embedded ROBOTICS A 15 days program on Embedded Systems & Robotics Development with Microcontroller Technology & Image Processing Workshop Designed & Conceptualized by Training Courseware We will provide

More information

Wireless Control and transmission of Data for underwater Robot

Wireless Control and transmission of Data for underwater Robot IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 12 May 2016 ISSN (online): 2349-6010 Wireless Control and transmission of Data for underwater Robot D. S. Vidhya

More information

Surveying of Underwater Robot for Marine Exploration

Surveying of Underwater Robot for Marine Exploration IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 09 March 2016 ISSN (online): 2349-784X Surveying of Underwater Robot for Marine Exploration D. S. Vidhya Puja S Patil Assistant

More information

Goal: We want to build an autonomous vehicle (robot)

Goal: We want to build an autonomous vehicle (robot) Goal: We want to build an autonomous vehicle (robot) This means it will have to think for itself, its going to need a brain Our robot s brain will be a tiny computer called a microcontroller Specifically

More information

YaMoR and Bluemove an autonomous modular robot with Bluetooth interface for exploring adaptive locomotion

YaMoR and Bluemove an autonomous modular robot with Bluetooth interface for exploring adaptive locomotion YaMoR and Bluemove an autonomous modular robot with Bluetooth interface for exploring adaptive locomotion R. Moeckel, C. Jaquier, K. Drapel, E. Dittrich, A. Upegui, A. Ijspeert Ecole Polytechnique Fédérale

More information

Human Arm Simulation Using Kinect

Human Arm Simulation Using Kinect Human Arm Simulation Using Kinect Nikunj Agarwal 1, Priya Bajaj 2, Jayesh Pal 3, Piyush Kushwaha 4 1,2,3,4 Student, Computer Science & Engineering Department, IMS Engineering College, Ghaziabad, Uttar

More information

War Field Spy Robot Using Night Vision Technology

War Field Spy Robot Using Night Vision Technology RESEARCH ARTICLE War Field Spy Robot Using Night Vision Technology S.Sivakumar 1, K.Venkata Pallavi 2,V.Tharun 3,K.Yashoda 4 1.(Assistant professor,department of ECE, Annamacharya institute of technology

More information

CORTEX Microcontroller and Joystick User Guide

CORTEX Microcontroller and Joystick User Guide This is a User Guide for using the VEX CORTEX Microcontroller and VEX Joystick. Refer to the VEX Wiki (http://www.vexforum.com/wiki/index.php/vex_cortex_microcontroller) for updates to this document. 1.

More information

Research and Design of Universal Proportional Valve Controller

Research and Design of Universal Proportional Valve Controller Open Access Library Journal 2018, Volume 5, e4588 ISSN Online: 2333-9721 ISSN Print: 2333-9705 Research and Design of Universal Proportional Valve Controller Qiyu Zhang, Xiaoxiao Cao, Minghai Duan, Xiaohui

More information

HAND GESTURE RECOGNITION USING MEMS SENSORS

HAND GESTURE RECOGNITION USING MEMS SENSORS HAND GESTURE RECOGNITION USING MEMS SENSORS S.Kannadhasan 1, R.Suresh 2,M.Shanmuganatham 3 1,2 Lecturer, Department of EEE, Tamilnadu Polytechnic College, Madurai, Tamilnadu, (India) 3 Senior Lecturer,

More information