SlideShare a Scribd company logo
1 of 4
Download to read offline
Ahmed Mohammed Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -2) February 2015, pp.126-129
www.ijera.com 126 | P a g e
Electronic Control of Unguided Airborne Vehicle (UAV)
Mohammed Ahmed Mohammed1
, Abdelrasoul jabar Alzubaidi2
1
Academy of Sciences (SAS)- Khartoum - Sudan
2
Sudan university of science and technology- Engineering Collage-School of electronics- Khartoum- Sudan .
Abstract
The paper deals with building an electronic remote control circuit for Unguided Airborne Vehicle (UAV) based
on implementing Dual Tone Multiple Frequency decoder ( DTMF) .A microcontroller is used in the design to
analyze and execute the commands arriving to the UAV . A Liquid Crystal Display (LCD ) is implemented to
show the results during the circuit development and test phase. The control of the UAV is done from the ground
using a mobile or a personnel computer (PC) supplied with a modem. The DTMF decoder output is connected
to the microcontroller which analyzes the commands and accordingly execute them on the control parts in the
UAV . The microcontroller issues orders and display the operations on the LCD .
The circuit design assumes the presence of an operating GSM network for the transmission of the control
commands .The airborne platform model is a small aircraft carrying the electronic circuit on board. Three
stepper motors are used as a means of control to the wings, elevators and rudders in the UAV. .The electronic
circuit on board the UAV is well protected to ensue safety of the hardware and perfect performance.
Keywords : microcontroller ,LCD , GSM , DTMF, Control , UAV . .
I. INTRODUCTION
The new generations of technology has redefined
communication. Any where we find mobile
communication networks installed . But the
application of mobile phone cannot just be restricted
to sending messages or starting conversations. New
innovations and ideas can be generated from it that
can further enhance its capabilities. Remote
management of several electrical and electronic
devices (such as home appliances, office appliances,
and even what this paper deals with "control of
UAV’s" ) is a subject of growing interest .In recent
years we have seen many systems providing such
control applications.
II. METHODOLOGY
First of all, it is necessary to analyze the system
operation. According to the analysis procedures, the
circuit is designed. The designed circuit performs
remote mode of operation to control a UAV. The
sequence of operations to be performed remotely are:
• Activation of the small engine for take off
operation .
• Control of the elevators in the UAV to make it
airborne.
• Send ground commands for turning the platform
left.
• Send ground commands for turning the platform
right.
• Send ground commands for ascending the
platform .
• Send ground commands for descending the
platform .
• Control of the elevators in the platform to make
it land..
Figure (1) below shows the block diagram of the
platform remote control circuit design by using
DTMF technology.
REVIEW ARTICLE OPEN ACCESS
Ahmed Mohammed Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -2) February 2015, pp.126-129
www.ijera.com 127 | P a g e
Figure (1) block diagram of the UAV remote control system
The block diagram is an illustration of how to
implement the design and the various parts involved
in it. The ground control circuit is used as a
transmitting section from which the commands to the
platform are send. The commands contain guidance
instructions to the platform. The received commands
by the microcontroller get processed to carry out the
required operations. An LCD is used for display to
ensure correct system operation during the
development phase.
III. HARDWARE COMPONENTS
The main hardware components in the design are
:
1. Microcontroller (Atmega32) :
Atmega 32 is a microcontroller from Atmel 8-
bit family with 32KB flash memory is used. It is a
forty pins integrated circuit. It contains four
programmable ports plus an in build ADC.
2. GSM modem:
GSM Modem is used as a means for commands
transmission to the UAV. It is very compact in size
and easy to use as plug. The Modem is designed to
interface PC.. and the microcontroller .
3. LCD 40x2:
The LCD 40x2 is used in the system design for
display.
4. DTMF Decoder
DTMF is short for Dual Tone Multi Frequency.
The tones produced when dialing on the keypad on
the phone could be used to represent the digits, and a
separate tone is used for each digit. Pressing any key
generate unique tone which consists of two different
frequencies one each of higher and lower frequency
range. The resultant tone is convolution of two
frequencies . Figure (2) shows mobile keypad
Frequencies.
Figure (2) Phone keypad for DTMF generation
Each of these tones is composed of two pure sine
waves of the low and high frequencies superimposed
on each other. These two frequencies explicitly
represent one of the digits on the telephone keypad.
Equation (1) shows the generated signal .
f ( t ) = AH sin( 2π fH t ) + AL sin( 2π fL t )
………………… (1)
Where;
Ahmed Mohammed Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -2) February 2015, pp.126-129
www.ijera.com 128 | P a g e
AH, AL are the amplitudes.
fH, fL are the frequencies of high & low frequency
range.
5. PC Computer:
PC computer hosts developed software to control
remotely the UAV. The PC is connected to a GSM
modem. The software dictates the processor to handle
the controlling process. A corresponding signal is
then sent to the other GSM modem onboard the
UAV.
6. HD74LS373 Latching IC:
The HD74LS373 is an eight bit register. It is
used as a buffer which stores signals for future use.
Different types of latches are available. HD74LS373
octal D-type transparent latch will be used in the
system.
7. ULN 2803A Darlington IC:
The ULN2803A is a high-voltage, high-current
Darlington transistor array. The device consists of
eight NPN Darlington pairs that feature high-voltage
outputs with common-cathode clamp diodes for
switching inductive loads. The collector-current
rating of each Darlington pair is 500 mA. The
Darlington pairs may be connected in parallel for
higher current capability.
8. Stepper motors :
The stepper motors are connected to the control
parts in the UAV .They manipulate the control parts
in order to guide the UAV. Equation (2) gives the
step angel of the stepper motor.
360 Degrees
Step angle = ------------------------------ = 1.8
Degree / Step ……….(2)
200 Steps / revolution
IV. SOFTWARE DESIGN
The programmer is a device used to download
the hex files from the computer to the flash memory
in the microcontroller.
The program used is BASCOM language. Any
program in this language will be saved with an
extension (.bas). The compilation performs the
following two steps:
- Convert (.bas) extension file to assembly codes.
- The compiler automatically converts the
assembly codes to executable ( .hex) file that can
be downloaded into the microcontroller.
A Pony Prog program is used to download the
(.hex) file program into the flash memory of the
microcontroller.
V. V. ALGORITH
The microcontroller program on board the platform
deals with a fixed format of commands coming from
the ground control circuit .We assumed the following
commands to be processed and executed by the
microcontroller in the platform:
… Command 1 : take off command.
… Command 2 Turn right command.
… Command 3 Turn left command.
… Command 4 ascend command.
… Command 5 descend command.
… Command 6 landing command.
The algorithm contains the main program and six
subroutines .Three stepper motors are controlled by
the microcontroller. The stepper motors in the UAV
are as follows :
…. Stepper motor 1 controls the right wing elevator.
…. Stepper motor 2 controls the left wing elevator.
…. Stepper motor 3 controls the rudder.
The algorithm for the system is ;
Start
--- Check the incoming modem dial tone for
authorization.
- If authorized , continue processing.
- If not authorized , deny access and wait for an
authorized dial tone.
--- Clear all controlled devices .The DTMF code is
(0000)2 .
--- Analyze the incoming code from the DTMF
decoder.
Code reception:
--- If the code is equal to (0001)2 , then go to take off
subroutine.
--- If the code is equal to (0010)2 , then go to turn
right subroutine.
--- If the code is equal to (0011)2 , then go to turn left
subroutine.
--- If the code is equal to (0100)2 , then go to ascend
subroutine.
--- If the code is equal to (0101)2 , then go to descend
subroutine.
--- If the code is equal to (0110)2 , then go to landing
subroutine.
--- If the code is equal to (0111)2 , then go to
terminate the program.
… Go to code reception.
Terminate the program:
… Display termination on the LCD.
End.
Take off subroutine:
… Display take off on the LCD.
… Activate the engine.
… Activate stepper motors 1&2 for max. elevator
angle.
… Delay few seconds.
Ahmed Mohammed Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -2) February 2015, pp.126-129
www.ijera.com 129 | P a g e
… Decrease the stepper motors 1&2. elevator angle
gradually.
Return
Turn right subroutine:
… Display turn right on the LCD.
… Rotate stepper motors 3 clockwise.
Return
Turn left subroutine:
… Display turn left on the LCD.
… Rotate stepper motors 3 anticlockwise.
Return
Ascend subroutine:
… Display ascend on the LCD.
… Rotate stepper motors 1&2 clockwise.
Return
Descend subroutine:
… Display descend on the LCD.
… Rotate stepper motors 1 &2 anticlockwise.
Return
Landing subroutine:
… Display landing on the LCD.
… Activate stepper motors 1&2 for max. air drug
angle.
Return
VI. RESULTS
Many commands have been send from the ground
control circuit to the UAV. Table (1) shows the
results while sending the commands from the control
circuit .
Table (1) Results of sending the commands from the
control circuit to the UAV
Ground circuit
command No.
DTMF
output in
Binary
Action performed
by the Drone
1 (0001)2 Take off
2 (0010)2 Turn right
3 (0011)2 Turn left
4 (0100)2 Ascend
5 (0101)2 Descend
6 (0110)2 Landing
The commands are executed and the platform
performed the relative action. During the experiment
some malfunctions occurred. The malfunctions are
expected to happen.
VII. CONCLSION
This paper adopts a concept to design a system that
acts to receive commands to control the platform in
all its operations. Display units are connected to the
platform to help in monitoring the system operation
in the development phase. The control system is
based on implementing the DTMF technology that
effectively allows control from remote area to the
desired location. The system design is dynamic and
further development and modification can be done .
The system is made simple and user friendly.
REFERANCES
[1.] Mazidi Muhammed Ali, The 8051
microcontroller and Embedded system,
Prentic Hall, 2007
[2.] © MSC Electronic, BASCOM – AVR, Help
Reference V1.11.8.3, 2006
[3.] Jan Axelson, Microcontroller idea book,
Copy right 1999.
[4.] Thomas L. Floyd,Electronic Devices 2nd
Ed.,Merill Publishing ompany,2003.
[5.] Daniel P. Raymer, Aircraft Design:
Conceptual Approach (Second Edition
2002).
[6.] Ihan Tuzcu Dynamics and control of flexible
Aircraft (Blacksburg, Virginia 2001).
[7.] http://diydrones.com.
[8.] http://www.nationaldefensemagazine.org

