SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 151
OPTIMIZED MAPPING AND NAVIGATION OF REMOTE AREA
THROUGH AN AUTONOMOUS ROBOT
P. P. Chavan1
, R.D. Kulkarni2
, G. S. Nathani3
, S. S. Desai4
1
Assistant Prof, Department of Electronics & Telecommunication, K J College of Engineering & Management Research,
Pune, Maharashtra, India
2
Student of Department of Electronics & Telecommunication, K J College of Engineering & Management Research,
Pune, Maharashtra, India
3
Student of Department of Electronics & Telecommunication, K J College of Engineering & Management Research,
Pune, Maharashtra, India
4
Student of Department of Electronics & Telecommunication, K J College of Engineering & Management Research,
Pune, Maharashtra, India
Abstract
Navigation and mapping are the two integrated system for an intelligent robotic unit. The “Optimized mapping and navigation of
remote area through an autonomous robot” comprises of two parts, the primary unit is a four wheeled robot which is a fully
automated system and the secondary unit is a user interface system developed on the JAVA platform. The developments of these units
are made keeping in mind the robust requirements in different field. The robot is a fully autonomous unit, i.e. it does not require any
assistance from the environment or human interaction. Proximity sensors calibrated onto the robot are used for obstacle detection
process in its path. A cross reference process using mobile phone is also integrated in this project.
The robot is self sustained with algorithm to avoid any object which would lie in its path while manoeuvring across the arena. The
major gist of the project is that the robot develops its own virtual grid onto the arena and hence position and align itself to it. The
complete robotic unit works on this virtual grid removing necessity for any external elements to be used as a reference or support for
its navigation or positioning. The secondary unit, the Graphical User Interface, developed covers all possible grounds for interaction
with the user. The GUI also supports the facility of storing data onto the database for future reference or resource storing. The
communication link between the two is developed by an ISP band using zigbee communication; the units are more facilitated using
real time based data transfer between the two in a secure private network. This project would also demonstrate an innovative idea by
using android mobile for localization and positioning of the robot.
Keywords: Robotics, Mapping & Navigation, Wireless Communication - ZigBee, Object detection – ultrasonic proximity
sensor, Android application, MIT app inventor.
-----------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
There are many strategies developed for the solution to the
problem to the design of mapping and navigation of an arena[1]
[2]
, the true test of these system is their capability of handling
responses given to them i.e. capability of developing an robust
yet powerful structure response. In many areas where a sense
of navigation is required but use of external reference point or
any such device that requires a setup in the targeted field
cannot be accomplished is a very tedious task, and sometimes
very hazardous.
With introduction of this system the robotic unit, or any similar
device could set up a complete model for navigation on any
ground without the need of external references[3]
, this not only
means an economical solution but also an overall faster
resolution of the problem. Every 2-D navigation system could
only be satisfied in terms of nodes or X and Y coordinates –
―Grid Mapping Techniques‖ [2]
. Exception in this project is that
the design is virtually calculated and these grids and nodes are
all ―imaginary‖ but they possess real time values with the
reference to the initial position of the robot.
Movement of the robot is another concept, use of steady base
gives it an edge to reduce error while manoeuvre across the
arena. Addition to it the complete electronic design is aimed to
handle any similar unit, even if the dimension or make of these
hardware are changed this concept stands its ground in all
scenario.
Another care is taken that the user is kept to the minimum
required intervention. Reasons of isolation may be an
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 152
advantage in area of hazards or reducing human error or
designing with bare minimum complexities at the user end.
A prototype design of using an android app is also incorporated
to the cause, this is explained in the impending section.
Fig 1: Basic block description of the system
2. VIRTUAL GRID TECHNIQUE
2.1 Grid Mapping
As stated above the nodes are divided among X and Y
coordinates, Initially the starting node of design starts with
Xnode 1 and Ynode 1, this node is the reference point to which
the other nodes are to be virtually aligned accordingly. The
design parameter is such that these nodes length would vary
according to the user defined values.
Being independent from the use of sensor the mapping
dimensions are automatically picked up as per the capability of
the motor driving units of the robot, this adds to the advantage
for getting an generalized throughput at the user end, as the
dimension of the robot increases so is the capacity of the
robotic unit.
After every movement of the robot the system updates its
database with the nodes it has covered, the current node status
of the design gives the idea of its active position on the grid.
The graph is broadly divided into segments each on Y axis and
X axis.
2.2 Orientation Bit
The second challenge of grid technique is to maintain the sense
of orientation. The orientation changes only when the direction
changes that is when the robot takes a turn in its path. The
graphical display of orientation is bit as shown in fig below.
The bit value of this needs to be updated after every move
because this would only sense the direction which the robot
faces with respect to the orientation.
Fig 2: Orientation bit.
3. COMMUNICATION
3.1 Introduction
The server and client protocol or P2P protocol is established
using ZigBee. It is a specification for a suite of high level
communication protocols used to create personal area networks
built from small, low-power digital radios. ZigBee based on an
IEEE 802.15 standard, is low-powered buthas capability to
transmit data over long distances, which is facilitated even
more by using repeaters which creates a mesh network, i.e., a
network with no centralized control [4]
.
3.2ZigBee Module
The class of communication to simplify the whole design used
is Tran’s receiver by securing Serial Communication using the
UART (Universal Asynchronous Receiver Transmitter). The
XBee/XBee-PRO OEM RF Modules could easily and readily
be made compatible by RS232 standard voltage level using
MAX232 IC or any voltage level converters.
By default the modules operate in Transparent Mode. When
operating in this mode, the modules act as a serial line
replacement - all UART data received through the DI pin is
queued up for RF transmission. When RF data is received, the
data is sent out the DO pin.
3.3 Data Transmission
Data enters the module UART through the DI pin (pin 3) as an
asynchronous serial signal. The signal should idle high when
no data is being transmitted. Each data byte consists of a start
bit (low), 8 data bits (least significant bit first) and a stop bit
(high). The figure illustrates the serial bit pattern of data
passing through the module.
3.4 Data Buffers
When serial data enters the RF module through the DI pin (pin
3), the data is stored in the DI Buffer until it can be
processed.When RF data is received, the data enters the DO
buffer and is sent out the serial port to a host device. Once the
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 153
DO Buffer reaches capacity, any additional incoming RF data
is lost.
The CTS and RTS - Hardware Flow Control registers monitor
the overflowing data buffers and respond automatically to the
sender or receiver about the backward flow control initiation.
Fig3: Block Description of ZigBee module communication
link with user computer.
Fig 4: UART data packet as transmitted through the RF
module. Example Data Format is 8 bits, No parity bit and 1
stop bit.
Fig 5: Internal data flow diagram - ZigBee module.
4. THE USER INTERFERENCE
 Simple GUI for user interface.
 Real time Mapping display window.
 Database available for storing resources.
 Direct serial port entities available for interaction.
 Multiple options are provided on GUI for user to
control the autonomous bot.
 Baud rate could be easily changed and applied onto.
 No Human interaction is required once the mapping has
started.
 Wide display window is available for displaying the
