MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO

Size: px
Start display at page:

Download "MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO"

Transcription

1 MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO K. Sindhuja 1, CH. Lavanya 2 1Student, Department of ECE, GIST College, Andhra Pradesh, INDIA 2Assistant Professor, Department of ECE, GIST College, Andhra Pradesh, INDIA *** Abstract - SWARM robotics or multi robot systems is a novel approach to the coordination of large numbers of relatively simple robots which takes its inspiration from social insects - ants, termites, wasps and bees etc. Robot mapping or trajectory plotting is the process of building an environment representation using mobile robot. In this paper we present a design and implementation of mapping robot using Digital Magnetic Compass, Ultrasonic Sensor and Arduino UNO which is having Atmel s ATmega328 microcontroller. We presents mapping of mobile robot in the indoor environment. The designed robot uses a metric, worldcentric approach for mapping algorithm. Robot follows the wall while continuously sending its co-ordinates to the base station. Target Tracking or Move to Goal algorithm is implemented on robot which allows one robot to reach target directed by other robot. Communication between robots is achieved using low cost CC2500 wireless transceiver module which is designed for very low-power wireless applications. Key Words: Swarm Robotics, Multi Robot Communication, Target Tracking, Arduino. 1. INTRODUCTION SWARM robotics is a concept to provide a robust robotics System using large numbers of identical robots inspired from social behaviour of animals or insects. Collective behaviour of robots comes from the interactions between individual robots and interactions of robots with the environment. With this approach it is easily possible to complete the tasks that are difficult to do with single robot. Research is going on in the area of sensor technology, motor technology, power supply technology, telecommunications technology, control technology and artificial intelligence technology for robotics. In SWARM robotics, cooperative task solving capability refers to self-organization and emergence. Self-organization refers to the SWARM s organization which comes from system itself and emergence means that the organization need to have local interaction between individual robots comes about decentralized way. For controlling motions of individual robot different coordination approaches have been reported such as task allocation, self-configuration, pattern generation. Instead of investigation of a single robot system, researchers are working for exploration of coordination of multirobot/swarm systems as there are several advantages and application of multi-robot systems. These are; efficiency adaptability, fault-tolerance, scalability, and so on. Application areas of multi robot system are environmental monitoring, surveillance, distributed sensing task, oil cleaning, underwater localization and many more. Role of sensing system is to detect the presence of objects and measure their positions. The objects can be neighbouring robots, obstacles and target. Technical challenge is to develop and deploy real mobile robots at a reasonable cost. If data obtained from location sensing system is based on fixed global reference then it is absolute sensing and if it is based on local coordinates of a robot then it is relative sensing. Global positioning system (GPS) with central monitoring system is an example of absolute location sensing. Examples of relative location sensing include proximity sensors, cameras and received signal strength indicator (RSSI). A SWARMBOT is comprised of autonomous mobile robots called S-Bots. It discuss the self-assembling capabilities of the SWARM-BOT, this concept lies at the intersection between collective and self-reconfigurable robotics. For interaction of the multiple robots, communication between robots is important to carry out specific task where one robot delivers orders or updates to other robots. With advance in wireless communication technology it is possible to interface one device to other device. Advantage of communication between the robots is completing the task in efficient way. Wireless Local Area Network (WLAN) which is based on IEEE standards and WPAN uses some technologies such as Infrared, Wireless USB, Bluetooth, and ZigBee for communication between sensors and electronic devices. Inductive Communication is one of the methods of communication for Millimeter-sized Wireless Robots. In this paper we present the design and implementation of S-Bot robot for SWARM application using Arduino microcontroller. In first algorithm, Multi Robot Communication is implemented to achieve Leader-Follower approach of SWARM navigation in which one robot follows other robot. Concept of co-operative navigation using master-slave SWARM robot is introduced. To achieve Target Tracking system, another algorithm is implemented on the S-Bot robot which allows one robot to track a location directed by other robot. Sender robot gives 2016, IRJET ISO 9001:2008 Certified Journal Page 145

2 target coordinates along with final angle position to receiver robot. After successfully calculating path trajectory receiver robot reaches to its goal configuration. The rest of this paper is organized as follows. Section II gives a description of the hardware specifications of S-Bot. The rest of this paper is organized as follows. Section II robot. Section III presents algorithms implemented on robots and Section IV illustrates experimental results. Finally, Section V explains conclusions and future work. 2. THE HARDWARE DESIGN The hardware assembly and specifications of S-Bot robot is explained in this section. Fig 1 shows the S-Bot robot and its different modules. Fig 2 shows basic architecture block diagram of the S-Bot robot. The robot uses Arduino MEGA board as central processor and other input and output devices along with communication module and power supply. Fig. 3. Hardware contains of S-Bot (a) Arduino Microcontroller MEGA2560 (b) CC2500 Communication Module (c) Ultrasonic Distance sensor - HC-SR04 (d) Sharp Distance sensor 2Y0A21 (e) IR Proximity sensor Fig. 1. S-Bot Mobile Robot Fig. 4. Mapping Robot : Mechanical Assembly Fig. 2. Block Diagram Mapping robot has Arduino UNO development board which consists of Atmel s ATmega328 microcontroller with other electronic components which can be programmed using the software. It has 32 KB of flash memory, 6 Analog Input Pins, 14 Digital I/O Pins [16]. Robot has two kind of sensors used for navigation. Fig 3 (b) and (c) shows digital compass HMC5883L and ultrasonic distance sensor HC - SR , IRJET ISO 9001:2008 Certified Journal Page 146

