POSITION CONTROL OF VISUAL PROSTHETIC SYSTEM USING ARDUINO PROCESSOR

Size: px
Start display at page:

Download "POSITION CONTROL OF VISUAL PROSTHETIC SYSTEM USING ARDUINO PROCESSOR"

Transcription

1 International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 9, September 2018, pp , Article ID: IJMET_09_09_124 Available online at ISSN Print: and ISSN Online: IAEME Publication Scopus Indexed POSITION CONTROL OF VISUAL PROSTHETIC SYSTEM USING ARDUINO PROCESSOR Anis Kazi, Sourabh Arbune, N. Ruban and V. Bagyaveereswaran School of Electrical Engineering, VIT, Vellore, Tamil Nadu, India ABSTRACT Detection and recognition of the individual standing in front of a visually challenged person completely depends on the response given by the person standing. The independent person identification system will help the disabled people in large extent. The main objective of the proposed work is to control the position of visual prosthetic device and to detect the individual standing in front of the visually challenged person. Here, Arduino processor is used for position control of the prosthetic device. For face detection purpose, this proposed work uses HAAR algorithm which is written in C# language. The inputs for the different faces can be taken from the camera module which is fixed with a motor which will be driven with the help of the processor. The prosthetic device is designed in such a way that it can detect person talking in front of challenged person. In real time the device is capable of detecting individuals by comparing database given and effectively recognizes the identity of the individual. The main aim is to assist the challenged person to overcome the dependency, so that the individual can feel free to navigate in outside world. Keywords: HAAR Algorithm, Visual Prosthesis, Face Recognition, Position control. Cite this Article: Anis Kazi, Sourabh Arbune, N. Ruban and V. Bagyaveereswaran, Position Control of Visual Prosthetic System Using Arduino Processor, International Journal of Mechanical Engineering and Technology, 9(9), 2018, pp INTRODUCTION People with complete blindness or with low vision often have difficulty navigating outdoors or in crowded area which increases their dependency on others. They often bring their family or friends with them so that they can help them navigate freely in outside world. Nowadays, cities are growing with the speed of light with increasing number of vehicles, city transportation along with crowd. Visually challenged people finding it very difficult to adapt in such conditions and this also increases their dependency. To overcome this problem visual prosthetic device is developed. This paper studies the control of position of Visual Prosthetic Device by using Arduino Processor. Arduino Processor is given a pre-defined command which it acts accordingly. For this project the database is created in C# platform. Database contains various human facial editor@iaeme.com

2 Position Control of Visual Prosthetic System Using Arduino Processor pictures which is used to compare it with the captured images taken by the camera. Prototype consist of a camera for capturing images, a ultrasonic sensor for sensing the objects, a servo motor for rotation of camera and a MIC for sensing the voice. The device is mount on visually challenged person s body. As the device is compact and light weight it is convenient for the person to handle it. Figure 1 Visual Prosthetic System When the voice given by unknown person is sensed by mic, input will be given to the processor. Processor will command the servo motor to operate and rotate according to the direction of voice received. Ultrasonic Sensor which is mount on motor will simultaneously start sensing the objects or person. As the person is sensed by the ultrasonic sensor, the controller will command the camera to click pictures accordingly. This pictures clicked by the camera will create a new data base within it and starts comparing it with the default database given by the programmer. This proposed work uses HAAR algorithm for Face detection and Reorganization. HAAR algorithm divides the picture taken by camera and divides it into several parts and finds the human facial parameters like nose, mouth, eyes and declare it a human picture or not. This picture will compare these parameters with the default database parameters and display the particular name given for that picture. This proposed system will give a result through earphones or speakers to the visually challenged person. This will let the disable person know or recognize the unknown person. If the person s parameters do not fulfil the requirements needed, the processor will declare it as unknown person. This paper is organized as follows: firstly different parameters of all components related to hardware are discussed. Secondly face recognition software including HAAR algorithm is elaborated along with the portable device programming for Arduino. Finally the approach for controlling the visual prosthetic device with different outcomes is presented. 2. METHODOLOGY 2.1. Hardware Considering the technical view, various components have different ratings and specifications. Fig.1 shows all the components used in this work. An Arduino UNO development board [1] is used with 14 numbers of digital inputs and outputs, of which 6 can be used as PWM output. There are 6 analog inputs in microcontroller board along with 16MHz quartz crystal, USB connection, reset button, power jack and In Circuit Serial Programming header. The board comes with RAM size of 2048 bytes and program memory size of 31.5 kb [14]. Minimum operating voltage is 5 volts. The Arduino UNO was chosen because of its ease of operation, compact size ( ), light weight (28g), open source framework and low cost. A VGA camera module with interface auto exposure active for Arduino is used. It is having lens size of 1/6 inch and vision angle of 30 degree s [10] and [11]. It is chosen because of its editor@iaeme.com