large mapping area (Application is Robust).
Fig 6: Graphical User Interface (GUI).
4.1 Application Compatibility
Application is platform independent, i.e. it can be used on any
OS. The JVM (Java Virtual Machine) makes it possible with
simple yet fastdesign the application does not require much of
the computer resources.
4.2 Application Requirement
JDK package is needed in OS to create java runtime
environment (JRE)[9]
.
5. MICROCONTROLLER ATMEGA32L [6]
• High-performance, Low-power Atmel®AVR® 8-bit
Microcontroller
• Advanced RISC Architecture with 131 Powerful
Instructions and 32 × 8 General Purpose Working
Registers
• High Endurance Non-volatile Memory segments
including 32Kbytes of In-System Self-programmable
Flash program memory, 1024Bytes EEPROM and
2Kbytes Internal SRAM.
• In-System Programming by On-chip Boot Program.
• Peripheral Features, A two 8-bit Timer/Counters with
Separate Prescalers and Compare Modes, four PWM
Channels, 8-channel, 10-bit ADC, Programmable Serial
USART, etc.
• I/O and Packages contains 32 Programmable I/O Lines.
• Operating Voltages ranges from 2.7V - 5.5V.
• Speed Grades 0 - 8MHz.
• Power Consumption at 1MHz, 3V, 25°C
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 154
5.1 Serial Communication
The Universal Synchronous and Asynchronous serial Receiver
and Transmitter (USART) is a highly flexible serial
communication device. Port PD0 and PD1 are used as RXD
and TXD pins for communication. The data are serially
transferred into USART buffer registers and send for
transmission or memory register as per the process call.
The figure below shows the frame format for transmission and
reception of the data frames.
Fig 7: Frame format for USART including IDLE (idle bit), St
(Start Bit), 0-8 Data bit, P (Parity bit) and SP (Stop bits).
6. OBSTACLE DETECTION USING SENSOR
The robot is trying to plagiarism the human senses for obstacle
detection; the most economical solution to this is by
introducing a proximity sensor to the robotic unit. Calculation
for the parameter of distance is carried in such a way that the
robot should not get lost in its path of detection and confuse its
vital information of its positioning and orientation[5]
.
Every possibility of detection in the complete arena is
accounted into the robotic system, this design after the
detection of obstacle in its path, is made by keeping track of its
position on the arena, orientation, parameters of arena and to
avoid the obstacle and continue to map the rest fields.
7. WORKING
The complete user interaction is onto the computer side of the
project, the starting initiation is done using entering the field
values of the system onto the GUI, as shown in Fig 9. The
length and breadth of the mapping parameter. These strings are
sent using xbee communication link setup to the robotic unit.
After both the units have made their first contact, the system is
now ready to map the arena. Here the GUI now opens a display
window onto the user screen with a start button, As soon as the
start button is pressed the robotic units start sending the data
resources from on ground unit to the computer section.
In case of no obstacle is detected the robotic units keeps
updating its position and mark it onto the window terminal of
the screen. This map building process is continuously
displayed onto the screen on the real time basis [7]
.
As soon as the object is detected onto the screen the robot
notes the node at which it hit the object and so transfers the
data back to computer end. At this point the GUI terminal unit
marks the area as a red node or heavy node showing the object
on the very node itself. In any case where the robot changes its
motion or makes any movement the information about the
system is periodically updated to the server unit on a real time
basis where the mappingutility illustrates the required fields [8]
,
it is demonstrated in fig 8.
Fig 8: Map displaying terminal here the white lines denotes a
clear path on those terminals and red blocks denotes an object
has been detected.
Fig 9: Robot Unit
8. ANDROID FOR LOCALIZATION OF ROBOT
Reliability of any system could be questioned upon as it is self-
dependent and does not uses any literal means of localization
from the field, to remove uncertainties and to testify the overall
performance of the unit the robot could be accompanied by an
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 155
android mobile which nowadays are available easily and at low
cost.
Fig 10: Block Diagram of mobile unit with server system.
8.1 Android Sensors
Android mobiles are loaded with sensors which are used for
the operation of multiple apps onto it, the prime sensors which
could be used are as following:
1. Motion sensors or Accelerometers: for measuring
acceleration forces and rotational forces.
2. Orientation sensors: using magnetometers they can
produce the physical position of device.
3. Location sensor: deduces the location coordinates using
either GPS or network based system.
These three sensor are more than enough to vouch for the
displacement and localization of robot in the unknown field.
8.2 MIT app Inventor
Designed under Google, and managed by MIT [10],
USA, this is
an open source tool for development of android apps by users.
App inventor eases the process and develops the app efficiently
as well as quickly.
8.3 Communication
The target of designing this phase of project was to ensure
reliability, the system could be more trustworthy is a different
media of data communication could be used onto, the app
inventor facilitates use of Bluetooth onto the device as used.
The Bluetooth not only secures the transmitting data but are
also available on both side of the system i.e. the mobile as well
as the laptop. Hence Bluetooth was opted onto, for long ranges
the device or application could be enabled with internet
protocol and data could be uploaded onto the network. By
default for mobile a baud rate of 9600 is used.
Fig 11: Screen shot of the android mobile application.
8.4 Operation
Data streams are send in a sequence from the android
application (.apk) on the mobile placed on the robotic unit.
Application after starting the Bluetooth device needs to be
selected for linking, and as soon as it gets linked the unit could
start sending data after the ―transmission button‖ is clicked as
shown in figure 12. The data streams arrive at terminal unit i.e.
the computer system, this could be interpreted to a GUI for
easy references. As shown in figure11the terminal output of the
strings. Even though application was tested on Samsung galaxy
GTI9300 (S3), the application is compatible to other devices as
well.
Fig 11: Server side reception of data from android unit,L
strings are for location sensor followed by A strings of
Accelerometer sensor and O string of the Orientation sensor.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 156
9. APPLICATION
 The mapping technique could be easily implemented for
any robotic system.
 The robot needs no human interference during the job;
this advantage could be widely explored in the areas
where it’s hazardous or regions where humans can’t
access.
 The robot is ready to map and store the complete arena
which could be used as a resource database.
 Having a powerful microcontroller the system is ready
to interact with multiple types of sensor and expand its
application accordingly.
 The system is capable of searching objects in the
complete arena autonomously, very useful and capable
in search and rescue operation [11]
.
 Heavy units which are transported in factories could