3 respectively. HMC5883L is 3-Axis Digital Compass IC. The I2C serial bus allows for easy interface. It enables 1 to 2 Degree Compass Heading Accuracy. Working range of Ultrasonic ranging module HC - SR04 is 2cm to 400cm with accuracy of 3mm. Output voltage from sensor is corresponding to the detection distance from sensor to an object. Robot has two DC geared motors for motion control. Two caster wheels are attached to front and back end of robot for support. Driving system of robot allows it to move forward, backward and rotate clockwise or anticlockwise. Communication between robot and PC is achieved using Bluetooth. HC05 module is an easy to use Bluetooth SPP (Serial Port Protocol) module, designed for transparent wireless serial connection setup. This robot has 12 Volts battery for powering of driving system and 9 Volts battery for Arduino. Base station or has PC with bluetooth link connected with mobile robot. PC has NI s LabVIEW software with NI s VISA driver to communicate with PC s COM port. Live coordinates send by mobile robot receives by PC and map is plotted on LabVIEW s graph Fig 4 shows mechanical layout assembly of designed robot. 2.1 Controller S-Bot robot has Arduino MEGA-2560 development board which consists of Atmel s ATmega2560 microcontroller with other electronic components which can be programmed using the software. It has 256 KB of flash memory, 54 input and output pins including 16 - Analog pins and 14 PWM pins. Board can be connected to DC power supply up to 12V or it can be powered directly using a USB port without any external power. Internal voltage regulator regulates it to 5V and 3.3V. Arduino is an excellent open source platform. Arduino boards can be programmed using the Arduino Programming Language (APL) [16]. Fig 3 (a) shows Arduino micro-controller board. 2.2 Motion S-Bot robot has two DC geared motors for motion control. One caster wheel is attached to front end of robot for support. Driving system of robot allows it to move forward, backward and rotate clockwise or anticlockwise. Along with DC motor S-Bot has servo motors for the movement of sensors. Distance sensors are attached to the rotary part of servo motors hence direction of sensors or sensory area can be changed using servo mechanism. A. Sensory System S-Bot robot has various sensors used for different application. Fig 3 (c) and (d) shows ultrasonic distance sensor HCSR04 and sharp distance sensor 2Y0A21 respectively. Working range of Ultrasonic ranging module HC - SR04 is 2cm to 400cm with accuracy of 3mm. Sharp GP2Y0A21YK0F is a distance measuring sensor with Distance measuring range from 10 to 80 cm. Output voltage from sensor is corresponding to the detection distance from sensor to an object. Fig 3 (e) shows general purpose proximity sensor using IR emitter and IR receiver pair. It is very compact and has low power consumption. The range varies between 2cm to 15cm depending on ambient light. Using on-board potentiometer range can be calibrated. 2.3 Communication In multi robot system for inter robot communication media is used to share information and make a collective decision. We have used CC2500 Serial Communication Module for communication as shows in Fig 3 (b). The CC2500 is a low cost 2.4 GHz transceiver which is designed for very lowpower wireless applications. The module is designed to work for the MHz ISM (Industrial, Scientific and Medical) and SRD (Short Range Device) frequency band. CC2500 has RS232 UART interface with variable baud rate, Programmable Device Address (255 per channel) and Standard configuration baud rate of CC2500 works up to range meters for line of sight. We used this module as it works satisfactory up to 10 meters for indoor environment. 2.4 Power management In SWARM application every mobile robot must have a sufficient battery power to complete a given task. This S- Bot has 12 Volts rechargeable battery for powering of all system. Using external charger battery can be charged as and when required. 3. ALGORITHM Robot navigation and mapping algorithm is implemented On mapping robot. Motion path of robot is planed through Environment to navigate without colliding with obstacles. We used concept of configuration space in which obstacle is Considered to be expanded. As shown in Fig 5 shows flowchart for mobile robot navigation. When robot turns on first it read value of its heading degree using digital compass. Then it looks for front and side obstacle distance using ultrasonic sensors. Designed robot follows wall to navigate through environment. Robot moves forward when there is no obstacle or wall at front and left side wall is present. Initial co-ordinates of robot assumed to be [0, 0]. As robot move it continuously updates and sends its co-ordinates to base station. Co-ordinates are updated using compass value and distance travel by robot. If front wall is detected then robot takes right turn and when both walls are not detected robot takes left turn. While in turning process robot uses compass value to make turn. After robot completes its 90 degree turn it stops and again read for both ultrasonic values. 2016, IRJET ISO 9001:2008 Certified Journal Page 147