3 Anis Kazi, Sourabh Arbune, N. Ruban and V. Bagyaveereswaran compatibility with hardware, driver availability and video streaming ability at pixel resolution. A servo motor is used with operating voltage of 4.8 to 6 volts dc and average speed of 60 degrees in 0.20 seconds (at 4.8 volts)[1]. It has a torque of 8.5 kg/cm at 4.8 volts. Camera module is installed on motor. For object detection purpose an ultrasonic sensor is used with a range of 2cm to 450cm with an angle less than 15 degrees [12] and [13]. Figure 2 Schematic of the proposed system Figure 3 Front view of Prosthetic Visual Device Fig.3, Fig.4 and Fig.5 show the visual prosthetic device along with the Microcontroller development board. It shows the camera mounted on servo motor which rotates in 180 degrees. A USB cable is available for integration of camera module and development desktop PC. The figures shown explain the hardware circuitry of the proposed methodology in detail. All the components and their position can be clearly observed from the hardware pictures shown in all the figures. The side view, front view and the top view is explained in the given figures. The microcontroller development board is connected to the development desktop PC through an USB cable. Once it is programmed the user can carry the device easily without any complications [2]. The future development in program can be done by just connecting the device and development desktop PC and it doesn t need any external aid editor@iaeme.com

4 Position Control of Visual Prosthetic System Using Arduino Processor Figure 4 Side view of Visual Prosthesis Device The microcontroller development board and servo motor along with camera module is connected with lead wires. Ultrasonic sensor is mounted on camera module. Figure 5 Top view of Visual Prosthetic Device 2.2. Face Recognition Software The operating system chosen for face detection was windows. It uses window visual studio software for compiling C# codes. The camera module is integrated with development desktop PC. The sampling program used was written in C# language which uses HAAR algorithm for face recognition [8] and [9]. The block diagram of HAAR algorithm used for face recognition is given in Fig. 6. The main emphasis was given to coding program into sequence of logical steps. After starting up the device, the camera would start searching for the person or object editor@iaeme.com

5 Anis Kazi, Sourabh Arbune, N. Ruban and V. Bagyaveereswaran Figure 6 Face Recognition using HAAR A predefined database was available on development desktop PC. After detecting the person sampling program will compare the image captured with the database. It uses HAAR algorithm for face recognition. For supporting HAAR Algorithm, it uses Open CV and emgu CV [7] and [10]. These both are libraries containing the codes that support HAAR Algorithm. Open CV is library containing programming functions particularly utilized for real time computer vision. Emgu CV is cross platform.net wrapper which is used for open CV processing library. C#, VC++, Python, etc. are compatible languages for.net which will be used by open CV [8] and [9]. The common features for the face detection and the procedure is given in Fig. 7(a) and (b). The algorithm for HAAR face recognition system is: After detecting the person it captures an image. It divides the image in four equal parts and again starts searching for human facial parameters. Once the parameters get detected, it compares it with database. If parameters matches then it will display the name otherwise it will display stranger. (a) (b) Figure 7 Common HAAR Features and summed area of Integral Images editor@iaeme.com

6 Position Control of Visual Prosthetic System Using Arduino Processor 3. PORTABLE DEVICE PROGRAMMING Arduino Programming can be developed in C#, Matlab, or C programming [5]. For this prototype C platform is used. When prototype starts operating, Ultrasonic Sensor which is mounted on motor will simultaneously start sensing the objects or person. Arduino coding is written in such a way that it will command the motor to rotate until the object or person gets detected [14]. Figure 8 Flowchart for face recognition The flowchart shown in Fig. 8 gives the brief explanation of the compilation steps of the portable device program. The process starts with real time image capturing followed by the comparing the captured images with given sets of preloaded images. If the captured image and preloaded images matches then it displays the name of the person whose image matched with the dataset using HAAR algorithm. If the image doesn t match with the dataset then it displays the person name as stranger. The displayed name is then converted into a voice signal and given to the speaker available in Development desktop PC. 4. RESULTS In development, a desktop based database is created from which the HAAR Algorithm [6] and [7] is taking references. In the database, facial parameters of different individuals are coded from which facial recognition program is able to recognize the individual. The actual output of the proposed system is given in Fig. 9. In this paper, prototype is using a camera which is streaming a video of 640*420 pixel density. It captures an image which is processed through HAAR Algorithm [4] and [7]. It detects the face on individual and compares it with database and gives the command accordingly. If the facial parameters of individual have not been added in database, the program will display the output as stranger after detecting his/her face. Low rating motor was suitable which can rotate the camera through 180 degrees [2]. It also makes the device light weight which leads to ease of handling of the device. Using higher rating motor will give more precise and faster response [3]. The motor is expected to rotate in particular direction which is either right or left until it detects an object or person. Following is the expected observation showing motor rotation in either direction with respect to time editor@iaeme.com

