The design and application of a robotic vacuum cleaner

Size: px
Start display at page:

Download "The design and application of a robotic vacuum cleaner"

Transcription

1 The design and application of a robotic vacuum cleaner 1 Min-Chie Chiu Department of Automatic Control Engineering Chungchou Institute of Technology, Lane, Sec. 3, Shanchiao Rd. Yuanlin, Changhua 503 Taiwan, R.O.C. Long-Jyi Yeh Y. C. Lin Department of Mechanical Engineering Tatung University Taiwan, R.O.C Abstract Robots are widely used in modern industrial manufacturing, in households, in entertainment, and in the security sector. To facilitate targeted functions, interactivity in conjunction with high quality sensors play essential roles. In this paper, an intelligent and interactive robotic vacuum cleaner is developed. By using a wireless transport protocol (0.11b), the user can monitor the robot s path and remotely manipulate its movements with a pc interface. Research has developed two kinds of functions an auto-vacuum-cleaning mode and a remote-manipulating mode. For the auto-vacuum-cleaning mode, two pathsearching algorithms are developed one is the right-side edge-searching and obstacleavoiding algorithm, the other is the S-type sweeping and obstacle-avoiding algorithm. Additionally, a system program for plotting the robot s path is developed. By calculating data submitted from a micro controller and an error compensator, the immediate path of a robot is shown on a pc monitor. Therefore, further path correction commands can be sent to the robot by the remote-manipulating mode in the main server pc. Consequently, a prototype robot has been manufactured and tested in the laboratory. Keywords and phrases : Edge-searching, infrared rays, robotic vacuum cleaner. minchie.chiu@msa.hinet.net Journal of Information & Optimization Sciences Vol. ( ), No., pp. 1 c Taru Publications

2 M. C. CHIU, L. J. YEH AND Y. C. LIN 1. Introduction Robots have been used all over the world. A role for a new generation of robots is eagerly awaited. In order to improve society in general, new types of robots are being introduced. As new trends in the modern world evolve, robots begin to make their presence felt. Robotic vacuum cleaners [1], ladder-climbing robots [], and robots for the blind [3], etc., have already been created. Currently, various robotic vacuum cleaners have been presented; however, they have focused on ground cleaning and lack an interactivity between the robot and the user. One such robot, roomba, created by irobot for ground cleaning, cleans by expanding the vacuuming area with a screw path, recodes the path coordinates, and then sweeps the non-cleaned area. Soon, though, the robots path is blocked and a new vacuuming area is required, hence an interactive user becomes crucial. In order to improve interactivity between robot and user, an intelligent robot in conjunction with a wireless internet has been developed. By using a wireless series transport model (0.11b), not only can the vacuuming function be performed automatically, but the path can also be recorded and shown on the monitoring system; additionally, by manipulating the moving command, the robot can efficiently clean up the entire area. To reach our proposed goal, the selection of an appropriate high sensitivity sensor is essential. Versatile sensors such as a camera catch device (CCD) [, 5] used for path-guiding in an unknown environment have been addressed. Moreover, a moveable ultrasonic detector [] used in avoiding obstacles is also discussed. Thus, a robotic vacuum cleaner equipped with an ultrasonic sensor and a wireless network is proposed.. System design.1 Structure of the system As indicated in Figure 1, two components in the system are recognized. one is the robot carrier and the other is the interface between the robot and the user. The heart of the robot is a micro controller (Microchip PIC1F5) used for receiving a signal from a red ray instrument and controlling DC motor through a DB300 driver (3MEN) and an angular feedback module. In addition, the data can be transmitted by a wireless series transport module and monitoring computer system. The system s

3 DESIGN ROBOTIC VACUUM CLEANER 3 electric power is provided by sets of Pb-made batteries (1V 5Ah, YUASA) and one set of transformers. A pc-interface that is used to calculate and monitor data transmitted from a micro-controller can make maps and submit commands. Figure 1 System structure. Structure of robot 1 As indicated in Figure, the robot is 00 mm in diameter and 00 mm in height and weighs kg. Several components two sets of 1- voltage Pb-type batteries, two sets of DC motors and its drivers, one set of omni-rollers, one set of electric boards, and six sets of red radio sensor and aluminum boards are included. 1 Figure Photo of the intelligent robot

4 M. C. CHIU, L. J. YEH AND Y. C. LIN..1 Design of the robot s base plate As indicated in Figure 3, the whole base plate is a circle. It has the advantage of uniform loading onto the rollers with a constant velocity. A mechanism designed for collecting the dust is created by a -degree collector and vacuum hole. Figure 3 The design drawing of the robot s base plate Electric circuit of the micro-controller As indicated in Table 1, PIC1F5, a micro-controller, has a working frequency of 0MHz. Two kinds of reset functions (power-on reset and brown-out reset), including a counter for power-up delay, a counter for oscil-power-up delay, and a dog-guard counter, are built in. The related memory with respect to the program, the data, and the EEPROM have 3000, 153, and 5 bytes. The program s memory is the Flash ROM, which can be written repeatedly. Its related module includes an 1 interrupter, a counter, a CCP modulus (capture, compare, and pulse width modulation), an AD (analog to digital) translator with ten bits and eight channels, and a 3 I/O-point. Additionally, it communicates with an USART and MSSP in a series port module as well as bits in a parallel port module.