4 Fig. 5. Flow chart : Follower S-Bot Robot When robot turns on it assumes itself to pointing towards north with heading degree of 0. At each corner it takes turn exactly to 90 degree. At each forward movement robot points towards one of the 4 directions. User need to select appropriate COM port of the PC and baud rate. Baud rate of 9600 is set at robot transmitter end and at base station receive end. Data received by bluetooth receiver appears at PC s COM port. Then using VISA driver it is read by LabVIEW. Robot sends co-ordinates in form of x0, y0, x1, y1, x2, y2, now using comma separator and build array function X-Y graph is plotted on LabVIEW front panel. 4. EXPERIMENTAL VALIDATION AND RESULTS This section presents the experimental results of the above algorithm which is implemented on mapping robot. Experiments were performed indoor on plane surface. The objective of these experiment was to test the algorithms on designed robot and to observe mapping accuracy. Fig 6 shows experimental result for open space type arena. Fig 6 (a) to (h) shows the snapshots of robot navigation for different events. Robot follow wall and it successfully navigate to interior of environment. Screen of PC/Laptop show output map created with co-ordinates of robot on LabVIEW graph. Hence we get representation of environment created by mapping robot. Experiment show expected results. Vale of sensors data can be observed on serial monitor of Arduino, from where compass value and ultrasonic sensor distance parameters can be used for debugging process. Fig. 6. Experimental Result: Navigation for arena 5. CONCLUSION AND FUTURE WORK We presented hardware design of mapping robot using Arduino UNO controller board and other sensors and actuators. Obstacle avoidance with wall following algorithm is successfully implemented on robot for navigation. Robot successfully sends its co-ordinates to base station and mapping of unknown area is observed from experiment. The designed robot uses a metric, world-centric approach for mapping algorithm. All experiments show expected results. Future work would include multiple trajectory mapping robots can be used with inter-robot communication. Also large area mapping with use of on board camera and GPS can be developed in future. ACKNOWLEDGEMENT We the authors of this paper would like to greatfully acknowledge with thank CH.Lavanya for explaining the changes made in the specifications we are grateful for many insightful comments about our specifications that helped us improve our paper. For constant encouragement and support for enabling us to submit this paper & to the management of Gandhiji Institute of Science and Technology, Jaggayyapet, Andhra Pradesh, India to have provided the 2016, IRJET ISO 9001:2008 Certified Journal Page 148

5 laboratory facilities for development and execution of this project. REFERENCES [1] [1] Dhiraj Arun Patil, Manish Y. Upadhye, F. S. Kazi, N. M. Singh, Multi [2] Robot Communication And Target Tracking System With Controller [3] Design And Implementation Of SWARM Robot Using Arduino, IEEE [4] International Conference on Industrial Instrumentation and Control [5] (ICIC), Pune, India. May 28-30, [6] [2] Emaad Mohamed H. Zahugi, Ahmed M. Shabani and Dr. T. V. Prasad, [7] Libot: design of a low cost mobile robot for outdoor swarm robotics, [8] IEEE International Conference on Cyber Technology in Automation, [9] Control and Intelligent Systems, May 27-31, [10] [3] Saxena Ankita, Satsangi C.S., Saxena Abhinav, Collective [11] collaboration for optimal path formation and goal hunting through [12] swarm robot, IEEE 5th International Conference on Confluence The [13] Next Generation Information Technology Summit, 2014, Pp [14] [4] Churavy C., Baker M., Mehta S., Pradhan I., Scheidegger N., Shanfelt [15] S., Rarick R., Simon D., Effective implementation of a mapping [16] swarm of robots, Potentials, IEEE, vol.27, no.4, pp.28,33, July-Aug , IRJET ISO 9001:2008 Certified Journal Page 149

Intelligent Tactical Robotics

Intelligent Tactical Robotics Intelligent Tactical Robotics Samana Jafri 1,Abbas Zair Naqvi 2, Manish Singh 3, Akhilesh Thorat 4 1 Dept. Of Electronics and telecommunication, M.H. Saboo Siddik College Of Engineering, Mumbai University

More information

Solar Powered Obstacle Avoiding Robot

Solar Powered Obstacle Avoiding Robot Solar Powered Obstacle Avoiding Robot S.S. Subashka Ramesh 1, Tarun Keshri 2, Sakshi Singh 3, Aastha Sharma 4 1 Asst. professor, SRM University, Chennai, Tamil Nadu, India. 2, 3, 4 B.Tech Student, SRM

More information

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module IJSTE - International Journal of Science Technology & Engineering Volume 4 Issue 11 May 2018 ISSN (online): 2349-784X Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM

More information

Wheeled Mobile Robot Obstacle Avoidance Using Compass and Ultrasonic

Wheeled Mobile Robot Obstacle Avoidance Using Compass and Ultrasonic Universal Journal of Control and Automation 6(1): 13-18, 2018 DOI: 10.13189/ujca.2018.060102 http://www.hrpub.org Wheeled Mobile Robot Obstacle Avoidance Using Compass and Ultrasonic Yousef Moh. Abueejela

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

Object Detection for Collision Avoidance in ITS

Object Detection for Collision Avoidance in ITS Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2016, 3(5): 29-35 Research Article ISSN: 2394-658X Object Detection for Collision Avoidance in ITS Rupojyoti Kar

More information

Robot Navigation System with RFID and Ultrasonic Sensors A.Seshanka Venkatesh 1, K.Vamsi Krishna 2, N.K.R.Swamy 3, P.Simhachalam 4

Robot Navigation System with RFID and Ultrasonic Sensors A.Seshanka Venkatesh 1, K.Vamsi Krishna 2, N.K.R.Swamy 3, P.Simhachalam 4 Robot Navigation System with RFID and Ultrasonic Sensors A.Seshanka Venkatesh 1, K.Vamsi Krishna 2, N.K.R.Swamy 3, P.Simhachalam 4 B.Tech., Student, Dept. Of EEE, Pragati Engineering College,Surampalem,

More information

Performance Analysis of Ultrasonic Mapping Device and Radar

Performance Analysis of Ultrasonic Mapping Device and Radar Volume 118 No. 17 2018, 987-997 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Performance Analysis of Ultrasonic Mapping Device and Radar Abhishek

