SlideShare a Scribd company logo
1 of 7
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 329
ROBOTIC VEHICLE MOVEMENT WITH WEBCAM OPERATED BY
CELL PHONE
Ankit Pal , Chetan Macchi , Nikhil Patel
Abstract
The project is designed to develop a robotic vehicle that is controlled by a cell phone.
DTMF commands from a phone are sent to another cell phone which is mounted on the
robot. These commands are fed to a microcontroller of 8051 family to operate the vehicle
movement through motor interface.
The main scope of project is to send commands from one cell phone to be received by
another cell phone mounted on the robot to receive the DTMF (Dual Tone Multi
Frequency) mode commands which are then decoded by a DTMF decoder.
The corresponding codes are then fed to a microcontroller, programmed to recognize
those codes to operate 2nos DC motors through motor driver IC for any direction
movement as per the sent commands from sender’s mobile. The motors are controlled
using motor driver IC which is interfaced to the microcontroller. It uses microcontroller
from 8051 family and a battery for power source
INTRODUCTION
1.1 Introduction
This section outlines some of the ideas, considerations and possible choices at the beginning of
the project. There were three basic ideas on which the specification could be built upon.
1.1.1 Single Intelligent Robot
The first idea was a single intelligent robot that would probably integrate a laptop on the
chassis, which would allow for image processing, making decisions and communications. This would
likely use most, if not all of the budget and the available time. However, if the necessary time and
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 330
budget were available, relatively simple duplication could result in two or three of these robots. These
could interact with each other; the complexity of this interaction depends directly on the time
available.
1.1.2 Multiple Simple Robots
 The second idea was to make multiple simple robots, each being much less complex than the
first idea. They could have some relatively simple rules on how to interact with each other so
they could look intelligent. For example simple rules can be applied to each bird in a simulation
and when combined into a flock of these birds they will move like a real flock of birds moving
and changing direction.
1.1.3 Single Intelligent Robot with Multiple Simple Robots
 The final idea involved combining the two previous ideas to have a single complex robot
(perhaps simpler than the first idea) with many smaller simple robots. Various ways they could
interact were discussed
 Mother duck, ducklings and nest – the simple robots could run away when fully charged and
the intelligent robot has to gather them up again. The mother could either ‘scoop them up’ or
emit an audible sound which makes the duckling follow.
 Sheepdog and sheep – the intelligent robot has to herd the simple robots, which would act like
the sheep.
1.2 History
This section contains some relevant background reading that may be of interest to the reader
before reading the rest of the report. It starts off with an introduction to robots and to artificial
intelligence.
Then a brief case study of an intelligent agent is presented. This case study mentions some
sensors and therefore, following this, is a section on sensors, their associated weaknesses and some
examples of the problems faced when fusing multiple-sensor data. Then a change of topic occurs into
the field of image processing, which is heavily used in this project. Specifically, erosion and dilation
are explored. The image processing library used in this project is then discussed. Finally, some of the
topics required for filtering noisy estimates are considered. These include: defining the covariance
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 331
matrix, introducing the Kalman filter, listing some of the filtering libraries available and outlining
simultaneous localisation and mapping.
1.2.1 Introduction to Robots
The term robot was first introduced by the Czech playwright Karel Capek in the 1921 play
Rosum’s Universal Robots. It comes from the word Robota, which is Czech for ‘forced workers’ in the
feudal system. The play featured machines created to simulate human beings in an attempt to prove
that God does not exist. In 2005 the world market for robots was $6 billion a year for industrial
robots, according to the International Federation of Robotics (IFR) and the United Nations Economic
Commission for Europe (UNEC). This market is expected to grow substantially; it is predicted that 7
million service robots for personal use (that clean, protect or entertain) will be sold between 2005
and 2008 and 50,000 service robots for professional use will be installed over the same period. Jan
Karlsson, the author of the UNEC report, cites falling robot prices, an increase in labour costs and
improving technology as major driving forces for massive industry investment in robots. There are
currently around 21,000 service robots in use worldwide performing tasks such as assisting surgeons,
milking cows and handling toxic waste. The report predicts that by the end of 2010 robots will also
assist elderly and handicapped people, fight fires, inspect pipes and hazardous sites. Robots have the
potential for use within the service industries and also as potential carers in our rapidly ageing
society.Intelligent robots are capable of recognising sounds and images through sensors and analysing
this information to determine their actions. Conventional industrial robots (e.g. used in the
automotive industry) require work patterns to be input before they can be operated. Large increases
in computer power and advances in sensors, control software and mechanics are allowing robots to
gain many more abilities, including walking, talking and manipulation. However Artificial Intelligence
(AI) is behind these developments.8 AI is growing far more sophisticated, drawing on new
information on how the human brain works and massive increases in computing power. Business and
industry already rely on thousands of AI applications, for example to spot bank fraud and in the
development of new drug therapies. There are significant problems however, which are hindering the
development of robots. For example, different sensors must be used to obtain different kinds of
information. There is no one sensor that works flawlessly in all applications. Data fusion techniques
are required to utilise the positive side of each sensor, and ignore its negative side. There are still a
large number of problems in not only the sensor technology, but also the sensor fusion algorithms.To
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 332
conclude, there are numerous known problems facing the area of robotics; however, in the near future
it is an area in which massive development will occur.
1.2.2 Introduction to Artificial Intelligence
Artificial Intelligence (AI) is what happens when a machine does something that could be
considered intelligent if a human were to so the same, such as drive a car, play sports or pilot a plane.
The term ‘artificial intelligence’ is synonymous to the term ‘machine intelligence’; a machine is by
definition something artificial. AI is wired into much of modern society, for example, AI programs are
used to spot bank fraud, evaluate mortgage applications and to vacuum floors. The term ‘agent’ is used
for anything that can be viewed as perceiving its environment through sensors and acting upon that
environment through effectors. In AI there are three main types of intelligent agents: firstly the reflex
agent, secondly the goal-based agent and finally the utility-based agent. A reflex agent is the simplest
type; it perceives its current environment and its actions only depend upon ‘condition-action’ rules.
For example: ‘if car in front is breaking then initiate breaking’. A goal based agent is more complicated.
It has some perception about the effect its actions will have upon the environment and whether those
actions will help towards achieving its long term goal. A utility agent is similar to a goal based agent,
but is more complex again, because it has some measure of how successful it is being. There are large
differences in the environments that intelligent agents operate. Environments are classified as
follows:
 Accessible - If an agent's sensors provide access to the complete state of the environment, then the