More Related Content

What's hot

Control unit design(1)
Control unit design(1)Control unit design(1)
Control unit design(1)Nazir Ahmed
 
Timing and control circuit
Timing and control circuitTiming and control circuit
Timing and control circuitRajan Shah
 
How to setup ACS Controller and Omron CJ2M PLC EtherNet/IP Configuration Steps
How to setup ACS Controller and Omron CJ2M PLC  EtherNet/IP Configuration StepsHow to setup ACS Controller and Omron CJ2M PLC  EtherNet/IP Configuration Steps
How to setup ACS Controller and Omron CJ2M PLC EtherNet/IP Configuration StepsTolomatic
 
Plc and hmi baed stenter machine01
Plc and hmi baed stenter machine01Plc and hmi baed stenter machine01
Plc and hmi baed stenter machine01Rakshita Upadhyay
 
Dcs control workshop 2002
Dcs control workshop 2002Dcs control workshop 2002
Dcs control workshop 2002akshit000
 
Microinstruction sequencing new
Microinstruction sequencing newMicroinstruction sequencing new
Microinstruction sequencing newMahesh Kumar Attri
 
Distributed Control System Basics
Distributed Control System BasicsDistributed Control System Basics
Distributed Control System BasicsPratap Chandra
 
Control Unit Design
Control Unit DesignControl Unit Design
Control Unit DesignVinit Raut
 