More information

II. LITERATURE REVIEW

II. LITERATURE REVIEW International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 6 Issue 9 September 2017 PP. 41-45 Bionic Arm * Nayim Ali Khan 1, Nagesh K 2, Rahul R 3 BE

More information

BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION

BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION Mr.Vasudevan, Ms.Aarthi.C, Ms.Arunthathi.M, Ms.Durgakalaimathi.L.T, Ms.Evangelin Darvia.P 1Professor, Dept. of ECE, Panimalar Engineering

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

Autonomous Following RObot Initial Design Review

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

More information

Implementation of a Self-Driven Robot for Remote Surveillance

Implementation of a Self-Driven Robot for Remote Surveillance International Journal of Research Studies in Science, Engineering and Technology Volume 2, Issue 11, November 2015, PP 35-39 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) Implementation of a Self-Driven

More information

Autonomous Following RObot Critical Design Review

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

More information

INTELLIGENT SELF-PARKING CHAIR

INTELLIGENT SELF-PARKING CHAIR INTELLIGENT SELF-PARKING CHAIR Siddharth Gauda 1, Ashish Panchal 2, Yograj Kadam 3, Prof. Ruchika Singh 4 1, 2, 3 Students, Electronics & Telecommunication, G.S. Moze College of Engineering, Balewadi,

More information

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects NCCT Promise for the Best Projects IEEE PROJECTS in various Domains Latest Projects, 2009-2010 ADVANCED ROBOTICS SOLUTIONS EMBEDDED SYSTEM PROJECTS Microcontrollers VLSI DSP Matlab Robotics ADVANCED ROBOTICS

More information

3D ULTRASONIC STICK FOR BLIND

3D ULTRASONIC STICK FOR BLIND 3D ULTRASONIC STICK FOR BLIND Osama Bader AL-Barrm Department of Electronics and Computer Engineering Caledonian College of Engineering, Muscat, Sultanate of Oman Email: Osama09232@cceoman.net Abstract.

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

Autonomous Obstacle Avoiding and Path Following Rover

Autonomous Obstacle Avoiding and Path Following Rover Volume 114 No. 9 2017, 271-281 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu Autonomous Obstacle Avoiding and Path Following Rover ijpam.eu Sandeep Polina

More information

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged ADVANCED ROBOTICS SOLUTIONS * Intelli Mobile Robot for Multi Specialty Operations * Advanced Robotic Pick and Place Arm and Hand System * Automatic Color Sensing Robot using PC * AI Based Image Capturing

More information

ECE 477 Digital Systems Senior Design Project Rev 8/09. Homework 5: Theory of Operation and Hardware Design Narrative

ECE 477 Digital Systems Senior Design Project Rev 8/09. Homework 5: Theory of Operation and Hardware Design Narrative ECE 477 Digital Systems Senior Design Project Rev 8/09 Homework 5: Theory of Operation and Hardware Design Narrative Team Code Name: _ATV Group No. 3 Team Member Completing This Homework: Sebastian Hening

More information

Zig-Bee Robotic Panzer

Zig-Bee Robotic Panzer International Journal for Modern Trends in Science and Technology Volume: 03, Special Issue No: 02, March 2017 ISSN: 2455-3778 http://www.ijmtst.com Zig-Bee Robotic Panzer P.Bose Babu 1 V.Madhu Babu 2

More information

VOICE CONTROLLED ROBOT WITH REAL TIME BARRIER DETECTION AND AVERTING

VOICE CONTROLLED ROBOT WITH REAL TIME BARRIER DETECTION AND AVERTING VOICE CONTROLLED ROBOT WITH REAL TIME BARRIER DETECTION AND AVERTING P.NARENDRA ILAYA PALLAVAN 1, S.HARISH 2, C.DHACHINAMOORTHI 3 1Assistant Professor, EIE Department, Bannari Amman Institute of Technology,

More information

BOREWELL RESCUE ROBOT

BOREWELL RESCUE ROBOT BOREWELL RESCUE ROBOT SIMI SIMON, MINNA JOSE, MARIYA JESSY GOGY, VISMAYA K D, SWATHI MUKUNDAN Simi Simon, Btech Student, ECE, Mets School Of Engineering, Mala, Kerala, India Minna Jose, Btech Student,

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

AUTOMATIC RESISTOR COLOUR CODING DETECTION & ALLOCATION

AUTOMATIC RESISTOR COLOUR CODING DETECTION & ALLOCATION AUTOMATIC RESISTOR COLOUR CODING DETECTION & ALLOCATION Abin Thomas 1, Arun Babu 2, Prof. Raji A 3 Electronics Engineering, College of Engineering Adoor (India) ABSTRACT In this modern world, the use of

More information

WifiBotics. An Arduino Based Robotics Workshop

WifiBotics. An Arduino Based Robotics Workshop WifiBotics An Arduino Based Robotics Workshop WifiBotics is the workshop designed by RoboKart group pioneers in this field way back in 2014 and copied by many competitors. This workshop is based on the

More information

LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES

LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES 1 Guntha Karthik, 2 Prof.Singam Jayanthu, 3 Bhushan N Patil, and 4 R.Prashanth

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

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology Volume 118 No. 20 2018, 4337-4342 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology M. V. Sai Srinivas, K. Yeswanth,

More information