environment is accessible to that agent. An accessible environment means that the robot does not
need to maintain an internal model to keep track of the world.
 Deterministic - If the next state of the environment is completely determined by the current state
plus the actions selected by the agent, then the environment is deterministic.
 Episodic - In an episodic environment, the agent's experience is divided into ‘episodes’. Each episode
consists of the agent perceiving and then acting. Subsequent episodes do not depend upon previous
episodes. Episodic environments are simple because the agent does not need to think ahead.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 333
 Static - If the environment cannot change while an agent is deciding on an action, then the
environment is static.
 Discrete - If there are a limited number of distinct, clearly defined actions then the environment is
discrete. It is important to understand the environment because different environment types require
different agent programs to deal with them effectively. The robot built by the special engineering
project had the following environment: inaccessible, nondeterministic, non-episodic, dynamic (i.e. not
static) and continuous (i.e. not discrete). It was designed to be a goal-based agent.
1.3 SUMMARY
A robot is an intelligent, re-programmable and multifunctional manipulator designed to work in
inaccessible environment to do variety of tasks which are laborious, threatened and risky. The robots with
flexible structure are needed so that they can adapt themselves according to the pipeline parameters.
.
Fig. 5.12 BLOCK DIAGRAM
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 334
CONCLUSION
Mobile robotic systems have great potential for providing assistance in general surveillance tasks.
From visual surveillance and long-term deployment in security operations, to victim identification and
threat assessment at search and rescue sites. robotic systems may prove to be invaluable assets.
Structural health monitoring has already seen practical implementation of robotic systems. While
many robotic technologies are still in development, the commercial production of various remote-
control inspection units for structural health monitoring is evidence of the effectiveness of these
systems. Robotics use may not be widespread, yet the commercialization of various pipe-crawlers,
tank-inspectors, etc. suggests that widespread practical implementation of robotic systems may occur
in the near future. While many of the current technologies employed may have limitations (e.g.,
remote control, tethered systems), there is the potential for deployment of practical autonomous
systems as well.
REFERENCES
[i] Schneider electric telemetry and remote scada solutions march 2012
Jim Ralston & Scott Monton Prosoft Technology February 2008
Rao Kalapatapu Isa 2004 Paper
James Fietsam, Eric Rochelkyle Dixon Doug Schumann.Arms, Steven. “Robotic Systems for
Network Interrogation of Smart Civil Structures”.NSF Small Business Innovation Research
Program Proposal. Burlington, VT:Microstrain, Inc. 1999.
[ii] Becker, Jens, Laurence J. Jacobs, and Jianmin Qu. “Characterization of Cement-Based Materials
Using Diffuse Ultrasound”. Journal of Engineering Mechanics December 2003: 1478-1484.
[iii] Dolan, John, et al. Distributed Tactical Surveillance with ATVs. Proc. SPIE Conference on
Unmanned Ground Vehicle Technology (Aerosense 1999). Vol. 3693. Bellingham, WA: SPIE
1999.
[iv] Envirosight, Inc. 111 Canfield Ave., Randolph, NJ 07869. Esser, Brian, et al. Wireless Inductive
Robotic Inspection of Structures. Proc. IASTED 2000 International Conference. 14-16 August
2000. Honolulu: 2000.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 335
BOOKS
[i] Axel Daniels & Wayne Salter, What is SCADA, CERN-CNL-2000-003 Vol. XXXV, issue no.3
[ii] Jhon B. Weber, Applying Visual Basic for Human Machine Interface Applications.
[iii] Tony Stafford, Taking Back – A SCADA case study, Camrosa Water District, California. July
2002.
[iv] Automating Manufacturing Systems with PLCs (Version 4.7, April 14, 2005) by Hugh Jack