7 Anis Kazi, Sourabh Arbune, N. Ruban and V. Bagyaveereswaran Figure 9 Output of Face Recognition program Table 1 Expected outcome of angular rotation of servo motor with respect to time SR.NO Time in sec Angle towards right Angle towards in degrees left in degrees DISCUSSION AND CONCLUSION In this paper, authors tested the possibility by using commercial availability of Arduino along with camera module and servo motor compatibility with low cost, compact size and light weight. By using algorithms based on face recognition, a modified camera which implanted on motor and optimizing hardware using less power for its operation. It is possible to make a lightweight, flexible, portable device capable of capturing images from real time video streaming. Various techniques have been discovered in last few years for image processing. The authors have used HAAR algorithm in this proposed work. The advantage of using HAAR like feature is to reduce the calculation time. As it divides an image into parts it has faster response time. It uses open CV and emgu CV libraries which support Table 1: Expected outcome of angular rotation of servo motor with respect to time ts image processing algorithm. Open CV is library which supports HAAR algorithm. Emgu CV is cross platform.net wrapper which is used for open CV processing library. C#, VC++, Python, etc. are compatible languages for.net which is used by open CV. Different microcontroller development boards can be used instead of Arduino board like raspberry pi, ARM processor, etc. which will give different parameters. It will also vary the cost of overall system. With this rapid change in performance future devices will have better performance and higher resolution image acquisition. Arduino development board is inexpensive in comparison with other microcontroller boards like raspberry pi and ARM processor. Arduino software is also compatible with different operating systems like windows, Macintosh OSX and Linux. Programming environment for Arduino is easy for beginners as well as for high end users. Arduino software is an open source platform and can be extended by different C++ libraries. Servo motor was used because of its precise control of editor@iaeme.com

8 Position Control of Visual Prosthetic System Using Arduino Processor angular moments. It has close loop control with high torque, high speed and good efficiency [15]. REFERENCES [1] Fink, W., You, C. X., & Tarbell, M. A. (2010). Microcomputer-based artificial vision support system for real-time image processing for camera-driven visual prostheses. Journal of biomedical optics, 15(1), [2] Vishnu, V. S., Aneesa, K. A., Lal, A., & Nabi, A. (2016). Real Time DC Motor Speed Control Using PID in LabVIEW with Arduino. Imperial Journal of Interdisciplinary Research, 2(5). [3] Khan Masoom Raza, Mohd. Kamil, Pushpendra Kumar (2016). Speed Control of DC Motor by using PWM. International Journal of Advanced Research in Computer and Communication Engineering, 5(4), pp.no [4] N.Bagyalakshmi, R.Abinaya (2016). Speed and Direction Control of DC Motor Without using Microcontroller. International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering, 5(1), pp.no.1-5. [5] Prithviraj R. Shetti, Ashok G. Mangave (2014). DC Motor Speed Control with Feedback Monitor based on C# Application. International Journal of Research in Engineering and Technology, 3(3), pp.no [6] Vikhe, P., Punjabi, N., & Kadu, C. (2014). Real Time DC Motor Speed Control using PID Controller in LabVIEW. International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering, 3(9), [7] Bourbakis, N. (2008, November). Automatic Image-to-Text-to-Voice Conversion for Interactively Locating Objects in Home Environments. In Tools with Artificial Intelligence, ICTAI'08. 20th IEEE International Conference on (Vol. 2, pp ). IEEE. [8] Guo, H., Qin, R., Qiu, Y., Zhu, Y., & Tong, S. (2010). Configuration Based Processing of Phosphene Pattern Recognition for Simulated Prosthetic Vision. Artificial organs, 34(4), [9] Tsai, D., Morley, J. W., Suaning, G. J., & Lovell, N. H. (2009). A wearable real-time image processor for a vision prosthesis. Computer methods and programs in biomedicine, 95(3), [10] Schapire, R. E., & Singer, Y. (1999). Improved boosting algorithms using confidencerated predictions. Machine learning, 37(3), [11] Ma, S., & Bai, L. (2016, August). A face detection algorithm based on Adaboost and new Haar-Like feature. In Software Engineering and Service Science (ICSESS), th IEEE International Conference on (pp ). IEEE. [12] Olden, P., Robinson, K., Tanner, K., Wilson, R., & Basher, A. H. (2001). Open-loop motor speed control with LabVIEW. In SoutheastCon Proceedings. IEEE (pp ). IEEE. [13] Matteucci, P. B., Byrnes-Preston, P., Chen, S. C., Lovell, N. H., & Suaning, G. J. (2011, August). ARM-based visual processing system for prosthetic vision. In Engineering in Medicine and Biology Society, EMBC, 2011 Annual International Conference of the IEEE (pp ). IEEE. [14] Cristinacce, D., & Cootes, T. F. (2003, September). Facial feature detection using AdaBoost with shape constraints. In BMVC (pp. 1-10). [15] Menezes, P., Barreto, J. C., & Dias, J. (2004). Face tracking based on haar-like features and eigenfaces. IFAC Proceedings Volumes, 37(8), editor@iaeme.com

9 Anis Kazi, Sourabh Arbune, N. Ruban and V. Bagyaveereswaran [16] Archana H. Sable and Dr. Girish V. Chowdhary, A Two Phase Algorithm For Face Recognition In Frequency Domain, International Journal of Computer Engineering and Technology (IJCET), Volume 4, Issue 6, November - December (2013), pp [17] U.K. Jaliya and J.M. Rathod, A Survey On Human Face Recognition Invariant To Illumination, International Journal of Computer Engineering and Technology (IJCET), Volume 4, Issue 2, March April (2013), pp [18] Ram Ratan Ahirwal, Sagar Nachankar and Y. K. Jain, A Novel Method Of Average Filtering For Removing Noise And Face Recognition, International Journal of Computer Engineering and Technology (IJCET), Volume 5, Issue 8, August (2014), pp [19] Walaa M Abdel-Hafiez, Mohamed Heshmat, Moheb Girgis and Seham Elaw, A New Face Recognition Scheme For Faces With Expressions, Glasses And Rotation, International Journal of Computer Engineering and Technology (IJCET), Volume 5, Issue 4, April (2014), pp editor@iaeme.com

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

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

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