INTELLIGENT LANDING TECHNIQUE USING ULTRASONIC SENSOR FOR MAV APPLICATIONS

INTELLIGENT LANDING TECHNIQUE USING ULTRASONIC SENSOR FOR MAV APPLICATIONS Volume 114 No. 12 2017, 429-436 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu INTELLIGENT LANDING TECHNIQUE USING ULTRASONIC SENSOR FOR MAV APPLICATIONS

More information

Android Phone Based Assistant System for Handicapped/Disabled/Aged People

Android Phone Based Assistant System for Handicapped/Disabled/Aged People IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 10 March 2017 ISSN (online): 2349-6010 Android Phone Based Assistant System for Handicapped/Disabled/Aged People

More information

Vehicle Speed Detection and Collision Avoider RADAR (VSDCAR)

Vehicle Speed Detection and Collision Avoider RADAR (VSDCAR) Vehicle Speed Detection and Collision Avoider RADAR (VSDCAR) P. Pydi Sai Charan 1, Ambati Nikhil 2, Itla Sneha Mounika 3, V. Shyam Sandeep 4, Ganta Haswanth Kumar 5, Mahboob Baig 6, Prof. B. Sada Siva

More information

Voice Guided Military Robot for Defence Application

Voice Guided Military Robot for Defence Application IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 11 April 2016 ISSN (online): 2349-6010 Voice Guided Military Robot for Defence Application Palak N. Patel Minal

More information

POLITECNICO DI MILANO

POLITECNICO DI MILANO POLITECNICO DI MILANO Final Year Bachelor Project PIXYBOT Mentor: Prof.Andrea Bonarini Author: Rohit Prakash Contents 1. Introduction....................... 1 2. Components....................... 1 2.1

More information

DESIGN AND DEVELOPMENT OF RF BASED MODULAR ROBOTS WITH LOCAL AND GLOBAL COMMUNICATION

DESIGN AND DEVELOPMENT OF RF BASED MODULAR ROBOTS WITH LOCAL AND GLOBAL COMMUNICATION DESIGN AND DEVELOPMENT OF RF BASED MODULAR ROBOTS WITH LOCAL AND GLOBAL COMMUNICATION K. Jagadeesh Babu, B. Kiran Kumar, G.Vyshnavi Devi, K. Pramodh Kumar, and V. Rama Krishna Department of ECE, St.Ann

More information

II. MAIN BLOCKS OF ROBOT

II. MAIN BLOCKS OF ROBOT AVR Microcontroller Based Wireless Robot For Uneven Surface Prof. S.A.Mishra 1, Mr. S.V.Chinchole 2, Ms. S.R.Bhagat 3 1 Department of EXTC J.D.I.E.T Yavatmal, Maharashtra, India. 2 Final year EXTC J.D.I.E.T

More information

ISSN: [Singh* et al., 6(6): June, 2017] Impact Factor: 4.116

ISSN: [Singh* et al., 6(6): June, 2017] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY WORKING, OPERATION AND TYPES OF ARDUINO MICROCONTROLLER Bhupender Singh, Manisha Verma Assistant Professor, Electrical Department,

More information

A Model Based Approach for Human Recognition and Reception by Robot

A Model Based Approach for Human Recognition and Reception by Robot 16 MHz ARDUINO A Model Based Approach for Human Recognition and Reception by Robot Prof. R. Sunitha Department Of ECE, N.R.I Institute Of Technology, J.N.T University, Kakinada, India. V. Sai Krishna,

More information