Dcs presentation 13005437501565-phpapp01
Dcs presentation 13005437501565-phpapp01Dcs presentation 13005437501565-phpapp01
Dcs presentation 13005437501565-phpapp01infoasim2
 
Ch7 official=computer organization and archietectur- CO-COA
Ch7 official=computer organization and archietectur- CO-COACh7 official=computer organization and archietectur- CO-COA
Ch7 official=computer organization and archietectur- CO-COAJay Patel
 
Timing and control unit
Timing and control unitTiming and control unit
Timing and control unitDestro Destro
 
DCS fundamentals
DCS fundamentalsDCS fundamentals
DCS fundamentalsAlok Saikia
 

What's hot (18)

R034301240136
R034301240136R034301240136
R034301240136
 
Lecture 21
Lecture 21Lecture 21
Lecture 21
 
Control unit design(1)
Control unit design(1)Control unit design(1)
Control unit design(1)
 
Timing and control circuit
Timing and control circuitTiming and control circuit
Timing and control circuit
 
How to setup ACS Controller and Omron CJ2M PLC EtherNet/IP Configuration Steps
How to setup ACS Controller and Omron CJ2M PLC  EtherNet/IP Configuration StepsHow to setup ACS Controller and Omron CJ2M PLC  EtherNet/IP Configuration Steps
How to setup ACS Controller and Omron CJ2M PLC EtherNet/IP Configuration Steps
 
