Embedded System in fire controlling Mobile Robot

Size: px
Start display at page:

Download "Embedded System in fire controlling Mobile Robot"

Transcription

1 Volume 118 No , ISSN: (printed version); ISSN: (on-line version) url: ijpam.eu Embedded System in fire controlling Mobile Robot D.Sridhar raja 1,T.Vijayan 2,B.Kalaiselvi 3 1,2, 3 Assistant professor Department of Electronics and Instrumentation Engineering BIST, Bharath Institute of Higher Education and Research, Bharath University Chennai Abstract This project is designed to develop a fire fighting robot using IR technology for remote operation. The robotic vehicle is equipped with water source and pump which is controlled over wireless communication to throw water. Arduino is used for the desired operation. At the transmitting end using push buttons, commands are sent to the receiver to control the movement of the robot either to move forward, backward and left or right etc. At the receiving end three motors are interfaced to the Arduino, where two of them are used for the movement of the vehicle and the remaining one to position the arm of the robot. The arm is programmed to rotate for the desired spraying action. The IR remote used for the control action that has the advantage of adequate range (up to 15 meters), while in the receiver end IR Receiver detects and decodes the signal before feeding it to the Arduino to drive DC motors via motor driver IC for necessary work. Water is taken from the small tank placed in robot and thrown using a spray motor is mounted on the robot body and its operation is carried out from the Arduino output through appropriate signal from the transmitting end. The whole operation is controlled by Arduino Leonardo. A motor driver IC is interfaced to the controller through which the controller drives the motors. Index Terms Transceiver, Wireless Personal Area Network, Arduino, Motor Driver, Stepper Motor, Spray Tank. I. INTRODUCTION A robot is a mechanical or virtual artificial agent, usually an electro-mechanical machine that is guided by a computer program or electronic circuits. Robots can be autonomous or semi-autonomous. The branch of technology that deals with the design, construction, operation, and application of robots, as well as computer systems for their control, sensory feedback, and information processing is robotics. These technologies deal with automated machines that can take the place of humans in dangerous environments. Firefighting is the act of extinguishing fires. A firefighter suppresses and extinguishes fires to protect lives and prevent the destruction of property and the environment. One of the major hazards associated with firefighting operations is the toxic environment created by combusting materials. The four major hazards associated with these situations are smoke, the oxygen deficient atmosphere, elevated temperatures, and toxic atmospheres. Additional risks of fire include falls and collapse. By using the latest technological advancement to provide safety during these situations we are using this robot[1-9]. It is operated from a remote location, thus by the humans who are trying to put of the fire are at safe distance. This project got inspired and developed after going through a journal published in IEEE by members Daniel J. Pack, Robert Avanzato, David J. Ahlgren, and Igor M. Verner. This paper was published to help students how to design, operate and application of a fire fighting robot. We made few changes while incorporating this project like use of IR technology, circuits and design modification. It uses Arduino since lot of components has to interface. Program is designed and developed using C compiler is built in with Arduino Software. It uses IR technology for remote operation. It uses dc motor for driving the robotic vehicle. Car wiper and spray motor system is used for the arm movement. It is programmed to oscillate continuously for various degrees[10-15]. The arm is used to throw out the water to put off the fire. Its design is important, so that it could combat fire in any type of situations and place. It has a elevated design in the front. A wheel in the front grips the slope surface, so it can be moving in slopes too. It is made heavier by enclosing the circuits in a sealed box made of sheet metal of 1.5mm thickness to withstand the force of the water and to protect the circuits from heat. The water is taken from the storage option provided in tank and pump pressurizes the water and it is thrown out. This robot can perform under robust conditions, but It can t go into the fire. It helps in saving human life while extinguishing fire. No human loss and errors can occur[16-21]. It is easy to operate and the user can operate from a safe remote location. It can perform better than other fire fighting robots. It requires 503