More Related Content

What's hot

IRJET- Review Paper on Iot Based Technology in Automobiles
IRJET-  	  Review Paper on Iot Based Technology in AutomobilesIRJET-  	  Review Paper on Iot Based Technology in Automobiles
IRJET- Review Paper on Iot Based Technology in AutomobilesIRJET Journal
 
IRJET- Voice Controlled Robot using Wi-Fi Module
IRJET-  	  Voice Controlled Robot using Wi-Fi ModuleIRJET-  	  Voice Controlled Robot using Wi-Fi Module
IRJET- Voice Controlled Robot using Wi-Fi ModuleIRJET Journal
 
IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...
IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...
IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...IRJET Journal
 
IRJET - Compactness based Traffic Signal Monitoring System
IRJET - Compactness based Traffic Signal Monitoring SystemIRJET - Compactness based Traffic Signal Monitoring System
IRJET - Compactness based Traffic Signal Monitoring SystemIRJET Journal
 
IRJET- Smart City to Phiysical Things
IRJET- Smart City to Phiysical ThingsIRJET- Smart City to Phiysical Things
IRJET- Smart City to Phiysical ThingsIRJET Journal
 
IRJET- Animal Identification in Roads and Alert System for Passengers usi...
IRJET-  	  Animal Identification in Roads and Alert System for Passengers usi...IRJET-  	  Animal Identification in Roads and Alert System for Passengers usi...
IRJET- Animal Identification in Roads and Alert System for Passengers usi...IRJET Journal
 
Minor Project Final Report
Minor Project Final ReportMinor Project Final Report
Minor Project Final ReportYogesh Madaan
 
IRJET- Blind Navigation System using Artificial Intelligence
IRJET- Blind Navigation System using Artificial IntelligenceIRJET- Blind Navigation System using Artificial Intelligence
IRJET- Blind Navigation System using Artificial IntelligenceIRJET Journal
 
IRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET Journal
 
IRJET- Survey on Face-Recognition and Emotion Detection
IRJET- Survey on Face-Recognition and Emotion DetectionIRJET- Survey on Face-Recognition and Emotion Detection
IRJET- Survey on Face-Recognition and Emotion DetectionIRJET Journal
 
IRJET - IoT based Smart Vehicle Alert System for Accident Prevention
IRJET -  	  IoT based Smart Vehicle Alert System for Accident PreventionIRJET -  	  IoT based Smart Vehicle Alert System for Accident Prevention
IRJET - IoT based Smart Vehicle Alert System for Accident PreventionIRJET Journal
 
IRJET - Garbage Management System for Smart City using LORA Technology
IRJET -  	  Garbage Management System for Smart City using LORA TechnologyIRJET -  	  Garbage Management System for Smart City using LORA Technology
IRJET - Garbage Management System for Smart City using LORA TechnologyIRJET Journal
 
IRJET - Mutecom using Tensorflow-Keras Model
IRJET - Mutecom using Tensorflow-Keras ModelIRJET - Mutecom using Tensorflow-Keras Model
IRJET - Mutecom using Tensorflow-Keras ModelIRJET Journal
 
Energy Efficient Cellular Base Stations based on the Characteristics of Ma...
   Energy Efficient Cellular Base Stations based on the Characteristics of Ma...   Energy Efficient Cellular Base Stations based on the Characteristics of Ma...
Energy Efficient Cellular Base Stations based on the Characteristics of Ma...Rosdiadee Nordin
 
IRJET- Hand Movement Recognition for a Speech Impaired Person
IRJET-  	  Hand Movement Recognition for a Speech Impaired PersonIRJET-  	  Hand Movement Recognition for a Speech Impaired Person
IRJET- Hand Movement Recognition for a Speech Impaired PersonIRJET Journal
 