5 DESIGN ROBOTIC VACUUM CLEANER 5 Table 1 Specification of PIC1F5 Features PIC1F5 Operating frequency DC-0MHz Program memory (Bytes) 3K Program memory (Instructions) 13 Data memory (Bytes) 153 Data EEPROM memory (Bytes) 5 Interrupt sources 1 I/O Ports Ports A, B, C, D, E Timers Capture/Compare/PWM Modules Serial communications MSSP addressable USART Parallel communications PSP -bit Analog-to-Digital module input channels RESETS (and Delays) POR, BOR, RESET instruction, Stack full, Stack underflow (PWRT, OST) Programmable low voltage detect Yes Programmable Brown-out reset Yes As indicated in Figures and 5, an AD inverter with six channels (RA0 RA3, RA5 and RE0), two PWN(RC1, RC) outputs, two counters with pulse input (RA, RC0), a motor s start and stop, a clockwise/ counterclockwise rotation(rd0 RD3), and a RS3 connector for receiving and submitting purposes (RC, RC7) are included in the controller s circuit. Figure Photo of micro-controller

6 M. C. CHIU, L. J. YEH AND Y. C. LIN..3 Power resource Figure 5 The controller s circuit As indicated in Figure, a DC motor (Japan servo-dmes50g5a) with 1V 9. W. rpm and a torque of 0.9 N.m is used. In conjunction with the driver (3MEN-DB300) shown in Figure 7, the electronic brake with clockwise/counterclockwise and PWM speed control is used. In order to avoid the vibration effect during running, a spring shown in Figure is added to the motors. Figure Photo of DC motor

7 DESIGN ROBOTIC VACUUM CLEANER 7 Figure 7 A view of the DC motor s driver Figure Vibration isolator.. Angle feedback module As shown in Figure 9, the angular feedback module has been established by a photo interrupter and a 71 Schmitt trigger inverter. A high and low signal will feedback to adjust the speed and position of the motor while the photo splitter disk is running. A 0 pulse per cycle for the photosplitter disk is read. Resolution reaches degrees per pulse. 1 Figure 9 Angle feedback module

8 M. C. CHIU, L. J. YEH AND Y. C. LIN As shown in Figures and 11, the 71 inverter is used to depress circuit noise. Figure Photo of the photo interrupter Figure 11 Circuit diagram of the photo interrupter..5 Infrared-ray-distance-detector The appropriate selection of a distance detector regarded as the robot s vision is an important issue. In our studies, the infrared-raydistance-detector (SHARP GPD1) shown in Figure 1 is used.

9 DESIGN ROBOTIC VACUUM CLEANER 9 Figure 1 Photo of GPD1 The electric circuit diagram of GPD1 is depicted in Figure Figure 13 Electric circuit diagram of GPD1 In addition, the translation of analogue voltage to distance for GPD1 is shown in Figure 1. As indicated in Figure 1, the available detecting distance is cm 0cm. The output is an analogue voltage. The characteristics of the infrared-ray-distance-detector include the following: (1) Compact size. () Only 5 volts is required. (3) Influence with respect to color reflection of the obstacle is low. () During precision detecting, there will be interference by outside infrared rays.

10 M. C. CHIU, L. J. YEH AND Y. C. LIN Figure 1 The translation of analogue voltage to distance for GPD1.. Two kinds of MOXA s NPort W150 wireless transport modules shown in Figure 15 are considered. Figure 15 A NPort W150 One is the infrastructure which can connect to the host by a wireless mode AP (access point). The other is the Ad-hoc mode shown in Figure 1. The latter having a higher speed, is connected with two W150s and is used here. By using IEEE0.11b transport protocol, the longest distance

11 DESIGN ROBOTIC VACUUM CLEANER 11 reached is 0 meters. Accordingly, the RS3 is composed of a one start bit, data bits, one end bit, and a baud rate of 900 bps. At the beginning of the data record, one character will be added to ensure correctness during data transmission; however, an error can occur. Therefore, the error will be detected by the software. 1 1 Figure 1 An ad-hoc mode..7 Interface between user and the robot This project is programmed by VISUAL BASIC (Version.0). By using the pc interface, not only can the motion module be selected, but the path of the robot and related information can also be observed on the monitor as shown in Figure 17. Moreover, the robot can be manipulated by the command submitted to the PC. The maximal allowable range of x and y is m m, where 15 twips represent one pixel. 1 Figure 17 Interface of the PC