2 a constant water supply. It can be rectified and enhance in future by installing a water storage tank and wireless camera to function inside of the room or buildings. getting damaged from heat. A heat resistant paint coating is given over the sheet metal so as to avoid the maximum amount of heat transferred to the circuit board. II. HARDWARE SETUP The hardware setup plays a vital role in the designing process of this robot vehicle. The following are the building blocks of the vehicle. They are: ARUDINO Microcontroller. IR SENSOR. MOTOR DRIVER. 16x2 LCD Display. DC MOTOR. RELAY. SPRAY MOTOR. In this project of developing a fire fighting robotic vehicle we use Arduino, DC Motors, Sheet Metal, Transmitting & Receiving modules, Motor driver circuits, pump. C programming software is use to provide the instructions to carry out the operation given by user. The device consists of a transmitting section and a receiving section. The transmitting section encodes the instruction given by the user and transmits it through a transmitting antenna and in the receiver end, main process taking place[22-26]. The IR receiver placed in this end receives the signal from the transmitting end where the signal is decoded and sends it to the Arduino where the instruction to perform is given and in turn it sends the signal to the parts which has to be activated. The motor driver circuit is placed in the receiving block converts the signal to the proper electrical to run the motor. 6v and 12v battery is used in the transmitting and receiving section to give supply for the components in it. Regulator/ Diode used to stop the voltage drop in the circuit and back EMF to the battery[27]. Two DC motors used for driving the robotic vehicle has high torque and high RPM. The DC Motors has speed of 100RPM and 0.36kgcm torque. For pumping the water to put off the fire Car wiper motor setup is used which is of 400 RPM and has flow rate.5 to 2 Liters is used. To drive the robot, a wheel is mounted on the motor shaft, so that it gets a even contact with the surface. The device is enclosed with the box made of sheet metal. The thickness of the sheet metal is approximately 1.5mm thickness. It is enclosed to avoid the electronic components III. BLOCK DIAGRAM DESCRIPTION ARDUINO Microcontroller Arduino is an open-source computer hardware and software company, project and user community that designs and manufactures kits for building digital devices and interactive objects that can sense and control the physical world. Arduino boards may be purchased preassembled, or as do-it-yourself kits; at the same time, the hardware design information is available for those who would like to assemble an Arduino from scratch. Fig ARDUINO UNO The system is based on a family of microcontroller board, using various 8-bit Atmel AVR microcontrollers or 32-bit Atmel ARM processors. These systems provide sets of digital and analog I/O pins that can be interfaced to various extension boards and other circuits[28]. The boards feature serial communications interfaces, including USB on some models, for loading programs from personal computers. For programming the microcontrollers, the Arduino platform provides an integrated development environment (IDE) based on the Processing project, which includes support 504

3 for C and C++ programming languages. ARDUINO SPECIFICATION NAME Microcontroller Operating Voltage Input Voltage (recommended) Input Voltage (limits) Digital I/O Pins Analogue Input Pins DC Current per I/O Pin DC Current for 3.3V Pin Flash Memory SRAM EEPROM Clock Speed Length Width Weight ARDUINO SOFTWARE SPECIFICATION ATmega328 5V 7-12V 6-20V 14 (of which 6 provide PWM output) 6 40 ma 50 ma 32 KB (ATmega328) of which 0.5 KB used by boot loader 2 KB (ATmega328) 1 KB (ATmega328) 16 MHz 68.6 mm 53.4 mm 25 g The Arduino integrated development environment (IDE) is a cross-platform application written in Java, and derives from the IDE for the Processing programming language and the Wiring projects. It is designed to introduce programming to artists and other newcomers unfamiliar with software development. It includes a code editor with features such as syntax highlighting, brace matching, and automatic indentation, and is also capable of compiling and uploading programs to the board with a single click[29]. A program or code written for Arduino is called a sketch. Arduino programs are written in C or C++. The Arduino IDE comes with a software library called "Wiring" from the original Wiring project, which makes many common input/output operations much easier. Users only need define two functions to make a runnablecyclic executive program The open-source Arduino Software (IDE) makes it easy to write code and upload it to the board. It runs on Windows, Mac OS X, and Linux. The environment is written in Java and based on Processing and other open-source software. This software can be used with any Arduino board.. DC MOTOR A DC motor is a class of electrical machines that converts direct current electrical power into mechanical power. The most common types rely on the forces produced by magnetic fields. Nearly all types of DC motors have some internal mechanism, either electromechanical or electronic; to periodically change the direction of current flow in part of the motor. Most types produce rotary motion; a linear motor directly produces force and motion in a straight line[30]. A DC motor's speed can be controlled over a wide range, using either a variable supply voltage or by changing the strength of current in its field windings. Small DC motors are used in tools, toys, and appliances. Fig DC MOTOR 505

