You are on page 1of 4

1

“SMART ROBOT”
Mr. Amit N. Dolas Mr. Sarang M. Pimpalkar
B.E. Final year Extc B.E. Final year Extc
S.S.G.M.C.E. Shegaon S.S.G.M.C.E.Shegaon
E-mail : amit_dolas@rediffmail.com Email:s_pimpalkar@rediffmail.com

________________________________________________________________________

ABSTRACT INTRODUCTION

As in many industrial Now a days the field of


applications there are some working Electronics widely adopted in industrial
sections in which there is always areas with considering this factor, We
hazardous or dangerous situation for decided to make such a system which
human life such hazardous condition can analyze various hazardous
may cause to loose someone’s life, so to situations in industry. So we have
prevent the contact of human life with implemented ‘SMART ROBOT’,
hazardous situations it is need to Which is capable for automatic as well
implement a system such that this system as manual controlling having audio
can works approximately equal to man and video transmission of the situations
and give satisfactory results. This can be around the ‘ROBOT’ to the control
only done by atomization for Robotics by room. This ROBOT will capable for the
which different works can be done in detection of obstacles comes in his
Workplace and indirectly saves human coverage area and in addition to that it
life. As the cost of automatic system is will provide wireless transmission of
negligible in-front of human life[1,2]. audio cum video signal on a simple
As an example in coal mine there television set which should only have to
are various dangerous hazardous be tuned at that frequency and which
conditions in which there may be some is in control room. The operator not
atmospheric blasts So that the man can only can analyze the situations around
loose his life and he may die also. so to ‘SMART ROBOT’ on TV receiver but
prevent such a type of hazardous also can switch ROBOT in manual
conditions, We are going to implement mode from automatic by pressing a
such a system that can give various single switch by the Remote which is in
information in the form of video, audio control room and ROBOT can be
and parameters like temperature controlled by operator himself from
humidity at remote control room and a control room.[2,3].
operator can take decision regarding There are some other sensors
this from control room itself and also also mounted on the ROBOT which
control the system.[1]. can sense the Parameter like
temperature, humidity etc. and

_____________________________________________________________________
S.S.G.M.C.E. SHEGAON
2

complete report will be


transmitted at the control room to the
operator by which the operator can take Program memory (FLASH)-
decision to provide solution over the
for storing a written
conditions. The transmission range can
program. Since memory made in
increase or decrease according to need
FLASH technology can be programmed
of application.
and cleared more than once, it makes
this microcontroller suitable for device
development.
SMART ROBOT HAS THREE
OPERATING MODES EEPROM
data memory that needs to be
1. Automatic saved when there is no supply.
It is usually used for storing important
In this mode we are using PIC data that must not be lost if power
16F84 micro-controller which control supply suddenly stops. For instance,
moving direction of ROBOT with the one such data is an assigned
help of IR sensors and driver motors. A temperature in temperature regulators.
simple Assembly Language program is If during a loss of power supply this
used for controlling the ROBOT. The data was lost, we would have to make
sensors can sense obstacles within the the adjustment once again upon return
range of 50 cms from ROBOT. This IR of supply. Thus our device looses on
sensors operates on 36 KHz frequency self-reliance.
when the reflections of IR rays from
obstacles sensed by sensors, the signals RAM – data memory used by a program
are generated. And this signals are during its execution.
given to the input port of the PIC16F84 In RAM are stored all inter-results or
according to which PIC controller temporary data during run-time.
knows that in which direction ROBOT
should be moves. The corresponding PORTA and PORTB are physical
signals are output to the driver H- connections between the
bridge of motor and motor to change microcontroller and the outside world.
their moving directions according to Port A has five, and port B has eight
program. pins.

WHY PIC 16F84 USED?


PIC16F84 belongs to a class of FREE-RUN TIMER is an 8-bit register
8-bit microcontrollers of RISC inside a microcontroller that works
architecture. Its general structure is independently of the program. On every
shown on the following map fourth clock of the oscillator it
representing basic blocks. increments its value until it reaches the
maximum (255), and then it starts
counting over again from zero. As we
know the exact timing between each

_____________________________________________________________________
S.S.G.M.C.E. SHEGAON
3

two increments of the timer contents,


timer can be used for measuring time
which is very useful with some devices.

CENTRAL PROCESSING UNIT has a START


role of connective element between
other blocks in the microcontroller. It
coordinates the work of other blocks READ PORT OF PIC16F84
and executes the user program.[1,2]

IS
IS No No RIGHT
LEFT SENSOR SENSOR
TRIGGERED? TRIGGERED?

Yes Yes
MOVE BOTH MOVE BOTH
MOTOR BACK MOTOR BACK
SHORTLY SHORTLY

MOVE RIGHT MOVE LEFT


MOTOR MOTOR
SHORTLY SHORTLY

MOVE BOTH MOTOR FORWARD


CONTENEOUSLY

Flowchart :Automatic Mode


(fig 2)
POWER SUPPLY

2. Manual Mode
Left
Left
Sensor
DC If in any condition even though
Sensor PIC H-Bridge Motor
there is automatic controlling in
Driver 16F84 Motor SMART ROBOT and if ROBOT is
Circuit Controller Drive
Right
(36KHz)
Right
Circuit having any hazards in such situations
Sensor DC we can switch the ROBOT in Manual
Motor mode from Automatic by pressing a
Block Diagram : Automatic Mode simple switch of remote control from
(fig 1) control room, in which operater is
observing audio and video telecast on
TV receiver so in this condition an
operator can control or move ROBOT
directions manually away from
hazards. This can be achieved by
transmitting DTMF frequencies using
FM modulation which get received by
FM receiver mounted on ROBOT.[4].
_____________________________________________________________________
S.S.G.M.C.E. SHEGAON
4

Applications

FM
1. In Coal Mine
Motor
Switching DTMF Transmitter
Circuit Encoder As in coal mine there has to be
so much of safety, because there much
more hazards to human life working in
coal mine due to blast of gases. So to
H-Bridge L-Motor prevent this we can use SMART
FM DTMF Motor Drive
Receiver
ROBOT which cost is negligible in
Decoder Circuit
R-Motor front of human life and we get safety
solution over this.

Block Diagram : Manual Mode 2. In Military


(fig 3)
To see the plans or the conditions in
3. Audio visual Transmission enemy region, it very dangerous to send
An operator can not go into the soldier directly it may a risk to his
hazardous situations to observe the life so we can also use SMART ROBOT
effect or problems occurs at hazardous for this application so that we can get
place, So we are transmitting the Audio audio video information at remote
Video information from working place control room.
to the control room so that operator can
analyze and provide solutions. The CONCLUSION
audio video transmission can be
achieved with the help of Simple RF This system can be applicable
modulator and CCTV Camera.[4]. where such hazardous conditions may
occur and that play with Human life
the SMART ROBOT is very applicable
as well suitable in such situations.
Micro
phone
REFERENCES

Audio Video
1. www.geocities.com/tjacodesign
RF-Modulator <http://www.geocities.com/tjacodesin>
Transmitter
2. www.microchip.com
CCTV
Camera <http://www.microchip.com>
TV
Receiver 3. Mazidi : “Programming with µc”

4. Kenedy : “Communication Engg.”

Block Diagram : AV Transmission


(fig 4)

_____________________________________________________________________
S.S.G.M.C.E. SHEGAON

You might also like