12 1 M. C. CHIU, L. J. YEH AND Y. C. LIN 3. Path control and sketch and record for an automatic sweeping robot 3.1 Theoretical kinetic derivation The diameter of the robot s wheel is 3 inches. The total pulse in a photo splitter disk is 0. As shown in Figure 1, the distance between the wheels is 3 mm. The angle per pulse is small enough to be treated as an isosceles triangle. Using an anti-triangular function, the angle θ can then be obtained as follows: 3 5. π = mm = 0 mm (perimeter) L = 0 0 = mm/pulse, where L is the moving distance per pulse θ = sin 1 (/3) = 0.7, where θ is the angle per pulse 1 Figure 1 Viewpoint of each pulse 3. Right-side obstacle-avoiding during edge-searching 1 1 In an unknown environment, efficient edge-searching, obstacleavoiding and vacuuming during the robotic operation is an essential issue. A path-searching diagram is presented and shown in Figure Edge-searching principle 1 0 When the robot is moving along a wall as shown in Figure 0, a fixed distance of R between the wall and the infrared rays is set. At that moment, the speed of the left wheel is 50% and the speed of the right wheel is (50 + (R R) 1.) %. By using the speed ratio of 1., edge-searching can be determined. 3. Obstacle-avoiding in front of the robot Two kinds of obstacle-avoiding modules are used. If the obstacle at the front of the robot, at RF or LF, is within cm as shown in Figure 1 and is detected, the robot will turn left 90 degrees and detect the distance R.

13 DESIGN ROBOTIC VACUUM CLEANER 13 Figure 19 Flow diagram of right-side obstacle avoiding Figure 0 Moving along the wall

14 1 M. C. CHIU, L. J. YEH AND Y. C. LIN Figure 1 Obstacle in front of the robot Figure Obstacle in front of the robot (case 1) If R is greater than 0 cm, the robot will move forward 0 cm and turn right as shown in Figure ; otherwise, the robot will keep edge-searching as shown in Figure 3. Figure 3 Obstacle in front of the robot (case )

15 DESIGN ROBOTIC VACUUM CLEANER Right side without obstacle During the side-searching process, if the distance R at right-side sensor is greater than 0 cm, the right-side obstacle-avoiding module will start up, move forward for 30 cm, turn right 90 degrees, move forward for 0 cm, and keep edge-searching as shown in Figure. 1 Figure Without an obstacle at the right side 3. Keeping aliment between carrier and wall By using the data difference between the two sensors, the small angle control for the right-side motor can be operated till the deviation is less than. In that case, the aliment between the carrier and wall as shown in Figure 5 is assumed to be reached. 1 Figure 5 Carrier Aligned with a Wall

16 1 M. C. CHIU, L. J. YEH AND Y. C. LIN 3.7 S-type vacuuming and obstacle avoidance The S-type vacuuming module in conjunction with obstacle avoiding is used during the robot s running process. When an obstacle is met, the x coordinates will be recorded and continue to move in a S-type pattern. The path-searching diagram is shown in Figure. Additionally, the path layout is shown in Figure 7. Figure Diagram of S-type vacuuming path

17 DESIGN ROBOTIC VACUUM CLEANER 17 Figure 7 S-type vacuuming path. Experiment.1 Experiment of automatic vacuuming for a robot In the experimental process, the obstacles are located at both the right side and the middle region. As indicated in Figure, the robot started the ground vacuuming work along a S-type path. (Contd. Figure )

18 1 M. C. CHIU, L. J. YEH AND Y. C. LIN (Contd. Figure )

19 DESIGN ROBOTIC VACUUM CLEANER 19 (Contd. Figure )

20 0 M. C. CHIU, L. J. YEH AND Y. C. LIN Figure Photos of the vacuuming process of the automatic robot along a S-type path (S1 to S). Path recording for a vacuuming robot In our experiment, the PC server is meters away from the robot. By using the wireless transmission between the user and the robot, not only can the location of robot be calculated, but a command can also be sent to the robot. The path of the robot is therefore recorded and plotted in the PC server. As indicated in Figure 9, the robot s path is plotted during the vacuuming process. (Contd. Figure 9)

21 DESIGN ROBOTIC VACUUM CLEANER 1 (Contd. Figure 9)

22 M. C. CHIU, L. J. YEH AND Y. C. LIN (Contd. Figure 9)

23 DESIGN ROBOTIC VACUUM CLEANER 3 Figure 9 Photos of the path record for a ground vacuuming robot 5. Results and discussions By using the wireless transmission module in a series port (0.11b), the user can monitor the robot s path and remotely manipulate the movements of the robot with a pc interface. In order to move forward in an unknown environment during the robot s operation, signals submitted from three kinds of infrared-raydistance-detectors at the right, the left, and the front sides are essential. By calculating the data with a PIC1F5 micro controller, two DC motors can be controlled during edge-searching, obstacle-avoiding, and pathsearching. For the auto-vacuuming mode, two kinds of algorithms in path-searching are developed in this paper one is the right-side edgesearching and obstacle-avoiding, the other is the S-type vacuuming and obstacle-avoiding. A prototype robot has been manufactured and tested. In addition, the system program for plotting the robot s path has been developed. By calculating data submitted from a micro controller and an error compensator, the immediate path of a running robot is shown on a pc monitor.. Conclusion In this paper, an interactive robot has been presented. The preliminary goals of our research (a vacuuming function, plotting and monitoring a path, and manipulation and control from a pc server) have been achieved. Some aspects of our research which can be improved for an interactive robot are proposed below:

