SlideShare a Scribd company logo
1 of 11
Download to read offline
LAB N0.12
MISSION PLANNER GROUND CONTROL STATION
A Lab Report
Presented to
The Academic Faculty
by
M IBRAR
BAEM-F18-025
In Partial Fulfillment
of the Requirements for the Degree of
Bachelor of Science in Avionics
Engineering
SUPERIOR UNIVERSITY LAHORE
March 2022
AVIONICS SYSTEM DESIGN
Checked:
___________________________________________
Asst. Prof. Air Cdre. Wajih H. Hashmi (Rtd.)
Date Checked__________________
PAGE 3 OF 11
AVIONICS SYSTEM DESIGN 31 March, 2022
TABLE OF CONTENTS
OBJECTIVE......................................... 4
PROCEDURE......................................... 4
CONTROL SURFACE................................... 4
BLOCK DIAGRAM..................................... 4
INERTIAL MEASUREMENT UNIT (IMU)................... 4
ACCELEROMETERS.................................... 5
GYROSCOPES........................................ 5
MAGNETOMETERS..................................... 6
TYPES OF INS...................................... 6
IMU CALIBRATION:.................................. 7
MISSION PLANNER GROUND CONTROL STATION............ 8
UNMANNED AERIAL VEHICLE (UAV)..................... 8
WHAT IS IMU CALIBRATION?.......................... 8
ACCELEROMETER..................................... 8
GYROSCOPE........................................ 10
REFERENCE........................................ 11
LIST OF FIGURES
Figure 1 Block diagram of basic concepts.......... 4
Figure 2 Gyroscope................................ 5
Figure 3 MAGNETOMETERS............................ 6
Figure 4 3-D view of INS.......................... 6
Figure 5 laser Gyroscope.......................... 7
Figure 6 IMU Calibration Block Kit................ 9
Figure 7 Calibration of the accelerometer......... 9
Figure 8 Orientations of the 3D gyroscope........ 10
Figure 9 Calibration Technique of MEMS Gyroscope. 10
PAGE 4 OF 11
AVIONICS SYSTEM DESIGN 31 March, 2022
OBJECTIVE
Understanding and familiarization of the ground
control station of unmanned aerial vehicles (UAV)with
the help of mission planner software ardupilot.
PROCEDURE
CONTROL SURFACE
Here is the basic concept of the control surfaces
RUDDER PEDALS: To movie rudder for YAW.
JOYSTICK: To movie elevator forward and backward for PITCH
JOYSTICK: To a movie, ailerons left and right for ROLL.
BLOCK DIAGRAM
Figure 1 Block diagram of basic concepts
INERTIAL MEASUREMENT UNIT (IMU)
An inertial measurement unit (IMU) is an electronic
device that measures and reports a body's specific
force, angular rate, and sometimes the orientation
of the body, using a combination of accelerometers,
gyroscopes, and sometimes magnetometers. IMUs are
typically used to maneuver aircraft (an attitude and
heading reference system), including unmanned aerial
vehicles (UAVs), among many others, and spacecraft,
including satellites and landers.
PAGE 5 OF 11
AVIONICS SYSTEM DESIGN 31 March, 2022
ACCELEROMETERS
One of the sensor types measures accelerations, not
velocity and distance. An accelerometer uses
electromagnetic sensing that measures the vibration
of a structure, in our case, an aircraft.
To measure the velocity, it uses the first equation
of motion.
v=u+at
To measure the distance, it uses the second equation
of motion.
s=u+
𝟏
𝟐
a𝒕𝟐
GYROSCOPES
One of the sensor types is MEMS devices that measure
angular velocity in units of °/s This would be
positive or negative depending on the direction of
the rotation.
FOR EXAMPLE
The average velocity is 360 °/s for exactly 0.25
seconds by using this we can calculate the turn
angle.
360 °/s x 0.25 s = 90°
Figure 2 Gyroscope
PAGE 6 OF 11
AVIONICS SYSTEM DESIGN 31 March, 2022
MAGNETOMETERS
A magnetometer is a device that measures a magnetic
field or magnetic dipole moment. Different types of
magnetometers measure the direction, strength, or
relative change of a magnetic field at a particular
location.
Figure 3 MAGNETOMETERS
TYPES OF INS
There are two types of ins
• Stable-Platform INS
• Layer gyroscope INS
The Stable-Platform remains fixed in the aircraft.
Figure 4 3-D view of INS
It works on the principle of Doppler Effect Beam
going against the rotation produces high Freq.
PAGE 7 OF 11
AVIONICS SYSTEM DESIGN 31 March, 2022
2-laser light beams are sent one clockwise, and the
other counter-clockwise.
Figure 5 laser Gyroscope
IMU CALIBRATION:
Before the aircraft fly, there are marks on the
starting point from where the aircraft will fly the
gyroscope and the accelerometer set its initial
position at zero according to the point of the
aircraft.
If IMU is not according to the initial points then
an error can happen in the starting angular velocity
of the gyroscope and the initial acceleration of the
accelerometer then it will measure the wrong distance
from the runway where it wants to land.
In military aircraft, these types of errors without
calibration of the IMU the missile can launch before
fighter aircraft 1Km.
Every aircraft has an IMU system because GPS and
other navigation systems can fail.
PAGE 8 OF 11
AVIONICS SYSTEM DESIGN 31 March, 2022
MISSION PLANNER GROUND CONTROL STATION
Mission Planner is a full-featured ground station
application for the ArduPilot open-source autopilot
project. It is designed to control fixed-wing
aircraft, and various rotary-wing platforms,
including single, tri, quad, hex, and octal copters
and Airplanes. The software is written in C++ and
is completely open-source.
UNMANNED AERIAL VEHICLE (UAV)
unmanned aerial vehicle (UAV), military aircraft that
is guided autonomously, by remote control, or both,
and that carries sensors.
This UAV also works based on IMU which starts
initially from 0 degree-per-seconds for gyros
position and Initial acceleration zero for the
accelerometer.
WHAT IS IMU CALIBRATION?
IMU stands for Inertial Measurement Unit and is
essential for keeping your drone stable and level in
the sky. It’s a built-in device that measures force,
angular velocity, and attitude (yes, attitude, not
altitude). It does this through the drone’s
accelerometer, and gyroscope.
ACCELEROMETER
Accelerometers measure a drone’s proper acceleration
(acceleration relative to its freefall). If you find
that your drone is tilting when hovering, this could
be an accelerometer issue meaning you need to
recalibrate your IMU. It could also be a gyroscope
issue. If you don’t calibrate your drone on a flat
surface, this issue is usually quite common.
PAGE 9 OF 11
AVIONICS SYSTEM DESIGN 31 March, 2022
Figure 6 IMU Calibration Block Kit
Calibration of the accelerometer requires taking
advantage of the acceleration due to gravity, which
we can use in the positive and negative orientation
of the IMU. Additionally, we can also position the
IMU perpendicular to gravity in order to acquire a
third calibration point. This results in three unique
values that can be combined to formulate a linear fit
between the three values and the values outputted by
each axis of the accelerometer.
Figure 7 Calibration of the accelerometer
PAGE 10 OF 11
AVIONICS SYSTEM DESIGN 31 March, 2022
GYROSCOPE
Gyroscopes are small spinning disks inside the drone.
They help to measure the drone’s attitude remains
steady and stable in the sky.
Orientations of the 3D gyroscope during the four
calibration measurements. The first calibration
measurement ( left ) is performed with a sensor at
rest in an arbitrary position. During each of the
remaining three measurements ( right ), the sensor
is manually rotated on an even horizontal surface
around a different coordinate system axis ( x , y or
z ).
Figure 8 Orientations of the 3D gyroscope
In MEMS gyroscope, exploits a two-side excitation
signal to actuate the sense mode to obtain the
corresponding DC tuning voltage. The structural
characteristics of the dual-mass decoupled MEMS
gyroscope and the tuning principle of the excitation-
calibration technique are introduced first. Then, the
scheme of the digital excitation-calibration system
for the real-time mode-matching control is presented.
Figure 9 Calibration Technique of MEMS Gyroscope
PAGE 11 OF 11
AVIONICS SYSTEM DESIGN 31 March, 2022
REFERENCE
[1] https://docplayer.net/17192637-Avionics-made-
simple.html
[2] https://ardupilot.org/dev/docs/commonmission-
planner-command-line-interface-cli.html
[3] https://www.heliguy.com/blogs/posts/how-to-
calibrate-imu-of-the-dji-phantom-4-rtk
[4] https://www.heliguy.com/blogs/posts/how-to-
calibrate-imu-of-the-dji-phantom-4-rtk
[5] https://makersportal.com/blog/calibration-of-
an-inertial-measurement-unit-imu-with-
raspberry-pi-part-ii
[6] https://cultofdrone.com/drone-imu-calibration/
[7]
https://www.researchgate.net/publication/
264794909_Time-_and_Computation-
Efficient_Calibration_of_MEMS_3D_Accelerometer
s_and_Gyroscopes/figures?lo=1
[8]
https://en.wikipedia.org/wiki/Inertial_me
asurement_unit
[9] https://www.mdpi.com/2072-666X/10/8/496