More information

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

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

ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION

ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION Journal of Young Scientist, Volume IV, 2016 ISSN 2344-1283; ISSN CD-ROM 2344-1291; ISSN Online 2344-1305; ISSN-L 2344 1283 ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION

More information

SPEED CONTROL OF DC MOTOR USING PWM TECHNIQUE

SPEED CONTROL OF DC MOTOR USING PWM TECHNIQUE SPEED CONTROL OF DC MOTOR USING PWM TECHNIQUE Shubham Naik 1 1 Electrical Engineering Abstract DC motors are widely used in industries where high speed torque requirement. Because of it characteristics

More information

Arduino based pulse width modulated output voltage control of a dc-dc boost converter using Proportional, Integral and Derivative control strategy

Arduino based pulse width modulated output voltage control of a dc-dc boost converter using Proportional, Integral and Derivative control strategy AENSI Journals Australian Journal of Basic and Applied Sciences Journal home page: www.ajbasweb.com Arduino based pulse width modulated output voltage control of a dc-dc boost converter using Proportional,

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

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

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

Automatic Locking Door Using Face Recognition

Automatic Locking Door Using Face Recognition Automatic Locking Door Using Face Recognition Electronics Department, Mumbai University SomaiyaAyurvihar Complex, Eastern Express Highway, Near Everard Nagar, Sion East, Mumbai, Maharashtra,India. ABSTRACT

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

FABO ACADEMY X ELECTRONIC DESIGN

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

More information

Controlling Humanoid Robot Using Head Movements

Controlling Humanoid Robot Using Head Movements Volume-5, Issue-2, April-2015 International Journal of Engineering and Management Research Page Number: 648-652 Controlling Humanoid Robot Using Head Movements S. Mounica 1, A. Naga bhavani 2, Namani.Niharika

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

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

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

More information

International Journal OF Engineering Sciences & Management Research

International Journal OF Engineering Sciences & Management Research EMBEDDED MICROCONTROLLER BASED REAL TIME SUPPORT FOR DISABLED PEOPLE USING GPS Ravi Sankar T *, Ashok Kumar K M.Tech, Dr.M.Narsing Yadav M.S.,Ph.D(U.S.A) * Department of Electronics and Computer Engineering,

More information

OPEN CV BASED AUTONOMOUS RC-CAR

OPEN CV BASED AUTONOMOUS RC-CAR OPEN CV BASED AUTONOMOUS RC-CAR B. Sabitha 1, K. Akila 2, S.Krishna Kumar 3, D.Mohan 4, P.Nisanth 5 1,2 Faculty, Department of Mechatronics Engineering, Kumaraguru College of Technology, Coimbatore, India

More information

Sri Shakthi Institute of Engg and Technology, Coimbatore, TN, India.

Sri Shakthi Institute of Engg and Technology, Coimbatore, TN, India. Intelligent Forms Processing System Tharani B 1, Ramalakshmi. R 2, Pavithra. S 3, Reka. V. S 4, Sivaranjani. J 5 1 Assistant Professor, 2,3,4,5 UG Students, Dept. of ECE Sri Shakthi Institute of Engg and

More information

Fabrication of the kinect remote-controlled cars and planning of the motion interaction courses

Fabrication of the kinect remote-controlled cars and planning of the motion interaction courses Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 174 ( 2015 ) 3102 3107 INTE 2014 Fabrication of the kinect remote-controlled cars and planning of the motion

More information

Marine Debris Cleaner Phase 1 Navigation

Marine Debris Cleaner Phase 1 Navigation Southeastern Louisiana University Marine Debris Cleaner Phase 1 Navigation Submitted as partial fulfillment for the senior design project By Ryan Fabre & Brock Dickinson ET 494 Advisor: Dr. Ahmad Fayed

More information

International Journal of Latest Engineering Research and Applications (IJLERA) ISSN: Smart Shoe

International Journal of Latest Engineering Research and Applications (IJLERA) ISSN: Smart Shoe Smart Shoe Vaishnavi Nayak, Sneha Prabhu, Sanket Madival, Vaishnavi Kulkarni, Vaishnavi. M. Kulkarni Department ofinstrumentation Technology, B V Bhoomaraddi College of Engineering and Technology, Hubli,

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

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

Home Assistant Robot

Home Assistant Robot Home Assistant Robot Parth Sharma, Lakshya Malhotra, Pranshul Agarwal, Amanpreet Kaur and Pankaj Rakheja Electrical,Electronics and Communication Engineering Department, The NorthCap University, Gurugram

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

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

MODEL BASED DESIGN OF PID CONTROLLER FOR BLDC MOTOR WITH IMPLEMENTATION OF EMBEDDED ARDUINO MEGA CONTROLLER