24 M. C. CHIU, L. J. YEH AND Y. C. LIN (1) If there is an infrared light already in the environment, the infraredray-distance-detector can be interfered with and errors might occur. To deal with this problem, an image guiding system in the robot is suggested. () A rotating angle calculated by the angle feedback system is used in this research. To increase its accuracy, an electrical compass with a feedback system is recommended. As suggested in the first item (image guiding system), although the robot is sometimes not in the vacuuming mode, the image guiding system can be used as a monitoring system which will provide a security function. References [1] J. W. Lee, S. U. Choi, C. H. Lee, Y. J. Lee and K. S. Lee, A study for AGV steering control and identification using vision system, Industrial Electronics, Vol. 3 (001), pp. 1-1; pp [] M. D. Mohsen and M. M. Majid, Stair Climber Smart Mobile Robot (MSRox), Tarbiat Modares, University of Iran, Iran Autonomous Robots, Vol. 0 (00), pp [3] H. Mori, S. Kotani and N. Kiyohiro, A robotic travel aid HITOMI, Proceedings of the IEEE/RJS/GI, International Conference on Intelligent Robot and Systems, Vol. 13 (1999), pp [] Y. X. Chen, Design and Implementation of Car-Like Mobile Robot with Intelligent Parking Capability, Department of Electrical Engineering, NCKU, ROC, 00. [5] Y. Ando and S. Yuta, Following a wall by an autonomous mobile robot with a sonar-ring, IEEE International Conference on Robotics and Automation, Vol. (1995), pp [] A. Louchene and N. E. Bouguechal, Indoor mobile robot local path planner with trajectory tracking, Journal of Intelligent and Robotic Systems, Vol. 37 (003), pp Received December, 007; Revised April, 00

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

EE 314 Spring 2003 Microprocessor Systems

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

More information

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

PIC Functionality. General I/O Dedicated Interrupt Change State Interrupt Input Capture Output Compare PWM ADC RS232

PIC Functionality. General I/O Dedicated Interrupt Change State Interrupt Input Capture Output Compare PWM ADC RS232 PIC Functionality General I/O Dedicated Interrupt Change State Interrupt Input Capture Output Compare PWM ADC RS232 General I/O Logic Output light LEDs Trigger solenoids Transfer data Logic Input Monitor

More information

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM Faris Shahin, Lina Dajani, Belal Sababha King Abdullah II Faculty of Engineeing, Princess Sumaya University for Technology, Amman 11941, Jordan

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

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

* 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

Design of Tracked Robot with Remote Control for Surveillance

Design of Tracked Robot with Remote Control for Surveillance Proceedings of the 2014 International Conference on Advanced Mechatronic Systems, Kumamoto, Japan, August 10-12, 2014 Design of Tracked Robot with Remote Control for Surveillance Widodo Budiharto School

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

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

Speed Control of Single Phase Induction Motor Using Infrared Receiver Module

Speed Control of Single Phase Induction Motor Using Infrared Receiver Module Speed Control of Single Phase Induction Motor Using Infrared Receiver Module Souvik Kumar Dolui 1, Dr.Soumitra Kumar Mandal 2 M.Tech Student, Dept. of Electrical Engineering, NITTTR, Kolkata, Salt Lake

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

For Experimenters and Educators

For Experimenters and Educators For Experimenters and Educators ARobot (pronounced "A robot") is a computer controlled mobile robot designed for Experimenters and Educators. Ages 14 and up (younger with help) can enjoy unlimited experimentation

More information

High-speed and High-precision Motion Controller

High-speed and High-precision Motion Controller High-speed and High-precision Motion Controller - KSMC - Definition High-Speed Axes move fast Execute the controller ( position/velocity loop, current loop ) at high frequency High-Precision High positioning

More information

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

MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO 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,

More information

Estimation of Absolute Positioning of mobile robot using U-SAT

Estimation of Absolute Positioning of mobile robot using U-SAT Estimation of Absolute Positioning of mobile robot using U-SAT Su Yong Kim 1, SooHong Park 2 1 Graduate student, Department of Mechanical Engineering, Pusan National University, KumJung Ku, Pusan 609-735,

More information

An Embedded Approach for Motor Control Boards Design in Mobile Robotics Applications

