Keywords: DC Motor, Incremental Encoder, Pulse Width Modulation (PWM), Programmable Servant Robot.

Size: px
Start display at page:

Download "Keywords: DC Motor, Incremental Encoder, Pulse Width Modulation (PWM), Programmable Servant Robot."

Transcription

1 ISSN Vol.03,Issue.19 September-2014, Pages: Programmable Mobile Servant Robot PANN EI PHYU 1, NU NU WIN 2 1 PG Scholar, Dept of Mechanical Engineering, Mandalay Technological University, Mandalay, Myanmar, polestar23@gmail.com. 2 Assoc Prof, Dept of Mechanical Engineering, Mandalay Technological University, Mandalay, Myanmar, malnuwin@gmail.com. Abstract: Mobile robots are becoming a common sight nowadays. This paper expresses the design and simulation of a programmable mobile servant robot that can be built at a minimum cost. It has four wheels for movement. It is capable of moving forwards and backwards. It is able to serve food and drink to customers in the restaurant. Depends on the desire design of a mobile servant robot, it is used two DC motors for motion control. As the driving system of DC motors, L298 motor driver and microcontroller technology are used in the controller. For the design analysis of motor driving system, PIC16F887 is used and it was implemented by using Pulse Width Modulation (PWM) technique. The driving circuit for the robot is designed and it should be synchronized such that the locomotion of both wheels is executed simultaneously. The entire operation can be made closed loop with the help of feedback circuitry using incremental encoder. Keywords: DC Motor, Incremental Encoder, Pulse Width Modulation (PWM), Programmable Servant Robot. I. INTRODUCTION Servant robots are intelligent and helpful agents. They decrease the workload of human beings and directly improve human lifestyle. Currently, there are a lot of ways of serving to customers. For instance, waiter serving system (conventional), conveyor belt serving system (Japanese style), self-carrying system (fast food), pen-and-paper selfordering system, etc. These systems are made in order to get attraction from customers and to reduce the need of hiring Fig.1. Frame design of a mobile servant robot. more employees in their workplace. Moreover, they have been widely used in industries as they are multifunctional and can perform unpleasant, repetitive, boring or dangerous jobs that human workers do not want to do. Moreover, they are easy to switch from task to task, are of great help in mass production of good quality products in a short period of time, and can develop at the same rate as automation. The main idea of mobile servant robot is to deliver the food and drink from the main counter to the customer s table in a restaurant. This study is essential in order to increase the efficiency of food serving to customers. In other words, it decreases the waiting time during peak hours. II. OVERALL SYSTEM CONFIGURATION The focus of this paper is to operate the robot with the program which can predetermine or repair the path of tables by keypad. And, this is also focus to reduce labors charges by using the less expensive robot then the human workers. The robot can go the desired table as the path stored in external EEPROM or can also type the path for table from the keypad by the operator. This study is essential in order to increase the efficiency of food serving to customers. In other words, it decreases the waiting time during peak hours. Mobile servant robot has four wheels as shown in Fig.1. The diameter of each wheel is 4 inches. Front wheels are freewheel and back wheels are controllable wheels. Each wheel is driven with DC motors to move forwards and backwards. Each motor is controlled by L298 motor driver. It was also implemented by using pulse width modulation (PWM) technique. The weight of this robot is about 2.4lbs (1.09Kg). The dimension of this robot is represents in Table 1. TABLE I: Dimension of Mobile Servnet Robot 2014 SEMAR GROUPS TECHNICAL SOCIETY. All rights reserved.

2 III. CONTROL SYSTEM The function of mobile servant robot contains different working systems such as motion planning system, Pulse Width Modulation (PWM) technique and software development system. These systems can all communicate with others through intelligent automation robot system. The simple case includes PIC16F887microcontroller, three DC motors, LCD display, keypad, incremental encoder, external EEPROM, buzzer and limit switch. The user can use the keypad to perform the movement of mobile servant robot. Fig.2 represents block diagram of mobile servant robot. The L298 dual full bridge driver circuits are used in mobile servant robot to control DC motors to run forwards and backwards. It was also implemented by using Pulse Width Modulation (PWM) technique. It controls the motor speed by driving the motor with short pulses. These pulses vary in duration to change the speed of the motor. The longer the pulses, the faster the motor turns, and vice versa. LCD is used to display for all command and direction. PANN EI PHYU, NU NU WIN Fig.3. Pins configuration of PIC16F887. B. EEPROM EEPROM is user-modifiable read-only memory (ROM) that can be erased and reprogrammed written to repeatedly through the application of higher than normal electrical voltage generated externally or internally in the case of modern EEPROMs. In this paper, the external EEPROM is used to read and write the program for MSR. Circuit diagram of EEPROM 24C04 smart card is shown in Fig.4. EEPROM 24C04 chip is embedded in the contact smart card. It can store ID code and provide transmitting, storing and processing data with serial communication. Fig.2. Block diagram of mobile servant robot. IV. HARDWARE IMPLEMENTATION OF THE SYSTEM The Mobile Servant Robot system can be roughly divided as input, output, monitoring and processing sections. This system is composed of several parts and control routine. The main components of the system are: PIC microcontroller Input portion (EEPROM, Keypad, Limit Switch, Incremental encoder) Output portion (LCD displays, L298 motor driver) A. PICA6F887 Microcontroller For this system, PIC16F887-8 bit microcontroller is chosen because its program memory contains 8K words, which translates to 8192 instructions. Data memory (RAM) contains 368 bytes and EEPROM is 256 bytes. In PIC16F887, there are 40 pins and 36 I/O pins that are userconfigured on a pin-to-pin basis. There are five I/O ports such as port A, B, C, D and E. Both ports are bi-directional I/O ports. The high-level programming language, Basic-pro Universal micro software, is loaded to PIC 16F887. Pins configuration of PIC16F887 is shown in Fig.3. Fig.4. Circuit diagram of EEPROM 24C04. C. Keypad The keypad which is used in this paper is arranged as 4 rows by 3 columns matrix, will be interfaced to the PIC microcontroller. Rows are connected to four peripheral input/output pins configured as input pins whereas columns are connected to three I/O pins configured as output pins. The keypad acts as the mainly writer function that is used to input the table number and path for each table is shown in Fig.5. Fig.5. Keypad # *