CENTUM CS300 R3
CENTUM CS300 R3CENTUM CS300 R3
CENTUM CS300 R3
 
Plc and hmi baed stenter machine01
Plc and hmi baed stenter machine01Plc and hmi baed stenter machine01
Plc and hmi baed stenter machine01
 
Dcs control workshop 2002
Dcs control workshop 2002Dcs control workshop 2002
Dcs control workshop 2002
 
Microinstruction sequencing new
Microinstruction sequencing newMicroinstruction sequencing new
Microinstruction sequencing new
 
Distributed Control System Basics
Distributed Control System BasicsDistributed Control System Basics
Distributed Control System Basics
 
Cp1e manual
Cp1e manualCp1e manual
Cp1e manual
 
Control Unit Design
Control Unit DesignControl Unit Design
Control Unit Design
 
Dcs presentation 13005437501565-phpapp01
Dcs presentation 13005437501565-phpapp01Dcs presentation 13005437501565-phpapp01
Dcs presentation 13005437501565-phpapp01
 
Ch7 official=computer organization and archietectur- CO-COA
Ch7 official=computer organization and archietectur- CO-COACh7 official=computer organization and archietectur- CO-COA
Ch7 official=computer organization and archietectur- CO-COA
 
Dcs write up
Dcs write upDcs write up
Dcs write up
 
Cp1 e introduction manual
Cp1 e introduction manualCp1 e introduction manual
Cp1 e introduction manual
 
Timing and control unit
Timing and control unitTiming and control unit
Timing and control unit
 
DCS fundamentals
DCS fundamentalsDCS fundamentals
DCS fundamentals
 

Viewers also liked

Intrauterine insemination
Intrauterine inseminationIntrauterine insemination
Intrauterine inseminationTevfik Yoldemir
 
mHealth Israel_Rick Hamilton_The global Innovation Economy 021515
mHealth Israel_Rick Hamilton_The global Innovation Economy 021515mHealth Israel_Rick Hamilton_The global Innovation Economy 021515
mHealth Israel_Rick Hamilton_The global Innovation Economy 021515Levi Shapiro
 
Healthbuddy herbal anti hair loss oil
Healthbuddy herbal anti hair loss oilHealthbuddy herbal anti hair loss oil
Healthbuddy herbal anti hair loss oilmanojitsingh
 
Design and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory SystemDesign and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory SystemIJERA Editor
 
создание форм Google1
создание форм Google1создание форм Google1
создание форм Google1Vera2160
 
Otn barcelona presentation
Otn  barcelona presentationOtn  barcelona presentation
Otn barcelona presentationWirelessInfo
 
70 лет победы 4
70 лет победы 470 лет победы 4
70 лет победы 4guly050277
 
Su that ve 100 that bai thuong hieu
 Su that ve 100 that bai thuong hieu Su that ve 100 that bai thuong hieu
Su that ve 100 that bai thuong hieuTùng Kinh Bắc
 
Презентация Mасленица
Презентация MасленицаПрезентация Mасленица
Презентация MасленицаTeacher School
 
Social media bingo 18 maart horeca
Social media bingo 18 maart horecaSocial media bingo 18 maart horeca
Social media bingo 18 maart horecaKarin Winters
 
How effective is your sign applying the theory
How effective is your sign applying the theoryHow effective is your sign applying the theory
How effective is your sign applying the theoryKen Kindt Signworld
 

Viewers also liked (17)

Intrauterine insemination
Intrauterine inseminationIntrauterine insemination
Intrauterine insemination
 
mHealth Israel_Rick Hamilton_The global Innovation Economy 021515
mHealth Israel_Rick Hamilton_The global Innovation Economy 021515mHealth Israel_Rick Hamilton_The global Innovation Economy 021515
mHealth Israel_Rick Hamilton_The global Innovation Economy 021515
 
Healthbuddy herbal anti hair loss oil
Healthbuddy herbal anti hair loss oilHealthbuddy herbal anti hair loss oil
Healthbuddy herbal anti hair loss oil
 
Bi mat cho nhan
 Bi mat cho nhan Bi mat cho nhan
Bi mat cho nhan
 