make use of these units to calculate its path before
shifting the loads.
10. ACKNOWLEDGMENTS
The success of any project depends upon the guidance and
encouragement by the mentor and many others. I take this
opportunity to express my gratitude to all those, who have been
the backbone support for the successful completion of this
project. This research project would not have been possible
without the guidance and moral support of Prof. Mrs. P. P.
Chavan, whose mentoring supervision and challenges
encouraged us throughout. We appreciatively thank our HOD,
Prof. Mr P. U. Chavan. His experience and expertise, and
insistence, on our no less than, the best efforts, guided us to
achieve our goal. We are sincerely thankful to him.
We are grateful to our institute for providing us with
favourable environment and all the facilities to complete this
project.We would like to dedicate this project to our family and
friends who were the true pillars, both morally and monetarily.
Their endless support and belief on us are the basis of our
focus and dedication.
REFERENCES
[1] VikasVerma, Jaipur National University, Jagatpura,
Jaipur, ―Mobile robot Navigation Techniques: A
Survey‖ , Vol. 1 Issue II, September2013 ISSN: 2321-
9653
[2] J. Borenstein1
, H. R. verett2
, and L. Feng3
Contributing
authors: S. W. Lee and R. H. Byrne Edited and
compiled by J. Borenstein - ―Where am I? ,Sensors and
Methods for Mobile Robot Positioning‖ University of
Michigan For the Oak Ridge National Lab (ORNL)
D&D Program and the United States Department of
Energy's Robotics Technology Development Program,
April 1996
[3] JoonSeop Oh, Yoon Ho Choi, Jin Bae Park, and Yuan
F. Zheng, Fellow, IEEE, ―Complete Coverage
Navigation of Cleaning Robots Using Triangular-Cell-
Based Map‖, IEEE TRANSACTIONS ON
INDUSTRIAL ELECTRONICS, VOL. 51, NO. 3,
JUNE 2004.
[4] J. Elson, ―Time synchronization in wireless sensor
networks,‖ Ph.D. dissertation, University of California,
Los Angeles, May 2003.
[5] Ikuo Ihara Nagaoka University of Technology
―Ultrasonic Sensing: Fundamentals and Its Applications
to Non-destructive Evaluation (a draft)‖.
[6] ATMEGA32 Datasheet.
[7] A. Zelinsky1, R.A. Jarvis2, J.C. Byrne2 and S. Yuta3,
―Planning Paths of Complete Coverage of an
Unstructured Environment by a Mobile Robot‖,
Intelligent Machine Behaviour Section, Electrotechical
Laboratory, Tsukuba 305 Japan, in Proc. ICAR’93,
1993, pp. 533–538.
[8] Giuseppe Oriolo, Member, IEEE, Giovanni Ulivi,
Member, IEEE, and MarilenaVendittelli , ―Real-Time
Map Building and Navigation for Autonomous Robots
in Unknown Environments‖, IEEE TRANSACTIONS
ON SYSTEMS, MAN, AND CYBERNETICS—PART
B: CYBERNETICS, VOL. 28, NO. 3, JUNE 1998.
[9] David Flanagan, ―Java In A Nutshell‖, 5th Edition.
[10] MIT Centre for Mobile Learning, Google's App Engine
service, under the care of Massachusetts Institute of
Technology (MIT) - USA.
[11] Patrick Reignier. Fuzzy logic techniques for mobile
robotobstacle avoidance. Robotics and Autonomous
Systems,12:143 - 153, 1994.

More Related Content

What's hot

Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...
eSAT Journals
 
L046027479
L046027479L046027479
L046027479
IJERA Editor
 
Analysis of zone routing protocol in manet
Analysis of zone routing protocol in manetAnalysis of zone routing protocol in manet
Analysis of zone routing protocol in manet
eSAT Journals
 
Indoor tracking with bluetooth low energy devices using k nearest neighbour a...
Indoor tracking with bluetooth low energy devices using k nearest neighbour a...Indoor tracking with bluetooth low energy devices using k nearest neighbour a...
Indoor tracking with bluetooth low energy devices using k nearest neighbour a...
Conference Papers
 
Application of dual tone multi frequency technology and sensing in autonomous...
Application of dual tone multi frequency technology and sensing in autonomous...Application of dual tone multi frequency technology and sensing in autonomous...
Application of dual tone multi frequency technology and sensing in autonomous...
eSAT Journals
 
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
journalBEEI
 
International Journal of Computer Science and Security Volume (3) Issue (5)
International Journal of Computer Science and Security Volume (3) Issue (5)International Journal of Computer Science and Security Volume (3) Issue (5)
International Journal of Computer Science and Security Volume (3) Issue (5)
CSCJournals
 
IRJET - Robot for Prescription Writing
IRJET -  	  Robot for Prescription WritingIRJET -  	  Robot for Prescription Writing
IRJET - Robot for Prescription Writing
IRJET Journal
 
F224450
F224450F224450
Smartphone fpga based balloon payload using cots components
Smartphone fpga based balloon payload using cots componentsSmartphone fpga based balloon payload using cots components
Smartphone fpga based balloon payload using cots components
eSAT Journals
 
Performance analysis of massive multiple input multiple output for high speed...
Performance analysis of massive multiple input multiple output for high speed...Performance analysis of massive multiple input multiple output for high speed...
Performance analysis of massive multiple input multiple output for high speed...
IJECEIAES
 
IRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with IntelligentdestructionIRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with Intelligentdestruction
IRJET Journal
 
An enhanced method for human life rescue system
An enhanced method for human life rescue systemAn enhanced method for human life rescue system
An enhanced method for human life rescue system
eSAT Journals
 
Range Free Localization using Expected Hop Progress in Wireless Sensor Network
Range Free Localization using Expected Hop Progress in Wireless Sensor NetworkRange Free Localization using Expected Hop Progress in Wireless Sensor Network
Range Free Localization using Expected Hop Progress in Wireless Sensor Network
AM Publications
 
Analysis and reporting of programming skills using mobile cloud based compiler
Analysis and reporting of programming skills using mobile cloud based compilerAnalysis and reporting of programming skills using mobile cloud based compiler
Analysis and reporting of programming skills using mobile cloud based compiler
eSAT Journals
 
Cmri and signaling handout 2018
Cmri and signaling handout 2018Cmri and signaling handout 2018
Cmri and signaling handout 2018
jaybeckham
 
2D mapping using omni-directional mobile robot equipped with LiDAR
2D mapping using omni-directional mobile robot equipped with LiDAR2D mapping using omni-directional mobile robot equipped with LiDAR
2D mapping using omni-directional mobile robot equipped with LiDAR
TELKOMNIKA JOURNAL
 
Dl34689693
Dl34689693Dl34689693
Dl34689693
IJERA Editor
 
Jay's 2018 CMR/I Presentation
Jay's 2018 CMR/I PresentationJay's 2018 CMR/I Presentation
Jay's 2018 CMR/I Presentation
jaybeckham
 
Keynote Talk on Recent Advances in Mobile Grid and Cloud Computing
Keynote Talk on Recent Advances in Mobile Grid and Cloud ComputingKeynote Talk on Recent Advances in Mobile Grid and Cloud Computing
Keynote Talk on Recent Advances in Mobile Grid and Cloud Computing
Sayed Chhattan Shah
 

What's hot (20)

Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...
 
L046027479
L046027479L046027479
L046027479
 
Analysis of zone routing protocol in manet
Analysis of zone routing protocol in manetAnalysis of zone routing protocol in manet
Analysis of zone routing protocol in manet
 
Indoor tracking with bluetooth low energy devices using k nearest neighbour a...
Indoor tracking with bluetooth low energy devices using k nearest neighbour a...Indoor tracking with bluetooth low energy devices using k nearest neighbour a...
Indoor tracking with bluetooth low energy devices using k nearest neighbour a...
 
Application of dual tone multi frequency technology and sensing in autonomous...
Application of dual tone multi frequency technology and sensing in autonomous...Application of dual tone multi frequency technology and sensing in autonomous...
Application of dual tone multi frequency technology and sensing in autonomous...
 
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
 
International Journal of Computer Science and Security Volume (3) Issue (5)
International Journal of Computer Science and Security Volume (3) Issue (5)International Journal of Computer Science and Security Volume (3) Issue (5)
International Journal of Computer Science and Security Volume (3) Issue (5)
 