MODEL BASED DESIGN OF PID CONTROLLER FOR BLDC MOTOR WITH IMPLEMENTATION OF EMBEDDED ARDUINO MEGA CONTROLLER www.arpnjournals.com MODEL BASED DESIGN OF PID CONTROLLER FOR BLDC MOTOR WITH IMPLEMENTATION OF EMBEDDED ARDUINO MEGA CONTROLLER M.K.Hat 1, B.S.K.K. Ibrahim 1, T.A.T. Mohd 2 and M.K. Hassan 2 1 Department

More information

INTELLIGENT SEGREGATION SYSTEM

INTELLIGENT SEGREGATION SYSTEM 1, 2 3 INTELLIGENT SEGREGATION SYSTEM 1 Yogeshwar Vijay Chavan, Akash Kisan Adsul, Prof. Punam Chaudhari 3 Students, Electronics & Telecommunication, G. S. Moze College of Engineering, Balewadi,Pune, Maharashtra

More information

MOBILE ROBOT LOCALIZATION with POSITION CONTROL

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

More information

UNIT 4 VOCABULARY SKILLS WORK FUNCTIONS QUIZ. A detailed explanation about Arduino. What is Arduino? Listening

UNIT 4 VOCABULARY SKILLS WORK FUNCTIONS QUIZ. A detailed explanation about Arduino. What is Arduino? Listening UNIT 4 VOCABULARY SKILLS WORK FUNCTIONS QUIZ 4.1 Lead-in activity Find the missing letters Reading A detailed explanation about Arduino. What is Arduino? Listening To acquire a basic knowledge about Arduino

More information

Brushed DC Motor Microcontroller PWM Speed Control with Optical Encoder and H-Bridge

Brushed DC Motor Microcontroller PWM Speed Control with Optical Encoder and H-Bridge Brushed DC Motor Microcontroller PWM Speed Control with Optical Encoder and H-Bridge L298 Full H-Bridge HEF4071B OR Gate Brushed DC Motor with Optical Encoder & Load Inertia Flyback Diodes Arduino Microcontroller

More information

SMART READING SYSTEM FOR VISUALLY IMPAIRED PEOPLE

SMART READING SYSTEM FOR VISUALLY IMPAIRED PEOPLE SMART READING SYSTEM FOR VISUALLY IMPAIRED PEOPLE KA.Aslam [1],Tanmoykumarroy [2], Sridhar rajan [3], T.Vijayan [4], B.kalai Selvi [5] Abhinayathri [6] [1-2] Final year Student, Dept of Electronics and

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

Arduino STEAM Academy Arduino STEM Academy Art without Engineering is dreaming. Engineering without Art is calculating. - Steven K.

Arduino STEAM Academy Arduino STEM Academy Art without Engineering is dreaming. Engineering without Art is calculating. - Steven K. Arduino STEAM Academy Arduino STEM Academy Art without Engineering is dreaming. Engineering without Art is calculating. - Steven K. Roberts Page 1 See Appendix A, for Licensing Attribution information

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

Portable Facial Recognition Jukebox Using Fisherfaces (Frj)

Portable Facial Recognition Jukebox Using Fisherfaces (Frj) Portable Facial Recognition Jukebox Using Fisherfaces (Frj) Richard Mo Department of Electrical and Computer Engineering The University of Michigan - Dearborn Dearborn, USA Adnan Shaout Department of Electrical

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

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

Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers

Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers Chapter 4 Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers 4.1. Introduction Data acquisition and control boards, also known as DAC boards, are used in virtually

More information

Arduino Platform Capabilities in Multitasking. environment.

Arduino Platform Capabilities in Multitasking. environment. 7 th International Scientific Conference Technics and Informatics in Education Faculty of Technical Sciences, Čačak, Serbia, 25-27 th May 2018 Session 3: Engineering Education and Practice UDC: 004.42

More information

Smart Navigation System for Visually Impaired Person

Smart Navigation System for Visually Impaired Person Smart Navigation System for Visually Impaired Person Rupa N. Digole 1, Prof. S. M. Kulkarni 2 ME Student, Department of VLSI & Embedded, MITCOE, Pune, India 1 Assistant Professor, Department of E&TC, MITCOE,

More information

Challenging areas:- Hand gesture recognition is a growing very fast and it is I. INTRODUCTION

Challenging areas:- Hand gesture recognition is a growing very fast and it is I. INTRODUCTION Hand gesture recognition for vehicle control Bhagyashri B.Jakhade, Neha A. Kulkarni, Sadanand. Patil Abstract: - The rapid evolution in technology has made electronic gadgets inseparable part of our life.

More information

Speed Control of the DC Motor through Temperature Variations using Labview and Aurdino

Speed Control of the DC Motor through Temperature Variations using Labview and Aurdino Proc. of Int. Conf. on Current Trends in Eng., Science and Technology, ICCTEST Speed Control of the DC Motor through Temperature Variations using Labview and Aurdino Vineetha John Tharakan 1 and Jai Prakash

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

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

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

Digital Control of MS-150 Modular Position Servo System

Digital Control of MS-150 Modular Position Servo System IEEE NECEC Nov. 8, 2007 St. John's NL 1 Digital Control of MS-150 Modular Position Servo System Farid Arvani, Syeda N. Ferdaus, M. Tariq Iqbal Faculty of Engineering, Memorial University of Newfoundland

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