3 D. Limit Switch Limit switch is used as the input signal for microcontroller. The robot arm moves up and down to drop the tray on the table from predetermine position is as shown in Fig.6. The robot will drop down the tray on the table when the limit switch which is mounted on the robot is pressed. Therefore, limit switch is used as the sensor to know the position of table to drop the tray. Programmable Mobile Servant Robot The pins of LCD (16x2) are connected with the PIC output pins. RS pin is the register select signal which is connected to the PIC output pin RD5. E pin is used to connect with RD4 from PIC output. D 4, D 5, D 6 and D 7 are the Data bus pins of LCD. They are used to connect with RD0, RD1, RD2 and RD3 from PIC output. G. L298 Motor Driver The L298 is an integrated monolithic circuit in a 15 lead Multi watt and PowerSO20 packages. It is a high voltage, high current dual full-bridge driver designed to accept standard TTL logic levels and drive inductive loads such as relays, solenoids, DC and stepping motors. Two enable inputs are provided to enable or disable the device independently of the input signals. In this thesis, two L298 motor drivers are used for mobile servant robot. One is used to drive the locomotion of wheels and the other one is used to move up and down position for lifter is shown in Fig.9. Fig.6. Limit switch. E. Incremental Encoder Incremental encoder is a device which is used to measure the speed and a position. Incremental encoders generate a series of pulses as they move. These pulses can be used to measure speed, of be fed to a counter to keep track of position. The general idea of this tool is to convert motion into a sequence of digital pulses. Later, counting these pulses we are able to estimate the relative or absolute position and the speed of the movement. In this paper, incremental encoder is used to feedback the revolution of motor. Fig.7 shows the incremental encoder. Fig.7. Incremental Encoder. F. LCD Display The LCD (16x2) Characters is used to display the table number, forward revolution and turn left or right which the operator typed. Pin diagram of LCD (16x2) is shown in Fig.8. Fig.8. Pin diagram of LCD (16x2). Fig.9. L298 motor driver. V. SYSTEM OPERATION The system is design and simulation of programmable mobile servant robot. The Proteus 8 professional software was used to simulate the circuit. Keypad is used to input all command. Using the information received form the keypad, the microcontroller will control the DC motors with L298 motor driver. The system consists of two processes: old path process for old workplace and new path process for new workplace. The operator can choose the process with the switch which is used as input pin of microcontroller. Old path process is used to type only the table number because the path of table for the workplace has been predetermined in the program. New path process is used to determine the table number with its new path [e.g. Fwd_1, Turn L/R or 0 (0 for the table which does not need to turn left or right like table 1) and Fwd_2] for the robot to go the customer s table. All data for workplace are stored in external EEPROM which can read and write for the program. The workplace of mobile servant robot is shown in Fig.10.

4 Counter Robot Table 2 Table 3 PANN EI PHYU, NU NU WIN Table 1 When the robot reaches the table that the operator desired, the service will start. The robot will drop down the lifter to put the tray on the customer s table until the limit switch which is mounted on the robot is pressed. The lifter will go to the up position after the tray is put on the table and will go to the operator as the path it came. Table 4 Table 5 Fig.10. Workplace of mobile servant robot. VI. SOFTWARE IMPLEMENTATION OF THE SYSTEM For software implementation, PIC Basic Pro has been implemented by using Microcode Studio Compiler software to program the 16F887 microcontroller. The flow chart of mobile servant robot is shown in Fig.11. Firstly, the program initializes the inputs, outputs and variables. When the power is supplied into the system, the operator needs to press the switch because the switch is the selection of process. If the operator wants to type only the table number, he needs to switch on to choose old path process because the program for the workplace has been stored in EEPROM. The path of table for workplace is got from EEPROM which is used to store program by the operator. If the operator wants to type the path of table for new workplace, he has to switch off to select the new path to input the new path for table. In new path process, the operator has to type the number of table and path for table [e.g. Fwd_1, Turn L/R or 0 (0 for the table which does not need to turn left or right like table 1) and Fwd_2] where he wants to go in his desired workplace. VII. SIMULATION TEST AND RESULT OF THE PROPOSE SYSTEM In old path process, the operator can input only the table number where he wants to go. The robot will go to the table as the number that the operator typed because the path of the table is predetermined in program. The revolution of the DC motor B1 will count with the help of incremental encoder c1. The encoder will sense the revolution of the motor to send the microcontroller and the counter will count down the revolution of the motor. Fig.12 shows the simulation of old program process and Fig.13 describes the revolution of DC motor with the feedback of incremental encoder. Fig.12. Simulation of old path process for mobile servant robot. Fig.11. Flow chart of mobile servant robot. Fig.13. Revolution of DC motor with the feedback of encoder.

5 Programmable Mobile Servant Robot In new path process, the operator has to command for the path of table (Fwd_1, Turn L/R of 0 and Fwd_2) where he wants to go. Fig.14 shows the input command for the path of table. Fig.14. Simulation for the input command of table in new path. As the command, the robot will go to the customer s table. The lifter of the robot will drop down the tray on the table until the limit switch is pressed. Then, the robot moves backward and the lifter will go to the original position. After servicing, the robot will come back to the operator as the path it came. The whole function and data are displayed on LCD screen. Fig.15 and 16 show the simulation of service. Fig.15. Simulation for lifter up. VIII. CONCLUSION This paper discussed about the programmable mobile servant robot actuated by two motors. This is implemented using PIC 16F887 microcontroller which was programmed using the basic pro language to control the robot. The robot was successfully built and tested as specified by the objective. Through the development of the project, many skills have been acquired. For future work, the mechanical structure can be improved by building it lifter with gripper to grab cup and plate. IX. ACKNOWLEDGEMENT At first, the author would like to express deepest gratitude to her beloved parents for their noble support, encouragement and their unique loving kindness to attain her destination without any trouble. The author would like to thank Dr. Nu Nu Win (Associate Professor), Department of Mechatronic Engineering, Mandalay Technological University for her kindly guidance and supervision over everything until the completion of this paper and sharing her precious time in editing the paper. X. REFERENCES [1] An autonomous four wheeled robot, Sangeet Thomas, EC Engineering Department, Parul Institute of Engineering & Technology, Vadodara, India. National Conference on Recent Trends in Engineering & Technology May [2] Design and Implementation of driving circuits for DC motor control using 8051, Ashmi, Department of Electrical Engineering, National Institute of Technology Calicut, Kerala, India, National Journal of Engineering Research & Technology (IJERT), ISSN: , Vol.2 Issue 6, June Fig.15. Simulation for lifter down

