Cell Phone Operated Landrover
Cell Phone Operated Landrover
Cell Phone Operated Landrover
CHAPTER – 1
INTRODUCTION
[ A ] BLOCK DIAGRAM
[ B ] CIRCUIT DESCRIPTION
Page |2
INTRODUCTION :
RADIO CONTROL (OFTEN ABBREVIATED TO R/C OR SIMPLY
RC) IS THE USE OF RADIO SIGNALS TO REMOTELY CONTROL A
DEVICE. THE TERM IS USED FREQUENTLY TO REFER TO THE
CONTROL OF MODEL VEHICLES FROM A HAND-HELD RADIO
TRANSMITTER. INDUSTRIAL, MILITARY, AND SCIENTIFIC RESEARCH
ORGANIZATIONS MAKE [TRAFFIC] USE OF RADIO-CONTROLLED
VEHICLES AS WELL.A REMOTE CONTROL VEHICLE IS DEFINED AS ANY
MOBILE DEVICE THAT IS CONTROLLED BY A MEANS THAT DOES NOT
RESTRICT ITS MOTION WITH AN ORIGIN EXTERNAL TO THE DEVICE.
THIS IS OFTEN A RADIO CONTROL DEVICE, CABLE BETWEEN
CONTROL AND VEHICLE, OR AN INFRARED CONTROLLER. A REMOTE
CONTROL VEHICLE (ALSO CALLED AS RCV) DIFFERS FROM A ROBOT
IN THAT THE RCV IS ALWAYS CONTROLLED BY A HUMAN AND TAKES
NO POSITIVE ACTION AUTONOMOUSLY. ONE OF THE KEY
TECHNOLOGIES WHICH UNDERPIN THIS FIELD IS THAT OF REMOTE
VEHICLE CONTROL. IT IS VITAL THAT A VEHICLE SHOULD BE
CAPABLE OF PROCEEDING ACCURATELY TO A TARGET AREA;
MANEUVERING WITHIN THAT AREA TO FULFILL ITS MISSION
ANDRETUR NING EQUALLY ACCURATELY AND SAFELY TO BASE.
Page |3
CHAPTER – 2
CIRCUIT DIAGRAM
Page |7
CIRCUIT DIAGRAM :
Page |8
CHAPTER – 3
COMPONENTS DESCRIPTION
Page |9
COMPONENT DESCRIPTIONS :
(1)ATMega16
AtMega16 is a 40 pin 8-bit microcontroller. It have
4 port for input and output. In this project application
port 1 is used for input and port 3 for output. When
output of DTMF Decoder Ic MT8870 is inverted by
inverter Ic 74LS04 which also work as schimt trigger
given to port1.Controller take this input and give output
on port 3 as per program. And finally output of controller
is given to Ic L293D which drive the motor.
Input and output from all Ics and motor rotation are
works as per table shown below:
P a g e | 10
(2)DTMF DECODER
DTMF means “ Dual tone multiple frequency “.
The robot perceives this dtmf tone with the help of phone
stack in the robot. The received tone is processed by the
ATmega16 microcontroller with the help of DTM decoder
MT8870. The decoder decodes the DTMF tone into its
equivalent bi-nary digit and this binary number is sent
to the micro-controller. The microcontroller is
preprogrammed to take a decision for any given input
and out-puts its decision to motor drivers in order to
drive the motors for forward or backward motion or a
turn.
DTMF output is generated as per table shown
below:
P a g e | 11
(3)IC 74LS04:
It works as four in one NOT gate and also works as
schimt trigger. It invert the input, which are come from
DTMF Decoder, which are in analog form into inverted
digital output.
(5) CRYSTAL
In this project two crystals of value 12MHz and
3.57MHz are used for pulse generation. 12MHz crystal is
connected to microcontroller and 3.57MHz crystal is
connected with DTMF decoder.
(6)RESISTOR
Resistor are used for bias control and over load
protection.
P a g e | 13
CHAPTER – 4
SOFTWARE DESCRIPTION
FLOWCHART
P a g e | 14
SOFTWARE DESCRIPTION :
(C PRORAGRAM CODE)
Source program:
Robit.c
#include <mega16.h>
void main(void)
{unsigned int k, h;
DDRA=0x00;
DDRD=0XFF;
while (1)
k =~PINA;
switch (h)
break;
}
P a g e | 15
break;
case 0x04:
break;
case 0x06:
break;
case 0x05:
PORTD=0x00; // Stop
break;
}
P a g e | 16
}
P a g e | 17
FLOWCHART :
P a g e | 18
P a g e | 19
CHAPTER -5
PCB LAYOUT
P a g e | 20
P a g e | 21
CHAPTER – 6
TROUBLE-SHOOTING
P a g e | 22
TROUBLE SHOOTING :
CHAPTER – 7
APPLICATION
FUTURE SCOPE
P a g e | 24
APPLICATION :
SCIENTIFIC
Remote control vehicles have various scientific uses
including hazardous environments, working in the deep
ocean, and space exploration. The sophistication of these
devices has fueled greater debate on the need for manned
spaceflight and exploration.
1. IR Sensors:
IR sensors can be used to automatically detect & avoid
obstacles if the robot goes beyond line of sight. This
avoids damage to the vehicle if we are maneuvering it from
a distant place.
2. Password Protection:
Project can be modified in order to password protect
the robot so that it can be operated only if correct
password is entered. Either cell phone should be
password protected or necessary modification should be
made in the assembly language code. This introduces
conditioned access & increases security to a great extent.
4. Adding a Camera:
If the current project is interfaced with a camera (e.g. a
Webcam) robot can be driven beyond line-of-sight &
range becomes practically unlimited as GSM networks
have a very large range.
P a g e | 27
CHAPTER – 8
RESISTORS
6) R1, R2 - 100-kilo-ohm 2 01.00
7) R3 - 330-kilo-ohm 1 01.00
8) R4-R8 - 10-kilo-ohm 5 03.00
CAPACITOR
9) 0.47µF ceramic disk 1 10.00
10) 22pF ceramic cap. 4 01.00
11) 0.1µF ceramic disk 1 01.00
CRYSTAL
12) XTAL1- 3.57MHz crystal 1 10.00
13) XTAL2- 12MHz crystal 1 10.00
14) DC SERVO MOTOR 2 40.00
15) Batt.- 6V, 4.5Ah battery 1 15.00
16) All ICs sockets 4 20.00
17) On- off Switch 1 05.00
18) PCB Designing 1 60.00
P a g e | 29
TOTAL = 575
CHAPTER - 9
1. WWW.GOOGLE.COM
2. WWW.DATASHEET.COM
3. WWW.EFYMAG.COM
4. WWW.8051.COM
P a g e | 31
CHAPTER – 10
DATASHEET