цинк
цинкцинк
цинк
 
Design and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory SystemDesign and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory System
 
Turbo mlm
 Turbo  mlm Turbo  mlm
Turbo mlm
 
создание форм Google1
создание форм Google1создание форм Google1
создание форм Google1
 
Otn barcelona presentation
Otn  barcelona presentationOtn  barcelona presentation
Otn barcelona presentation
 
70 лет победы 4
70 лет победы 470 лет победы 4
70 лет победы 4
 
Soalan Bahasa
Soalan BahasaSoalan Bahasa
Soalan Bahasa
 
Su that ve 100 that bai thuong hieu
 Su that ve 100 that bai thuong hieu Su that ve 100 that bai thuong hieu
Su that ve 100 that bai thuong hieu
 
Презентация Mасленица
Презентация MасленицаПрезентация Mасленица
Презентация Mасленица
 
Hat giong tam hon 11
 Hat giong tam hon 11 Hat giong tam hon 11
Hat giong tam hon 11
 
Miroir Mirror
Miroir MirrorMiroir Mirror
Miroir Mirror
 
Social media bingo 18 maart horeca
Social media bingo 18 maart horecaSocial media bingo 18 maart horeca
Social media bingo 18 maart horeca
 
How effective is your sign applying the theory
How effective is your sign applying the theoryHow effective is your sign applying the theory
How effective is your sign applying the theory
 

Similar to Electronic Control of Unguided Airborne Vehicle (UAV)

DTMF BASED MOBILE CONTROLL ROBOT SYSTEM
DTMF BASED MOBILE CONTROLL ROBOT SYSTEMDTMF BASED MOBILE CONTROLL ROBOT SYSTEM
DTMF BASED MOBILE CONTROLL ROBOT SYSTEMiindranilsarkar
 
H0412249053
H0412249053H0412249053
H0412249053IOSR-JEN
 
Cell operated land rover robot
Cell operated land rover robotCell operated land rover robot
Cell operated land rover robotChetan Kataria
 
IRJET- DTMF Controlled Robotic Car
IRJET-  	  DTMF Controlled Robotic CarIRJET-  	  DTMF Controlled Robotic Car
IRJET- DTMF Controlled Robotic CarIRJET Journal
 
C041121116
C041121116C041121116
C041121116IOSR-JEN
 
Advanced Automation System in Industrial Applications Using PIC Microcontrol...
Advanced Automation System in Industrial Applications Using  PIC Microcontrol...Advanced Automation System in Industrial Applications Using  PIC Microcontrol...
Advanced Automation System in Industrial Applications Using PIC Microcontrol...IJMER
 
Dtmf technology
Dtmf technologyDtmf technology
Dtmf technologytchikou10
 
IRJET- DTMF based Control Robot using Arduino
IRJET- DTMF based Control Robot using ArduinoIRJET- DTMF based Control Robot using Arduino
IRJET- DTMF based Control Robot using ArduinoIRJET Journal
 
Office Automation System using Internet of Things
Office Automation System using Internet of ThingsOffice Automation System using Internet of Things
Office Automation System using Internet of ThingsIRJET Journal
 
Cell Phone Operated Land Rover
Cell Phone Operated Land RoverCell Phone Operated Land Rover
Cell Phone Operated Land RoverSanjay Talukdar
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Monitoring and Control System for Building Application Using Modbus Remote Te...
Monitoring and Control System for Building Application Using Modbus Remote Te...Monitoring and Control System for Building Application Using Modbus Remote Te...
Monitoring and Control System for Building Application Using Modbus Remote Te...IJITCA Journal
 
A2Z Control System
A2Z Control SystemA2Z Control System
A2Z Control Systemzatinsinghal
 
Black Box for a Car
Black Box for a CarBlack Box for a Car
Black Box for a Carsubrat manna
 
Mobile Operated Landrover Using Dtmf Decoder
Mobile Operated Landrover Using Dtmf DecoderMobile Operated Landrover Using Dtmf Decoder
Mobile Operated Landrover Using Dtmf DecoderIJMER
 
GSM 1308 MODEM CONTROL USING PIC-16F877A MICROCONTROLLER
GSM 1308 MODEM CONTROL USING PIC-16F877A MICROCONTROLLERGSM 1308 MODEM CONTROL USING PIC-16F877A MICROCONTROLLER
GSM 1308 MODEM CONTROL USING PIC-16F877A MICROCONTROLLERMd. Moktarul Islam
 