More Related Content

What's hot

Handheld device motion tracking using MEMS gyros and accelerometer
Handheld device motion tracking using MEMS gyros and accelerometerHandheld device motion tracking using MEMS gyros and accelerometer
Handheld device motion tracking using MEMS gyros and accelerometeranusheel nahar
 
Welcome to the presentation on ‘total station
Welcome to the presentation on ‘total stationWelcome to the presentation on ‘total station
Welcome to the presentation on ‘total stationShashank Javalagi
 
Sensor Fusion Algorithm by Complementary Filter for Attitude Estimation of Qu...
Sensor Fusion Algorithm by Complementary Filter for Attitude Estimation of Qu...Sensor Fusion Algorithm by Complementary Filter for Attitude Estimation of Qu...
Sensor Fusion Algorithm by Complementary Filter for Attitude Estimation of Qu...TELKOMNIKA JOURNAL
 
SURVEYING - Photogrammetry (CE 115) Lec2 By Afia Narzis Spring 2016
SURVEYING - Photogrammetry (CE 115) Lec2 By Afia Narzis Spring 2016SURVEYING - Photogrammetry (CE 115) Lec2 By Afia Narzis Spring 2016
SURVEYING - Photogrammetry (CE 115) Lec2 By Afia Narzis Spring 2016PIYAL Bhuiyan
 
Height measurement of aerial photograph
Height measurement of aerial photographHeight measurement of aerial photograph
Height measurement of aerial photographvidyasagar university
 
Photogrammetry- Surveying
Photogrammetry- SurveyingPhotogrammetry- Surveying
Photogrammetry- SurveyingGokul Saud
 