An Embedded Approach for Motor Control Boards Design in Mobile Robotics Applications An Embedded Approach for Motor Control Boards Design in Mobile Robotics Applications CLAUDIA MASSACCI, ANDREA USAI, PAOLO DI GIAMBERARDINO Department of Computer and System Sciences Antonio Ruberti University

More information

AN ARDUINO CONTROLLED CHAOTIC PENDULUM FOR A REMOTE PHYSICS LABORATORY

AN ARDUINO CONTROLLED CHAOTIC PENDULUM FOR A REMOTE PHYSICS LABORATORY AN ARDUINO CONTROLLED CHAOTIC PENDULUM FOR A REMOTE PHYSICS LABORATORY J. C. Álvarez, J. Lamas, A. J. López, A. Ramil Universidade da Coruña (SPAIN) carlos.alvarez@udc.es, jlamas@udc.es, ana.xesus.lopez@udc.es,

More information

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

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

More information

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

The quadrature signals and the index pulse are accessed through five inch square pins located on 0.1 inch centers.

The quadrature signals and the index pulse are accessed through five inch square pins located on 0.1 inch centers. Quick Assembly Two and Three Channel Optical Encoders Technical Data HEDM-550x/560x HEDS-550x/554x HEDS-560x/564x Features Two Channel Quadrature Output with Optional Index Pulse Quick and Easy Assembly

More information

Path Planning for Mobile Robots Based on Hybrid Architecture Platform

Path Planning for Mobile Robots Based on Hybrid Architecture Platform Path Planning for Mobile Robots Based on Hybrid Architecture Platform Ting Zhou, Xiaoping Fan & Shengyue Yang Laboratory of Networked Systems, Central South University, Changsha 410075, China Zhihua Qu

More information

Luxurious Transporting System

Luxurious Transporting System Luxurious Transporting System R. Venkatesh rentalavenkatesh@gmail.com Abstract In today s world the accident prone countries are more. Among those countries INDIA ranks first. There are three accidents

More information

CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER

CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER 65 CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER 4.1 INTRODUCTION Many control strategies are available for the control of IMs. The Direct Torque Control (DTC) is one of the most

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

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

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

MURDOCH RESEARCH REPOSITORY

MURDOCH RESEARCH REPOSITORY MURDOCH RESEARCH REPOSITORY http://dx.doi.org/10.1109/imtc.1994.352072 Fung, C.C., Eren, H. and Nakazato, Y. (1994) Position sensing of mobile robots for team operations. In: Proceedings of the 1994 IEEE

More information

LINE MAZE SOLVING ROBOT

LINE MAZE SOLVING ROBOT LINE MAZE SOLVING ROBOT EEE 456 REPORT OF INTRODUCTION TO ROBOTICS PORJECT PROJECT OWNER: HAKAN UÇAROĞLU 2000502055 INSTRUCTOR: AHMET ÖZKURT 1 CONTENTS I- Abstract II- Sensor Circuit III- Compare Circuit

More information

Design of intelligent vehicle control system based on machine visual

Design of intelligent vehicle control system based on machine visual Advances in Engineering Research (AER), volume 117 2nd Annual International Conference on Electronics, Electrical Engineering and Information Science (EEEIS 2016) Design of intelligent vehicle control

More information

Nebraska 4-H Robotics and GPS/GIS and SPIRIT Robotics Projects

Nebraska 4-H Robotics and GPS/GIS and SPIRIT Robotics Projects Name: Club or School: Robots Knowledge Survey (Pre) Multiple Choice: For each of the following questions, circle the letter of the answer that best answers the question. 1. A robot must be in order to

More information

Implement a Robot for the Trinity College Fire Fighting Robot Competition.

Implement a Robot for the Trinity College Fire Fighting Robot Competition. Alan Kilian Fall 2011 Implement a Robot for the Trinity College Fire Fighting Robot Competition. Page 1 Introduction: The successful completion of an individualized degree in Mechatronics requires an understanding

More information

Contents. Part list 2 Preparartion 4 izebot. izebot Collision detection via Switch. izebot Serial Communication. izebot Remote Control

Contents. Part list 2 Preparartion 4 izebot. izebot Collision detection via Switch. izebot Serial Communication. izebot Remote Control Contents Part list 2 Preparartion 4 izebot Activity #1 : Building izebot 9 Activity #2 : izebot motor driveing 11 Activity #3 : izebot Moving 13 izebot Collision detection via Switch Activity #4 : Installing

More information

Automobile Prototype Servo Control

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

More information

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK Team Members: Andrew Blanford Matthew Drummond Krishnaveni Das Dheeraj Reddy 1 Abstract: The goal of the project was to build an interactive and mobile

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

Mars Rover: System Block Diagram. November 19, By: Dan Dunn Colin Shea Eric Spiller. Advisors: Dr. Huggins Dr. Malinowski Mr.