IRJET- Garbage Waste Monitoring and Management in Smart Cities
IRJET- Garbage Waste Monitoring and Management in Smart CitiesIRJET- Garbage Waste Monitoring and Management in Smart Cities
IRJET- Garbage Waste Monitoring and Management in Smart CitiesIRJET Journal
 
IRJET - Garbage Collecting Robot using IoT
IRJET - Garbage Collecting Robot using IoTIRJET - Garbage Collecting Robot using IoT
IRJET - Garbage Collecting Robot using IoTIRJET Journal
 

What's hot (20)

IRJET- Review Paper on Iot Based Technology in Automobiles
IRJET-  	  Review Paper on Iot Based Technology in AutomobilesIRJET-  	  Review Paper on Iot Based Technology in Automobiles
IRJET- Review Paper on Iot Based Technology in Automobiles
 
IRJET- Voice Controlled Robot using Wi-Fi Module
IRJET-  	  Voice Controlled Robot using Wi-Fi ModuleIRJET-  	  Voice Controlled Robot using Wi-Fi Module
IRJET- Voice Controlled Robot using Wi-Fi Module
 
IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...
IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...
IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...
 
IRJET - Compactness based Traffic Signal Monitoring System
IRJET - Compactness based Traffic Signal Monitoring SystemIRJET - Compactness based Traffic Signal Monitoring System
IRJET - Compactness based Traffic Signal Monitoring System
 
IRJET- Smart City to Phiysical Things
IRJET- Smart City to Phiysical ThingsIRJET- Smart City to Phiysical Things
IRJET- Smart City to Phiysical Things
 
IRJET- Animal Identification in Roads and Alert System for Passengers usi...
IRJET-  	  Animal Identification in Roads and Alert System for Passengers usi...IRJET-  	  Animal Identification in Roads and Alert System for Passengers usi...
IRJET- Animal Identification in Roads and Alert System for Passengers usi...
 
Minor Project Final Report
Minor Project Final ReportMinor Project Final Report
Minor Project Final Report
 
IRJET- Blind Navigation System using Artificial Intelligence
IRJET- Blind Navigation System using Artificial IntelligenceIRJET- Blind Navigation System using Artificial Intelligence
IRJET- Blind Navigation System using Artificial Intelligence
 
presentation 1
presentation 1presentation 1
presentation 1
 
Report
ReportReport
Report
 
IRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring System
 
IRJET- Survey on Face-Recognition and Emotion Detection
IRJET- Survey on Face-Recognition and Emotion DetectionIRJET- Survey on Face-Recognition and Emotion Detection
IRJET- Survey on Face-Recognition and Emotion Detection
 
IRJET - IoT based Smart Vehicle Alert System for Accident Prevention
IRJET -  	  IoT based Smart Vehicle Alert System for Accident PreventionIRJET -  	  IoT based Smart Vehicle Alert System for Accident Prevention
IRJET - IoT based Smart Vehicle Alert System for Accident Prevention
 
IRJET - Garbage Management System for Smart City using LORA Technology
IRJET -  	  Garbage Management System for Smart City using LORA TechnologyIRJET -  	  Garbage Management System for Smart City using LORA Technology
IRJET - Garbage Management System for Smart City using LORA Technology
 
IRJET - Mutecom using Tensorflow-Keras Model
IRJET - Mutecom using Tensorflow-Keras ModelIRJET - Mutecom using Tensorflow-Keras Model
IRJET - Mutecom using Tensorflow-Keras Model
 
IOT Unit-2 by Durgacharan
IOT Unit-2 by DurgacharanIOT Unit-2 by Durgacharan
IOT Unit-2 by Durgacharan
 
Energy Efficient Cellular Base Stations based on the Characteristics of Ma...
   Energy Efficient Cellular Base Stations based on the Characteristics of Ma...   Energy Efficient Cellular Base Stations based on the Characteristics of Ma...
Energy Efficient Cellular Base Stations based on the Characteristics of Ma...
 
IRJET- Hand Movement Recognition for a Speech Impaired Person
IRJET-  	  Hand Movement Recognition for a Speech Impaired PersonIRJET-  	  Hand Movement Recognition for a Speech Impaired Person
IRJET- Hand Movement Recognition for a Speech Impaired Person
 
IRJET- Garbage Waste Monitoring and Management in Smart Cities
IRJET- Garbage Waste Monitoring and Management in Smart CitiesIRJET- Garbage Waste Monitoring and Management in Smart Cities
IRJET- Garbage Waste Monitoring and Management in Smart Cities
 