Total station surveying
Total station surveyingTotal station surveying
Total station surveyingBinabh Devkota
 
Surveying instruments
Surveying instrumentsSurveying instruments
Surveying instrumentsShanALi
 
Total station
Total stationTotal station
Total stationSumit Jha
 
IRJET- Modular Rescue and Surveillance Drone
IRJET- Modular Rescue and Surveillance DroneIRJET- Modular Rescue and Surveillance Drone
IRJET- Modular Rescue and Surveillance DroneIRJET Journal
 
To Experimental Study for Comparison Theodolite and Total Station
To Experimental Study for Comparison Theodolite and Total Station To Experimental Study for Comparison Theodolite and Total Station
To Experimental Study for Comparison Theodolite and Total Station Agriculture Journal IJOEAR
 
Aerial photogrammetry vs. terrestrial photogrammetry
Aerial photogrammetry vs. terrestrial photogrammetryAerial photogrammetry vs. terrestrial photogrammetry
Aerial photogrammetry vs. terrestrial photogrammetryNI BT
 
MSc thesis presentation
MSc thesis presentationMSc thesis presentation
MSc thesis presentationMarco Bosco
 
Total station setup and operation
Total station setup and operationTotal station setup and operation
Total station setup and operationMuhammad Adi K
 

What's hot (20)

Tot.st 1
Tot.st 1Tot.st 1
Tot.st 1
 
Handheld device motion tracking using MEMS gyros and accelerometer
Handheld device motion tracking using MEMS gyros and accelerometerHandheld device motion tracking using MEMS gyros and accelerometer
Handheld device motion tracking using MEMS gyros and accelerometer
 
Welcome to the presentation on ‘total station
Welcome to the presentation on ‘total stationWelcome to the presentation on ‘total station
Welcome to the presentation on ‘total station
 
Sensor Fusion Algorithm by Complementary Filter for Attitude Estimation of Qu...
Sensor Fusion Algorithm by Complementary Filter for Attitude Estimation of Qu...Sensor Fusion Algorithm by Complementary Filter for Attitude Estimation of Qu...
Sensor Fusion Algorithm by Complementary Filter for Attitude Estimation of Qu...
 
SURVEYING - Photogrammetry (CE 115) Lec2 By Afia Narzis Spring 2016
SURVEYING - Photogrammetry (CE 115) Lec2 By Afia Narzis Spring 2016SURVEYING - Photogrammetry (CE 115) Lec2 By Afia Narzis Spring 2016
SURVEYING - Photogrammetry (CE 115) Lec2 By Afia Narzis Spring 2016
 
Photogrammetry
PhotogrammetryPhotogrammetry
Photogrammetry
 
Height measurement of aerial photograph
Height measurement of aerial photographHeight measurement of aerial photograph
Height measurement of aerial photograph
 
Photogrammetry- Surveying
Photogrammetry- SurveyingPhotogrammetry- Surveying
Photogrammetry- Surveying
 
Total Station & GPS
 Total Station & GPS Total Station & GPS
Total Station & GPS
 
Total station surveying
Total station surveyingTotal station surveying
Total station surveying
 
Surveying instruments
Surveying instrumentsSurveying instruments
Surveying instruments
 
Total station
Total stationTotal station
Total station
 
IRJET- Modular Rescue and Surveillance Drone
IRJET- Modular Rescue and Surveillance DroneIRJET- Modular Rescue and Surveillance Drone
IRJET- Modular Rescue and Surveillance Drone
 
To Experimental Study for Comparison Theodolite and Total Station
To Experimental Study for Comparison Theodolite and Total Station To Experimental Study for Comparison Theodolite and Total Station
To Experimental Study for Comparison Theodolite and Total Station
 
Photogrammetry 101
Photogrammetry 101Photogrammetry 101
Photogrammetry 101
 
Introduction to Aerial Photogrammetry
Introduction to Aerial PhotogrammetryIntroduction to Aerial Photogrammetry
Introduction to Aerial Photogrammetry
 
Total station corrections
Total station correctionsTotal station corrections
Total station corrections
 
Aerial photogrammetry vs. terrestrial photogrammetry
Aerial photogrammetry vs. terrestrial photogrammetryAerial photogrammetry vs. terrestrial photogrammetry
Aerial photogrammetry vs. terrestrial photogrammetry
 
MSc thesis presentation
MSc thesis presentationMSc thesis presentation
MSc thesis presentation
 
Total station setup and operation
Total station setup and operationTotal station setup and operation
Total station setup and operation
 

Similar to MISSION PLANNER GROUND CONTROL STATION

Development of an Integrated Attitude Determination System for Small Unmanned...
Development of an Integrated Attitude Determination System for Small Unmanned...Development of an Integrated Attitude Determination System for Small Unmanned...
Development of an Integrated Attitude Determination System for Small Unmanned...IRJET Journal
 
Waypoint Flight Parameter Comparison of an Autonomous Uav
Waypoint  Flight  Parameter  Comparison  of an Autonomous UavWaypoint  Flight  Parameter  Comparison  of an Autonomous Uav
Waypoint Flight Parameter Comparison of an Autonomous Uavijaia
 
seminar-inertial measurement unit(IMU).pptx
seminar-inertial measurement unit(IMU).pptxseminar-inertial measurement unit(IMU).pptx
seminar-inertial measurement unit(IMU).pptxVISHNUGMANOJ
 