Mars Rover: System Block Diagram. November 19, By: Dan Dunn Colin Shea Eric Spiller. Advisors: Dr. Huggins Dr. Malinowski Mr. Mars Rover: System Block Diagram November 19, 2002 By: Dan Dunn Colin Shea Eric Spiller Advisors: Dr. Huggins Dr. Malinowski Mr. Gutschlag System Block Diagram An overall system block diagram, shown in

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

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

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

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

More information

Cost efficient design Operates in full sunlight Low power consumption Wide field of view Small footprint Simple serial connectivity Long Range

Cost efficient design Operates in full sunlight Low power consumption Wide field of view Small footprint Simple serial connectivity Long Range Cost efficient design Operates in full sunlight Low power consumption Wide field of view Small footprint Simple serial connectivity Long Range sweep v1.0 CAUTION This device contains a component which

More information

Proposal for a Rapid Prototyping Environment for Algorithms Intended for Autonoumus Mobile Robot Control

Proposal for a Rapid Prototyping Environment for Algorithms Intended for Autonoumus Mobile Robot Control Mechanics and Mechanical Engineering Vol. 12, No. 1 (2008) 5 16 c Technical University of Lodz Proposal for a Rapid Prototyping Environment for Algorithms Intended for Autonoumus Mobile Robot Control Andrzej

More information

Lab Exercise 9: Stepper and Servo Motors

Lab Exercise 9: Stepper and Servo Motors ME 3200 Mechatronics Laboratory Lab Exercise 9: Stepper and Servo Motors Introduction In this laboratory exercise, you will explore some of the properties of stepper and servomotors. These actuators are

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

Simulation Of Radar With Ultrasonic Sensors

Simulation Of Radar With Ultrasonic Sensors Simulation Of Radar With Ultrasonic Sensors Mr.R.S.AGARWAL Associate Professor Dept. Of Electronics & Ms.V.THIRUMALA Btech Final Year Student Dept. Of Electronics & Mr.D.VINOD KUMAR B.Tech Final Year Student

More information

NetPage Network Wireless Paging System (POCSAG) NP-14 Series. Operation Manual CCW

NetPage Network Wireless Paging System (POCSAG) NP-14 Series. Operation Manual CCW NetPage Network Wireless Paging System (POCSAG) NP-14 Series Operation Manual CCW152241-002 1 INTRODUCTION The NP-14 Network wireless paging system is a fully-programmable, single-board, POCSAG encoder

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: April, 2016

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: April, 2016 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 28-30 April, 2016 ADAPTIVE TRAFFIC SIGNALLING SYSTEM Mayuri R. Jain 1,Ashvini V. Khairnar 2,

More information

Endurance R/C Wi-Fi Servo Controller 2 Instructions

Endurance R/C Wi-Fi Servo Controller 2 Instructions Endurance R/C Wi-Fi Servo Controller 2 Instructions The Endurance R/C Wi-Fi Servo Controller 2 allows you to control up to eight hobby servos, R/C relays, light controllers and more, across the internet

More information

Multi Frequency RFID Read Writer System

Multi Frequency RFID Read Writer System Multi Frequency RFID Read Writer System Uppala Sunitha 1, B Rama Murthy 2, P Thimmaiah 3, K Tanveer Alam 1 PhD Scholar, Department of Electronics, Sri Krishnadevaraya University, Anantapur, A.P, India

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

Remote Control Based Hybrid-Structure Robot Design for Home Security Applications

Remote Control Based Hybrid-Structure Robot Design for Home Security Applications Proceedings of the 2006 IEEE/RSJ International Conference on Intelligent Robots and Systems October 9-15, 2006, Beijing, China Remote Control Based Hybrid-Structure Robot Design for Home Security Applications

More information

The line driver option offers enhanced performance when the encoder is used in noisy environments, or when it is required to drive long distances.

The line driver option offers enhanced performance when the encoder is used in noisy environments, or when it is required to drive long distances. Large Diameter (56 mm), Housed Two and Three Channel Optical Encoders Technical Data HEDL-65xx HEDM-65xx HEDS-65xx Series Features: Two Channel Quadrature Output with Optional Index Pulse TTL Compatible

More information

MASTER SHIFU. STUDENT NAME: Vikramadityan. M ROBOT NAME: Master Shifu COURSE NAME: Intelligent Machine Design Lab

MASTER SHIFU. STUDENT NAME: Vikramadityan. M ROBOT NAME: Master Shifu COURSE NAME: Intelligent Machine Design Lab MASTER SHIFU STUDENT NAME: Vikramadityan. M ROBOT NAME: Master Shifu COURSE NAME: Intelligent Machine Design Lab COURSE NUMBER: EEL 5666C TA: Andy Gray, Nick Cox INSTRUCTORS: Dr. A. Antonio Arroyo, Dr.

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

Programming and Interfacing

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

More information

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

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

More information

SMARTALPHA RF TRANSCEIVER

SMARTALPHA RF TRANSCEIVER SMARTALPHA RF TRANSCEIVER Intelligent RF Modem Module RF Data Rates to 19200bps Up to 300 metres Range Programmable to 433, 868, or 915MHz Selectable Narrowband RF Channels Crystal Controlled RF Design

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

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

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