6 [3] Ti Bei Huang. An Rfid Based Serving Robot (Servingbot). Bachelor of Engineering (Electrical- Mechatronics), Faculty of Electrical Engineering, University Technology Malaysia. JULY [4] Wireless Control of an Automated Guided Vehicle, Proceeding of the International Multiconference of Engineering and Computer Scientists 2011 Vol 2, IMESC 2011, March , Hong Kong. [5] Analysis on Modeling and Simulink of DC Motor and its Driving System Used for Wheeled Mobile Robot, Wai Phyo Aung, World Academy of Science, Engineering and Technology, International Journal of Electrical, Electronic Science and Engineering Vol:1 No:8,2007. [6] Pulse Width Modulation for DC Motor Control Based on LM324, Dr.Jamal A Mohammed, Electromechanical Engineering Department, University of Technology, Baghdad, Eng. & Tech. Journal, Vol.31, Part (A), No.10, PANN EI PHYU, NU NU WIN

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

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

More information

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

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

More information

Keywords: PIC18F452 microcontroller, Stepper motor, Rotary encoder, Visual Basic. Net, MikroC Pro.

Keywords: PIC18F452 microcontroller, Stepper motor, Rotary encoder, Visual Basic. Net, MikroC Pro. www.semargroup.org, www.ijsetr.com ISSN - Vol.0,Issue.0 May-0, Pages:- PC Based Position Control for Robot Arm NGU WAH, KYAW THIHA Dept of Mechatronic Engineering, Mandalay Technological University, Mandalay,

More information

Adaptive Motion Control of FIREBIRD V Robot

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

More information

Industrial Appliances Control Using Android Mobile & Bluetooth Technology

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

More information

Alcohol Detection using Pic Microcontroller

Alcohol Detection using Pic Microcontroller IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 09 March 2017 ISSN (online): 2349-784X Alcohol Detection using Pic Microcontroller Thakare Bhagyashri S Department of Electronics

More information

SMART SERVER BOT USING ZIGBEE TRANSCIEVER