FLEXIBLE ROBOT USING AUTOMATED OBJECT SENSING AND SERVING WITH GRIPPER MECHANISM

FLEXIBLE ROBOT USING AUTOMATED OBJECT SENSING AND SERVING WITH GRIPPER MECHANISM FLEXIBLE ROBOT USING AUTOMATED OBJECT SENSING AND SERVING WITH GRIPPER MECHANISM G. Raja *(1) D.R.P. Rajarathnam (2) N. Keertha sanjai (3) M. Manikandan (3) G. Balamurugan (3) R.Ragul (3) (1) Assistant

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

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

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

More information

Voice 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

Smart Blind Help ABSTRACT I. INTRODUCTION II. LITERATURE SURVEY

Smart Blind Help ABSTRACT I. INTRODUCTION II. LITERATURE SURVEY International Journal of Scientific Research in Computer Science, Engineering and Information Technology Smart Blind Help 2018 IJSRCSEIT Volume 3 Issue 3 ISSN : 2456-3307 Rohan Parte, Omkar Ghenand, Akshay

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

SPEED CONTROL OF INDUCTION MOTOR WITHOUT SPEED SENSOR AT LOW SPEED OPERATIONS

SPEED CONTROL OF INDUCTION MOTOR WITHOUT SPEED SENSOR AT LOW SPEED OPERATIONS SPEED CONTROL OF INDUCTION MOTOR WITHOUT SPEED SENSOR AT LOW SPEED OPERATIONS Akshay Prasad Dubey and Saravana Kumar R. School of Electrical Engineering, VIT University, Vellore, Tamil Nadu, India E-Mail:

More information

Smart Phone Based Assistant System for Handicapped/Disable/Aged People

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

More information

A COMPARISON ANALYSIS OF PWM CIRCUIT WITH ARDUINO AND FPGA

A COMPARISON ANALYSIS OF PWM CIRCUIT WITH ARDUINO AND FPGA A COMPARISON ANALYSIS OF PWM CIRCUIT WITH ARDUINO AND FPGA A. Zemmouri 1, R. Elgouri 1, 2, Mohammed Alareqi 1, 3, H. Dahou 1, M. Benbrahim 1, 2 and L. Hlou 1 1 Laboratory of Electrical Engineering and

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

Gesture Based Smart Home Automation System Using Real Time Inputs

Gesture Based Smart Home Automation System Using Real Time Inputs International Journal of Latest Research in Engineering and Technology (IJLRET) ISSN: 2454-5031 www.ijlret.com ǁ PP. 108-112 Gesture Based Smart Home Automation System Using Real Time Inputs Chinmaya H

More information

Self-Choreographed Musical Fountain System Andrea Natasha Gonsalves 1, Claran Joel Martis 2, Nandini Maninarayana 3 1,2

Self-Choreographed Musical Fountain System Andrea Natasha Gonsalves 1, Claran Joel Martis 2, Nandini Maninarayana 3 1,2 Self-Choreographed Musical Fountain System Andrea Natasha Gonsalves 1, Claran Joel Martis 2, Nandini Maninarayana 3 1,2 B.E. Student, Department of Electronics and Communication Engineering, SJEC, Mangaluru

More information

INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) TWO WHEELED SELF BALANCING ROBOT FOR AUTONOMOUS NAVIGATION

INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) TWO WHEELED SELF BALANCING ROBOT FOR AUTONOMOUS NAVIGATION INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 6545(Print), ISSN 0976 6545(Print) ISSN 0976 6553(Online)

More information

A Do-and-See Approach for Learning Mechatronics Concepts

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

More information

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

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

More information

Implementing Physical Capabilities for an Existing Chatbot by Using a Repurposed Animatronic to Synchronize Motor Positioning with Speech

Implementing Physical Capabilities for an Existing Chatbot by Using a Repurposed Animatronic to Synchronize Motor Positioning with Speech Implementing Physical Capabilities for an Existing Chatbot by Using a Repurposed Animatronic to Synchronize Motor Positioning with Speech Alex Johnson, Tyler Roush, Mitchell Fulton, Anthony Reese Kent

More information

DTMF Controlled Robot

DTMF Controlled Robot DTMF Controlled Robot Devesh Waingankar 1, Aaditya Agarwal 2, Yash Murudkar 3, Himanshu Jain 4, Sonali Pakhmode 5 ¹Information Technology-University of Mumbai, India Abstract- Wireless-controlled robots

More information

PID Implementation on FPGA for Motion Control in DC Motor Using VHDL

PID Implementation on FPGA for Motion Control in DC Motor Using VHDL IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 6, Issue 3, Ver. II (May. -Jun. 2016), PP 116-121 e-issn: 2319 4200, p-issn No. : 2319 4197 www.iosrjournals.org PID Implementation on FPGA

More information

Implementation Of Vision-Based Landing Target Detection For VTOL UAV Using Raspberry Pi

Implementation Of Vision-Based Landing Target Detection For VTOL UAV Using Raspberry Pi Implementation Of Vision-Based Landing Target Detection For VTOL UAV Using Raspberry Pi Ei Ei Nyein, Hla Myo Tun, Zaw Min Naing, Win Khine Moe Abstract: This paper presents development and implementation

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