IRJET - Robot for Prescription Writing
IRJET -  	  Robot for Prescription WritingIRJET -  	  Robot for Prescription Writing
IRJET - Robot for Prescription Writing
 
F224450
F224450F224450
F224450
 
Smartphone fpga based balloon payload using cots components
Smartphone fpga based balloon payload using cots componentsSmartphone fpga based balloon payload using cots components
Smartphone fpga based balloon payload using cots components
 
Performance analysis of massive multiple input multiple output for high speed...
Performance analysis of massive multiple input multiple output for high speed...Performance analysis of massive multiple input multiple output for high speed...
Performance analysis of massive multiple input multiple output for high speed...
 
IRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with IntelligentdestructionIRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with Intelligentdestruction
 
An enhanced method for human life rescue system
An enhanced method for human life rescue systemAn enhanced method for human life rescue system
An enhanced method for human life rescue system
 
Range Free Localization using Expected Hop Progress in Wireless Sensor Network
Range Free Localization using Expected Hop Progress in Wireless Sensor NetworkRange Free Localization using Expected Hop Progress in Wireless Sensor Network
Range Free Localization using Expected Hop Progress in Wireless Sensor Network
 
Analysis and reporting of programming skills using mobile cloud based compiler
Analysis and reporting of programming skills using mobile cloud based compilerAnalysis and reporting of programming skills using mobile cloud based compiler
Analysis and reporting of programming skills using mobile cloud based compiler
 
Cmri and signaling handout 2018
Cmri and signaling handout 2018Cmri and signaling handout 2018
Cmri and signaling handout 2018
 
2D mapping using omni-directional mobile robot equipped with LiDAR
2D mapping using omni-directional mobile robot equipped with LiDAR2D mapping using omni-directional mobile robot equipped with LiDAR
2D mapping using omni-directional mobile robot equipped with LiDAR
 
Dl34689693
Dl34689693Dl34689693
Dl34689693
 
Jay's 2018 CMR/I Presentation
Jay's 2018 CMR/I PresentationJay's 2018 CMR/I Presentation
Jay's 2018 CMR/I Presentation
 
Keynote Talk on Recent Advances in Mobile Grid and Cloud Computing
Keynote Talk on Recent Advances in Mobile Grid and Cloud ComputingKeynote Talk on Recent Advances in Mobile Grid and Cloud Computing
Keynote Talk on Recent Advances in Mobile Grid and Cloud Computing
 

Viewers also liked

Performance evaluation of path loss parameters for broadcasting applications
Performance evaluation of path loss parameters for broadcasting applicationsPerformance evaluation of path loss parameters for broadcasting applications
Performance evaluation of path loss parameters for broadcasting applications
eSAT Publishing House
 
Diffusion rate analysis in palm kernel oil extraction
Diffusion rate analysis in palm kernel oil extractionDiffusion rate analysis in palm kernel oil extraction
Diffusion rate analysis in palm kernel oil extraction
eSAT Publishing House
 
Dry sliding wear behaviour of sand cast cu 11 ni-6sn alloy
Dry sliding wear behaviour of sand cast cu 11 ni-6sn alloyDry sliding wear behaviour of sand cast cu 11 ni-6sn alloy
Dry sliding wear behaviour of sand cast cu 11 ni-6sn alloy
eSAT Publishing House
 
Study on shear strength characteristics of coir mat reinforced sand
Study on shear strength characteristics of coir mat reinforced sandStudy on shear strength characteristics of coir mat reinforced sand
Study on shear strength characteristics of coir mat reinforced sand
eSAT Publishing House
 
Evolution of social developer network in oss survey
Evolution of social developer network in oss surveyEvolution of social developer network in oss survey
Evolution of social developer network in oss survey
eSAT Publishing House
 
.Net compiler using cloud computing
.Net compiler using cloud computing.Net compiler using cloud computing
.Net compiler using cloud computing
eSAT Publishing House
 
Approaches to the numerical solving of fuzzy
Approaches to the numerical solving of fuzzyApproaches to the numerical solving of fuzzy
Approaches to the numerical solving of fuzzy
eSAT Publishing House
 
A multilevel security scheme using chaos based
A multilevel security scheme using chaos basedA multilevel security scheme using chaos based
A multilevel security scheme using chaos based
eSAT Publishing House
 
Crowd control system using ir transmitter and receiver
Crowd control system using ir transmitter and receiverCrowd control system using ir transmitter and receiver
Crowd control system using ir transmitter and receiver
eSAT Publishing House
 
An understanding of graphical perception
An understanding of graphical perceptionAn understanding of graphical perception
An understanding of graphical perception
eSAT Publishing House
 
A survey on ontology based web personalization
A survey on ontology based web personalizationA survey on ontology based web personalization
A survey on ontology based web personalization
eSAT Publishing House
 
Product aspect ranking using domain dependent and domain independent review
Product aspect ranking using domain dependent and domain independent reviewProduct aspect ranking using domain dependent and domain independent review
Product aspect ranking using domain dependent and domain independent review
eSAT Publishing House
 
Run time dynamic partial reconfiguration using
Run time dynamic partial reconfiguration usingRun time dynamic partial reconfiguration using
Run time dynamic partial reconfiguration using
eSAT Publishing House
 