An Automatic Detection of Landing Sites for Emergency Landing of Aircraft
An Automatic Detection of Landing Sites for Emergency Landing of AircraftAn Automatic Detection of Landing Sites for Emergency Landing of Aircraft
An Automatic Detection of Landing Sites for Emergency Landing of AircraftIRJET Journal
 
IRJET- Simultaneous Localization and Mapping for Automatic Chair Re-Arran...
IRJET-  	  Simultaneous Localization and Mapping for Automatic Chair Re-Arran...IRJET-  	  Simultaneous Localization and Mapping for Automatic Chair Re-Arran...
IRJET- Simultaneous Localization and Mapping for Automatic Chair Re-Arran...IRJET Journal
 
A Study on the Development of High Accuracy Solar Tracking Systems
A Study on the Development of High Accuracy Solar Tracking SystemsA Study on the Development of High Accuracy Solar Tracking Systems
A Study on the Development of High Accuracy Solar Tracking Systemsiskandaruz
 
Application of Vision based Techniques for Position Estimation
Application of Vision based Techniques for Position EstimationApplication of Vision based Techniques for Position Estimation
Application of Vision based Techniques for Position EstimationIRJET Journal
 
Massmomentsof inertia of joined wing unmanned aerial
Massmomentsof inertia of joined wing unmanned aerialMassmomentsof inertia of joined wing unmanned aerial
Massmomentsof inertia of joined wing unmanned aerialeSAT Publishing House
 
Experiment to determine a method for effortless static calibration of the ine...
Experiment to determine a method for effortless static calibration of the ine...Experiment to determine a method for effortless static calibration of the ine...
Experiment to determine a method for effortless static calibration of the ine...IRJET Journal
 
A survey of quadrotor unmanned aerial vehicles
A survey of quadrotor unmanned aerial vehiclesA survey of quadrotor unmanned aerial vehicles
A survey of quadrotor unmanned aerial vehiclesCalculadoras Online
 
Inertial Navigation for Quadrotor Using Kalman Filter with Drift Compensation
Inertial Navigation for Quadrotor Using Kalman Filter with Drift Compensation Inertial Navigation for Quadrotor Using Kalman Filter with Drift Compensation
Inertial Navigation for Quadrotor Using Kalman Filter with Drift Compensation IJECEIAES
 
Massmomentsof inertia of joined wing unmanned aerial vehicle
Massmomentsof inertia of joined wing unmanned aerial vehicleMassmomentsof inertia of joined wing unmanned aerial vehicle
Massmomentsof inertia of joined wing unmanned aerial vehicleeSAT Journals
 
AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...
AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...
AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...csandit
 
Event Data Recorder in Automobile
Event Data Recorder in AutomobileEvent Data Recorder in Automobile
Event Data Recorder in AutomobileIRJET Journal
 
Effect of Discrete Yaw Direction Setting for 4 Roter Helicopter Control: Comp...
Effect of Discrete Yaw Direction Setting for 4 Roter Helicopter Control: Comp...Effect of Discrete Yaw Direction Setting for 4 Roter Helicopter Control: Comp...
Effect of Discrete Yaw Direction Setting for 4 Roter Helicopter Control: Comp...AM Publications
 
Astronomical Almanac’s Algorithm Based Dual Axis Solar Tracker
Astronomical Almanac’s Algorithm Based Dual Axis Solar TrackerAstronomical Almanac’s Algorithm Based Dual Axis Solar Tracker
Astronomical Almanac’s Algorithm Based Dual Axis Solar TrackerIRJET Journal
 
Engineering@SotonPoster
Engineering@SotonPosterEngineering@SotonPoster
Engineering@SotonPosterchang liu
 

Similar to MISSION PLANNER GROUND CONTROL STATION (20)

Development of an Integrated Attitude Determination System for Small Unmanned...
Development of an Integrated Attitude Determination System for Small Unmanned...Development of an Integrated Attitude Determination System for Small Unmanned...
Development of an Integrated Attitude Determination System for Small Unmanned...
 
Waypoint Flight Parameter Comparison of an Autonomous Uav
Waypoint  Flight  Parameter  Comparison  of an Autonomous UavWaypoint  Flight  Parameter  Comparison  of an Autonomous Uav
Waypoint Flight Parameter Comparison of an Autonomous Uav
 
seminar-inertial measurement unit(IMU).pptx
seminar-inertial measurement unit(IMU).pptxseminar-inertial measurement unit(IMU).pptx
seminar-inertial measurement unit(IMU).pptx
 
An Automatic Detection of Landing Sites for Emergency Landing of Aircraft
An Automatic Detection of Landing Sites for Emergency Landing of AircraftAn Automatic Detection of Landing Sites for Emergency Landing of Aircraft
An Automatic Detection of Landing Sites for Emergency Landing of Aircraft
 
IRJET- Simultaneous Localization and Mapping for Automatic Chair Re-Arran...
IRJET-  	  Simultaneous Localization and Mapping for Automatic Chair Re-Arran...IRJET-  	  Simultaneous Localization and Mapping for Automatic Chair Re-Arran...
IRJET- Simultaneous Localization and Mapping for Automatic Chair Re-Arran...
 
A Study on the Development of High Accuracy Solar Tracking Systems
A Study on the Development of High Accuracy Solar Tracking SystemsA Study on the Development of High Accuracy Solar Tracking Systems
A Study on the Development of High Accuracy Solar Tracking Systems
 