IRJET - Garbage Collecting Robot using IoT
IRJET - Garbage Collecting Robot using IoTIRJET - Garbage Collecting Robot using IoT
IRJET - Garbage Collecting Robot using IoT
 

Similar to Robotic Vehicle Movement with Webcam Operated by Cell Phone

Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...IRJET Journal
 
Development of Pick and Place Robot for Industrial Applications
Development of Pick and Place Robot for Industrial ApplicationsDevelopment of Pick and Place Robot for Industrial Applications
Development of Pick and Place Robot for Industrial ApplicationsIRJET Journal
 
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET Journal
 
IRJET-Android Controlled Firefighting Robot using Arduino
IRJET-Android Controlled Firefighting Robot using ArduinoIRJET-Android Controlled Firefighting Robot using Arduino
IRJET-Android Controlled Firefighting Robot using ArduinoIRJET Journal
 
IRJET- The Importance of Robotic Technology in Engineering Industries, Medica...
IRJET- The Importance of Robotic Technology in Engineering Industries, Medica...IRJET- The Importance of Robotic Technology in Engineering Industries, Medica...
IRJET- The Importance of Robotic Technology in Engineering Industries, Medica...IRJET Journal
 
IRJET- Can Robots are Changing the World: A Review
IRJET- Can Robots are Changing the World: A ReviewIRJET- Can Robots are Changing the World: A Review
IRJET- Can Robots are Changing the World: A ReviewIRJET Journal
 
GILS: Automatic Security and Gas Detection Robot
GILS: Automatic Security and Gas Detection RobotGILS: Automatic Security and Gas Detection Robot
GILS: Automatic Security and Gas Detection RobotIRJET Journal
 
IRJET - Swarm Robotic System for Mapping and Exploration of Extreme Envir...
IRJET -  	  Swarm Robotic System for Mapping and Exploration of Extreme Envir...IRJET -  	  Swarm Robotic System for Mapping and Exploration of Extreme Envir...
IRJET - Swarm Robotic System for Mapping and Exploration of Extreme Envir...IRJET Journal
 
PIC based automatic fire fighting robot
PIC based automatic fire fighting robotPIC based automatic fire fighting robot
PIC based automatic fire fighting robotkitta1010
 
Wireless AI based industrial security robot
Wireless AI based industrial security robotWireless AI based industrial security robot
Wireless AI based industrial security robotVarun B P
 
Wireless industrial robot
Wireless  industrial robotWireless  industrial robot
Wireless industrial robotVarun B P
 
Wireless industrial robot
Wireless  industrial robotWireless  industrial robot
Wireless industrial robotVarun B P
 
Cognitive Robotics: Merging AI and Robotics for Complex Tasks
Cognitive Robotics: Merging AI and Robotics for Complex TasksCognitive Robotics: Merging AI and Robotics for Complex Tasks
Cognitive Robotics: Merging AI and Robotics for Complex TasksIRJET Journal
 
Summer Training Program Report On Embedded system and robot
Summer Training Program Report On Embedded system and robot Summer Training Program Report On Embedded system and robot
Summer Training Program Report On Embedded system and robot Arcanjo Salazaku
 
IRJET- Rescue Robot using ESP Microcontroller
IRJET-  	  Rescue Robot using ESP MicrocontrollerIRJET-  	  Rescue Robot using ESP Microcontroller
IRJET- Rescue Robot using ESP MicrocontrollerIRJET Journal
 
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNOIRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNOIRJET Journal
 
IRJET - Organisation Automation Using Android Mobile Application
IRJET - Organisation Automation Using Android Mobile ApplicationIRJET - Organisation Automation Using Android Mobile Application
IRJET - Organisation Automation Using Android Mobile ApplicationIRJET Journal
 
A Review on Fire Fighting Robot
A Review on Fire Fighting RobotA Review on Fire Fighting Robot
A Review on Fire Fighting RobotIRJET Journal
 
IRJET - Robotic Car for Avoidance and Detection of Obstacles using IR Sensor
IRJET - Robotic Car for Avoidance and Detection of Obstacles using IR SensorIRJET - Robotic Car for Avoidance and Detection of Obstacles using IR Sensor
IRJET - Robotic Car for Avoidance and Detection of Obstacles using IR SensorIRJET Journal
 
Arduino Based Hand Gesture Controlled Robot
Arduino Based Hand Gesture Controlled RobotArduino Based Hand Gesture Controlled Robot
Arduino Based Hand Gesture Controlled RobotIRJET Journal
 

Similar to Robotic Vehicle Movement with Webcam Operated by Cell Phone (20)

Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
Obstacle Avoidance Robotic Vehicle Using Ultrasonic Sensor, Android and Bluet...
 