Noise reduction in speech processing using improved active noise control (anc...
Noise reduction in speech processing using improved active noise control (anc...Noise reduction in speech processing using improved active noise control (anc...
Noise reduction in speech processing using improved active noise control (anc...
eSAT Publishing House
 
Swarm robotics for intelligent warehousing an
Swarm robotics for intelligent warehousing anSwarm robotics for intelligent warehousing an
Swarm robotics for intelligent warehousing an
eSAT Publishing House
 
Experimental behavior of circular hsscfrc filled steel
Experimental behavior of circular hsscfrc filled steelExperimental behavior of circular hsscfrc filled steel
Experimental behavior of circular hsscfrc filled steel
eSAT Publishing House
 
A novel methodology for test scenario generation based on control flow analys...
A novel methodology for test scenario generation based on control flow analys...A novel methodology for test scenario generation based on control flow analys...
A novel methodology for test scenario generation based on control flow analys...
eSAT Publishing House
 
Design of face recognition system using principal
Design of face recognition system using principalDesign of face recognition system using principal
Design of face recognition system using principal
eSAT Publishing House
 
Effect of anions in seawater to corrosion attack on
Effect of anions in seawater to corrosion attack onEffect of anions in seawater to corrosion attack on
Effect of anions in seawater to corrosion attack on
eSAT Publishing House
 
Maintenance performance metrics for manufacturing industry
Maintenance performance metrics for manufacturing industryMaintenance performance metrics for manufacturing industry
Maintenance performance metrics for manufacturing industry
eSAT Publishing House
 

Viewers also liked (20)

Performance evaluation of path loss parameters for broadcasting applications
Performance evaluation of path loss parameters for broadcasting applicationsPerformance evaluation of path loss parameters for broadcasting applications
Performance evaluation of path loss parameters for broadcasting applications
 
Diffusion rate analysis in palm kernel oil extraction
Diffusion rate analysis in palm kernel oil extractionDiffusion rate analysis in palm kernel oil extraction
Diffusion rate analysis in palm kernel oil extraction
 
Dry sliding wear behaviour of sand cast cu 11 ni-6sn alloy
Dry sliding wear behaviour of sand cast cu 11 ni-6sn alloyDry sliding wear behaviour of sand cast cu 11 ni-6sn alloy
Dry sliding wear behaviour of sand cast cu 11 ni-6sn alloy
 
Study on shear strength characteristics of coir mat reinforced sand
Study on shear strength characteristics of coir mat reinforced sandStudy on shear strength characteristics of coir mat reinforced sand
Study on shear strength characteristics of coir mat reinforced sand
 
Evolution of social developer network in oss survey
Evolution of social developer network in oss surveyEvolution of social developer network in oss survey
Evolution of social developer network in oss survey
 
.Net compiler using cloud computing
.Net compiler using cloud computing.Net compiler using cloud computing
.Net compiler using cloud computing
 
Approaches to the numerical solving of fuzzy
Approaches to the numerical solving of fuzzyApproaches to the numerical solving of fuzzy
Approaches to the numerical solving of fuzzy
 
A multilevel security scheme using chaos based
A multilevel security scheme using chaos basedA multilevel security scheme using chaos based
A multilevel security scheme using chaos based
 
Crowd control system using ir transmitter and receiver
Crowd control system using ir transmitter and receiverCrowd control system using ir transmitter and receiver
Crowd control system using ir transmitter and receiver
 
An understanding of graphical perception
An understanding of graphical perceptionAn understanding of graphical perception
An understanding of graphical perception
 
A survey on ontology based web personalization
A survey on ontology based web personalizationA survey on ontology based web personalization
A survey on ontology based web personalization
 
Product aspect ranking using domain dependent and domain independent review
Product aspect ranking using domain dependent and domain independent reviewProduct aspect ranking using domain dependent and domain independent review
Product aspect ranking using domain dependent and domain independent review
 
Run time dynamic partial reconfiguration using
Run time dynamic partial reconfiguration usingRun time dynamic partial reconfiguration using
Run time dynamic partial reconfiguration using
 
Noise reduction in speech processing using improved active noise control (anc...
Noise reduction in speech processing using improved active noise control (anc...Noise reduction in speech processing using improved active noise control (anc...
Noise reduction in speech processing using improved active noise control (anc...
 
Swarm robotics for intelligent warehousing an
Swarm robotics for intelligent warehousing anSwarm robotics for intelligent warehousing an
Swarm robotics for intelligent warehousing an
 
Experimental behavior of circular hsscfrc filled steel
Experimental behavior of circular hsscfrc filled steelExperimental behavior of circular hsscfrc filled steel
Experimental behavior of circular hsscfrc filled steel
 
A novel methodology for test scenario generation based on control flow analys...
A novel methodology for test scenario generation based on control flow analys...A novel methodology for test scenario generation based on control flow analys...
A novel methodology for test scenario generation based on control flow analys...
 
Design of face recognition system using principal
Design of face recognition system using principalDesign of face recognition system using principal
Design of face recognition system using principal
 
Effect of anions in seawater to corrosion attack on
Effect of anions in seawater to corrosion attack onEffect of anions in seawater to corrosion attack on
Effect of anions in seawater to corrosion attack on
 
Maintenance performance metrics for manufacturing industry
Maintenance performance metrics for manufacturing industryMaintenance performance metrics for manufacturing industry
Maintenance performance metrics for manufacturing industry
 

Similar to Optimized mapping and navigation of remote area through an autonomous robot

Object collision avoidance with train using android
Object collision avoidance with train using androidObject collision avoidance with train using android
Object collision avoidance with train using android
eSAT Publishing House
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
IRJET Journal
 
IRJET- Voice Operated Lift Control System using Microcontroller
IRJET- Voice Operated Lift Control System using MicrocontrollerIRJET- Voice Operated Lift Control System using Microcontroller
IRJET- Voice Operated Lift Control System using Microcontroller
IRJET Journal
 
Real time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wirelessReal time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wireless
eSAT Publishing House
 
Design and implementation of autonomous maneuvering robotic vehicle using glo...
Design and implementation of autonomous maneuvering robotic vehicle using glo...Design and implementation of autonomous maneuvering robotic vehicle using glo...
Design and implementation of autonomous maneuvering robotic vehicle using glo...
eSAT Publishing House
 
A comprehensive review on performance of aodv protocol for wormhole attack
A comprehensive review on performance of aodv protocol for wormhole attackA comprehensive review on performance of aodv protocol for wormhole attack
A comprehensive review on performance of aodv protocol for wormhole attack
eSAT Publishing House
 
Implementation of dynamic source routing (dsr) in mobile ad hoc network (manet)
Implementation of dynamic source routing (dsr) in mobile ad hoc network (manet)Implementation of dynamic source routing (dsr) in mobile ad hoc network (manet)
Implementation of dynamic source routing (dsr) in mobile ad hoc network (manet)
eSAT Journals
 
Implementation of dynamic source routing (dsr) in
Implementation of dynamic source routing (dsr) inImplementation of dynamic source routing (dsr) in
Implementation of dynamic source routing (dsr) in
eSAT Publishing House
 
Enhanced location based self adaptive routing algorithm for wsn in industrial...
Enhanced location based self adaptive routing algorithm for wsn in industrial...Enhanced location based self adaptive routing algorithm for wsn in industrial...
Enhanced location based self adaptive routing algorithm for wsn in industrial...
eSAT Publishing House
 
IRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning System
IRJET Journal
 
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
IRJET Journal
 
Zigbee sensor network integrated with 4 g for iot
Zigbee sensor network integrated with 4 g for iotZigbee sensor network integrated with 4 g for iot
Zigbee sensor network integrated with 4 g for iot
eSAT Publishing House
 
IRJET- Survey Paper on Human Following Robot
IRJET- Survey Paper on Human Following RobotIRJET- Survey Paper on Human Following Robot
IRJET- Survey Paper on Human Following Robot
IRJET Journal
 
Design, development and implementation of novel idea
Design, development and implementation of novel ideaDesign, development and implementation of novel idea
Design, development and implementation of novel idea
eSAT Journals
 
Zigbee sensor network integrated with 4 g for iot applications
Zigbee sensor network integrated with 4 g for iot applicationsZigbee sensor network integrated with 4 g for iot applications
Zigbee sensor network integrated with 4 g for iot applications
goodgood
 
Collective approach for manets to support packet loss and delay sensitive app...
Collective approach for manets to support packet loss and delay sensitive app...Collective approach for manets to support packet loss and delay sensitive app...
Collective approach for manets to support packet loss and delay sensitive app...
eSAT Publishing House
 
IRJET- Vanet Connection Performance Analysis using GPSR Protocol
IRJET- Vanet Connection Performance Analysis using GPSR ProtocolIRJET- Vanet Connection Performance Analysis using GPSR Protocol
IRJET- Vanet Connection Performance Analysis using GPSR Protocol
IRJET Journal
 
Iot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS ProtocolIot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS Protocol
IRJET Journal
 
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOTPSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
IRJET Journal
 
C017371624
C017371624C017371624
C017371624
IOSR Journals
 

Similar to Optimized mapping and navigation of remote area through an autonomous robot (20)

Object collision avoidance with train using android
Object collision avoidance with train using androidObject collision avoidance with train using android
Object collision avoidance with train using android
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
 
IRJET- Voice Operated Lift Control System using Microcontroller
IRJET- Voice Operated Lift Control System using MicrocontrollerIRJET- Voice Operated Lift Control System using Microcontroller
IRJET- Voice Operated Lift Control System using Microcontroller
 
Real time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wirelessReal time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wireless
 
Design and implementation of autonomous maneuvering robotic vehicle using glo...
Design and implementation of autonomous maneuvering robotic vehicle using glo...Design and implementation of autonomous maneuvering robotic vehicle using glo...
Design and implementation of autonomous maneuvering robotic vehicle using glo...
 
A comprehensive review on performance of aodv protocol for wormhole attack
A comprehensive review on performance of aodv protocol for wormhole attackA comprehensive review on performance of aodv protocol for wormhole attack
A comprehensive review on performance of aodv protocol for wormhole attack
 
Implementation of dynamic source routing (dsr) in mobile ad hoc network (manet)
Implementation of dynamic source routing (dsr) in mobile ad hoc network (manet)Implementation of dynamic source routing (dsr) in mobile ad hoc network (manet)
Implementation of dynamic source routing (dsr) in mobile ad hoc network (manet)
 
Implementation of dynamic source routing (dsr) in
Implementation of dynamic source routing (dsr) inImplementation of dynamic source routing (dsr) in
Implementation of dynamic source routing (dsr) in
 
Enhanced location based self adaptive routing algorithm for wsn in industrial...
Enhanced location based self adaptive routing algorithm for wsn in industrial...Enhanced location based self adaptive routing algorithm for wsn in industrial...
Enhanced location based self adaptive routing algorithm for wsn in industrial...
 
IRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning System
 
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
 
Zigbee sensor network integrated with 4 g for iot
Zigbee sensor network integrated with 4 g for iotZigbee sensor network integrated with 4 g for iot
Zigbee sensor network integrated with 4 g for iot
 
IRJET- Survey Paper on Human Following Robot
IRJET- Survey Paper on Human Following RobotIRJET- Survey Paper on Human Following Robot
IRJET- Survey Paper on Human Following Robot
 
Design, development and implementation of novel idea
Design, development and implementation of novel ideaDesign, development and implementation of novel idea
Design, development and implementation of novel idea
 
Zigbee sensor network integrated with 4 g for iot applications
Zigbee sensor network integrated with 4 g for iot applicationsZigbee sensor network integrated with 4 g for iot applications
Zigbee sensor network integrated with 4 g for iot applications
 
Collective approach for manets to support packet loss and delay sensitive app...
Collective approach for manets to support packet loss and delay sensitive app...Collective approach for manets to support packet loss and delay sensitive app...
Collective approach for manets to support packet loss and delay sensitive app...
 
IRJET- Vanet Connection Performance Analysis using GPSR Protocol
IRJET- Vanet Connection Performance Analysis using GPSR ProtocolIRJET- Vanet Connection Performance Analysis using GPSR Protocol
IRJET- Vanet Connection Performance Analysis using GPSR Protocol
 
Iot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS ProtocolIot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS Protocol
 
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOTPSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
 
C017371624
C017371624C017371624
C017371624
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
eSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
eSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
eSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
eSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
eSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
eSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
eSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
eSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
eSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
eSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
Atif Razi
 
VARIABLE FREQUENCY DRIVE. VFDs are widely used in industrial applications for...
VARIABLE FREQUENCY DRIVE. VFDs are widely used in industrial applications for...VARIABLE FREQUENCY DRIVE. VFDs are widely used in industrial applications for...
VARIABLE FREQUENCY DRIVE. VFDs are widely used in industrial applications for...
PIMR BHOPAL
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
VANDANAMOHANGOUDA
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
Prakhyath Rai
 
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
upoux
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
Gas agency management system project report.pdf
Gas agency management system project report.pdfGas agency management system project report.pdf
Gas agency management system project report.pdf
Kamal Acharya
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
Design and optimization of ion propulsion drone
Design and optimization of ion propulsion droneDesign and optimization of ion propulsion drone
Design and optimization of ion propulsion drone
bjmsejournal
 
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURSCompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
RamonNovais6
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
upoux
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
bijceesjournal
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
ijaia
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
Gino153088
 
TIME TABLE MANAGEMENT SYSTEM testing.pptx
TIME TABLE MANAGEMENT SYSTEM testing.pptxTIME TABLE MANAGEMENT SYSTEM testing.pptx
TIME TABLE MANAGEMENT SYSTEM testing.pptx
CVCSOfficial
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
ydzowc
 

Recently uploaded (20)

Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
 
VARIABLE FREQUENCY DRIVE. VFDs are widely used in industrial applications for...
VARIABLE FREQUENCY DRIVE. VFDs are widely used in industrial applications for...VARIABLE FREQUENCY DRIVE. VFDs are widely used in industrial applications for...
VARIABLE FREQUENCY DRIVE. VFDs are widely used in industrial applications for...
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
 
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
Gas agency management system project report.pdf
Gas agency management system project report.pdfGas agency management system project report.pdf
Gas agency management system project report.pdf
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
Design and optimization of ion propulsion drone
Design and optimization of ion propulsion droneDesign and optimization of ion propulsion drone
Design and optimization of ion propulsion drone
 
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURSCompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
 
TIME TABLE MANAGEMENT SYSTEM testing.pptx
TIME TABLE MANAGEMENT SYSTEM testing.pptxTIME TABLE MANAGEMENT SYSTEM testing.pptx
TIME TABLE MANAGEMENT SYSTEM testing.pptx
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
 

Optimized mapping and navigation of remote area through an autonomous robot

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 151 OPTIMIZED MAPPING AND NAVIGATION OF REMOTE AREA THROUGH AN AUTONOMOUS ROBOT P. P. Chavan1 , R.D. Kulkarni2 , G. S. Nathani3 , S. S. Desai4 1 Assistant Prof, Department of Electronics & Telecommunication, K J College of Engineering & Management Research, Pune, Maharashtra, India 2 Student of Department of Electronics & Telecommunication, K J College of Engineering & Management Research, Pune, Maharashtra, India 3 Student of Department of Electronics & Telecommunication, K J College of Engineering & Management Research, Pune, Maharashtra, India 4 Student of Department of Electronics & Telecommunication, K J College of Engineering & Management Research, Pune, Maharashtra, India Abstract Navigation and mapping are the two integrated system for an intelligent robotic unit. The “Optimized mapping and navigation of remote area through an autonomous robot” comprises of two parts, the primary unit is a four wheeled robot which is a fully automated system and the secondary unit is a user interface system developed on the JAVA platform. The developments of these units are made keeping in mind the robust requirements in different field. The robot is a fully autonomous unit, i.e. it does not require any assistance from the environment or human interaction. Proximity sensors calibrated onto the robot are used for obstacle detection process in its path. A cross reference process using mobile phone is also integrated in this project. The robot is self sustained with algorithm to avoid any object which would lie in its path while manoeuvring across the arena. The major gist of the project is that the robot develops its own virtual grid onto the arena and hence position and align itself to it. The complete robotic unit works on this virtual grid removing necessity for any external elements to be used as a reference or support for its navigation or positioning. The secondary unit, the Graphical User Interface, developed covers all possible grounds for interaction with the user. The GUI also supports the facility of storing data onto the database for future reference or resource storing. The communication link between the two is developed by an ISP band using zigbee communication; the units are more facilitated using real time based data transfer between the two in a secure private network. This project would also demonstrate an innovative idea by using android mobile for localization and positioning of the robot. Keywords: Robotics, Mapping & Navigation, Wireless Communication - ZigBee, Object detection – ultrasonic proximity sensor, Android application, MIT app inventor. -----------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION There are many strategies developed for the solution to the problem to the design of mapping and navigation of an arena[1] [2] , the true test of these system is their capability of handling responses given to them i.e. capability of developing an robust yet powerful structure response. In many areas where a sense of navigation is required but use of external reference point or any such device that requires a setup in the targeted field cannot be accomplished is a very tedious task, and sometimes very hazardous. With introduction of this system the robotic unit, or any similar device could set up a complete model for navigation on any ground without the need of external references[3] , this not only means an economical solution but also an overall faster resolution of the problem. Every 2-D navigation system could only be satisfied in terms of nodes or X and Y coordinates – ―Grid Mapping Techniques‖ [2] . Exception in this project is that the design is virtually calculated and these grids and nodes are all ―imaginary‖ but they possess real time values with the reference to the initial position of the robot. Movement of the robot is another concept, use of steady base gives it an edge to reduce error while manoeuvre across the arena. Addition to it the complete electronic design is aimed to handle any similar unit, even if the dimension or make of these hardware are changed this concept stands its ground in all scenario. Another care is taken that the user is kept to the minimum required intervention. Reasons of isolation may be an
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 152 advantage in area of hazards or reducing human error or designing with bare minimum complexities at the user end. A prototype design of using an android app is also incorporated to the cause, this is explained in the impending section. Fig 1: Basic block description of the system 2. VIRTUAL GRID TECHNIQUE 2.1 Grid Mapping As stated above the nodes are divided among X and Y coordinates, Initially the starting node of design starts with Xnode 1 and Ynode 1, this node is the reference point to which the other nodes are to be virtually aligned accordingly. The design parameter is such that these nodes length would vary according to the user defined values. Being independent from the use of sensor the mapping dimensions are automatically picked up as per the capability of the motor driving units of the robot, this adds to the advantage for getting an generalized throughput at the user end, as the dimension of the robot increases so is the capacity of the robotic unit. After every movement of the robot the system updates its database with the nodes it has covered, the current node status of the design gives the idea of its active position on the grid. The graph is broadly divided into segments each on Y axis and X axis. 2.2 Orientation Bit The second challenge of grid technique is to maintain the sense of orientation. The orientation changes only when the direction changes that is when the robot takes a turn in its path. The graphical display of orientation is bit as shown in fig below. The bit value of this needs to be updated after every move because this would only sense the direction which the robot faces with respect to the orientation. Fig 2: Orientation bit. 3. COMMUNICATION 3.1 Introduction The server and client protocol or P2P protocol is established using ZigBee. It is a specification for a suite of high level communication protocols used to create personal area networks built from small, low-power digital radios. ZigBee based on an IEEE 802.15 standard, is low-powered buthas capability to transmit data over long distances, which is facilitated even more by using repeaters which creates a mesh network, i.e., a network with no centralized control [4] . 3.2ZigBee Module The class of communication to simplify the whole design used is Tran’s receiver by securing Serial Communication using the UART (Universal Asynchronous Receiver Transmitter). The XBee/XBee-PRO OEM RF Modules could easily and readily be made compatible by RS232 standard voltage level using MAX232 IC or any voltage level converters. By default the modules operate in Transparent Mode. When operating in this mode, the modules act as a serial line replacement - all UART data received through the DI pin is queued up for RF transmission. When RF data is received, the data is sent out the DO pin. 3.3 Data Transmission Data enters the module UART through the DI pin (pin 3) as an asynchronous serial signal. The signal should idle high when no data is being transmitted. Each data byte consists of a start bit (low), 8 data bits (least significant bit first) and a stop bit (high). The figure illustrates the serial bit pattern of data passing through the module. 3.4 Data Buffers When serial data enters the RF module through the DI pin (pin 3), the data is stored in the DI Buffer until it can be processed.When RF data is received, the data enters the DO buffer and is sent out the serial port to a host device. Once the
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 153 DO Buffer reaches capacity, any additional incoming RF data is lost. The CTS and RTS - Hardware Flow Control registers monitor the overflowing data buffers and respond automatically to the sender or receiver about the backward flow control initiation. Fig3: Block Description of ZigBee module communication link with user computer. Fig 4: UART data packet as transmitted through the RF module. Example Data Format is 8 bits, No parity bit and 1 stop bit. Fig 5: Internal data flow diagram - ZigBee module. 4. THE USER INTERFERENCE  Simple GUI for user interface.  Real time Mapping display window.  Database available for storing resources.  Direct serial port entities available for interaction.  Multiple options are provided on GUI for user to control the autonomous bot.  Baud rate could be easily changed and applied onto.  No Human interaction is required once the mapping has started.  Wide display window is available for displaying the large mapping area (Application is Robust). Fig 6: Graphical User Interface (GUI). 4.1 Application Compatibility Application is platform independent, i.e. it can be used on any OS. The JVM (Java Virtual Machine) makes it possible with simple yet fastdesign the application does not require much of the computer resources. 4.2 Application Requirement JDK package is needed in OS to create java runtime environment (JRE)[9] . 5. MICROCONTROLLER ATMEGA32L [6] • High-performance, Low-power Atmel®AVR® 8-bit Microcontroller • Advanced RISC Architecture with 131 Powerful Instructions and 32 × 8 General Purpose Working Registers • High Endurance Non-volatile Memory segments including 32Kbytes of In-System Self-programmable Flash program memory, 1024Bytes EEPROM and 2Kbytes Internal SRAM. • In-System Programming by On-chip Boot Program. • Peripheral Features, A two 8-bit Timer/Counters with Separate Prescalers and Compare Modes, four PWM Channels, 8-channel, 10-bit ADC, Programmable Serial USART, etc. • I/O and Packages contains 32 Programmable I/O Lines. • Operating Voltages ranges from 2.7V - 5.5V. • Speed Grades 0 - 8MHz. • Power Consumption at 1MHz, 3V, 25°C
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 154 5.1 Serial Communication The Universal Synchronous and Asynchronous serial Receiver and Transmitter (USART) is a highly flexible serial communication device. Port PD0 and PD1 are used as RXD and TXD pins for communication. The data are serially transferred into USART buffer registers and send for transmission or memory register as per the process call. The figure below shows the frame format for transmission and reception of the data frames. Fig 7: Frame format for USART including IDLE (idle bit), St (Start Bit), 0-8 Data bit, P (Parity bit) and SP (Stop bits). 6. OBSTACLE DETECTION USING SENSOR The robot is trying to plagiarism the human senses for obstacle detection; the most economical solution to this is by introducing a proximity sensor to the robotic unit. Calculation for the parameter of distance is carried in such a way that the robot should not get lost in its path of detection and confuse its vital information of its positioning and orientation[5] . Every possibility of detection in the complete arena is accounted into the robotic system, this design after the detection of obstacle in its path, is made by keeping track of its position on the arena, orientation, parameters of arena and to avoid the obstacle and continue to map the rest fields. 7. WORKING The complete user interaction is onto the computer side of the project, the starting initiation is done using entering the field values of the system onto the GUI, as shown in Fig 9. The length and breadth of the mapping parameter. These strings are sent using xbee communication link setup to the robotic unit. After both the units have made their first contact, the system is now ready to map the arena. Here the GUI now opens a display window onto the user screen with a start button, As soon as the start button is pressed the robotic units start sending the data resources from on ground unit to the computer section. In case of no obstacle is detected the robotic units keeps updating its position and mark it onto the window terminal of the screen. This map building process is continuously displayed onto the screen on the real time basis [7] . As soon as the object is detected onto the screen the robot notes the node at which it hit the object and so transfers the data back to computer end. At this point the GUI terminal unit marks the area as a red node or heavy node showing the object on the very node itself. In any case where the robot changes its motion or makes any movement the information about the system is periodically updated to the server unit on a real time basis where the mappingutility illustrates the required fields [8] , it is demonstrated in fig 8. Fig 8: Map displaying terminal here the white lines denotes a clear path on those terminals and red blocks denotes an object has been detected. Fig 9: Robot Unit 8. ANDROID FOR LOCALIZATION OF ROBOT Reliability of any system could be questioned upon as it is self- dependent and does not uses any literal means of localization from the field, to remove uncertainties and to testify the overall performance of the unit the robot could be accompanied by an
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 155 android mobile which nowadays are available easily and at low cost. Fig 10: Block Diagram of mobile unit with server system. 8.1 Android Sensors Android mobiles are loaded with sensors which are used for the operation of multiple apps onto it, the prime sensors which could be used are as following: 1. Motion sensors or Accelerometers: for measuring acceleration forces and rotational forces. 2. Orientation sensors: using magnetometers they can produce the physical position of device. 3. Location sensor: deduces the location coordinates using either GPS or network based system. These three sensor are more than enough to vouch for the displacement and localization of robot in the unknown field. 8.2 MIT app Inventor Designed under Google, and managed by MIT [10], USA, this is an open source tool for development of android apps by users. App inventor eases the process and develops the app efficiently as well as quickly. 8.3 Communication The target of designing this phase of project was to ensure reliability, the system could be more trustworthy is a different media of data communication could be used onto, the app inventor facilitates use of Bluetooth onto the device as used. The Bluetooth not only secures the transmitting data but are also available on both side of the system i.e. the mobile as well as the laptop. Hence Bluetooth was opted onto, for long ranges the device or application could be enabled with internet protocol and data could be uploaded onto the network. By default for mobile a baud rate of 9600 is used. Fig 11: Screen shot of the android mobile application. 8.4 Operation Data streams are send in a sequence from the android application (.apk) on the mobile placed on the robotic unit. Application after starting the Bluetooth device needs to be selected for linking, and as soon as it gets linked the unit could start sending data after the ―transmission button‖ is clicked as shown in figure 12. The data streams arrive at terminal unit i.e. the computer system, this could be interpreted to a GUI for easy references. As shown in figure11the terminal output of the strings. Even though application was tested on Samsung galaxy GTI9300 (S3), the application is compatible to other devices as well. Fig 11: Server side reception of data from android unit,L strings are for location sensor followed by A strings of Accelerometer sensor and O string of the Orientation sensor.
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 156 9. APPLICATION  The mapping technique could be easily implemented for any robotic system.  The robot needs no human interference during the job; this advantage could be widely explored in the areas where it’s hazardous or regions where humans can’t access.  The robot is ready to map and store the complete arena which could be used as a resource database.  Having a powerful microcontroller the system is ready to interact with multiple types of sensor and expand its application accordingly.  The system is capable of searching objects in the complete arena autonomously, very useful and capable in search and rescue operation [11] .  Heavy units which are transported in factories could make use of these units to calculate its path before shifting the loads. 10. ACKNOWLEDGMENTS The success of any project depends upon the guidance and encouragement by the mentor and many others. I take this opportunity to express my gratitude to all those, who have been the backbone support for the successful completion of this project. This research project would not have been possible without the guidance and moral support of Prof. Mrs. P. P. Chavan, whose mentoring supervision and challenges encouraged us throughout. We appreciatively thank our HOD, Prof. Mr P. U. Chavan. His experience and expertise, and insistence, on our no less than, the best efforts, guided us to achieve our goal. We are sincerely thankful to him. We are grateful to our institute for providing us with favourable environment and all the facilities to complete this project.We would like to dedicate this project to our family and friends who were the true pillars, both morally and monetarily. Their endless support and belief on us are the basis of our focus and dedication. REFERENCES [1] VikasVerma, Jaipur National University, Jagatpura, Jaipur, ―Mobile robot Navigation Techniques: A Survey‖ , Vol. 1 Issue II, September2013 ISSN: 2321- 9653 [2] J. Borenstein1 , H. R. verett2 , and L. Feng3 Contributing authors: S. W. Lee and R. H. Byrne Edited and compiled by J. Borenstein - ―Where am I? ,Sensors and Methods for Mobile Robot Positioning‖ University of Michigan For the Oak Ridge National Lab (ORNL) D&D Program and the United States Department of Energy's Robotics Technology Development Program, April 1996 [3] JoonSeop Oh, Yoon Ho Choi, Jin Bae Park, and Yuan F. Zheng, Fellow, IEEE, ―Complete Coverage Navigation of Cleaning Robots Using Triangular-Cell- Based Map‖, IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 51, NO. 3, JUNE 2004. [4] J. Elson, ―Time synchronization in wireless sensor networks,‖ Ph.D. dissertation, University of California, Los Angeles, May 2003. [5] Ikuo Ihara Nagaoka University of Technology ―Ultrasonic Sensing: Fundamentals and Its Applications to Non-destructive Evaluation (a draft)‖. [6] ATMEGA32 Datasheet. [7] A. Zelinsky1, R.A. Jarvis2, J.C. Byrne2 and S. Yuta3, ―Planning Paths of Complete Coverage of an Unstructured Environment by a Mobile Robot‖, Intelligent Machine Behaviour Section, Electrotechical Laboratory, Tsukuba 305 Japan, in Proc. ICAR’93, 1993, pp. 533–538. [8] Giuseppe Oriolo, Member, IEEE, Giovanni Ulivi, Member, IEEE, and MarilenaVendittelli , ―Real-Time Map Building and Navigation for Autonomous Robots in Unknown Environments‖, IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS—PART B: CYBERNETICS, VOL. 28, NO. 3, JUNE 1998. [9] David Flanagan, ―Java In A Nutshell‖, 5th Edition. [10] MIT Centre for Mobile Learning, Google's App Engine service, under the care of Massachusetts Institute of Technology (MIT) - USA. [11] Patrick Reignier. Fuzzy logic techniques for mobile robotobstacle avoidance. Robotics and Autonomous Systems,12:143 - 153, 1994.