Ieee P15
Ieee P15
Abstract—In this paper “Wireless Control Robot Using Xbee it is better than IEEE 802.11 protocol [5]. It is more reliable
Module With Multiple Sensor Acknowledgment on HMI” is protocol and gives timely packet transmission while
presented. The purpose of this research is to make such robot maintaining its stability [6] [7]. This protocol is improving day
which can be controlled easily by every person. For this purpose by day to increase its efficiency by using different
an HMI is developed on LabVIEW, in this HMI a person can
methodologies [8]. Hardware implementation of this protocol
control the robot such as their movements using keyboard keys
and can see the results of various environmental factors such as illustrates that it can be used for wireless control of any of the
temperature measurement, toxic gases presence, detection of the home appliances and robots and for monitoring purposes [9].
presence of human existence and can also transmit live video It is also useful for wireless network of industrial sensors [10].
streaming of that particular place wirelessly. So this robot can be Xbee is configured by using X-CTU software of digi-
used as a spy robot for the detection of terrorist in any place and company. Xbee Pro is used in our robot whose range is about
also can detect dangerous gases in mines. All the measurements 1500m i.e. it can transmit and receive data within this range.
and detections transmitted wirelessly using Xbee Module and When the data is transmitted in form of integer through
displayed on HMI of LabVIEW. The algorithms of coding and Xbee using RS-232 protocol and received by another xbee
their interfacing with microcontroller are briefly described in
which is connected with microcontroller then it is seen that the
this paper
data is received in form of ASCII codes, but in order to use
Keywords—Wireless control; HMI ; MQ-2; PIR ; Robot such data, it must be converted from ASCII codes to integer
form which is a little bit complicated. So, in order to avoid
I. INTRODUCTION complicated algorithm, integer is first converted into string i.e.
float to string conversion function is used and then this data in
Now a days, the most active and rapidly growing field of string form is transmitted using RS-232 through Xbee. In this
research is robotics as it can done many task efficiently which way, data is received efficiently in form of strings. After data
would be dangerous for human. Robots can do many task such reception in form of strings, these strings are converted into
as autonomous navigation in which robot can navigate itself
float form again and required action is performed based on the
autonomously and can read the map of any unknown
conditions, Fig.1 illustrates the algorithm which is adopted to
environment [1], for the loading and unloading of good or bad
things in the industry autonomously and accurately [2], interface Xbee Module with microcontroller.
recognition of traffic signals for the autonomous driving using
neural network [3],wireless control robot using GPRS [4] and
many other applications like monitoring of different places
secretly, for detection of human existence and toxic gases
presence.
In this paper the author first discuss the xbee module
coding algorithm and its implementation and then sensors
interfacing with their working principles and their HMI on
LabVIEW.
V. HMI ON LABVIEW
The HMI of robot is developed on LabVIEW, it has many
modes of operation like keyboard control, sensor mode , live
video streaming mode and status of battery as shown in Fig.8.
C. Temperature Sensor
In order to measure the temperature of surroundings, LM35
IC is used which gives analog output. It provides output
voltage correspondence with increase in temperature as each
degree rise in temperature corresponds to 0.1V increase in the
output voltage. The equation used to get the temperature in
centigrade scale from analog output voltage is
CONCLUSION
In this paper the wireless control spy robot is presented which
can easily be operated by any person due to user friendly HMI
on laptop. This robot can detect human existence at any place
and can acknowledge to the user at remote location wirelessly
using XBEE module with unique PAN id which cannot be
decrypted easily. It can also sense the intensity of toxic gases,
temperature of environment, transmit live video streaming of
place as well as status of their battery.
REFERENCES
[1] Chaomin Luo ; Jiyong Gao ; Xinde Li ; Hongwei Mo “Sensor-
based autonomous robot navigation under unknown
Figure 6. Coding Algorithm for LM35
environments with grid map representation” Published in IEEE
Symposium on Swarm Intelligence (SIS), 9-12 December 2014,
IV. ROBOT OVERVIEW pp. 1-7.
[2] Md. Abdul Kadir ; Md. Belayet Chowdhury ; Jaber AL Rashid ;
The overview of robot with all assembled sensors on it shown Shifur Rahman Shakil “An autonomous industrial robot for
in Fig.7. loading and unloading goods” Published in International
Conference on Informatics, Electronics & Vision (ICIEV), 15-
18 June 2015 , pp.1-6.