4 IR SENSOR An infrared sensor is an electronic device, that emits in order to sense some aspects of the surroundings. An IR sensor can measure the heat of an object as well as detects the motion. These types of sensors measures only infrared radiation, rather than emitting it is called as a passive IR sensor. IR sensor tuned to 38 KHz, perfect for receiving commands from a TV remote control. Runs at 3V to 5V so it's great for any microcontroller[31-32]. 6 th & 7 th port from the arduino are connected to the motor driver circuits. The supply voltage pin of the IR receiver pin is connected 5V port in the arduino. The 2 DC Motors of 12V and 100 RPM is connected to the motor output ports from the Motor driver (L293D). The enable pins of the of the driver circuit are connected together to the 5V supply port to the arduino. The 2 nd pin from the arduino is connected to the transistor and with the relay, in order to operate the wiper and spray motor system. The spray motor is attached to the water source in the robot. It pressurizes the water and sprays it[33-34]. The output pipe from the spray motor is attached to the wiper motor since it oscillates continuously providing the better way to put of the fire. For turning actions the one motor is made to turn clockwise and the other rotates in opposite direction. In this we apply the logic of 01 & 10.. V. CONCLUSION FIG IR SENSOR IV. TEST SETUP The first thing is to get the particular code of the corresponding button from the remote for giving commands accurately and make it working. We have to upload IR detector program to the arduino and open the serial plotter from the arduino tool list. Then we have to decide the buttons for the control action, once we decide it and press the buttons we will get the corresponding button value in the screen. Then we have to attach the button values in the main program. In the second step we have to attach the corresponding button value to the main program. Then we have to burn the program to the arduino. The components are placed in the dot board and soldered according to the circuit diagram. From the remote buttons, command is transferred through Infrared light rays. The transmitted signal is received with the help of the IR receiver. It is shown in the below diagram. The ground pin is connected to the ground port in the arduino. The data pin of the IR receiver is responsible for the giving the command as input to the arduino for various control actions, it is connected to the 11 th port in the arduino. Then the 4 th, 5 th, This paper has presented a unique vision of the concepts which are used in this particular field. It aims to promote technology innovation to achieve a reliable and efficient outcome from the various instruments. Experimental work has been carried out carefully. The result shows that higher efficiency is indeed achieved using the embedded system. With a common digitalized platform, these latest instruments will enable increased flexibility in control, operation, and expansion; allow for embedded intelligence, essentially foster the resilience of the instruments; and eventually benefit the customers with improved services, reliability and increased convenience[35-36]. The day is not far when this technology will push its way into your house hold, making you more lazy. This paper presents the major features and functions of the various concepts that could be used in this field in detail through various categories. Since this initial work cannot address everything within the proposed framework and vision, more research and development efforts are needed to fully implement the proposed framework through a joint effort of various entities. REFERENCES 1. Hameed Hussain J., Anbazhgan G., Improve of the cop of vapour compression refrigeration system by using thermoelectric cooler, 506

5 Mathematics, V-116, I-14, PP , Nakkeeran S., Hussain J.H., Innovative technique for running a petrol engine with diesel as a fuel, Mathematics, V-116, I-18, PP-41-44, Naveenchandran P., Vijayaragavan S.P., A sensor less control of SPM using fuzzy and ANFIS technique, International Journal of Pure and Applied Mathematics, V-116, I-13, PP-43-50, Hameed Hussain J., Nakkeeran S., Design and development of pepper plucking equipment, Mathematics, V-116, I-14, PP , Naveenchandran P., Vijayaragavan S.P., A high performance inverter fed energy efficient cum compact microcontroller based power conditioned distributed photo voltaic system, Mathematics, V-116, I-13, PP , Golden RenjithNimal R.J., Hussain J.H., Stress analysis of gear tooth using metal, International Journal of Pure and Applied Mathematics, V- 116, I-17, PP , Hameed Hussain J., Hariharan R., Development of temperature-time and pressure-time diagrams for diffusion bonding ti-aa7075 dissimilar materials, International Journal of Pure and Applied Mathematics, V-116, I-14, PP , Udayakumar R., Khanaa V., Saravanan T., Saritha G., Cross layer optimization for wireless network (WIMAX), Middle - East Journal of Scientific Research, V-16, I-12, PP , Khanaa V., Thooyamani K.P., Udayakumar R., Cognitive radio based network for ISM band real time embedded system, Middle - East Journal of Scientific Research, V-16, I-12, PP , Khanaa V., Mohanta K., Saravanan T., Comparative study of uwb communications over fiber using direct and external modulations, Indian Journal of Science and Technology, V-6, I-SUPPL.6, PP , Kumarave A., Udayakumar R., Web portal visits patterns predicted by intuitionistic fuzzy approach, Indian Journal of Science and Technology, V-6, I-SUPPL5, PP , Thooyamani K.P., Khanaa V., Udayakumar R., An integrated agent system for coordination using jade, Indian Journal of Science and Technology, V-6, I-SUPPL.6, PP , Sengottuvel P., Satishkumar S., Dinakaran D., Optimization of multiple characteristics of EDM parameters based on desirability approach and fuzzy modeling, Procedia Engineering, V-64, PP , Udayakumar R., Khanaa V., Saravanan T., Synthesis and structural characterization of thin films of sno2 prepared by spray pyrolysis technique, Indian Journal of Science and Technology, V-6, I-SUPPL.6, PP , Udayakumar R., Kumarave A., Rangarajan K., Introducing an efficient programming paradigm for object-oriented distributed systems, Indian Journal of Science and Technology, V-6, I- SUPPL5, PP , KeranaHanirex D., Kaliyamurthie K.P., Multiclassification approach for detecting thyroid attacks, International Journal of Pharma and Bio Sciences, V-4, I-3, PP-B1246-B1251, Udayakumar R., Khanaa V., Kaliyamurthie K.P., Performance analysis of resilient ftth architecture with protection mechanism, Indian Journal of Science and Technology, V-6, I- SUPPL.6, PP , Udayakumar R., Khanaa V., Kaliyamurthie K.P., Optical ring architecture performance evaluation using ordinary receiver, Indian Journal of Science and Technology, V-6, I- SUPPL.6, PP , Udayakumar R., Khanaa V., Saravanan T., Chromatic dispersion compensation in optical fiber communication system and its simulation, Indian Journal of Science and Technology, V-6, I- SUPPL.6, PP ,