Development of Pick and Place Robot for Industrial Applications
Development of Pick and Place Robot for Industrial ApplicationsDevelopment of Pick and Place Robot for Industrial Applications
Development of Pick and Place Robot for Industrial Applications
 
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
 
IRJET-Android Controlled Firefighting Robot using Arduino
IRJET-Android Controlled Firefighting Robot using ArduinoIRJET-Android Controlled Firefighting Robot using Arduino
IRJET-Android Controlled Firefighting Robot using Arduino
 
IRJET- The Importance of Robotic Technology in Engineering Industries, Medica...
IRJET- The Importance of Robotic Technology in Engineering Industries, Medica...IRJET- The Importance of Robotic Technology in Engineering Industries, Medica...
IRJET- The Importance of Robotic Technology in Engineering Industries, Medica...
 
IRJET- Can Robots are Changing the World: A Review
IRJET- Can Robots are Changing the World: A ReviewIRJET- Can Robots are Changing the World: A Review
IRJET- Can Robots are Changing the World: A Review
 
GILS: Automatic Security and Gas Detection Robot
GILS: Automatic Security and Gas Detection RobotGILS: Automatic Security and Gas Detection Robot
GILS: Automatic Security and Gas Detection Robot
 
IRJET - Swarm Robotic System for Mapping and Exploration of Extreme Envir...
IRJET -  	  Swarm Robotic System for Mapping and Exploration of Extreme Envir...IRJET -  	  Swarm Robotic System for Mapping and Exploration of Extreme Envir...
IRJET - Swarm Robotic System for Mapping and Exploration of Extreme Envir...
 
PIC based automatic fire fighting robot
PIC based automatic fire fighting robotPIC based automatic fire fighting robot
PIC based automatic fire fighting robot
 
Wireless AI based industrial security robot
Wireless AI based industrial security robotWireless AI based industrial security robot
Wireless AI based industrial security robot
 
Wireless industrial robot
Wireless  industrial robotWireless  industrial robot
Wireless industrial robot
 
Wireless industrial robot
Wireless  industrial robotWireless  industrial robot
Wireless industrial robot
 
Cognitive Robotics: Merging AI and Robotics for Complex Tasks
Cognitive Robotics: Merging AI and Robotics for Complex TasksCognitive Robotics: Merging AI and Robotics for Complex Tasks
Cognitive Robotics: Merging AI and Robotics for Complex Tasks
 
Summer Training Program Report On Embedded system and robot
Summer Training Program Report On Embedded system and robot Summer Training Program Report On Embedded system and robot
Summer Training Program Report On Embedded system and robot
 
IRJET- Rescue Robot using ESP Microcontroller
IRJET-  	  Rescue Robot using ESP MicrocontrollerIRJET-  	  Rescue Robot using ESP Microcontroller
IRJET- Rescue Robot using ESP Microcontroller
 
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNOIRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
 
IRJET - Organisation Automation Using Android Mobile Application
IRJET - Organisation Automation Using Android Mobile ApplicationIRJET - Organisation Automation Using Android Mobile Application
IRJET - Organisation Automation Using Android Mobile Application
 
A Review on Fire Fighting Robot
A Review on Fire Fighting RobotA Review on Fire Fighting Robot
A Review on Fire Fighting Robot
 
IRJET - Robotic Car for Avoidance and Detection of Obstacles using IR Sensor
IRJET - Robotic Car for Avoidance and Detection of Obstacles using IR SensorIRJET - Robotic Car for Avoidance and Detection of Obstacles using IR Sensor
IRJET - Robotic Car for Avoidance and Detection of Obstacles using IR Sensor
 
Arduino Based Hand Gesture Controlled Robot
Arduino Based Hand Gesture Controlled RobotArduino Based Hand Gesture Controlled Robot
Arduino Based Hand Gesture Controlled Robot
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 

Recently uploaded (20)

Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 