The software developed for DC motor speed control system provides the user interface to

The software developed for DC motor speed control system provides the user interface to 5.1 Introduction The software developed for DC motor speed control system provides the user interface to enter the set point, tune controller parameters by using the Matrix type keypad and display the

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

Prototype faster and create wirelessly connected interactive objects as easy as making websites

Prototype faster and create wirelessly connected interactive objects as easy as making websites PRESS RELEASE Prototype faster and create wirelessly connected interactive objects as easy as making websites FOR IMMEDIATE RELEASE September 14, 2014, Paris Contact: Sasa Klopanovic PR & Marketing sasa.klopanovic@we-io.net

More information

For this exercise, you will need a partner, an Arduino kit (in the plastic tub), and a laptop with the Arduino programming environment.

For this exercise, you will need a partner, an Arduino kit (in the plastic tub), and a laptop with the Arduino programming environment. Physics 222 Name: Exercise 6: Mr. Blinky This exercise is designed to help you wire a simple circuit based on the Arduino microprocessor, which is a particular brand of microprocessor that also includes

More information

Design and implementation of GSM based and PID assisted speed control of DC motor

Design and implementation of GSM based and PID assisted speed control of DC motor Design and implementation of GSM based and PID assisted speed control of DC motor Prithviraj Shetti 1, Shital S. Bhosale 2, Amrut Ubare 3 Lecturer, Dept. of ECE, Ashokrao Mane Polytechnic, Wathar, Kolhapur-416

More information

Development of An Experimental Setup for the Altitude Control of A Ball in A Pipe Şeyma AKYÜREK 1,a,GizemSezin ÖZDEN 1,b, Coşku KASNAKOĞLU 1,c

Development of An Experimental Setup for the Altitude Control of A Ball in A Pipe Şeyma AKYÜREK 1,a,GizemSezin ÖZDEN 1,b, Coşku KASNAKOĞLU 1,c Applied Mechanics and Materials Vols. 789-790 (2015) pp 1016-1020 (2015) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amm.789-790.1016 Development of An Experimental Setup for the

More information

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

Emotion Based Music Player

Emotion Based Music Player ISSN 2278 0211 (Online) Emotion Based Music Player Nikhil Zaware Tejas Rajgure Amey Bhadang D. D. Sapkal Professor, Department of Computer Engineering, Pune, India Abstract: Facial expression provides

More information

Eye Monitored Wheelchair System Using Raspberry Pi

Eye Monitored Wheelchair System Using Raspberry Pi ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology An ISO 3297: 2007 Certified Organization Volume 6, Special Issue 5,

More information

Development of Indian Coin based automatic shoe Polishing Machine using Raspberry pi with Open CV

Development of Indian Coin based automatic shoe Polishing Machine using Raspberry pi with Open CV Development of Indian Coin based automatic shoe Polishing Machine using Raspberry pi with Open CV D.Srihari 1, B.Ravi Kumar 2, K.Yuvaraj 3 Assistant Professor, Department of ECE, S V College of Engineering,

More information

RESEARCH AND DEVELOPMENT OF DSP-BASED FACE RECOGNITION SYSTEM FOR ROBOTIC REHABILITATION NURSING BEDS

RESEARCH AND DEVELOPMENT OF DSP-BASED FACE RECOGNITION SYSTEM FOR ROBOTIC REHABILITATION NURSING BEDS RESEARCH AND DEVELOPMENT OF DSP-BASED FACE RECOGNITION SYSTEM FOR ROBOTIC REHABILITATION NURSING BEDS Ming XING and Wushan CHENG College of Mechanical Engineering, Shanghai University of Engineering Science,

More information

Smart Garden Inc. Auto Watering System

Smart Garden Inc. Auto Watering System Smart Garden Inc. Auto Watering System Outline Team members Video Introduction Schedule Finance Overview of system Hardware design Firmware design Encloser design Web design Future plan Conclusion Team

More information

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

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

More information

SMART DATA ACQUISITION TECHNIQUE FOR LEVEL PROCESS USING LIFA

SMART DATA ACQUISITION TECHNIQUE FOR LEVEL PROCESS USING LIFA SMART DATA ACQUISITION TECHNIQUE FOR LEVEL PROCESS USING LIFA T. Sivaranjani, P. Malarvizhi and S. Manoharan Department of Electronics and Instrumentation Engineering, Karpagam College of Engineering,

More information

Megamark Arduino Library Documentation

Megamark Arduino Library Documentation Megamark Arduino Library Documentation The Choitek Megamark is an advanced full-size multipurpose mobile manipulator robotics platform for students, artists, educators and researchers alike. In our mission

More information

Gesture Recognition with Real World Environment using Kinect: A Review

Gesture Recognition with Real World Environment using Kinect: A Review Gesture Recognition with Real World Environment using Kinect: A Review Prakash S. Sawai 1, Prof. V. K. Shandilya 2 P.G. Student, Department of Computer Science & Engineering, Sipna COET, Amravati, Maharashtra,

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

RX23T inverter ref. kit