6 20. Sundarraj M., Study of compact ventilator, Middle - East Journal of Scientific Research, V- 16, I-12, PP , Udayakumar R., Khanaa V., Saravanan T., Analysis of polarization mode dispersion in fibers and its mitigation using an optical compensation technique, Indian Journal of Science and Technology, V-6, I-SUPPL.6, PP , Gopalakrishnan K., PremJeya Kumar M., SundeepAanand J., Udayakumar R., Thermal properties of doped azopolyester and its application, Indian Journal of Science and Technology, V-6, I-SUPPL.6, PP , Udayakumar R., Khanaa V., Kaliyamurthie K.P., High data rate for coherent optical wired communication using DSP, Indian Journal of Science and Technology, V-6, I-SUPPL.6, PP , KeranaHanirex D., Kaliyamurthie K.P., Kumaravel A., Analysis of improved tdtr algorithm for mining frequent itemsets using dengue virus type 1 dataset: A combined approach, International Journal of Pharma and Bio Sciences, V-6, I-2, PP-B288-B295, Thooyamani K.P., Khanaa V., Udayakumar R., Using integrated circuits with low power multi bit flip-flops in different approch, Middle - East Journal of Scientific Research, V-20, I-12, PP , Gopalakrishnan K., SundeepAanand J., Udayakumar R., Electrical properties of doped azopolyester, Middle - East Journal of Scientific Research, V-20, I-11, PP , Thooyamani K.P., Khanaa V., Udayakumar R., Partial encryption and partial inference control based disclosure in effective cost cloud, Middle - East Journal of Scientific Research, V-20, I-12, PP , Sundar Raj M., Saravanan T., Srinivasan V., Design of silicon-carbide based cascaded multilevel inverter, Middle - East Journal of Scientific Research, V-20, I-12, PP , Thooyamani K.P., Khanaa V., Udayakumar R., Wide area wireless networks-ietf, Middle - East Journal of Scientific Research, V-20, I-12, PP , Kanniga E., Srikanth S.M.K., Sundhararajan M., Optimization solution of equal dimension boxes in container loading problem using a permutation block algorithm, Indian Journal of Science and Technology, V-7, PP-22-26, Arulselvi S., Sundararajan M., Smart control system in traffic analysis using RTK-GPS standards, International Journal of Pure and Applied Mathematics, V-116, I-15, PP , Arulselvi S., Karthik B., Sundararajan M., A frame work for road network extraction from remotely sensed high resolution images, Mathematics, V-116, I-15, PP , Arulselvi S., Karthik B., Sundararajan M., Super resolution method for Thumbnail Web image, Mathematics, V-116, I-15, PP , Arulselvi S., Karthik B., Sundararajan M., Linear framework free rewriting systems, International Journal of Pure and Applied Mathematics, V- 116, I-15, PP , Kanniga E., Selvaramarathnam K., Sundararajan M., Kandigital bike operating system, Middle - East Journal of Scientific Research, V-20, I-6, PP , Lakshmi C., Ponnavaikko M., Sundararajan M., Improved kernel common vector method for face recognition varying in background conditions, Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics), V-6026 LNCS, PP , M. Rajesh, K.Sathesh Kumar, K.Shankar, M. Ilayaraja., SENSITIVE DATA SECURITY IN CLOUD COMPUTING AID OF DIFFERENT ENCRYPTION TECHNIQUES, Journal of Advanced Research in Dynamical and Control Systems, Volume 18, PP , M. Rajesh, A signature based information security system for vitality proficient 508

7 information accumulation in wireless sensor systems, International Journal of Pure and Applied Mathematics, Volume 118, Issue 9, Pages M. Rajesh, A Review on Excellence Analysis of Relationship Spur Advance in Wireless Ad Hoc Networks, International Journal of Pure and Applied Mathematics, Volume 118, Issue 9, Pages Rajesh, M., and J. M. Gnanasekar. "Path Observation Based Physical Routing Protocol for Wireless Ad Hoc Networks." Wireless Personal Communications 97.1 (2017): Rajesh, M., and J. M. Gnanasekar. "Congestion Control Scheme for Heterogeneous Wireless Ad Hoc Networks Using Self-Adjust Hybrid Model." Mathematics 116 (2017): Rajesh, M., and J. M. Gnanasekar. "Get-Up-And- Go Efficientmemetic Algorithm Based Amalgam Routing Protocol." International Journal of Pure and Applied Mathematics 116 (2017):

8 510

LITERATURE SURVEY ON INDIGENOUS VIRTUAL HUMAN ROBOTS 1 E.Kanniga 2 M.Sundararajan 3 S.Mohammad Malik