Robotic Vehicle Movement with Webcam Operated by Cell Phone

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 329 ROBOTIC VEHICLE MOVEMENT WITH WEBCAM OPERATED BY CELL PHONE Ankit Pal , Chetan Macchi , Nikhil Patel Abstract The project is designed to develop a robotic vehicle that is controlled by a cell phone. DTMF commands from a phone are sent to another cell phone which is mounted on the robot. These commands are fed to a microcontroller of 8051 family to operate the vehicle movement through motor interface. The main scope of project is to send commands from one cell phone to be received by another cell phone mounted on the robot to receive the DTMF (Dual Tone Multi Frequency) mode commands which are then decoded by a DTMF decoder. The corresponding codes are then fed to a microcontroller, programmed to recognize those codes to operate 2nos DC motors through motor driver IC for any direction movement as per the sent commands from sender’s mobile. The motors are controlled using motor driver IC which is interfaced to the microcontroller. It uses microcontroller from 8051 family and a battery for power source INTRODUCTION 1.1 Introduction This section outlines some of the ideas, considerations and possible choices at the beginning of the project. There were three basic ideas on which the specification could be built upon. 1.1.1 Single Intelligent Robot The first idea was a single intelligent robot that would probably integrate a laptop on the chassis, which would allow for image processing, making decisions and communications. This would likely use most, if not all of the budget and the available time. However, if the necessary time and
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 330 budget were available, relatively simple duplication could result in two or three of these robots. These could interact with each other; the complexity of this interaction depends directly on the time available. 1.1.2 Multiple Simple Robots  The second idea was to make multiple simple robots, each being much less complex than the first idea. They could have some relatively simple rules on how to interact with each other so they could look intelligent. For example simple rules can be applied to each bird in a simulation and when combined into a flock of these birds they will move like a real flock of birds moving and changing direction. 1.1.3 Single Intelligent Robot with Multiple Simple Robots  The final idea involved combining the two previous ideas to have a single complex robot (perhaps simpler than the first idea) with many smaller simple robots. Various ways they could interact were discussed  Mother duck, ducklings and nest – the simple robots could run away when fully charged and the intelligent robot has to gather them up again. The mother could either ‘scoop them up’ or emit an audible sound which makes the duckling follow.  Sheepdog and sheep – the intelligent robot has to herd the simple robots, which would act like the sheep. 1.2 History This section contains some relevant background reading that may be of interest to the reader before reading the rest of the report. It starts off with an introduction to robots and to artificial intelligence. Then a brief case study of an intelligent agent is presented. This case study mentions some sensors and therefore, following this, is a section on sensors, their associated weaknesses and some examples of the problems faced when fusing multiple-sensor data. Then a change of topic occurs into the field of image processing, which is heavily used in this project. Specifically, erosion and dilation are explored. The image processing library used in this project is then discussed. Finally, some of the topics required for filtering noisy estimates are considered. These include: defining the covariance
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 331 matrix, introducing the Kalman filter, listing some of the filtering libraries available and outlining simultaneous localisation and mapping. 1.2.1 Introduction to Robots The term robot was first introduced by the Czech playwright Karel Capek in the 1921 play Rosum’s Universal Robots. It comes from the word Robota, which is Czech for ‘forced workers’ in the feudal system. The play featured machines created to simulate human beings in an attempt to prove that God does not exist. In 2005 the world market for robots was $6 billion a year for industrial robots, according to the International Federation of Robotics (IFR) and the United Nations Economic Commission for Europe (UNEC). This market is expected to grow substantially; it is predicted that 7 million service robots for personal use (that clean, protect or entertain) will be sold between 2005 and 2008 and 50,000 service robots for professional use will be installed over the same period. Jan Karlsson, the author of the UNEC report, cites falling robot prices, an increase in labour costs and improving technology as major driving forces for massive industry investment in robots. There are currently around 21,000 service robots in use worldwide performing tasks such as assisting surgeons, milking cows and handling toxic waste. The report predicts that by the end of 2010 robots will also assist elderly and handicapped people, fight fires, inspect pipes and hazardous sites. Robots have the potential for use within the service industries and also as potential carers in our rapidly ageing society.Intelligent robots are capable of recognising sounds and images through sensors and analysing this information to determine their actions. Conventional industrial robots (e.g. used in the automotive industry) require work patterns to be input before they can be operated. Large increases in computer power and advances in sensors, control software and mechanics are allowing robots to gain many more abilities, including walking, talking and manipulation. However Artificial Intelligence (AI) is behind these developments.8 AI is growing far more sophisticated, drawing on new information on how the human brain works and massive increases in computing power. Business and industry already rely on thousands of AI applications, for example to spot bank fraud and in the development of new drug therapies. There are significant problems however, which are hindering the development of robots. For example, different sensors must be used to obtain different kinds of information. There is no one sensor that works flawlessly in all applications. Data fusion techniques are required to utilise the positive side of each sensor, and ignore its negative side. There are still a large number of problems in not only the sensor technology, but also the sensor fusion algorithms.To
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 332 conclude, there are numerous known problems facing the area of robotics; however, in the near future it is an area in which massive development will occur. 1.2.2 Introduction to Artificial Intelligence Artificial Intelligence (AI) is what happens when a machine does something that could be considered intelligent if a human were to so the same, such as drive a car, play sports or pilot a plane. The term ‘artificial intelligence’ is synonymous to the term ‘machine intelligence’; a machine is by definition something artificial. AI is wired into much of modern society, for example, AI programs are used to spot bank fraud, evaluate mortgage applications and to vacuum floors. The term ‘agent’ is used for anything that can be viewed as perceiving its environment through sensors and acting upon that environment through effectors. In AI there are three main types of intelligent agents: firstly the reflex agent, secondly the goal-based agent and finally the utility-based agent. A reflex agent is the simplest type; it perceives its current environment and its actions only depend upon ‘condition-action’ rules. For example: ‘if car in front is breaking then initiate breaking’. A goal based agent is more complicated. It has some perception about the effect its actions will have upon the environment and whether those actions will help towards achieving its long term goal. A utility agent is similar to a goal based agent, but is more complex again, because it has some measure of how successful it is being. There are large differences in the environments that intelligent agents operate. Environments are classified as follows:  Accessible - If an agent's sensors provide access to the complete state of the environment, then the environment is accessible to that agent. An accessible environment means that the robot does not need to maintain an internal model to keep track of the world.  Deterministic - If the next state of the environment is completely determined by the current state plus the actions selected by the agent, then the environment is deterministic.  Episodic - In an episodic environment, the agent's experience is divided into ‘episodes’. Each episode consists of the agent perceiving and then acting. Subsequent episodes do not depend upon previous episodes. Episodic environments are simple because the agent does not need to think ahead.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 333  Static - If the environment cannot change while an agent is deciding on an action, then the environment is static.  Discrete - If there are a limited number of distinct, clearly defined actions then the environment is discrete. It is important to understand the environment because different environment types require different agent programs to deal with them effectively. The robot built by the special engineering project had the following environment: inaccessible, nondeterministic, non-episodic, dynamic (i.e. not static) and continuous (i.e. not discrete). It was designed to be a goal-based agent. 1.3 SUMMARY A robot is an intelligent, re-programmable and multifunctional manipulator designed to work in inaccessible environment to do variety of tasks which are laborious, threatened and risky. The robots with flexible structure are needed so that they can adapt themselves according to the pipeline parameters. . Fig. 5.12 BLOCK DIAGRAM
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 334 CONCLUSION Mobile robotic systems have great potential for providing assistance in general surveillance tasks. From visual surveillance and long-term deployment in security operations, to victim identification and threat assessment at search and rescue sites. robotic systems may prove to be invaluable assets. Structural health monitoring has already seen practical implementation of robotic systems. While many robotic technologies are still in development, the commercial production of various remote- control inspection units for structural health monitoring is evidence of the effectiveness of these systems. Robotics use may not be widespread, yet the commercialization of various pipe-crawlers, tank-inspectors, etc. suggests that widespread practical implementation of robotic systems may occur in the near future. While many of the current technologies employed may have limitations (e.g., remote control, tethered systems), there is the potential for deployment of practical autonomous systems as well. REFERENCES [i] Schneider electric telemetry and remote scada solutions march 2012 Jim Ralston & Scott Monton Prosoft Technology February 2008 Rao Kalapatapu Isa 2004 Paper James Fietsam, Eric Rochelkyle Dixon Doug Schumann.Arms, Steven. “Robotic Systems for Network Interrogation of Smart Civil Structures”.NSF Small Business Innovation Research Program Proposal. Burlington, VT:Microstrain, Inc. 1999. [ii] Becker, Jens, Laurence J. Jacobs, and Jianmin Qu. “Characterization of Cement-Based Materials Using Diffuse Ultrasound”. Journal of Engineering Mechanics December 2003: 1478-1484. [iii] Dolan, John, et al. Distributed Tactical Surveillance with ATVs. Proc. SPIE Conference on Unmanned Ground Vehicle Technology (Aerosense 1999). Vol. 3693. Bellingham, WA: SPIE 1999. [iv] Envirosight, Inc. 111 Canfield Ave., Randolph, NJ 07869. Esser, Brian, et al. Wireless Inductive Robotic Inspection of Structures. Proc. IASTED 2000 International Conference. 14-16 August 2000. Honolulu: 2000.
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 335 BOOKS [i] Axel Daniels & Wayne Salter, What is SCADA, CERN-CNL-2000-003 Vol. XXXV, issue no.3 [ii] Jhon B. Weber, Applying Visual Basic for Human Machine Interface Applications. [iii] Tony Stafford, Taking Back – A SCADA case study, Camrosa Water District, California. July 2002. [iv] Automating Manufacturing Systems with PLCs (Version 4.7, April 14, 2005) by Hugh Jack