Application of Vision based Techniques for Position Estimation
Application of Vision based Techniques for Position EstimationApplication of Vision based Techniques for Position Estimation
Application of Vision based Techniques for Position Estimation
 
Massmomentsof inertia of joined wing unmanned aerial
Massmomentsof inertia of joined wing unmanned aerialMassmomentsof inertia of joined wing unmanned aerial
Massmomentsof inertia of joined wing unmanned aerial
 
report
reportreport
report
 
Experiment to determine a method for effortless static calibration of the ine...
Experiment to determine a method for effortless static calibration of the ine...Experiment to determine a method for effortless static calibration of the ine...
Experiment to determine a method for effortless static calibration of the ine...
 
A survey of quadrotor unmanned aerial vehicles
A survey of quadrotor unmanned aerial vehiclesA survey of quadrotor unmanned aerial vehicles
A survey of quadrotor unmanned aerial vehicles
 
Inertial Navigation for Quadrotor Using Kalman Filter with Drift Compensation
Inertial Navigation for Quadrotor Using Kalman Filter with Drift Compensation Inertial Navigation for Quadrotor Using Kalman Filter with Drift Compensation
Inertial Navigation for Quadrotor Using Kalman Filter with Drift Compensation
 
Massmomentsof inertia of joined wing unmanned aerial vehicle
Massmomentsof inertia of joined wing unmanned aerial vehicleMassmomentsof inertia of joined wing unmanned aerial vehicle
Massmomentsof inertia of joined wing unmanned aerial vehicle
 
Land survey by robot
Land survey by robotLand survey by robot
Land survey by robot
 
AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...
AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...
AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...
 
Event Data Recorder in Automobile
Event Data Recorder in AutomobileEvent Data Recorder in Automobile
Event Data Recorder in Automobile
 
Seminar koushlendra saini
Seminar koushlendra sainiSeminar koushlendra saini
Seminar koushlendra saini
 
Effect of Discrete Yaw Direction Setting for 4 Roter Helicopter Control: Comp...
Effect of Discrete Yaw Direction Setting for 4 Roter Helicopter Control: Comp...Effect of Discrete Yaw Direction Setting for 4 Roter Helicopter Control: Comp...
Effect of Discrete Yaw Direction Setting for 4 Roter Helicopter Control: Comp...
 
Astronomical Almanac’s Algorithm Based Dual Axis Solar Tracker
Astronomical Almanac’s Algorithm Based Dual Axis Solar TrackerAstronomical Almanac’s Algorithm Based Dual Axis Solar Tracker
Astronomical Almanac’s Algorithm Based Dual Axis Solar Tracker
 
Engineering@SotonPoster
Engineering@SotonPosterEngineering@SotonPoster
Engineering@SotonPoster
 

More from MIbrar4

Architecture of ARINC 629 Data Bus For Boeing 777-200ER Commercial Aircraft.pdf
Architecture of ARINC 629 Data Bus For Boeing 777-200ER Commercial Aircraft.pdfArchitecture of ARINC 629 Data Bus For Boeing 777-200ER Commercial Aircraft.pdf
Architecture of ARINC 629 Data Bus For Boeing 777-200ER Commercial Aircraft.pdfMIbrar4
 
Ethical Problem-Solving Techniques.pptx
Ethical Problem-Solving Techniques.pptxEthical Problem-Solving Techniques.pptx
Ethical Problem-Solving Techniques.pptxMIbrar4
 
Analysis and Design of PID controller with control parameters in MATLAB and S...
Analysis and Design of PID controller with control parameters in MATLAB and S...Analysis and Design of PID controller with control parameters in MATLAB and S...
Analysis and Design of PID controller with control parameters in MATLAB and S...MIbrar4
 
Demonstrate the implementation PI controller to regulate speed of DC Servo Mo...
Demonstrate the implementation PI controller to regulate speed of DC Servo Mo...Demonstrate the implementation PI controller to regulate speed of DC Servo Mo...
Demonstrate the implementation PI controller to regulate speed of DC Servo Mo...MIbrar4
 
PID Controller Simulator Design for Polynomials Transfer Function
PID Controller Simulator Design for Polynomials Transfer FunctionPID Controller Simulator Design for Polynomials Transfer Function
PID Controller Simulator Design for Polynomials Transfer FunctionMIbrar4
 
State-Space Realizations Using Control Canonical Form and Simulation Diagram
State-Space Realizations Using Control Canonical Form and Simulation DiagramState-Space Realizations Using Control Canonical Form and Simulation Diagram
State-Space Realizations Using Control Canonical Form and Simulation DiagramMIbrar4
 
Design Compensator Using Automated PID Tuning for a water tank
Design Compensator Using Automated PID Tuning for a water tank Design Compensator Using Automated PID Tuning for a water tank
Design Compensator Using Automated PID Tuning for a water tank MIbrar4
 
Provided MATLAB functions, convert the State Space Model into a classical con...
Provided MATLAB functions, convert the State Space Model into a classical con...Provided MATLAB functions, convert the State Space Model into a classical con...
Provided MATLAB functions, convert the State Space Model into a classical con...MIbrar4
 
Compensator Design and parameters modification using Bode plot and root locus
Compensator Design and parameters modification using Bode plot and root locusCompensator Design and parameters modification using Bode plot and root locus
Compensator Design and parameters modification using Bode plot and root locusMIbrar4
 