LITERATURE SURVEY ON INDIGENOUS VIRTUAL HUMAN ROBOTS 1 E.Kanniga 2 M.Sundararajan 3 S.Mohammad Malik Volume 119 No. 7 2018, 1431-1438 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu LITERATURE SURVEY ON INDIGENOUS VIRTUAL HUMAN ROBOTS 1 E.Kanniga

More information

Ethical Hacking. Dr.P.Sengottuvel 1, Dr.J.Hameed Hussain 2. Id -

Ethical Hacking. Dr.P.Sengottuvel 1, Dr.J.Hameed Hussain 2.  Id - Volume 118 No. 18 2018, 725-731 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Ethical Hacking Dr.P.Sengottuvel 1, Dr.J.Hameed Hussain 2 1,2 Professor,

More information

Ethical Hacking. Dr.P.Sengottuvel 1, Dr.J.Hameed Hussain 2. Id -

Ethical Hacking. Dr.P.Sengottuvel 1, Dr.J.Hameed Hussain 2.  Id - Volume 119 No. 7 2018, -2022 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Ethical Hacking Dr.P.Sengottuvel 1, Dr.J.Hameed Hussain 2 1,2 Professor,

More information

Microcontroller Based Customizable Wireless Sensor Node to Sense Dangerous Gas Pipeline Leakage

Microcontroller Based Customizable Wireless Sensor Node to Sense Dangerous Gas Pipeline Leakage Mathematics Volume 118 No. 18 2018, 675-682 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Microcontroller Based Customizable Wireless Sensor Node

More information

Optimal Implementation of 4G Mobile Communication using MIMO-OFDM

Optimal Implementation of 4G Mobile Communication using MIMO-OFDM Volume 118 No. 18 2018, 791-798 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Optimal Implementation of 4G Mobile Communication using MIMO-OFDM

More information

BOOST CASCADED BUCK CONVERTER FED PHOTOVOLTAIC INVERTER

BOOST CASCADED BUCK CONVERTER FED PHOTOVOLTAIC INVERTER Volume 118 No. 18 2018, 359-367 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu BOOST CASCADED BUCK CONVERTER FED PHOTOVOLTAIC INVERTER Dr. S.Prakash,

More information

BOOST CASCADED BUCK CONVERTER FED PHOTOVOLTAIC INVERTER

BOOST CASCADED BUCK CONVERTER FED PHOTOVOLTAIC INVERTER Volume 119 No. 7 2018, 1675-1683 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu BOOST CASCADED BUCK CONVERTER FED PHOTOVOLTAIC INVERTER Dr. S.Prakash,

More information

Radix-2 Mixed SDC-SDF FFT

Radix-2 Mixed SDC-SDF FFT Volume 9 No. 7 28, 995-22 ISSN: 3-88 (printed version); ISSN: 34-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Radix-2 Mixed SDC-SDF FFT Dr. M. Sangeetha, Professor, Ms.M.Susila 2 Department

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 13.11.2014

More information

3. Hardware Design D Model

3. Hardware Design D Model Volume 116 No. 20 2017, 463-469 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu BLUETOOTH CONTROLLED 5 AXIS ARTICULATED ROBOT MANIPULATOR WITH ADAPTIVE

More information

WifiBotics. An Arduino Based Robotics Workshop

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

More information

VOICE CONTROLLED ROBOT WITH REAL TIME BARRIER DETECTION AND AVERTING

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

More information

SMART CONTROL SYSTEM IN TRAFFIC ANALYSIS USING RTK-GPS STANDARDS. Dr. S Arulselvi 1, Dr.M.Sundararajan 2.

SMART CONTROL SYSTEM IN TRAFFIC ANALYSIS USING RTK-GPS STANDARDS. Dr. S Arulselvi 1, Dr.M.Sundararajan 2. Volume 116 No. 15 2017, 349-353 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu SMART CONTROL SYSTEM IN TRAFFIC ANALYSIS USING RTK-GPS STANDARDS Dr.

More information

RFID SECURITY AND PRIVACY ENHANCEMENT

RFID SECURITY AND PRIVACY ENHANCEMENT Volume 116 No. 15 2017, 535-539 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu RFID SECURITY AND PRIVACY ENHANCEMENT M.Jasmin 1, S.Beulah Hemalatha

More information

MAKEVMA502 BASIC DIY KIT WITH ATMEGA2560 FOR ARDUINO USER MANUAL

MAKEVMA502 BASIC DIY KIT WITH ATMEGA2560 FOR ARDUINO USER MANUAL BASIC DIY KIT WITH ATMEGA2560 FOR ARDUINO USER MANUAL USER MANUAL 1. Introduction To all residents of the European Union Important environmental information about this product This symbol on the device

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 05.11.2015

More information

ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING

ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING 1 HARSHUL BALANI, 2 CHARU GUPTA, 3 KRATIKA SUKHWAL 1,2,3 B.TECH (ECE), Poornima College Of Engineering, RTU E-mail; 1 harshul.balani@gmail.com, 2 charu95g@gmail.com,

More information