SMART SERVER BOT USING ZIGBEE TRANSCIEVER SMART SERVER BOT USING ZIGBEE TRANSCIEVER Mrs. P.Sivamani 1, B.Magitha 2, R.Muthu Selvi 2, M.Papitha 2 Assistant Professor, Dept. of ECE, Jansons Institute of Technology, Coimbatore 1. UG Scholar (B.E/

More information

Wireless Colour Sensing Arm Robot

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

More information

Keywords: Distributed Controlled System (DCS), Hardware, Visual Basic Software, Power Distribution.

Keywords: Distributed Controlled System (DCS), Hardware, Visual Basic Software, Power Distribution. www.semargroup.org, www.ijsetr.com ISSN 2319-8885 Vol.03,Issue.10 May-2014, Pages:2291-2295 Networking between Server and for DCS based Power Distribution using C#.Net Programming YIN YIN WINN 1, ZAW MIN

More information

Tampering Detection Of Energy Meter By Gsm Modem

Tampering Detection Of Energy Meter By Gsm Modem Tampering Detection Of Energy Meter By Gsm Modem Anshul Saini Department of Elect and Electronics Engg, M.S.University of Baroda, Vadodara 390001, Email: anshul4footprints@gmail.com Axat Soni Department

More information

Tongue driven speaking wheel chair with wireless device control

Tongue driven speaking wheel chair with wireless device control Tongue driven speaking wheel chair with wireless device control Tongue Drive system (TDS) is a tongue-operated unobtrusive wireless assistive technology, which can potentially provide people with severe

More information

HARDWARE OF SUPERVISORY CONTROL & DATA ACQUISITION SYSTEM

HARDWARE OF SUPERVISORY CONTROL & DATA ACQUISITION SYSTEM Chapter 3 HARDWARE OF SUPERVISORY CONTROL & DATA ACQUISITION SYSTEM Dr. H.K. VERMA Distinguished Professor Department of Electrical and Electronics Engineering School of Engineering and Technology SHARDA

More information

DTMF BASED INDUSTRIAL AUTOMATION

DTMF BASED INDUSTRIAL AUTOMATION DTMF BASED INDUSTRIAL AUTOMATION Shobhnendra Kumar 1, Shrishti Srivastava 2, Pallavi Gupta 3 1, 2 Students, Electrical Engineering Department, Greater Noida Institutes of Technology, Gr.Noida, (India)

More information

Microcontrollers. Principles and Applications. Ajit Pal +5 V 2K 8. 8 bit dip switch. P2 8 Reset switch Microcontroller AT89S52 100E +5 V. 2.

Microcontrollers. Principles and Applications. Ajit Pal +5 V 2K 8. 8 bit dip switch. P2 8 Reset switch Microcontroller AT89S52 100E +5 V. 2. Ajit Pal Microcontrollers Principles and Applications +5 V 2K 8 8 bit dip switch P2 8 Reset switch Microcontroller AT89S52 100E +5 V +5 V 2.2K 10 uf RST 7 Segment common anode LEDs P1(0-6) & P3(0-6) 7

More information

ISSN Vol.03,Issue.06, May-2014, Pages:

ISSN Vol.03,Issue.06, May-2014, Pages: www.semargroup.org, www.ijsetr.com ISSN 2319-8885 Vol.03,Issue.06, May-2014, Pages:0927-0931 KHIN SU HLAING 1, KYAW ZIN LATT 2 1 Electronic Department, Mandalay Technological University, Mandalay, Myanmar,

More information

Technical Specification for Educational Robots

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

More information

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

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

More information

Research of tooling test signal collection and analysis Guozhuang Liang 1, a, Xuan Chen 1,b,Yufeng Yao 2,c

Research of tooling test signal collection and analysis Guozhuang Liang 1, a, Xuan Chen 1,b,Yufeng Yao 2,c 5th International Conference on Information Engineering for Mechanics and Materials (ICIMM 2015) Research of tooling test collection and analysis Guozhuang Liang 1, a, Xuan Chen 1,b,Yufeng Yao 2,c 1 School

More information

International Journal of Engineering Research ISSN: & Management Technology

International Journal of Engineering Research ISSN: & Management Technology International Journal of Engineering Research ISSN: 2348-4039 & Management Technology November-2016 Volume 3, Issue-6 Email: editor@ijermt.org www.ijermt.org MOBILE CONTROLLED HOME AUTOMATION SYSTEM THROUGH

More information

ENG460 Engineering Thesis

ENG460 Engineering Thesis School of Engineering and Energy ENG460 Engineering Thesis Commissioning of the Pioneer Robot Thesis Coordinator: Dr Gareth Lee A report submitted to the School of Engineering and Energy, Murdoch University

More information

Pick and Place ABB Working with a Liner Follower Robot

Pick and Place ABB Working with a Liner Follower Robot Available online at www.sciencedirect.com Procedia Engineering 41 (2012 ) 1336 1342 International Symposium on Robotics and Intelligent Sensors 2012 (IRIS 2012) Pick and Place ABB Working with a Liner

More information

EXPERIMENTAL PLATFORM FOR SIMULATION AND ANALYSIS OF SYSTEMS STATES AND FAULT DIAGNOSIS IN INDUSTRIAL AND LOGISTICS SYSTEMS

EXPERIMENTAL PLATFORM FOR SIMULATION AND ANALYSIS OF SYSTEMS STATES AND FAULT DIAGNOSIS IN INDUSTRIAL AND LOGISTICS SYSTEMS EXPERIMENTAL PLATFORM FOR SIMULATION AND ANALYSIS OF SYSTEMS STATES AND FAULT DIAGNOSIS IN INDUSTRIAL AND LOGISTICS SYSTEMS Konstantin D. DIMITROV, Borislav B. GRIGOROV Technical University of Sofia, Bulgaria

More information

Fire Bird V Insect - Nex Robotics

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

More information

POWER SAVER METER USING MICROCONTROLLER TO SAVE ELECTRICITY UPTO 30-40%

POWER SAVER METER USING MICROCONTROLLER TO SAVE ELECTRICITY UPTO 30-40% POWER SAVER METER USING MICROCONTROLLER TO SAVE ELECTRICITY UPTO 30-40% Prof. Dipesh. M.Patel 1 Kandarp mehta 2 Himanshu amrutiya 3 Ravi bhalodia 4 Chirag amrutiya 5 1. Head, Electrical Engg. Department,

More information

SECOND EDITION. Arduino Cookbook. Michael Margolis O'REILLY- Tokyo. Farnham Koln Sebastopol. Cambridge. Beijing

SECOND EDITION. Arduino Cookbook. Michael Margolis O'REILLY- Tokyo. Farnham Koln Sebastopol. Cambridge. Beijing SECOND EDITION Arduino Cookbook Michael Margolis Beijing Cambridge Farnham Koln Sebastopol O'REILLY- Tokyo Table of Contents Preface xi 1. Getting Started 1 1.1 Installing the Integrated Development Environment

More information

Ali Karimpour Associate Professor Ferdowsi University of Mashhad

Ali Karimpour Associate Professor Ferdowsi University of Mashhad AUTOMATIC CONTROL SYSTEMS Ali Karimpour Associate Professor Ferdowsi University of Mashhad Main reference: Christopher T. Kilian, (2001), Modern Control Technology: Components and Systems Publisher: Delmar

More information

Introduction to 8051 microcontrollers

Introduction to 8051 microcontrollers Introduction to 8051 microcontrollers Posted on May 7, 2008, by Ibrahim KAMAL, in Micro-controllers, tagged This tutorial is specially tailored to electronics and robotics hobbyists that have already realized

More information

DTMF BASED HOME AUTOMATION

DTMF BASED HOME AUTOMATION DTMF BASED HOME AUTOMATION Vimlesh Kumar Agrahari 1, Md Arzoo 2, Harish Kumar 3 1, 2 Students, Electrical Engineering Department Greater Noida Institutes of Technology, Gr.Noida, (India) 3 Assistant Professor,

More information

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

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

More information

MT2 Introduction Embedded Systems. MT2.1 Mechatronic systems

MT2 Introduction Embedded Systems. MT2.1 Mechatronic systems MT2 Introduction Embedded Systems MT2.1 Mechatronic systems Mechatronics is the synergistic integration of mechanical engineering, with electronics and intelligent computer control in the design and manufacturing

More information

Programmable Control. Name Class Teacher. Ellon Academy Technical Faculty

Programmable Control. Name Class Teacher. Ellon Academy Technical Faculty Programmable Control Name Class Teacher Ellon Academy Technical Faculty Learning Intentions o Gain the ability to design and evaluate solutions to engineering problems in a range of contexts o I will gain

More information

WIZTECH AUTOMATION SOLUTIONS (P) LTD., An ISO 9001:2000 and IAO certified company

WIZTECH AUTOMATION SOLUTIONS (P) LTD., An ISO 9001:2000 and IAO certified company WIZTECH AUTOMATION SOLUTIONS (P) LTD., An ISO 9001:2000 and IAO certified company #102, W Block, 2nd and 3rd floor, 2nd Avenue, Anna nagar Roundtana, Chennai-40 E-mail: wiztech4automation@gmail.com web:

More information

Embedded Surveillance System using Multiple Ultrasonic Sensors

Embedded Surveillance System using Multiple Ultrasonic Sensors IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 05, 2015 ISSN (online): 2321-0613 Embedded Surveillance System using Multiple Ultrasonic Sensors Harshad S. Patil 1 Dr.

More information

MIAC-01 Now you are in control

MIAC-01 Now you are in control Page 1 Now you are in control General purpose industrial controller Full graphical programming language supplied A wide variety of applications Page 2 Introduction What does it do? MIAC (Matrix Industrial

More information

Arduino Cookbook O'REILLY* Michael Margolis. Tokyo. Cambridge. Beijing. Farnham Koln Sebastopol

Arduino Cookbook O'REILLY* Michael Margolis. Tokyo. Cambridge. Beijing. Farnham Koln Sebastopol Arduino Cookbook Michael Margolis O'REILLY* Beijing Cambridge Farnham Koln Sebastopol Tokyo Table of Contents Preface xiii 1. Getting Started 1 1.1 Installing the Integrated Development Environment (IDE)

More information

Design And Implementation Of Ordering System For Restaurants

Design And Implementation Of Ordering System For Restaurants Design And Implementation Of Ordering System For Restaurants V. Swapna (A), M. Firdouse Ali Khan (B) (a) Department of ECE, ATRI, Parvathapur, Hyderabad. (b) Snr.Asst.Professor, Department of ECE, ATRI,

More information

Solar Based E Uniform For Soldiers-Used For Temperature Control And Tracking

Solar Based E Uniform For Soldiers-Used For Temperature Control And Tracking International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 12, Issue 5 (May 2016), PP.49-53 Solar Based E Uniform For Soldiers-Used For Temperature

More information

Wireless Fire Fighting Robot

Wireless Fire Fighting Robot Wireless Fire Fighting Robot Sai Swapneel Gayala 1, Bhanu Murthy Soppari 2 1 Student Mechanical Engineering,VNR VJIET-Hyderabad 2 Assistant Professor,VNR VJIET, HYDERABAD Abstract: At present world of

More information

International Journal Of Advanced Research In Engineering Technology & Sciences

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

More information

Bolt 18F2550 System Hardware Manual

Bolt 18F2550 System Hardware Manual 1 Bolt 18F2550 System Hardware Manual Index : 1. Overview 2. Technical specifications 3. Definition of pins in 18F2550 4. Block diagram 5. FLASH memory Bootloader programmer 6. Digital ports 6.1 Leds and

More information

Programming 8-bit PIC Microcontrollers in С

Programming 8-bit PIC Microcontrollers in С Programming 8-bit PIC Microcontrollers in С with Interactive Hardware Simulation Martin P. Bates älllllltlilisft &Щ*лЛ AMSTERDAM BOSTON HEIDELBERG LONDON ^^Ш NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO

More information

MICROCONTROLLER BASED SMART FAN SYSTEM

MICROCONTROLLER BASED SMART FAN SYSTEM MUHAMMAD KHAIRI BACHELOR OF ELECTRICAL ENGINEERING (HONS.) (ELECTRONICS) 2007 UMP MICROCONTROLLER BASED SMART FAN SYSTEM MUHAMMAD KHAIRI BIN ABD. GHANI UNIVERSITI MALAYSIA PAHANG v ABSTRACT This project

More information

AUTOMATIC LIQUID FILLING USING PROGRAMMABLE LOGIC CONTROLLER(PLC)

AUTOMATIC LIQUID FILLING USING PROGRAMMABLE LOGIC CONTROLLER(PLC) AUTOMATIC LIQUID FILLING USING PROGRAMMABLE LOGIC CONTROLLER(PLC) Vinod Jiddi Assistant Professor,Dept.of EEE,B.L.D.E.A. S CET,vijayapur karnataka Abstract This paper presents to design, develop and monitor

More information

Advanced Embedded Systems

Advanced Embedded Systems Advanced Embedded Systems Practical & Professional Training on Advanced Embedded System Course Objectives : 1. To provide professional and industrial standard training which will help the students to get

More information

A Low-Cost Energy Management System That Compares Power Consumption of Electronic Home Appliances

A Low-Cost Energy Management System That Compares Power Consumption of Electronic Home Appliances IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 9 (September 2012), PP 06-10 A Low-Cost Energy Management System That Compares Power Consumption of Electronic

More information

Ch 9 Discrete Control Using PLCs and PCs

Ch 9 Discrete Control Using PLCs and PCs Ch 9 Discrete Control Using PLCs and PCs Sections: 1. Discrete Process Control 2. Ladder Logic Diagrams 3. Programmable Logic Controllers 4. Personal Computers Using Soft Logic Discrete Process Control

More information

Controlling and Monitoring Of Industrial Parameters by Using GSM

Controlling and Monitoring Of Industrial Parameters by Using GSM Controlling and Monitoring Of Industrial Parameters by Using GSM GUIDE: Mr. S. CHANDRA SHEKAR, PROFESSOR IN ECE P.WASEEM NAZMA, G.SUDHA PRIYANKA, S.DHANA LAKSHMI, SK.SHAHID DEPARTMENT OF ELECTRONICS AND

More information

Ali Karimpour Associate Professor Ferdowsi University of Mashhad

Ali Karimpour Associate Professor Ferdowsi University of Mashhad AUTOMATIC CONTROL SYSTEMS Ali Karimpour Associate Professor Ferdowsi University of Mashhad Main reference: Christopher T. Kilian, (2001), Modern Control Technology: Components and Systems Publisher: Delmar

More information

Vibration Analysis of Electrical Machines

Vibration Analysis of Electrical Machines Vibration Analysis of Electrical Machines Yogesh Gaidhane 1, Mayur Mankar 2, Shubham Kherde 2, Priyanka Salve 2, Ruchita Kawale 2, Saily Thaokar 2 Associate Professor, Department of Electronics and Communication,

More information

Design and implementation of fingerprint based bank locker system using ARM7 and GSM

Design and implementation of fingerprint based bank locker system using ARM7 and GSM Design and implementation of fingerprint based bank locker system using ARM7 and GSM Pooja Ausekar 1, Shraddha Kshirsagar 2, Puja Lawate 3, Prof. Mr. Sujit A. Inamdar 4 1,2,3 Student, Department of electronics

More information

Robotics Training Module ABLab Solutions

Robotics Training Module ABLab Solutions Robotics Training Module ABLab Solutions www.ablab.in Table of Contents Course Outline... 4 Introduction to Robotics... 4 Overview of Basic Electronic... 4 Overview of Digital Electronic... 4 Power Supply...

More information

Design and Installation of Home Automation and Security System Using Microcontroller and ZigBee Modulation

Design and Installation of Home Automation and Security System Using Microcontroller and ZigBee Modulation Design and Installation of Home Automation and Security System Using Microcontroller and ZigBee Modulation Bhargav Mypati, Naseer Ahamed, Gopa Sai Chandra School of Electrical Engineering (SELECT), VIT

More information

Embedded Systems, Android & Robotics INTERNSHIP CONTENT

Embedded Systems, Android & Robotics INTERNSHIP CONTENT Embedded Systems, Android & Robotics INTERNSHIP CONTENT CONTACT: 0120-4565405, 91-8130513508, 91-9999086300, 91-9953109602, E-MAIL: training@tevatrontech.com Tevatron Technologies Private Limited ( www.tevatrontech.com)

More information

Design and Implementation of PLC Based Industrial Application Prototypes

Design and Implementation of PLC Based Industrial Application Prototypes Indian Journal of Science and Technology, Vol 10(35), DOI: 10.17485/ijst/2017/v10i35/118962, September 2017 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Design and Implementation of PLC Based Industrial

More information

A Wireless Process Monitoring And Control System With Zigbee

A Wireless Process Monitoring And Control System With Zigbee American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-7, Issue-2, pp-177-183 www.ajer.org Research Paper Open Access A Wireless Process Monitoring And Control System

More information

Arduino Based Speech Controlled Robot for Human Interactions

Arduino Based Speech Controlled Robot for Human Interactions Arduino Based Speech Controlled Robot for Human Interactions B. Sathish kumar 1, Dr. Radhika Baskar 2 1BE Scholar, Electronics and Communication Engineering, Saveetha School of Engineering, Kuthamakkam,

More information

Implementation Of Distributed Control System In Process Control Management Using MATLAB

Implementation Of Distributed Control System In Process Control Management Using MATLAB Implementation Of Distributed Control System In Process Control Management Using MATLAB Khin Nway Oo, Zaw Min Naing, Hla Myo Tun Abstract: In recent years, process automation has being used in various

More information

INTELLIGENT APPLIANCE CONTROL SYSTEM USING ARM7 AND ZIGBEE

INTELLIGENT APPLIANCE CONTROL SYSTEM USING ARM7 AND ZIGBEE Int. J. Elec&Electr.Eng&Telecoms. 2013 Pushkar Singh et al., 2013 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 2, No. 3, July 2013 2013 IJEETC. All Rights Reserved INTELLIGENT APPLIANCE CONTROL SYSTEM

More information

IOT BASED MOBILE CHARGING WITH SOLAR ENERGY BY COIN INSERTION

IOT BASED MOBILE CHARGING WITH SOLAR ENERGY BY COIN INSERTION IOT BASED MOBILE CHARGING WITH SOLAR ENERGY BY COIN INSERTION 1 GURURAJ. P. MATHAD, 2 SHARATH REDDY, 3 PUNITH C M, 4 B.T. VENKATESH MURTHY 1,2,3 Department of Electronics & Communication Engineering, Siddaganga

More information

INDUSTRIAL TRAINING:6 MONTHS PROGRAM TEVATRON TECHNOLOGIES PVT LTD

INDUSTRIAL TRAINING:6 MONTHS PROGRAM TEVATRON TECHNOLOGIES PVT LTD MODULE-1 C Programming Language Introduction to C Objectives of C Applications of C Relational and logical operators Bit wise operators The assignment statement Intermixing of data types type conversion

More information

Embedded Systems Lab Lab 1 Introduction to Microcontrollers Eng. Dalia A. Awad

Embedded Systems Lab Lab 1 Introduction to Microcontrollers Eng. Dalia A. Awad Embedded Systems Lab Lab 1 Introduction to Microcontrollers Eng. Dalia A. Awad Objectives To be familiar with microcontrollers, PIC18F4550 microcontroller. Tools PIC18F4550 Microcontroller, MPLAB software,

More information

Chaithra S 1, Sowmya B J 2 1 PG Student, Digital Electronics, Department of ECE, SJB Institute of Technology, Bengaluru, India

Chaithra S 1, Sowmya B J 2 1 PG Student, Digital Electronics, Department of ECE, SJB Institute of Technology, Bengaluru, India Development of Power Line Communication System for Residential and Industry Monitoring Chaithra S 1, Sowmya B J 2 1 PG Student, Digital Electronics, Department of ECE, SJB Institute of Technology, Bengaluru,

More information

Home Automation control system using SMS

Home Automation control system using SMS Home Automation control system using SMS Sudhasmita Behera 1, Anish Kumar Saha 2, Deepak Kumar 3, Jagannath Polai 4 1Assistant professor, Dept. Of Electrical Engineering, GIET, Gunupur, Odisha,India 2Student,

More information

Arduinodroid Controlled Car

Arduinodroid Controlled Car Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

EMBEDDED CONTROLLER BASED ANTI-THEFT SECURITY SYSTEM FOR VEHICLES

EMBEDDED CONTROLLER BASED ANTI-THEFT SECURITY SYSTEM FOR VEHICLES EMBEDDED CONTROLLER BASED ANTI-THEFT SECURITY SYSTEM FOR VEHICLES T.Shanthi 1 and R.Priya 2 #1 KCT Coimbatore India, Phone no.9443820420 and email Id: shant hits@ gmail.com #2 KCT Coimbatore India, Phone

More information

HOURS SYLLABUS

HOURS SYLLABUS 8051 40 HOURS SYLUS Introduction of 8051 Pin configuration of 8051, Register structure of 8051. Hardware and software part of Embedded Systems, s in 8051 Assembly level programming, Embedded C programming

More information

Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS

Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS Embedded Technology for Remote Data Logging, Monitoring and Controlling Using GSM/GPRS Sonika Bhagwatrao Jadhav 1, Prof. Ajay S. Wadhawe 2 Research Scholar (M.E.), Dept of ECE, SSIEMS, Parbhani, Maharashtra,

More information

Matrix Manipulation Using High Computing Field Programmable Gate Arrays

Matrix Manipulation Using High Computing Field Programmable Gate Arrays Matrix Manipulation Using High Computing Field Programmable Gate Arrays 1 Mr.Rounak R. Gupta, 2 Prof. Atul S. Joshi Department of Electronics and Telecommunication Engineering, Sipna College of Engineering

More information

Embedded Systems. Software Development & Education Center. (Design & Development with Various µc)

Embedded Systems. Software Development & Education Center. (Design & Development with Various µc) Software Development & Education Center Embedded Systems (Design & Development with Various µc) Module 1: Embedded C Programming INTRODUCTION TO EMBEDDED SYSTEM History & need of Embedded System Basic

More information

Automation of space management in vehicle parking using PLC and SCADA

Automation of space management in vehicle parking using PLC and SCADA Automation of space management in vehicle parking using PLC and SCADA Aravind.K [1],Donaldhardley [2], Pradeep [3], T.Vijayan [4], B.kalai Selvi [5],Dr S.Latha [6] [1-2] Final year Student, Dept of Electronics

More information

Mechatronics and Measurement. Lecturer:Dung-An Wang Lecture 6

Mechatronics and Measurement. Lecturer:Dung-An Wang Lecture 6 Mechatronics and Measurement Lecturer:Dung-An Wang Lecture 6 Lecture outline Reading:Ch7 of text Today s lecture: Microcontroller 2 7.1 MICROPROCESSORS Hardware solution: consists of a selection of specific

More information

DS1103 PPC Controller Board

DS1103 PPC Controller Board Single-Board Hardware DS1103 PPC Controller Board Powerful controller board for rapid control prototyping Key Features Single-board system with comprehensive I/O CAN interface and serial interfaces Interfaces

More information

Health monitoring of an power amplifier using an ethernet controller

Health monitoring of an power amplifier using an ethernet controller Health monitoring of an power amplifier using an ethernet controller 1 Sharadha N, 2 J Pushpanjali 1 Student, 2 Assistant Professor Bangalore institute of technology Bangalore, India Abstract the computer

More information

International Journal of Advance Engineering and Research Development REAL TIME VEHICLE TRACKING SYSTEM USING GSM MODEM AND GPS MODULE

International Journal of Advance Engineering and Research Development REAL TIME VEHICLE TRACKING SYSTEM USING GSM MODEM AND GPS MODULE Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 04, April -2018 REAL TIME VEHICLE TRACKING SYSTEM USING GSM MODEM

More information

Cell Phone Controlled Robotic Vehicle

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

More information

UNIVERSITY OF BOLTON SCHOOL OF ENGINEERING B.ENG (HONS) ELECTRICAL AND ELECTRONIC ENGINEERING EXAMINATION SEMESTER /2016

UNIVERSITY OF BOLTON SCHOOL OF ENGINEERING B.ENG (HONS) ELECTRICAL AND ELECTRONIC ENGINEERING EXAMINATION SEMESTER /2016 UNIVERSITY OF BOLTON TW59 SCHOOL OF ENGINEERING B.ENG (HONS) ELECTRICAL AND ELECTRONIC ENGINEERING EXAMINATION SEMESTER 1-2015/2016 INTERMEDIATE EMBEDDED SYSTEMS MODULE NO: EEE5004 Date: Thursday 14 January

More information

Gesture Recognition Using 3D MEMS Accelerometer

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

More information

Robotic Systems ECE 401RB Fall 2006

Robotic Systems ECE 401RB Fall 2006 The following notes are from: Robotic Systems ECE 401RB Fall 2006 Lecture 13: Processors Part 1 Chapter 12, G. McComb, and M. Predko, Robot Builder's Bonanza, Third Edition, Mc- Graw Hill, 2006. I. Introduction

More information

Intelligent Pressure Measuring System

Intelligent Pressure Measuring System Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IJCSMC, Vol. 3, Issue.

More information

Embedded Robotics. Software Development & Education Center

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

More information

Smart Restaurant Menu Ordering System

Smart Restaurant Menu Ordering System IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 09 March 2016 ISSN (online): 2349-784X Smart Restaurant Menu Ordering System Mrs. Anisha Cotta Assistant professor Miss.

More information

MicroProcessor. MicroProcessor. MicroProcessor. MicroProcessor

MicroProcessor. MicroProcessor. MicroProcessor. MicroProcessor 1 2 A microprocessor is a single, very-large-scale-integration (VLSI) chip that contains many digital circuits that perform arithmetic, logic, communication, and control functions. When a microprocessor

More information

Development of Intelligent Vehicle Network for safety Applications

Development of Intelligent Vehicle Network for safety Applications Development of Intelligent Vehicle Network for safety Applications Raj Kiran 1 &V.Lakshman 2 A. RAJ KIRAN 1*, rajkiran_01@mlritm.co.in V.LAKSHMAN 2*, vlakshman531@gmail.com Assistant Professor, Electronics

More information

Design and construction of ENP for Car : a novel Embedded System

Design and construction of ENP for Car : a novel Embedded System Design and construction of ENP for Car : a novel Embedded System D.G.VYAS I/C Head(coordinator) and Assistant Professor, Dept. of Physics, Hemchandracharya North Gujarat University, Patan, Gujarat, India

More information

Collision Avoidance of Vehicle System Using CAN Protocol

Collision Avoidance of Vehicle System Using CAN Protocol Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

International Journal of Engineering Trends and Applications (IJETA) Volume 4 Issue 6, Nov-Dec 2017

International Journal of Engineering Trends and Applications (IJETA) Volume 4 Issue 6, Nov-Dec 2017 RESEARCH ARTICLE OPEN ACCESS Robot Navigation Using MATLAB S Bounding Box Algorithm Vishal Thakur [1], Vaibhav Khedkar [2], Ajay Patkar [3], Akshay Chidrawar [4] Department of Electronics Engineering Vivekanand

More information

PLC AUTOMATION USING VHDL PROGRAMMING

PLC AUTOMATION USING VHDL PROGRAMMING PLC AUTOMATION USING VHDL PROGRAMMING 1 NIDHI GOPAL, 2 NAVEEN UPADHYAY, 3 KOUSHIK CHAKRABORTY 1 M. Tech Scholar, Department of ECE, Jayoti Vidyapeeth Women s University, Rajasthan, India Email nid0203@gmail.com

More information

SMART ENERGY METER BILLING, MONITORING AND CONTROLLING SYSTEM

SMART ENERGY METER BILLING, MONITORING AND CONTROLLING SYSTEM SMART ENERGY METER BILLING, MONITORING AND CONTROLLING SYSTEM 1,2,3,4Asst. Prof. Dept of E&TC, AGTI S Dr. Daulatrao Aher College of Engineering, Karad, Maharashtra, India. ------------------------------------------------------------------------***-----------------------------------------------------------------------

More information

ISSN Vol.05, Issue.12, December-2017, Pages:

ISSN Vol.05, Issue.12, December-2017, Pages: ISSN 2322-0929 Vol.05, Issue.12, December-2017, Pages:1174-1178 www.ijvdcs.org Design of High Speed DDR3 SDRAM Controller NETHAGANI KAMALAKAR 1, G. RAMESH 2 1 PG Scholar, Khammam Institute of Technology

More information

USING SINGLE-CHIP COMPUTER SYSTEMS FOR EFFICIENT AND COST EFFECTIVE ENVIRONMENTAL MONITORING

USING SINGLE-CHIP COMPUTER SYSTEMS FOR EFFICIENT AND COST EFFECTIVE ENVIRONMENTAL MONITORING Engineering e-transaction (ISSN 1823-6379) Vol. 5, No. 2, December 2010, pp 48-52 Online at http://ejum.fsktm.um.edu.my Received 30 September, 2010; Accepted 21 October, 2010 USING SINGLE-CHIP COMPUTER

More information

AC : INFRARED COMMUNICATIONS FOR CONTROLLING A ROBOT

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

More information

SPEED SYNCHRONIZATION OF MULTIPLE BLDC MOTORS BAIRAGDAR SAJID S.

SPEED SYNCHRONIZATION OF MULTIPLE BLDC MOTORS BAIRAGDAR SAJID S. SPEED SYNCHRONIZATION OF MULTIPLE BLDC MOTORS BAIRAGDAR SAJID S. (sajidbairagdar.sb@gmail.com) DESAI ASHISH A. (desaiashish219@gmail.com) PATIL SUSHANT D. (sushantpatil0208@gmail.com) CHAVAN DIGVIJAY M.

More information

ARM7 TDMI Microcontroller

ARM7 TDMI Microcontroller ARM7 TDMI Microcontroller Course Name: ARM7 Microcontroller Certification: By UVSoftsTechnologies Pvt. Ltd. Introduction:- Introduction of Embedded System & robotics Evolution in Microcontroller technology

More information

SMART AND SAFETY HELMET FOR A RIDER

SMART AND SAFETY HELMET FOR A RIDER SMART AND SAFETY HELMET FOR A RIDER Mansi Jane 1, Lochana Yelekar 2, Akash Pandey 3, Abhishek Markande 4, Kalyani Shingne 5, Prof.Shelke 6 12345 Student, Department of Electronics and telecommunication

More information

Development and Designing of Automatic Wire Cutting System using Microcontroller

Development and Designing of Automatic Wire Cutting System using Microcontroller Development and Designing of Automatic Wire Cutting System using Microcontroller Sawant OT *, Patil MS Department of Electronics and Telecommunication Engineering, Rajarambapu Institute of Technology,

More information

SMART VEHICLE CONTROLLED SYSTEM

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

More information

International Journal of Advance Research in Computer Science and Management Studies

International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 11, November 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

ANDROID BASED VOICE CONTROLLED SMART WHEELCHAIR

ANDROID BASED VOICE CONTROLLED SMART WHEELCHAIR ANDROID BASED VOICE CONTROLLED SMART WHEELCHAIR S. Jaanaa Rubavathy 1, P. Bavithra 2, M. Harsha Priya 3, R. Umamageshwari 4 1Assistant Professor, Electrical and Electronics Engineering, Jeppiaar SRR Engineering

More information

USE OF GSM TECHNILOGY TO CONTROL THE SPEED OF STEPPER MOTOR

USE OF GSM TECHNILOGY TO CONTROL THE SPEED OF STEPPER MOTOR USE OF GSM TECHNILOGY TO CONTROL THE SPEED OF STEPPER MOTOR Srushti Chafle 1, S wati Bhandarkar 2 Department of Electrical Engineering, Datta meghe Institute of Engineering technology and research, Sawangi(Meghe),Wardha

More information

Alireza Mousavi Brunel University

Alireza Mousavi Brunel University Alireza Mousavi Brunel University 1 Two Distinct Section» Real-Time Control and Embedded Systems» Systems Theory» Modern Real-Time Control based on Event Modelling 2 Objectives of using computer control»

More information