Department of Avionics Engineering The Superior University, Lahore Lab Manual...
Department of Avionics Engineering The Superior University, Lahore Lab Manual...Department of Avionics Engineering The Superior University, Lahore Lab Manual...
Department of Avionics Engineering The Superior University, Lahore Lab Manual...MIbrar4
 
PAF buy retired and old Mirage fighter jets.pptx
PAF buy retired and old Mirage fighter jets.pptxPAF buy retired and old Mirage fighter jets.pptx
PAF buy retired and old Mirage fighter jets.pptxMIbrar4
 
Types of Screwdriver.docx
Types of Screwdriver.docxTypes of Screwdriver.docx
Types of Screwdriver.docxMIbrar4
 
WHAT IS MEMS ? MEMS Accelerometer MEMS Gyroscope MEMS Magnetometer
WHAT IS MEMS ? MEMS Accelerometer MEMS Gyroscope MEMS MagnetometerWHAT IS MEMS ? MEMS Accelerometer MEMS Gyroscope MEMS Magnetometer
WHAT IS MEMS ? MEMS Accelerometer MEMS Gyroscope MEMS MagnetometerMIbrar4
 
Writing Research Paper.pptx
Writing Research Paper.pptxWriting Research Paper.pptx
Writing Research Paper.pptxMIbrar4
 
Pulse Doppler Airborne Radar
Pulse Doppler Airborne RadarPulse Doppler Airborne Radar
Pulse Doppler Airborne RadarMIbrar4
 
US Airways Flight 1549 (Sully) A-3.docx
US Airways Flight 1549 (Sully) A-3.docxUS Airways Flight 1549 (Sully) A-3.docx
US Airways Flight 1549 (Sully) A-3.docxMIbrar4
 
Ethical Problem-Solving Techniques
Ethical Problem-Solving TechniquesEthical Problem-Solving Techniques
Ethical Problem-Solving TechniquesMIbrar4
 
The Disaster at Bhopal
The Disaster at BhopalThe Disaster at Bhopal
The Disaster at BhopalMIbrar4
 