INTELLIGENT SELF-PARKING CHAIR

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

More information

Gesture Controlled Car

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

More information

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

DESIGN AND IMPLEMENTATION OF A VEHICLE COMMUNICATION SYSTEM USING LI-FI TECHNOLOGY WITH LOCATION TRACKER. K. Subbulakshmi 1, Dr.M.

DESIGN AND IMPLEMENTATION OF A VEHICLE COMMUNICATION SYSTEM USING LI-FI TECHNOLOGY WITH LOCATION TRACKER. K. Subbulakshmi 1, Dr.M. Volume 116 No. 16 2017, 19-23 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu DESIGN AND IMPLEMENTATION OF A VEHICLE COMMUNICATION SYSTEM USING LI-FI

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

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

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

DC motor control using arduino

DC motor control using arduino DC motor control using arduino 1) Introduction: First we need to differentiate between DC motor and DC generator and where we can use it in this experiment. What is the main different between the DC-motor,

More information

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Ahmed Okasha, Assistant Lecturer okasha1st@gmail.com Objective Have a

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

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

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

III. MATERIAL AND COMPONENTS USED

III. MATERIAL AND COMPONENTS USED Prototype Development of a Smartphone- Controlled Robotic Vehicle with Pick- Place Capability Dheeraj Sharma Electronics and communication department Gian Jyoti Institute Of Engineering And Technology,

More information

PC BASED SERVO MOTOR CONTROL FOR AVIONICS APPLICATION. V.Jayalakshmi Dept of EEE, Bharath University, Chennai.

PC BASED SERVO MOTOR CONTROL FOR AVIONICS APPLICATION. V.Jayalakshmi Dept of EEE, Bharath University, Chennai. Volume 116 No. 19 2017, 119-123 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu PC BASED SERVO MOTOR CONTROL FOR AVIONICS APPLICATION V.Jayalakshmi

More information

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

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

More information

MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS

MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS MICROCONTROLLER BASED SPEED SYNCHRONIZATION OF MULTIPLE DC MOTORS IN TEXTILE APPLICATIONS 1 RAKSHA A R, 2 KAVYA B, 3 PRAVEENA ANAJI, 4 NANDESH K N 1,2 UG student, 3,4 Assistant Professor Department of

More information

L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G

L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G P R O F. S L A C K L E C T U R E R, E L E C T R I C A L A N D M I C R O E L E C T R O N I C E N G I N E E R I N G G B S E E E @ R I T. E D U B L D I N G 9, O F F I C E 0 9-3 1 8 9 ( 5 8 5 ) 4 7 5-5 1 0

More information

UNIT1. Keywords page 13-14

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

More information

Workshops Elisava Introduction to programming and electronics (Scratch & Arduino)

Workshops Elisava Introduction to programming and electronics (Scratch & Arduino) Workshops Elisava 2011 Introduction to programming and electronics (Scratch & Arduino) What is programming? Make an algorithm to do something in a specific language programming. Algorithm: a procedure

More information

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

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

More information

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

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

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

More information

War Field Spying Robot With Night Vision Camera

War Field Spying Robot With Night Vision Camera War Field Spying Robot With Night Vision Camera Aaruni Jha, Apoorva Singh, Ravinder Turna, Sakshi Chauhan SRMSWCET, UPTU, India Abstract With the aim of the satisfying and meeting the changing needs of

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

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

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

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

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

Speed Control of Single Phase Induction Motor Using Infrared Receiver Module

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

More information

RESPIRATORY MONITORING SYSTEM USING THERMISTOR

RESPIRATORY MONITORING SYSTEM USING THERMISTOR Volume 119 No. 12 2018, 11567-11575 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu RESPIRATORY MONITORING SYSTEM USING THERMISTOR 1 Gagandeep kour, 2 Mohammad Rouman,Geetha.M 3 1,2

More information

Arduino Based Intelligent Parking Assistance System

Arduino Based Intelligent Parking Assistance System International Journal of ChemTech Research CODEN (USA): IJCRGG, ISSN: 0974-4290, ISSN(Online):2455-9555 Vol.11 No.04, pp 101-106, 2018 Arduino Based Intelligent Parking Assistance System S.Baskaran 1 *,

More information

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

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

More information

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

Robotic Development Kit. Powered using ATMEL technology

Robotic Development Kit. Powered using ATMEL technology Robotic Development Kit Powered using ATMEL technology Index 1. System overview 2. Technology overview 3. Individual dev-kit components I. Robot II. Remote III. IR-Pod IV. Base-Station V. RFID 4. Robonii

More information

RF Based Pick and Place Robot

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

More information

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

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

More information

International Journal Of Core Engineering & Management Volume-4, Issue-11, February-2018, ISSN No:

International Journal Of Core Engineering & Management Volume-4, Issue-11, February-2018, ISSN No: DESIGN AND IMPLEMENTATION OF INTELLIGENT CIRCUIT BREAKER FOR ELECTRICAL CURRENT SENSING AND MONITORING Hamzah M. Marhoon, Department of Computer Techniques Engineering, Al-Esra'a University College Karadah,