More information

MGL Avionics Autopilot. Servo. Specifications & Installation Manual. Last Update: 20 October Disclaimer:

MGL Avionics Autopilot. Servo. Specifications & Installation Manual. Last Update: 20 October Disclaimer: MGL Avionics Autopilot Servo Specifications & Installation Manual Last Update: 20 October 2010 Disclaimer: MGL Avionics should not be held responsible for errors or omissions in this document. Usage of

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

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

Integrated Servo Motor UCS57

Integrated Servo Motor UCS57 Integrated Servo Motor Introduction is a new generation of high performance digital integrated servo drive motor, which is a series of low voltage AC servo products integrated with AC servo motor and drive

More information

RPLIDAR A2. Introduction and Datasheet. Model: A2M3 A2M4 OPTMAG. Shanghai Slamtec.Co.,Ltd rev.1.0 Low Cost 360 Degree Laser Range Scanner

RPLIDAR A2. Introduction and Datasheet. Model: A2M3 A2M4 OPTMAG. Shanghai Slamtec.Co.,Ltd rev.1.0 Low Cost 360 Degree Laser Range Scanner RPLIDAR A2 2016-07-04 rev.1.0 Low Cost 360 Degree Laser Range Scanner Introduction and Datasheet Model: A2M3 A2M4 OPTMAG 4K www.slamtec.com Shanghai Slamtec.Co.,Ltd Contents CONTENTS... 1 INTRODUCTION...

More information

Data Sheet. AEDB-9340 Series 1250/2500 CPR Commutation Encoder Modules with Codewheel. Features. Description. Applications

Data Sheet. AEDB-9340 Series 1250/2500 CPR Commutation Encoder Modules with Codewheel. Features. Description. Applications AEDB-9340 Series 1250/2500 CPR Commutation Encoder Modules with Codewheel Data Sheet Description The AEDB-9340 optical encoder series are six-channel optical incremental encoder modules with codewheel.

More information

Data Sheet. AEDT-9340 Series High Temperature 115 C 1250/2500 CPR 6-Channel Commutation Encoder. Description. Features.

Data Sheet. AEDT-9340 Series High Temperature 115 C 1250/2500 CPR 6-Channel Commutation Encoder. Description. Features. AEDT-9340 Series High Temperature 115 C 1250/2500 CPR 6-Channel Commutation Encoder Data Sheet Description The AEDT-9340 optical encoder series are high temperature six channel optical incremental encoder

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

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

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

BLuAC5 Brushless Universal Servo Amplifier

BLuAC5 Brushless Universal Servo Amplifier BLuAC5 Brushless Universal Servo Amplifier Description The BLu Series servo drives provide compact, reliable solutions for a wide range of motion applications in a variety of industries. BLu Series drives

More information

Application of Infrared Communication Method to the Remote Control of Electric Aluminium Blind

Application of Infrared Communication Method to the Remote Control of Electric Aluminium Blind Application of Infrared Communication Method to the Remote Control of Electric Aluminium Blind Chieh-Tsung Chi Department of Electrical Engineering, Chienkuo Technology University No. 1, Chieh Shou N.

More information

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

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

More information

innovative technology to keep you a step ahead

innovative technology to keep you a step ahead Detect Bursty Ingress and Impulse Noise Interference to Voice Services with Extremely High Spectrum Acquisition Speed Manage Service Quality Efficiently with 24/7 Monitoring and Configurable SNMP Alarms

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

The wireless alternative to expensive cabling...

The wireless alternative to expensive cabling... The wireless alternative to expensive cabling... ELPRO 105U ISO 9001 Certified New Products... New Solutions The ELPRO 105 range of telemetry modules provide remote monitoring and control by radio or twisted-pair

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

SV2Dx Servo Drives SV200 Servo Drives for DC-Powered Applications

SV2Dx Servo Drives SV200 Servo Drives for DC-Powered Applications 24 to 60 VDC input 10 A cont., 20 A peak output current Compact size for multi-axis applications Ideal for OEMs Designed for use with J Series motors Wide range of control options 8 regular digital inputs,

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

Data Sheet. HEDL-65xx, HEDM-65xx, HEDS-65xx Series Large Diameter (56 mm), Housed Two and Three Channel Optical Encoders. Description.

Data Sheet. HEDL-65xx, HEDM-65xx, HEDS-65xx Series Large Diameter (56 mm), Housed Two and Three Channel Optical Encoders. Description. HEDL-65xx, HEDM-65xx, HEDS-65xx Series Large Diameter (56 mm), Housed Two and Three Channel Optical Encoders Data Sheet Description The HEDS-65xx/HEDL-65xx are high performance two and three channel optical

More information

Data Sheet. AEDS-9240 Series 360/720 CPR Commutation Encoder Module. Features. Description. Applications