[A#5]_[BAEM-F18-025]_[M IBRAR].docx
[A#5]_[BAEM-F18-025]_[M IBRAR].docx[A#5]_[BAEM-F18-025]_[M IBRAR].docx
[A#5]_[BAEM-F18-025]_[M IBRAR].docxMIbrar4
 
Understanding Ethical Problems
Understanding Ethical ProblemsUnderstanding Ethical Problems
Understanding Ethical ProblemsMIbrar4
 

More from MIbrar4 (20)

Architecture of ARINC 629 Data Bus For Boeing 777-200ER Commercial Aircraft.pdf
Architecture of ARINC 629 Data Bus For Boeing 777-200ER Commercial Aircraft.pdfArchitecture of ARINC 629 Data Bus For Boeing 777-200ER Commercial Aircraft.pdf
Architecture of ARINC 629 Data Bus For Boeing 777-200ER Commercial Aircraft.pdf
 
Ethical Problem-Solving Techniques.pptx
Ethical Problem-Solving Techniques.pptxEthical Problem-Solving Techniques.pptx
Ethical Problem-Solving Techniques.pptx
 
Analysis and Design of PID controller with control parameters in MATLAB and S...
Analysis and Design of PID controller with control parameters in MATLAB and S...Analysis and Design of PID controller with control parameters in MATLAB and S...
Analysis and Design of PID controller with control parameters in MATLAB and S...
 
Demonstrate the implementation PI controller to regulate speed of DC Servo Mo...
Demonstrate the implementation PI controller to regulate speed of DC Servo Mo...Demonstrate the implementation PI controller to regulate speed of DC Servo Mo...
Demonstrate the implementation PI controller to regulate speed of DC Servo Mo...
 
PID Controller Simulator Design for Polynomials Transfer Function
PID Controller Simulator Design for Polynomials Transfer FunctionPID Controller Simulator Design for Polynomials Transfer Function
PID Controller Simulator Design for Polynomials Transfer Function
 
State-Space Realizations Using Control Canonical Form and Simulation Diagram
State-Space Realizations Using Control Canonical Form and Simulation DiagramState-Space Realizations Using Control Canonical Form and Simulation Diagram
State-Space Realizations Using Control Canonical Form and Simulation Diagram
 
Design Compensator Using Automated PID Tuning for a water tank
Design Compensator Using Automated PID Tuning for a water tank Design Compensator Using Automated PID Tuning for a water tank
Design Compensator Using Automated PID Tuning for a water tank
 
Provided MATLAB functions, convert the State Space Model into a classical con...
Provided MATLAB functions, convert the State Space Model into a classical con...Provided MATLAB functions, convert the State Space Model into a classical con...
Provided MATLAB functions, convert the State Space Model into a classical con...
 
Compensator Design and parameters modification using Bode plot and root locus
Compensator Design and parameters modification using Bode plot and root locusCompensator Design and parameters modification using Bode plot and root locus
Compensator Design and parameters modification using Bode plot and root locus
 
Department of Avionics Engineering The Superior University, Lahore Lab Manual...
Department of Avionics Engineering The Superior University, Lahore Lab Manual...Department of Avionics Engineering The Superior University, Lahore Lab Manual...
Department of Avionics Engineering The Superior University, Lahore Lab Manual...
 
PAF buy retired and old Mirage fighter jets.pptx
PAF buy retired and old Mirage fighter jets.pptxPAF buy retired and old Mirage fighter jets.pptx
PAF buy retired and old Mirage fighter jets.pptx
 
Types of Screwdriver.docx
Types of Screwdriver.docxTypes of Screwdriver.docx
Types of Screwdriver.docx
 
WHAT IS MEMS ? MEMS Accelerometer MEMS Gyroscope MEMS Magnetometer
WHAT IS MEMS ? MEMS Accelerometer MEMS Gyroscope MEMS MagnetometerWHAT IS MEMS ? MEMS Accelerometer MEMS Gyroscope MEMS Magnetometer
WHAT IS MEMS ? MEMS Accelerometer MEMS Gyroscope MEMS Magnetometer
 
Writing Research Paper.pptx
Writing Research Paper.pptxWriting Research Paper.pptx
Writing Research Paper.pptx
 
Pulse Doppler Airborne Radar
Pulse Doppler Airborne RadarPulse Doppler Airborne Radar
Pulse Doppler Airborne Radar
 
US Airways Flight 1549 (Sully) A-3.docx
US Airways Flight 1549 (Sully) A-3.docxUS Airways Flight 1549 (Sully) A-3.docx
US Airways Flight 1549 (Sully) A-3.docx
 
Ethical Problem-Solving Techniques
Ethical Problem-Solving TechniquesEthical Problem-Solving Techniques
Ethical Problem-Solving Techniques
 
The Disaster at Bhopal
The Disaster at BhopalThe Disaster at Bhopal
The Disaster at Bhopal
 
[A#5]_[BAEM-F18-025]_[M IBRAR].docx
[A#5]_[BAEM-F18-025]_[M IBRAR].docx[A#5]_[BAEM-F18-025]_[M IBRAR].docx
[A#5]_[BAEM-F18-025]_[M IBRAR].docx
 
Understanding Ethical Problems
Understanding Ethical ProblemsUnderstanding Ethical Problems
Understanding Ethical Problems
 

Recently uploaded

(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
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
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
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
 

Recently uploaded (20)

(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
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
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
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
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
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
 

MISSION PLANNER GROUND CONTROL STATION

  • 1. LAB N0.12 MISSION PLANNER GROUND CONTROL STATION A Lab Report Presented to The Academic Faculty by M IBRAR BAEM-F18-025 In Partial Fulfillment of the Requirements for the Degree of Bachelor of Science in Avionics Engineering SUPERIOR UNIVERSITY LAHORE March 2022
  • 2. AVIONICS SYSTEM DESIGN Checked: ___________________________________________ Asst. Prof. Air Cdre. Wajih H. Hashmi (Rtd.) Date Checked__________________
  • 3. PAGE 3 OF 11 AVIONICS SYSTEM DESIGN 31 March, 2022 TABLE OF CONTENTS OBJECTIVE......................................... 4 PROCEDURE......................................... 4 CONTROL SURFACE................................... 4 BLOCK DIAGRAM..................................... 4 INERTIAL MEASUREMENT UNIT (IMU)................... 4 ACCELEROMETERS.................................... 5 GYROSCOPES........................................ 5 MAGNETOMETERS..................................... 6 TYPES OF INS...................................... 6 IMU CALIBRATION:.................................. 7 MISSION PLANNER GROUND CONTROL STATION............ 8 UNMANNED AERIAL VEHICLE (UAV)..................... 8 WHAT IS IMU CALIBRATION?.......................... 8 ACCELEROMETER..................................... 8 GYROSCOPE........................................ 10 REFERENCE........................................ 11 LIST OF FIGURES Figure 1 Block diagram of basic concepts.......... 4 Figure 2 Gyroscope................................ 5 Figure 3 MAGNETOMETERS............................ 6 Figure 4 3-D view of INS.......................... 6 Figure 5 laser Gyroscope.......................... 7 Figure 6 IMU Calibration Block Kit................ 9 Figure 7 Calibration of the accelerometer......... 9 Figure 8 Orientations of the 3D gyroscope........ 10 Figure 9 Calibration Technique of MEMS Gyroscope. 10
  • 4. PAGE 4 OF 11 AVIONICS SYSTEM DESIGN 31 March, 2022 OBJECTIVE Understanding and familiarization of the ground control station of unmanned aerial vehicles (UAV)with the help of mission planner software ardupilot. PROCEDURE CONTROL SURFACE Here is the basic concept of the control surfaces RUDDER PEDALS: To movie rudder for YAW. JOYSTICK: To movie elevator forward and backward for PITCH JOYSTICK: To a movie, ailerons left and right for ROLL. BLOCK DIAGRAM Figure 1 Block diagram of basic concepts INERTIAL MEASUREMENT UNIT (IMU) An inertial measurement unit (IMU) is an electronic device that measures and reports a body's specific force, angular rate, and sometimes the orientation of the body, using a combination of accelerometers, gyroscopes, and sometimes magnetometers. IMUs are typically used to maneuver aircraft (an attitude and heading reference system), including unmanned aerial vehicles (UAVs), among many others, and spacecraft, including satellites and landers.
  • 5. PAGE 5 OF 11 AVIONICS SYSTEM DESIGN 31 March, 2022 ACCELEROMETERS One of the sensor types measures accelerations, not velocity and distance. An accelerometer uses electromagnetic sensing that measures the vibration of a structure, in our case, an aircraft. To measure the velocity, it uses the first equation of motion. v=u+at To measure the distance, it uses the second equation of motion. s=u+ 𝟏 𝟐 a𝒕𝟐 GYROSCOPES One of the sensor types is MEMS devices that measure angular velocity in units of °/s This would be positive or negative depending on the direction of the rotation. FOR EXAMPLE The average velocity is 360 °/s for exactly 0.25 seconds by using this we can calculate the turn angle. 360 °/s x 0.25 s = 90° Figure 2 Gyroscope
  • 6. PAGE 6 OF 11 AVIONICS SYSTEM DESIGN 31 March, 2022 MAGNETOMETERS A magnetometer is a device that measures a magnetic field or magnetic dipole moment. Different types of magnetometers measure the direction, strength, or relative change of a magnetic field at a particular location. Figure 3 MAGNETOMETERS TYPES OF INS There are two types of ins • Stable-Platform INS • Layer gyroscope INS The Stable-Platform remains fixed in the aircraft. Figure 4 3-D view of INS It works on the principle of Doppler Effect Beam going against the rotation produces high Freq.
  • 7. PAGE 7 OF 11 AVIONICS SYSTEM DESIGN 31 March, 2022 2-laser light beams are sent one clockwise, and the other counter-clockwise. Figure 5 laser Gyroscope IMU CALIBRATION: Before the aircraft fly, there are marks on the starting point from where the aircraft will fly the gyroscope and the accelerometer set its initial position at zero according to the point of the aircraft. If IMU is not according to the initial points then an error can happen in the starting angular velocity of the gyroscope and the initial acceleration of the accelerometer then it will measure the wrong distance from the runway where it wants to land. In military aircraft, these types of errors without calibration of the IMU the missile can launch before fighter aircraft 1Km. Every aircraft has an IMU system because GPS and other navigation systems can fail.
  • 8. PAGE 8 OF 11 AVIONICS SYSTEM DESIGN 31 March, 2022 MISSION PLANNER GROUND CONTROL STATION Mission Planner is a full-featured ground station application for the ArduPilot open-source autopilot project. It is designed to control fixed-wing aircraft, and various rotary-wing platforms, including single, tri, quad, hex, and octal copters and Airplanes. The software is written in C++ and is completely open-source. UNMANNED AERIAL VEHICLE (UAV) unmanned aerial vehicle (UAV), military aircraft that is guided autonomously, by remote control, or both, and that carries sensors. This UAV also works based on IMU which starts initially from 0 degree-per-seconds for gyros position and Initial acceleration zero for the accelerometer. WHAT IS IMU CALIBRATION? IMU stands for Inertial Measurement Unit and is essential for keeping your drone stable and level in the sky. It’s a built-in device that measures force, angular velocity, and attitude (yes, attitude, not altitude). It does this through the drone’s accelerometer, and gyroscope. ACCELEROMETER Accelerometers measure a drone’s proper acceleration (acceleration relative to its freefall). If you find that your drone is tilting when hovering, this could be an accelerometer issue meaning you need to recalibrate your IMU. It could also be a gyroscope issue. If you don’t calibrate your drone on a flat surface, this issue is usually quite common.
  • 9. PAGE 9 OF 11 AVIONICS SYSTEM DESIGN 31 March, 2022 Figure 6 IMU Calibration Block Kit Calibration of the accelerometer requires taking advantage of the acceleration due to gravity, which we can use in the positive and negative orientation of the IMU. Additionally, we can also position the IMU perpendicular to gravity in order to acquire a third calibration point. This results in three unique values that can be combined to formulate a linear fit between the three values and the values outputted by each axis of the accelerometer. Figure 7 Calibration of the accelerometer
  • 10. PAGE 10 OF 11 AVIONICS SYSTEM DESIGN 31 March, 2022 GYROSCOPE Gyroscopes are small spinning disks inside the drone. They help to measure the drone’s attitude remains steady and stable in the sky. Orientations of the 3D gyroscope during the four calibration measurements. The first calibration measurement ( left ) is performed with a sensor at rest in an arbitrary position. During each of the remaining three measurements ( right ), the sensor is manually rotated on an even horizontal surface around a different coordinate system axis ( x , y or z ). Figure 8 Orientations of the 3D gyroscope In MEMS gyroscope, exploits a two-side excitation signal to actuate the sense mode to obtain the corresponding DC tuning voltage. The structural characteristics of the dual-mass decoupled MEMS gyroscope and the tuning principle of the excitation- calibration technique are introduced first. Then, the scheme of the digital excitation-calibration system for the real-time mode-matching control is presented. Figure 9 Calibration Technique of MEMS Gyroscope
  • 11. PAGE 11 OF 11 AVIONICS SYSTEM DESIGN 31 March, 2022 REFERENCE [1] https://docplayer.net/17192637-Avionics-made- simple.html [2] https://ardupilot.org/dev/docs/commonmission- planner-command-line-interface-cli.html [3] https://www.heliguy.com/blogs/posts/how-to- calibrate-imu-of-the-dji-phantom-4-rtk [4] https://www.heliguy.com/blogs/posts/how-to- calibrate-imu-of-the-dji-phantom-4-rtk [5] https://makersportal.com/blog/calibration-of- an-inertial-measurement-unit-imu-with- raspberry-pi-part-ii [6] https://cultofdrone.com/drone-imu-calibration/ [7] https://www.researchgate.net/publication/ 264794909_Time-_and_Computation- Efficient_Calibration_of_MEMS_3D_Accelerometer s_and_Gyroscopes/figures?lo=1 [8] https://en.wikipedia.org/wiki/Inertial_me asurement_unit [9] https://www.mdpi.com/2072-666X/10/8/496