Similar to Electronic Control of Unguided Airborne Vehicle (UAV) (20)

DTMF BASED MOBILE CONTROLL ROBOT SYSTEM
DTMF BASED MOBILE CONTROLL ROBOT SYSTEMDTMF BASED MOBILE CONTROLL ROBOT SYSTEM
DTMF BASED MOBILE CONTROLL ROBOT SYSTEM
 
H0412249053
H0412249053H0412249053
H0412249053
 
Cell operated land rover robot
Cell operated land rover robotCell operated land rover robot
Cell operated land rover robot
 
IRJET- DTMF Controlled Robotic Car
IRJET-  	  DTMF Controlled Robotic CarIRJET-  	  DTMF Controlled Robotic Car
IRJET- DTMF Controlled Robotic Car
 
E04834649
E04834649E04834649
E04834649
 
C041121116
C041121116C041121116
C041121116
 
Advanced Automation System in Industrial Applications Using PIC Microcontrol...
Advanced Automation System in Industrial Applications Using  PIC Microcontrol...Advanced Automation System in Industrial Applications Using  PIC Microcontrol...
Advanced Automation System in Industrial Applications Using PIC Microcontrol...
 
Dtmf technology
Dtmf technologyDtmf technology
Dtmf technology
 
IRJET- DTMF based Control Robot using Arduino
IRJET- DTMF based Control Robot using ArduinoIRJET- DTMF based Control Robot using Arduino
IRJET- DTMF based Control Robot using Arduino
 
Office Automation System using Internet of Things
Office Automation System using Internet of ThingsOffice Automation System using Internet of Things
Office Automation System using Internet of Things
 
Cell Phone Operated Land Rover
Cell Phone Operated Land RoverCell Phone Operated Land Rover
Cell Phone Operated Land Rover
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Monitoring and Control System for Building Application Using Modbus Remote Te...
Monitoring and Control System for Building Application Using Modbus Remote Te...Monitoring and Control System for Building Application Using Modbus Remote Te...
Monitoring and Control System for Building Application Using Modbus Remote Te...
 
F04123137
F04123137F04123137
F04123137
 
Himanth_Resume
Himanth_ResumeHimanth_Resume
Himanth_Resume
 
G3602050055
G3602050055G3602050055
G3602050055
 
A2Z Control System
A2Z Control SystemA2Z Control System
A2Z Control System
 
Black Box for a Car
Black Box for a CarBlack Box for a Car
Black Box for a Car
 
Mobile Operated Landrover Using Dtmf Decoder
Mobile Operated Landrover Using Dtmf DecoderMobile Operated Landrover Using Dtmf Decoder
Mobile Operated Landrover Using Dtmf Decoder
 
GSM 1308 MODEM CONTROL USING PIC-16F877A MICROCONTROLLER
GSM 1308 MODEM CONTROL USING PIC-16F877A MICROCONTROLLERGSM 1308 MODEM CONTROL USING PIC-16F877A MICROCONTROLLER
GSM 1308 MODEM CONTROL USING PIC-16F877A MICROCONTROLLER
 

Recently uploaded

CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Electronic Control of Unguided Airborne Vehicle (UAV)

  • 1. Ahmed Mohammed Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -2) February 2015, pp.126-129 www.ijera.com 126 | P a g e Electronic Control of Unguided Airborne Vehicle (UAV) Mohammed Ahmed Mohammed1 , Abdelrasoul jabar Alzubaidi2 1 Academy of Sciences (SAS)- Khartoum - Sudan 2 Sudan university of science and technology- Engineering Collage-School of electronics- Khartoum- Sudan . Abstract The paper deals with building an electronic remote control circuit for Unguided Airborne Vehicle (UAV) based on implementing Dual Tone Multiple Frequency decoder ( DTMF) .A microcontroller is used in the design to analyze and execute the commands arriving to the UAV . A Liquid Crystal Display (LCD ) is implemented to show the results during the circuit development and test phase. The control of the UAV is done from the ground using a mobile or a personnel computer (PC) supplied with a modem. The DTMF decoder output is connected to the microcontroller which analyzes the commands and accordingly execute them on the control parts in the UAV . The microcontroller issues orders and display the operations on the LCD . The circuit design assumes the presence of an operating GSM network for the transmission of the control commands .The airborne platform model is a small aircraft carrying the electronic circuit on board. Three stepper motors are used as a means of control to the wings, elevators and rudders in the UAV. .The electronic circuit on board the UAV is well protected to ensue safety of the hardware and perfect performance. Keywords : microcontroller ,LCD , GSM , DTMF, Control , UAV . . I. INTRODUCTION The new generations of technology has redefined communication. Any where we find mobile communication networks installed . But the application of mobile phone cannot just be restricted to sending messages or starting conversations. New innovations and ideas can be generated from it that can further enhance its capabilities. Remote management of several electrical and electronic devices (such as home appliances, office appliances, and even what this paper deals with "control of UAV’s" ) is a subject of growing interest .In recent years we have seen many systems providing such control applications. II. METHODOLOGY First of all, it is necessary to analyze the system operation. According to the analysis procedures, the circuit is designed. The designed circuit performs remote mode of operation to control a UAV. The sequence of operations to be performed remotely are: • Activation of the small engine for take off operation . • Control of the elevators in the UAV to make it airborne. • Send ground commands for turning the platform left. • Send ground commands for turning the platform right. • Send ground commands for ascending the platform . • Send ground commands for descending the platform . • Control of the elevators in the platform to make it land.. Figure (1) below shows the block diagram of the platform remote control circuit design by using DTMF technology. REVIEW ARTICLE OPEN ACCESS
  • 2. Ahmed Mohammed Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -2) February 2015, pp.126-129 www.ijera.com 127 | P a g e Figure (1) block diagram of the UAV remote control system The block diagram is an illustration of how to implement the design and the various parts involved in it. The ground control circuit is used as a transmitting section from which the commands to the platform are send. The commands contain guidance instructions to the platform. The received commands by the microcontroller get processed to carry out the required operations. An LCD is used for display to ensure correct system operation during the development phase. III. HARDWARE COMPONENTS The main hardware components in the design are : 1. Microcontroller (Atmega32) : Atmega 32 is a microcontroller from Atmel 8- bit family with 32KB flash memory is used. It is a forty pins integrated circuit. It contains four programmable ports plus an in build ADC. 2. GSM modem: GSM Modem is used as a means for commands transmission to the UAV. It is very compact in size and easy to use as plug. The Modem is designed to interface PC.. and the microcontroller . 3. LCD 40x2: The LCD 40x2 is used in the system design for display. 4. DTMF Decoder DTMF is short for Dual Tone Multi Frequency. The tones produced when dialing on the keypad on the phone could be used to represent the digits, and a separate tone is used for each digit. Pressing any key generate unique tone which consists of two different frequencies one each of higher and lower frequency range. The resultant tone is convolution of two frequencies . Figure (2) shows mobile keypad Frequencies. Figure (2) Phone keypad for DTMF generation Each of these tones is composed of two pure sine waves of the low and high frequencies superimposed on each other. These two frequencies explicitly represent one of the digits on the telephone keypad. Equation (1) shows the generated signal . f ( t ) = AH sin( 2π fH t ) + AL sin( 2π fL t ) ………………… (1) Where;
  • 3. Ahmed Mohammed Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -2) February 2015, pp.126-129 www.ijera.com 128 | P a g e AH, AL are the amplitudes. fH, fL are the frequencies of high & low frequency range. 5. PC Computer: PC computer hosts developed software to control remotely the UAV. The PC is connected to a GSM modem. The software dictates the processor to handle the controlling process. A corresponding signal is then sent to the other GSM modem onboard the UAV. 6. HD74LS373 Latching IC: The HD74LS373 is an eight bit register. It is used as a buffer which stores signals for future use. Different types of latches are available. HD74LS373 octal D-type transparent latch will be used in the system. 7. ULN 2803A Darlington IC: The ULN2803A is a high-voltage, high-current Darlington transistor array. The device consists of eight NPN Darlington pairs that feature high-voltage outputs with common-cathode clamp diodes for switching inductive loads. The collector-current rating of each Darlington pair is 500 mA. The Darlington pairs may be connected in parallel for higher current capability. 8. Stepper motors : The stepper motors are connected to the control parts in the UAV .They manipulate the control parts in order to guide the UAV. Equation (2) gives the step angel of the stepper motor. 360 Degrees Step angle = ------------------------------ = 1.8 Degree / Step ……….(2) 200 Steps / revolution IV. SOFTWARE DESIGN The programmer is a device used to download the hex files from the computer to the flash memory in the microcontroller. The program used is BASCOM language. Any program in this language will be saved with an extension (.bas). The compilation performs the following two steps: - Convert (.bas) extension file to assembly codes. - The compiler automatically converts the assembly codes to executable ( .hex) file that can be downloaded into the microcontroller. A Pony Prog program is used to download the (.hex) file program into the flash memory of the microcontroller. V. V. ALGORITH The microcontroller program on board the platform deals with a fixed format of commands coming from the ground control circuit .We assumed the following commands to be processed and executed by the microcontroller in the platform: … Command 1 : take off command. … Command 2 Turn right command. … Command 3 Turn left command. … Command 4 ascend command. … Command 5 descend command. … Command 6 landing command. The algorithm contains the main program and six subroutines .Three stepper motors are controlled by the microcontroller. The stepper motors in the UAV are as follows : …. Stepper motor 1 controls the right wing elevator. …. Stepper motor 2 controls the left wing elevator. …. Stepper motor 3 controls the rudder. The algorithm for the system is ; Start --- Check the incoming modem dial tone for authorization. - If authorized , continue processing. - If not authorized , deny access and wait for an authorized dial tone. --- Clear all controlled devices .The DTMF code is (0000)2 . --- Analyze the incoming code from the DTMF decoder. Code reception: --- If the code is equal to (0001)2 , then go to take off subroutine. --- If the code is equal to (0010)2 , then go to turn right subroutine. --- If the code is equal to (0011)2 , then go to turn left subroutine. --- If the code is equal to (0100)2 , then go to ascend subroutine. --- If the code is equal to (0101)2 , then go to descend subroutine. --- If the code is equal to (0110)2 , then go to landing subroutine. --- If the code is equal to (0111)2 , then go to terminate the program. … Go to code reception. Terminate the program: … Display termination on the LCD. End. Take off subroutine: … Display take off on the LCD. … Activate the engine. … Activate stepper motors 1&2 for max. elevator angle. … Delay few seconds.
  • 4. Ahmed Mohammed Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -2) February 2015, pp.126-129 www.ijera.com 129 | P a g e … Decrease the stepper motors 1&2. elevator angle gradually. Return Turn right subroutine: … Display turn right on the LCD. … Rotate stepper motors 3 clockwise. Return Turn left subroutine: … Display turn left on the LCD. … Rotate stepper motors 3 anticlockwise. Return Ascend subroutine: … Display ascend on the LCD. … Rotate stepper motors 1&2 clockwise. Return Descend subroutine: … Display descend on the LCD. … Rotate stepper motors 1 &2 anticlockwise. Return Landing subroutine: … Display landing on the LCD. … Activate stepper motors 1&2 for max. air drug angle. Return VI. RESULTS Many commands have been send from the ground control circuit to the UAV. Table (1) shows the results while sending the commands from the control circuit . Table (1) Results of sending the commands from the control circuit to the UAV Ground circuit command No. DTMF output in Binary Action performed by the Drone 1 (0001)2 Take off 2 (0010)2 Turn right 3 (0011)2 Turn left 4 (0100)2 Ascend 5 (0101)2 Descend 6 (0110)2 Landing The commands are executed and the platform performed the relative action. During the experiment some malfunctions occurred. The malfunctions are expected to happen. VII. CONCLSION This paper adopts a concept to design a system that acts to receive commands to control the platform in all its operations. Display units are connected to the platform to help in monitoring the system operation in the development phase. The control system is based on implementing the DTMF technology that effectively allows control from remote area to the desired location. The system design is dynamic and further development and modification can be done . The system is made simple and user friendly. REFERANCES [1.] Mazidi Muhammed Ali, The 8051 microcontroller and Embedded system, Prentic Hall, 2007 [2.] © MSC Electronic, BASCOM – AVR, Help Reference V1.11.8.3, 2006 [3.] Jan Axelson, Microcontroller idea book, Copy right 1999. [4.] Thomas L. Floyd,Electronic Devices 2nd Ed.,Merill Publishing ompany,2003. [5.] Daniel P. Raymer, Aircraft Design: Conceptual Approach (Second Edition 2002). [6.] Ihan Tuzcu Dynamics and control of flexible Aircraft (Blacksburg, Virginia 2001). [7.] http://diydrones.com. [8.] http://www.nationaldefensemagazine.org