Data Sheet. AEDS-9240 Series 360/720 CPR Commutation Encoder Module. Features. Description. Applications AEDS-9240 Series 360/720 CPR Commutation Encoder Module Data Sheet Description The AEDS-9240 optical encoder is a six channel optical incremental encoder module. When used with a codewheel, this encoder

More information

Data Sheet. AEDx-8xxx-xxx 2- or 3-Channel Incremental Encoder Kit with Codewheel. Description. Features. Assembly View. Housing.

Data Sheet. AEDx-8xxx-xxx 2- or 3-Channel Incremental Encoder Kit with Codewheel. Description. Features. Assembly View. Housing. AEDx-8xxx-xxx 2- or 3-Channel Incremental Encoder Kit with Codewheel Data Sheet Description The AEDx-8xxx comes in an option of two-channel or three-channel optical incremental encoder kit with codewheel

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

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

RPLIDAR A3. Introduction and Datasheet. Low Cost 360 Degree Laser Range Scanner. Model: A3M1. Shanghai Slamtec.Co.,Ltd rev.1.

RPLIDAR A3. Introduction and Datasheet. Low Cost 360 Degree Laser Range Scanner. Model: A3M1. Shanghai Slamtec.Co.,Ltd rev.1. www.slamtec.com RPLIDAR A3 2018-01-24 rev.1.0 Low Cost 360 Degree Laser Range Scanner Introduction and Datasheet Model: A3M1 OPTMAG 16K Shanghai Slamtec.Co.,Ltd Contents CONTENTS... 1 INTRODUCTION... 3

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

Serial Servo Controller

Serial Servo Controller Document : Datasheet Model # : ROB - 1185 Date : 16-Mar -07 Serial Servo Controller - USART/I 2 C with ADC Rhydo Technologies (P) Ltd. (An ISO 9001:2008 Certified R&D Company) Golden Plaza, Chitoor Road,

More information

Design Characteristics. FlexDrive II. Series

Design Characteristics. FlexDrive II. Series AC AC DC DC FlexDrive II Series Design Characteristics Brushless AC Servo Baldor s FlexDrive II series are designed to provide reliable and durable operation. Options are available to operate either resolver

More information

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

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

More information

Available online Journal of Scientific and Engineering Research, 2018, 5(4): Research Article

Available online   Journal of Scientific and Engineering Research, 2018, 5(4): Research Article Available online www.jsaer.com, 2018, 5(4):341-349 Research Article ISSN: 2394-2630 CODEN(USA): JSERBR Arduino Based door Automation System Using Ultrasonic Sensor and Servo Motor Orji EZ*, Oleka CV, Nduanya

More information

Double-track mobile robot for hazardous environment applications

Double-track mobile robot for hazardous environment applications Advanced Robotics, Vol. 17, No. 5, pp. 447 459 (2003) Ó VSP and Robotics Society of Japan 2003. Also available online - www.vsppub.com Short paper Double-track mobile robot for hazardous environment applications

More information

UNIT1. Keywords page 13-14

UNIT1. Keywords page 13-14 UNIT1 Keywords page 13-14 What is a Robot? A robot is a machine that can do the work of a human. Robots can be automatic, or they can be computer-controlled. Robots are a part of everyday life. Most robots

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

TMS320F241 DSP Boards for Power-electronics Applications

TMS320F241 DSP Boards for Power-electronics Applications TMS320F241 DSP Boards for Power-electronics Applications Kittiphan Techakittiroj, Narong Aphiratsakun, Wuttikorn Threevithayanon and Soemoe Nyun Faculty of Engineering, Assumption University Bangkok, Thailand

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

The wireless alternative to expensive cabling...

The wireless alternative to expensive cabling... The wireless alternative to expensive cabling... ELPRO 905U Wireless Solutions for Process Applications New Products... New Solutions The ELPRO 905U range of telemetry modules provide remote monitoring

More information

Cost efficient design Operates in full sunlight Low power consumption Wide field of view Small footprint Simple serial connectivity Long Range

Cost efficient design Operates in full sunlight Low power consumption Wide field of view Small footprint Simple serial connectivity Long Range Cost efficient design Operates in full sunlight Low power consumption Wide field of view Small footprint Simple serial connectivity Long Range sweep v1.0 CAUTION This device contains a component which

More information

Design and prototype of the Sucker vacuuming robot

Design and prototype of the Sucker vacuuming robot Design and prototype of the Sucker vacuuming robot Roberto Montane Intelligent Machine Design Lab (IMDL) April 22, 2003 Table of Contents 1 Abstract 2 2 Introduction 3 3 Integrated system 5 4 Mobile platform

More information

BLuAC5 Brushless Universal Servo Amplifier

BLuAC5 Brushless Universal Servo Amplifier BLuAC5 Brushless Universal Servo Amplifier Description The BLu Series servo drives provide compact, reliable solutions for a wide range of motion applications in a variety of industries. BLu Series drives

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