More information

WIRELESS SPEED CONTROL OF SINGLE PHASE AC MOTOR

WIRELESS SPEED CONTROL OF SINGLE PHASE AC MOTOR WIRELESS SPEED CONTROL OF SINGLE PHASE AC MOTOR Rakesh Sahu 1, Sachin Tiwari 2, Satish Singh 3, Abhishek Gaurav 4 1 Assistant Professor, Deptt. Of Electrical and Electronics Engineering, Gandhi Institute

More information

Microcontroller Based Electric Expansion Valve Controller for Air Conditioning System

Microcontroller Based Electric Expansion Valve Controller for Air Conditioning System Microcontroller Based Electric Expansion Valve Controller for Air Conditioning System Thae Su Aye, and Zaw Myo Lwin Abstract In the air conditioning system, the electric expansion valve (EEV) is one of

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

I. INTRODUCTION MAIN BLOCKS OF ROBOT

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

More information

TMS320F241 DSP Boards for Power-electronics Applications

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

More information

SPY ROBOT CONTROLLING THROUGH ZIGBEE USING MATLAB

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

More information

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

Auto-Fact Security System

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

More information

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

Rahul Krishna K 1, Meera A 2, Nikhil Mathew 3 1,2,3 EEE Department, Mar Athanesius College of Engineering, Kothamangalam

Rahul Krishna K 1, Meera A 2, Nikhil Mathew 3 1,2,3 EEE Department, Mar Athanesius College of Engineering, Kothamangalam Wireless Human Detection Robot Rahul Krishna K 1, Meera A 2, Nikhil Mathew 3 1,2,3 EEE Department, Mar Athanesius College of Engineering, Kothamangalam Abstract: The advent of new high-speed technology

More information

GPS and GSM Based Transmission Line Monitoring System with Fault Detection Introduction:

GPS and GSM Based Transmission Line Monitoring System with Fault Detection Introduction: GPS and GSM Based Transmission Line Monitoring System with Fault Detection Introduction: Electricity is an extremely handy and useful form of energy. It plays an ever growing role in our modern industrialized

More information

FIRST Robotics Control System

FIRST Robotics Control System 2018/2019 FIRST Robotics Control System Team 236 1 (click on a component to go to its slide) 2 The Robot Powered solely by 12V battery RoboRIO- is the computer on the robot Controlled by Java code on the

More information

Hardware Platforms and Sensors

Hardware Platforms and Sensors Hardware Platforms and Sensors Tom Spink Including material adapted from Bjoern Franke and Michael O Boyle Hardware Platform A hardware platform describes the physical components that go to make up a particular

More information

POWER ISIPO 29 ISIPO 27

POWER ISIPO 29 ISIPO 27 SI NO. TOPICS FIELD ISIPO 01 A Low-Cost Digital Control Scheme for Brushless DC Motor Drives in Domestic Applications ISIPO 02 A Three-Level Full-Bridge Zero-Voltage Zero-Current Switching With a Simplified

More information

Closed-Loop Transportation Simulation. Outlines

Closed-Loop Transportation Simulation. Outlines Closed-Loop Transportation Simulation Deyang Zhao Mentor: Unnati Ojha PI: Dr. Mo-Yuen Chow Aug. 4, 2010 Outlines 1 Project Backgrounds 2 Objectives 3 Hardware & Software 4 5 Conclusions 1 Project Background

More information

MDSRC Proceedings, December, 2017 Wah/Pakistan

MDSRC Proceedings, December, 2017 Wah/Pakistan Three Phase Frequency Converter Quratulain Jamil 1, Hafiz Muhammad Ashraf Hayat 2, Haris Masood 3 1 Department of Electrical Engineering Wah Engineering College, University of Wah jamil0265@gmail.com 2

More information

II. BLOCK

II. BLOCK Information Transmission System Through Fluorescent Light Using Pulse Width Modulation Technique. Mr. Sagar A.Zalte 1, Prof.A.A.Hatkar 2 1,2 E&TC, SVIT COE Chincholi Abstract- Light reaches nearly universally

More information

International Journal of Advance Engineering and Research Development. Wireless Control of Dc Motor Using RF Communication

International Journal of Advance Engineering and Research Development. Wireless Control of Dc Motor Using RF Communication International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 Special Issue SIEICON-2017,April -2017 e-issn : 2348-4470 p-issn : 2348-6406 Wireless

More information

DC-Motor Driver circuits

DC-Motor Driver circuits DC-Mot May 19, 2012 Why is there a need for a motor driver circuit? Normal DC gear-head motors requires current greater than 250mA. ICs like 555 timer, ATmega Microcontroller, 74 series ICs cannot supply

More information

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

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

More information

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

Lab 2: Blinkie Lab. Objectives. Materials. Theory