International Journal of Multidisciplinary Research and Modern Education (IJMRME) ISSN (Online): (

International Journal of Multidisciplinary Research and Modern Education (IJMRME) ISSN (Online): ( INTELLIGENT COMMUNICATION BETWEEN MULTIPLE ROBOTS Sundar Ganesh C S* & Suriya Madhan P** * Assistant Professor, Department of Robotics and Automation Engineering, PSG College of Technology, Coimbatore,

More information

CR 33 SENSOR NETWORK INTEGRATION OF GPS

CR 33 SENSOR NETWORK INTEGRATION OF GPS CR 33 SENSOR NETWORK INTEGRATION OF GPS Presented by : Zay Yar Tun 3786 Ong Kong Huei 31891 Our Supervisor : Professor Chris Rizos Our Assessor : INTRODUCTION As the technology advances, different applications

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

Embedded Systems & Robotics (Winter Training Program) 6 Weeks/45 Days

Embedded Systems & Robotics (Winter Training Program) 6 Weeks/45 Days Embedded Systems & Robotics (Winter Training Program) 6 Weeks/45 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: W-53G, Sector-11, Noida-201301, U.P. Contact us: Email: stp@robospecies.com

More information

NAMASKAR ROBOT-WHICH PROVIDES SERVICE

NAMASKAR ROBOT-WHICH PROVIDES SERVICE Int. J. Elec&Electr.Eng&Telecoms. 2014 V Sai Krishna and R Sunitha, 2014 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 3, No. 1, January 2014 2014 IJEETC. All Rights Reserved NAMASKAR ROBOT-WHICH PROVIDES

More information

Undefined Obstacle Avoidance and Path Planning

Undefined Obstacle Avoidance and Path Planning Paper ID #6116 Undefined Obstacle Avoidance and Path Planning Prof. Akram Hossain, Purdue University, Calumet (Tech) Akram Hossain is a professor in the department of Engineering Technology and director

More information

SPY ROBOT CONTROLLING THROUGH ZIGBEE USING MATLAB

SPY ROBOT CONTROLLING THROUGH ZIGBEE USING MATLAB SPY ROBOT CONTROLLING THROUGH ZIGBEE USING MATLAB MD.SHABEENA BEGUM, P.KOTESWARA RAO Assistant Professor, SRKIT, Enikepadu, Vijayawada ABSTRACT In today s world, in almost all sectors, most of the work

More information

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

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

More information

Index Terms IR communication; MSP430; TFDU4101; Pre setter

Index Terms IR communication; MSP430; TFDU4101; Pre setter Design and Development of Contactless Communication Module for Pre setter of Underwater Vehicles J.Lavanyambhika, **D.Madhavi *Digital Systems and Signal Processing in Electronics and Communication Engineering,

More information

Gesture Controlled Car

Gesture Controlled Car Gesture Controlled Car Chirag Gupta Department of ECE ITM University Nitin Garg Department of ECE ITM University ABSTRACT Gesture Controlled Car is a robot which can be controlled by simple human gestures.

More information

AUTONOMOUS SLAM ROBOT MECHENG 706. Group 4: Peter Sefont Tom Simson Xiting Sun Yinan Xu Date: 5 June 2016

AUTONOMOUS SLAM ROBOT MECHENG 706. Group 4: Peter Sefont Tom Simson Xiting Sun Yinan Xu Date: 5 June 2016 2016 AUTONOMOUS SLAM ROBOT MECHENG 706 Group 4: Peter Sefont Tom Simson Xiting Sun Yinan Xu Date: 5 June 2016 Executive Summary The aim of this project is to design and develop an Autonomous Simultaneous

More information

Robotics & Embedded Systems (Summer Training Program) 4 Weeks/30 Days

Robotics & Embedded Systems (Summer Training Program) 4 Weeks/30 Days (Summer Training Program) 4 Weeks/30 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: D-66, First Floor, Sector- 07, Noida, UP Contact us: Email: stp@robospecies.com Website: www.robospecies.com

More information

A Solar-Powered Wireless Data Acquisition Network

A Solar-Powered Wireless Data Acquisition Network A Solar-Powered Wireless Data Acquisition Network E90: Senior Design Project Proposal Authors: Brian Park Simeon Realov Advisor: Prof. Erik Cheever Abstract We are proposing to design and implement a solar-powered

More information

A Novel Approach to Swarm Bot Architecture

A Novel Approach to Swarm Bot Architecture 2009 International Asia Conference on Informatics in Control, Automation and Robotics A Novel Approach to Swarm Bot Architecture Vinay Kumar Pilania 5 th Year Student, Dept. of Mining Engineering, vinayiitkgp2004@gmail.com

More information

Robotics Challenge. Team Members Tyler Quintana Tyler Gus Josh Cogdill Raul Davila John Augustine Kelty Tobin

Robotics Challenge. Team Members Tyler Quintana Tyler Gus Josh Cogdill Raul Davila John Augustine Kelty Tobin Robotics Challenge Team Members Tyler Quintana Tyler Gus Josh Cogdill Raul Davila John Augustine Kelty Tobin 1 Robotics Challenge: Team Multidisciplinary: Computer, Electrical, Mechanical Currently split

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

GROUP BEHAVIOR IN MOBILE AUTONOMOUS AGENTS. Bruce Turner Intelligent Machine Design Lab Summer 1999

GROUP BEHAVIOR IN MOBILE AUTONOMOUS AGENTS. Bruce Turner Intelligent Machine Design Lab Summer 1999 GROUP BEHAVIOR IN MOBILE AUTONOMOUS AGENTS Bruce Turner Intelligent Machine Design Lab Summer 1999 1 Introduction: In the natural world, some types of insects live in social communities that seem to be

More information

International Journal of Advance Engineering and Research Development. Zig Bee Based Human Sensing Robot using Embedded Systems

International Journal of Advance Engineering and Research Development. Zig Bee Based Human Sensing Robot using Embedded Systems Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 03, March -2018 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Zig Bee

More information

University of Florida Department of Electrical and Computer Engineering Intelligent Machine Design Laboratory EEL 4665 Spring 2013 LOSAT

University of Florida Department of Electrical and Computer Engineering Intelligent Machine Design Laboratory EEL 4665 Spring 2013 LOSAT University of Florida Department of Electrical and Computer Engineering Intelligent Machine Design Laboratory EEL 4665 Spring 2013 LOSAT Brandon J. Patton Instructors: Drs. Antonio Arroyo and Eric Schwartz

More information

Fuzzy Logic Control Design for Leader-Follower Method Using Zigbee Communication Module

Fuzzy Logic Control Design for Leader-Follower Method Using Zigbee Communication Module Sciences and Engineering Fuzzy Logic Control Design for Leader-Follower Method Using Zigbee Communication Module Lisa Anjani Arta, Suwandi, Ahmad Qurthobi, Abrar Ismardi * Department of Engineering Physics,

More information

A Simple Design of Clean Robot

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

More information

UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING

UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING Aaron R. Rababaah* 1, Ahmad A. Rabaa i 2 1 arababaah@auk.edu.kw 2 arabaai@auk.edu.kw Abstract Traditional

More information

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT F. TIECHE, C. FACCHINETTI and H. HUGLI Institute of Microtechnology, University of Neuchâtel, Rue de Tivoli 28, CH-2003

More information

I. INTRODUCTION MAIN BLOCKS OF ROBOT

I. INTRODUCTION MAIN BLOCKS OF ROBOT Stair-Climbing Robot for Rescue Applications Prof. Pragati.D.Pawar 1, Prof. Ragini.D.Patmase 2, Mr. Swapnil.A.Kondekar 3, Mr. Nikhil.D.Andhare 4 1,2 Department of EXTC, 3,4 Final year EXTC, J.D.I.E.T Yavatmal,Maharashtra,

More information

Mobile robots. The Simplified Electronics of a Mobile Robot. (Control, Communication, Motors and Drives) (without sensory system)

Mobile robots. The Simplified Electronics of a Mobile Robot. (Control, Communication, Motors and Drives) (without sensory system) Mobile robots The Simplified Electronics of a Mobile Robot (Control, Communication, Motors and Drives) (without sensory system) Components: Electrical Components of Mobile Robots: Control System: processors,

More information

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

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

More information

The Cricket Indoor Location System

The Cricket Indoor Location System The Cricket Indoor Location System Hari Balakrishnan Cricket Project MIT Computer Science and Artificial Intelligence Lab http://nms.csail.mit.edu/~hari http://cricket.csail.mit.edu Joint work with Bodhi

More information

Keyword: AVR Microcontroller, GSM, LCD, remote monitoring, Sensors, ZigBee.

Keyword: AVR Microcontroller, GSM, LCD, remote monitoring, Sensors, ZigBee. Volume 3, Issue 7, July 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Design & Implementation

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

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

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

University of Florida Department of Electrical and Computer Engineering EEL 5666 Intelligent Machines Design Laboratory GetMAD Final Report

University of Florida Department of Electrical and Computer Engineering EEL 5666 Intelligent Machines Design Laboratory GetMAD Final Report Date: 12/8/2009 Student Name: Sarfaraz Suleman TA s: Thomas Vermeer Mike Pridgen Instuctors: Dr. A. Antonio Arroyo Dr. Eric M. Schwartz University of Florida Department of Electrical and Computer Engineering

More information

ECE 511: MICROPROCESSORS

ECE 511: MICROPROCESSORS ECE 511: MICROPROCESSORS A project report on SNIFFING DOG Under the guidance of Prof. Jens Peter Kaps By, Preethi Santhanam (G00767634) Ranjit Mandavalli (G00819673) Shaswath Raghavan (G00776950) Swathi

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

Introduction: Components used:

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

More information

SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE

SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE ISSN: 0976-2876 (Print) ISSN: 2250-0138 (Online) SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE L. SAROJINI a1, I. ANBURAJ b, R. ARAVIND c, M. KARTHIKEYAN d AND K. GAYATHRI e a Assistant professor,

More information

[Bhoge* et al., 5.(6): June, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116

[Bhoge* et al., 5.(6): June, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY REVIEW ON GPS NAVIGATION SYSTEM FOR BLIND PEOPLE Vidya Bhoge *, S.Y.Chinchulikar * PG Student, E&TC Department, Shreeyash College

More information

PCB & Circuit Designing (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY

PCB & Circuit Designing (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY PCB & Circuit Designing (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: D-66, First Floor, Sector- 07, Noida, UP Contact us: Email: stp@robospecies.com

More information

LDOR: Laser Directed Object Retrieving Robot. Final Report

LDOR: Laser Directed Object Retrieving Robot. Final Report University of Florida Department of Electrical and Computer Engineering EEL 5666 Intelligent Machines Design Laboratory LDOR: Laser Directed Object Retrieving Robot Final Report 4/22/08 Mike Arms TA: Mike

More information

Designing an Embedded System for Autonomous Building Map Exploration Robot

Designing an Embedded System for Autonomous Building Map Exploration Robot Designing an Embedded System for Autonomous Building Map Exploration Robot V. Ramya Assist. Prof, Dept of CSE Annamalai University Annamalai Nagar T. Akilan Dept. of CSE Annamalai University Annamalai

More information

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS GPS System Design and Control Modeling Chua Shyan Jin, Ronald Assoc. Prof Gerard Leng Aeronautical Engineering Group, NUS Abstract A GPS system for the autonomous navigation and surveillance of an airship

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

DASL 120 Introduction to Microcontrollers

DASL 120 Introduction to Microcontrollers DASL 120 Introduction to Microcontrollers Lecture 2 Introduction to 8-bit Microcontrollers Introduction to 8-bit Microcontrollers Introduction to 8-bit Microcontrollers Introduction to Atmel Atmega328

More information

Auto-Fact Security System

Auto-Fact Security System IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Auto-Fact Security System Rasika Hedaoo Department of Electronics Engineering

More information

ARDUINO BASED DC MOTOR SPEED CONTROL

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

More information

Critical Design Review: M.A.D. Dog. Nicholas Maddy Timothy Dayley Kevin Liou

Critical Design Review: M.A.D. Dog. Nicholas Maddy Timothy Dayley Kevin Liou Critical Design Review: M.A.D. Dog Nicholas Maddy Timothy Dayley Kevin Liou Project Description M.A.D. Dog is an autonomous robot with the following functionalities: - Map and patrol an office environment.

More information

Experiment 4.B. Position Control. ECEN 2270 Electronics Design Laboratory 1

Experiment 4.B. Position Control. ECEN 2270 Electronics Design Laboratory 1 Experiment 4.B Position Control Electronics Design Laboratory 1 Procedures 4.B.1 4.B.2 4.B.3 4.B.4 Read Encoder with Arduino Position Control by Counting Encoder Pulses Demo Setup Extra Credit Electronics

More information

RF Based Pick and Place Robot

RF Based Pick and Place Robot IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 12, Issue 3, Ver. I (May.-Jun. 2017), PP 34-38 www.iosrjournals.org RF Based Pick and Place

More information

Pick and Place Robotic Arm Using Arduino

Pick and Place Robotic Arm Using Arduino Pick and Place Robotic Arm Using Arduino Harish K 1, Megha D 2, Shuklambari M 3, Amit K 4, Chaitanya K Jambotkar 5 1,2,3,4 5 th SEM Students in Department of Electrical and Electronics Engineering, KLE.I.T,

More information

Motion Control of a Three Active Wheeled Mobile Robot and Collision-Free Human Following Navigation in Outdoor Environment

Motion Control of a Three Active Wheeled Mobile Robot and Collision-Free Human Following Navigation in Outdoor Environment Proceedings of the International MultiConference of Engineers and Computer Scientists 2016 Vol I,, March 16-18, 2016, Hong Kong Motion Control of a Three Active Wheeled Mobile Robot and Collision-Free

More information

Arduino Based Robot for Pick and Place Application

Arduino Based Robot for Pick and Place Application Arduino Based Robot for Pick and Place Application Priya H. Pande Pallavi V. Saklecha Prof. Pragati D. Pawar Prof. Atul N. Shire Abstract Here, the project is designed to develop a system in which robot

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (  1 Biomimetic Based Interactive Master Slave Robots T.Anushalalitha 1, Anupa.N 2, Jahnavi.B 3, Keerthana.K 4, Shridevi.S.C 5 Dept. of Telecommunication, BMSCE Bangalore, India. Abstract The system involves

More information

AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1

AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1 AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1 Jorge Paiva Luís Tavares João Silva Sequeira Institute for Systems and Robotics Institute for Systems and Robotics Instituto Superior Técnico,

More information

CS594, Section 30682:

CS594, Section 30682: CS594, Section 30682: Distributed Intelligence in Autonomous Robotics Spring 2003 Tuesday/Thursday 11:10 12:25 http://www.cs.utk.edu/~parker/courses/cs594-spring03 Instructor: Dr. Lynne E. Parker ½ TA:

More information

Today s Menu. Near Infrared Sensors

Today s Menu. Near Infrared Sensors Today s Menu Near Infrared Sensors CdS Cells Programming Simple Behaviors 1 Near-Infrared Sensors Infrared (IR) Sensors > Near-infrared proximity sensors are called IRs for short. These devices are insensitive

More information

Industrial Automation Training Academy. Arduino, LabVIEW & PLC Training Programs Duration: 6 Months (180 ~ 240 Hours)

Industrial Automation Training Academy. Arduino, LabVIEW & PLC Training Programs Duration: 6 Months (180 ~ 240 Hours) nfi Industrial Automation Training Academy Presents Arduino, LabVIEW & PLC Training Programs Duration: 6 Months (180 ~ 240 Hours) For: Electronics & Communication Engineering Electrical Engineering Instrumentation

More information

Automated Mobility and Orientation System for Blind

Automated Mobility and Orientation System for Blind Automated Mobility and Orientation System for Blind Shradha Andhare 1, Amar Pise 2, Shubham Gopanpale 3 Hanmant Kamble 4 Dept. of E&TC Engineering, D.Y.P.I.E.T. College, Maharashtra, India. ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

ILR #1: Sensors and Motor Control Lab. Zihao (Theo) Zhang- Team A October 14, 2016 Teammates: Amit Agarwal, Harry Golash, Yihao Qian, Menghan Zhang

ILR #1: Sensors and Motor Control Lab. Zihao (Theo) Zhang- Team A October 14, 2016 Teammates: Amit Agarwal, Harry Golash, Yihao Qian, Menghan Zhang ILR #1: Sensors and Motor Control Lab Zihao (Theo) Zhang- Team A October 14, 2016 Teammates: Amit Agarwal, Harry Golash, Yihao Qian, Menghan Zhang Individual Progress For my team s sensors and motor control

More information

Robotics And Remotely Operated Vehicles. P. A. Kulkarni S. G. Karad

Robotics And Remotely Operated Vehicles. P. A. Kulkarni S. G. Karad Robotics And Remotely Operated Vehicles P. A. Kulkarni S. G. Karad MAE, Alandi, Pune, India. 412105. pakulkarni@mitpune.com, shivajikarad@mitpune.com Abstract - In this paper, we present controlling of

More information

Visual Tracking and Surveillance System

Visual Tracking and Surveillance System Visual Tracking and Surveillance System Neena Mani 1, Ammu Catherine Treesa 2, Anju Sivadas 3, Celus Sheena Francis 4, Neethu M.T. 5 Asst. Professor, Dept. of EEE, Mar Athanasius College of Engineering,

More information

Micro-Controller Based Obstacle Avoiding Autonomous Robot

Micro-Controller Based Obstacle Avoiding Autonomous Robot RESEARCH ARTICLE OPEN ACCESS Micro-Controller Based Obstacle Avoiding Autonomous Robot 1 Subhranil Som, 2 Arjun Shome 1,2 Department of Computer Application, JIS College of Engineering, Kalyani, WB, India

More information