RX23T inverter ref. kit RX23T inverter ref. kit Deep Dive October 2015 YROTATE-IT-RX23T kit content Page 2 YROTATE-IT-RX23T kit: 3-ph. Brushless Motor Specs Page 3 Motors & driving methods supported Brushless DC Permanent Magnet

More information

ROBOTIC ARM FOR OBJECT SORTING BASED ON COLOR

ROBOTIC ARM FOR OBJECT SORTING BASED ON COLOR ROBOTIC ARM FOR OBJECT SORTING BASED ON COLOR ASRA ANJUM 1, Y. ARUNA SUHASINI DEVI 2 1 Asra Anjum, M.Tech Student, Dept Of ECE, CMR College Of Engg And Tech, Kandlakoya, Medchal, Telangana, India. 2 Y.

More information

Saturday Academy Program

Saturday Academy Program Lesson Plans High School Courses Donald L. McCoy K-to-College STEM Education Consultant thempitman@gmail.com Last Update: October 17, 2018 Virtual Reality Coding using PlayCanvas RobotC Coding Applications

More information

DC Motor Control using Fuzzy Logic Controller for Input to Five Bar Planar Mechanism

DC Motor Control using Fuzzy Logic Controller for Input to Five Bar Planar Mechanism DC Motor Control using Fuzzy Logic Controller for Input to Five Bar Planar Mechanism Aditi A. Abhyankar #1, S. M. Chaudhari *2 # Department of Electrical Engineering, AISSMS s Institute of Information

More information

Azaad Kumar Bahadur 1, Nishant Tripathi 2

Azaad Kumar Bahadur 1, Nishant Tripathi 2 e-issn 2455 1392 Volume 2 Issue 8, August 2016 pp. 29 35 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Design of Smart Voice Guiding and Location Indicator System for Visually Impaired

More information

Human Computer Interaction by Gesture Recognition

Human Computer Interaction by Gesture Recognition IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 3, Ver. V (May - Jun. 2014), PP 30-35 Human Computer Interaction by Gesture Recognition

More information

Designing of a Shooting System Using Ultrasonic Radar Sensor

Designing of a Shooting System Using Ultrasonic Radar Sensor 2017 Published in 5th International Symposium on Innovative Technologies in Engineering and Science 29-30 September 2017 (ISITES2017 Baku - Azerbaijan) Designing of a Shooting System Using Ultrasonic Radar

More information

A PID Controller for Real-Time DC Motor Speed Control using the C505C Microcontroller

A PID Controller for Real-Time DC Motor Speed Control using the C505C Microcontroller A PID Controller for Real-Time DC Motor Speed Control using the C505C Microcontroller Sukumar Kamalasadan Division of Engineering and Computer Technology University of West Florida, Pensacola, FL, 32513

More information

Feeder Protection From Over Load and Earth Fault Relay

Feeder Protection From Over Load and Earth Fault Relay Feeder Protection From Over Load and Earth Fault Relay Prof. Vaneela Pyla 1, Uma N. Bhimnath 2, Archana M. Bhosale 3, Apurva V. Khachane 4 Assistant Professor, Electrical Engineering Department, NBN Sinhgad

More information

Real-Time Face Detection and Tracking for High Resolution Smart Camera System

Real-Time Face Detection and Tracking for High Resolution Smart Camera System Digital Image Computing Techniques and Applications Real-Time Face Detection and Tracking for High Resolution Smart Camera System Y. M. Mustafah a,b, T. Shan a, A. W. Azman a,b, A. Bigdeli a, B. C. Lovell

More information

Efficient Construction of SIFT Multi-Scale Image Pyramids for Embedded Robot Vision

Efficient Construction of SIFT Multi-Scale Image Pyramids for Embedded Robot Vision Efficient Construction of SIFT Multi-Scale Image Pyramids for Embedded Robot Vision Peter Andreas Entschev and Hugo Vieira Neto Graduate School of Electrical Engineering and Applied Computer Science Federal

More information

FACULTY MENTOR Khoshabeh, Ramsin. PROJECT TITLE PiB: Learning Python

FACULTY MENTOR Khoshabeh, Ramsin. PROJECT TITLE PiB: Learning Python PiB: Learning Python hands-on development skills to engineering students. This PiB is a set of independent programs that strengthen the student s programming skills through Python, utilizing Python libraries

More information

Over Speed Vehicle Marking System Using Arduino UNO Controlled Air Cannon

Over Speed Vehicle Marking System Using Arduino UNO Controlled Air Cannon Over Speed Vehicle Marking System Using Arduino UNO Controlled Air Cannon Vasanth B, Sreenivasan S, Mathanesh V.R Sri Krishna College Of Engineering and Technology ABSTRACT: Though we have speed limit

More information

Arduino Control of Tetrix Prizm Robotics. Motors and Servos Introduction to Robotics and Engineering Marist School

Arduino Control of Tetrix Prizm Robotics. Motors and Servos Introduction to Robotics and Engineering Marist School Arduino Control of Tetrix Prizm Robotics Motors and Servos Introduction to Robotics and Engineering Marist School Motor or Servo? Motor Faster revolution but less Power Tetrix 12 Volt DC motors have a

More information