Lab 2: Blinkie Lab. Objectives. Materials. Theory Lab 2: Blinkie Lab Objectives This lab introduces the Arduino Uno as students will need to use the Arduino to control their final robot. Students will build a basic circuit on their prototyping board and

More information

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

International Journal of Innovations in Engineering and Technology (IJIET)   Nadu, India Evaluation Of Kinematic Walker For Domestic Duties Hansika Surenthar 1, Akshayaa Rajeswari 2, Mr.J.Gurumurthy 3 1,2,3 Department of electronics and communication engineering, Easwari engineering college,

More information

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance)

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Supriya Bhuran 1, Rohit V. Agrawal 2, Kiran D. Bombe 2, Somiran T. Karmakar 2, Ninad V. Bapat 2 1 Assistant Professor, Dept. Instrumentation,

More information

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

VARIOUS METHODS IN DIGITAL IMAGE PROCESSING. S.Selvaragini 1, E.Venkatesan 2. BIST, BIHER,Bharath University, Chennai-73

VARIOUS METHODS IN DIGITAL IMAGE PROCESSING. S.Selvaragini 1, E.Venkatesan 2. BIST, BIHER,Bharath University, Chennai-73 Volume 116 No. 16 2017, 265-269 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu VARIOUS METHODS IN DIGITAL IMAGE PROCESSING S.Selvaragini 1, E.Venkatesan

More information

VEX Robotics Platform and ROBOTC Software. Introduction

VEX Robotics Platform and ROBOTC Software. Introduction VEX Robotics Platform and ROBOTC Software Introduction VEX Robotics Platform: Testbed for Learning Programming VEX Structure Subsystem VEX Structure Subsystem forms the base of every robot Contains square

More information

Implementaion of High Performance Home Automation using Arduino

Implementaion of High Performance Home Automation using Arduino Indian Journal of Science and Technology, Vol 9(21), DOI: 10.17485/ijst/2016/v9i21/94842, June 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Implementaion of High Performance Home Automation

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

BIDIRECTIONAL ROTATION OF AN INDUCTION MOTOR WITH A REMOTE CONTROL DEVICE

BIDIRECTIONAL ROTATION OF AN INDUCTION MOTOR WITH A REMOTE CONTROL DEVICE BIDIRECTIONAL ROTATION OF AN INDUCTION MOTOR WITH A REMOTE CONTROL DEVICE ABSTRACT The project is designed to drive an induction motor for the required application in forward and reverse directions using

More information

Visvesvaraya Technological University, Belagavi

Visvesvaraya Technological University, Belagavi Time Table for M.TECH. Examinations, June / July 2017 M. TECH. 2010 Scheme 2011 Scheme 2012 Scheme 2014 Scheme 2016 Scheme [CBCS] Semester I II III I II III I II III I II IV I II Time Date, Day 14/06/2017,

More information

Speed Rate Corrected Antenna Azimuth Axis Positioning System

Speed Rate Corrected Antenna Azimuth Axis Positioning System International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 2 (2017) pp. 151-158 Research India Publications http://www.ripublication.com Speed Rate Corrected Antenna Azimuth

More information

LINE MAZE SOLVING ROBOT

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

More information

The Development and Application of High Compression Ratio Methanol Engine ECU

The Development and Application of High Compression Ratio Methanol Engine ECU National Conference on Information Technology and Computer Science (CITCS 2012) The Development and Application of High Compression Ratio Methanol Engine ECU Hong Bin, 15922184696 hongbinlqyun@163.com

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 1

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

More information

Arduino Based Robot for Pick and Place Application

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

More information

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

Zig-Bee Robotic Panzer

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

More information

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

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

ARDUINO / GENUINO. start as professional. short course in a book. faculty of engineering technology

ARDUINO / GENUINO. start as professional. short course in a book. faculty of engineering technology ARDUINO / GENUINO start as professional short course in a book faculty of engineering technology Publisher Universiti Malaysia Pahang Kuantan 2017 Copyright Universiti Malaysia Pahang, 2017 First Published,

More information

II. MAIN BLOCKS OF ROBOT

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

More information

Introduction to the VEX Robotics Platform and ROBOTC Software

Introduction to the VEX Robotics Platform and ROBOTC Software Introduction to the VEX Robotics Platform and ROBOTC Software Computer Integrated Manufacturing 2013 Project Lead The Way, Inc. VEX Robotics Platform: Testbed for Learning Programming VEX Structure Subsystem

More information

LDOR: Laser Directed Object Retrieving Robot. Final Report

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

More information

Solar Powered Obstacle Avoiding Robot

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

More information

Intelligent Systems Design in a Non Engineering Curriculum. Embedded Systems Without Major Hardware Engineering

Intelligent Systems Design in a Non Engineering Curriculum. Embedded Systems Without Major Hardware Engineering Intelligent Systems Design in a Non Engineering Curriculum Embedded Systems Without Major Hardware Engineering Emily A. Brand Dept. of Computer Science Loyola University Chicago eabrand@gmail.com William

More information