UAS Telemetry. Objective

Size: px
Start display at page:

Download "UAS Telemetry. Objective"

Transcription

1 UAS Telemetry UAS270 Avionic Systems F18 Objective primary objective: to downlink UAV status information data to remote pilot, mission supervisor, etc. secondary objective: provide uplink path for C&C from GCS UAS270 Avionic Systems 2 UAS Telemetry 1

2 Example UAS with Telemetry project for a smart pod uav pod UAS270 Avionic Systems 3 Telemetry Data flight mode rx signal strength (RSSI) battery/fuel usage/status GPS quality (# satellites, DOP) UAS position, heading, speed (air, ground, vertical) flight path, waypoint status, home MinimOSD other: command acknowledgement payload status EagleTree Vector OSD UAS270 Avionic Systems 4 UAS Telemetry 2

3 Telemetry Data Transfer data transfer is accomplished using "RS 232 style" serial data transfer method each ASCII character is represented by a unique 7 bit binary code (next slide) then framed with start/stop/parity bits before being transferred 1 bit at a time over a single, unidirectional connection at a particular baud rate (bits/sec) which both ends agree upon baud rate determines the bit time via UAS270 Avionic Systems 5 Hex Hi Lo Bits NUL DLE P ` p SOH DC1! 1 A Q a q STX DC2 2 B R b r ETX DC3 # 3 C S c s EOT DC4 $ 4 D T d t ENQ NAK % 5 E U e u ACK SYN & 6 F V f v BEL ETB 7 G W g w BS CAN ( 8 H X h x HT EM ) 9 I Y i y A 1010 LF SUB * : J Z j z B 1011 VT ESC + ; K [ k { C 1100 FF FS, < L \ l D 1101 CR GS - = M ] m } E 1110 SO RS. > N ^ n ~ F 1111 SI US /? O _ o DEL KEY NUL = Null SOH = Start Of Header STX = Start of Transmission ETX = End of Transmission EOT = End of Text ENQ = Enquiry ACK = Acknowledge BEL = Audible Bell BS = BackSpace HT = Horizontal Tab LF = Line Feed VT = Vertical Tab FF = Form Feed CR = Carriage Return SO = Shift Out SI = Shift In DLE = Data Link Escape DCx = Device Control x NAK = Negative Acknowledge SYN = Synchronization char. ETB = End Transmission Block CAN = Cancel EM = End of Medium SUB = Substitute ESC = Escape FS = Field Separator GS = Group Separator RS = Record Separator US = Unit Separator DEL = Delete UAS270 Avionic Systems 6 UAS Telemetry 3

4 RS 232 Data Transfer framing: each character transferred gets its own start bit and stop bit, optional parity bit start bits are always 0, stop bits always 1 parity used for error checking may be even, odd, fixed at 0, or unused data bits are sent/received lsb to msb characters may be sent back to back lines idles at '1' when no data to transfer ex: 2 chars using 8 data, 1 stop, no parity: UAS270 Avionic Systems 7 RS 232 Example what does the message Hello! look like over an RS 232 style comm link???? standard baud rates 110, 300, 600, 1200, 2400, 4800, 9600, 14400, 19200, 38400, 57600, , , so, how long will it take to transfer (a) each bit and (b) entire message at xxx baud???? UAS270 Avionic Systems 8 UAS Telemetry 4

5 Two way Data Transfer normally, 1 wire or channel provides unidirectional data transfer from A to B simplest way to implement bidirectional data transfer is to have 2 wires/channels! and a common ground A B additional wires sometimes used for 'handshaking' signals UAS270 Avionic Systems 9 Protocols when multiple data bytes are transferred over a comm link, they are often packaged into data packets according to one or more protocols ex: TCP/IP, SMTP, HTTP/HTTPS more robust error detection/correction is then handled by the protocol than simple parity which is only 50% accurate UAS270 Avionic Systems 10 UAS Telemetry 5

6 Data Packets aka "message", is the unit of transfer in a protocol typical data packet fields packet ID/type number packet sequence number source address destination address payload (the actual data being transferred!) error check (usually at end) UAS270 Avionic Systems 11 one such protocol of interest is MAVlink an open source protocol commonly used with modern UASs (also UGSs and USSs) between unmanned vehicle and GCS used in PixHawk, Mission Planner, QGroundControl packet layout (v1.0): UAS270 Avionic Systems 12 UAS Telemetry 6

7 MAVlink Packet Details Field name Index (Bytes) Purpose Start of frame 0 Denotes the start of frame transmission (v1.0: 0xFE) Payload length 1 length of payload (n) Packet sequence 2 System ID 3 Component ID 4 Each component counts up their send sequence. Allows for detection of packet loss. Identification of the SENDING system. Allows to differentiate different systems on the same network. Identification of the SENDING component. Allows to differentiate different components of the same system, e.g. the IMU and the autopilot. Message ID 5 Identification of the message the id defines what the payload means and how it should be correctly decoded. Payload 6 to (n+6) The data into the message, depends on the message id. CRC (n+7) to (n+8) Checksum of the entire packet, excluding the packet start sign (LSB to MSB) UAS270 Avionic Systems 13 MAVlink Packet Application G.C. software Mission Planner QGroundControl UgCS Tower "terminal emulator" RealTerm experiment: custom software to capture, decode, and display MAVlink packet contents UAS270 Avionic Systems 14 UAS Telemetry 7

8 MAVlink Packet Capture: RealTerm straight ASCII display mode shows a lot of control (binary) characters not fit for human consumption! UAS270 Avionic Systems 15 MAVlink Packet Capture: RealTerm hex display mode shows each byte received as 2 hex digits packet structure can be discerned MsgID=0, "HEARTBEAT" UAS270 Avionic Systems 16 UAS Telemetry 8

9 MAVlink Decoder Program written in 'C' approx. 200 lines of code payload contents extracted & interpreted UAS270 Avionic Systems 17 Telemetry Systems: External FMU based external solution via a direct, hardwired (RS 232 or USB) link or a set of wireless telemetry transceivers 915 MHz: USA 433 MHz: Europe SiK Telemetry Radio one popular open source implementation updated version at mrobotics.io sik telemetry radio.html UAS270 Avionic Systems 18 UAS Telemetry 9

10 Telemetry Systems: RC based RC provided an extension to 2.4GHz 1 way C&C links to also downlink telemetry data over same link some RC system manufactures now provide telemetry features in their systems ex: Futaba, Graupner, FrSky, Spektrum sensors, datum points UAS270 Avionic Systems 19 Futaba Telemetry via "T FHSS" receivers using SBUS2 SBUS2 = "2 way" sensors: GPS, voltage, current, temperature, altitude RPM, airspeed sensors ensors UAS270 Avionic Systems 20 UAS Telemetry 10

11 FrSky Telemetry via receivers with "Smart Port" sensors: GPS, Vbatt, Ibatt, temperature, Variometer, airspeed, RPM, fuel flow rc.com/product category/sensors UAS270 Avionic Systems 21 Setting Up Telemetry: FrSky telemetry data display is supported by certain FrSky transmitters such as our Taranis X9D demo: Nate UAS270 Avionic Systems 22 UAS Telemetry 11

12 Telemetry Flight Parameters altitude attitude, AoA heading turn indicator engine RPM temperature: engine, OAT vertical speed (VS) airspeed (AS) groundspeed (GS) fuel supply Sensors voltage current temperature tachometer (RPM) barometric pressure (altitude) gyros, accelerometers (attitude) pitot tube (airspeed) GPS (position) magnetometer (heading) UAS270 Avionic Systems 23 Voltage Sensing determines voltage of an unknown input by performing analog to digital (A/D) conversion on a "sample" of the input being monitored (V M ) then scaling the binary result by an appropriate conversion factor (C F ) block diagram: V M xc F ADC B M ex: monitoring V of a 6S LiPo using an 8 bit ADC with V REF =5V UAS270 Avionic Systems 24 UAS Telemetry 12

13 Current Sensing determines amount of current (I) extracted from a battery by accumulating periodic instantaneous current measurements over many time intervals instantaneous current found by monitoring voltage drop across a very low value resistor and exploiting Ohm's Law but high power! (wattage) ex: monitoring up to 100A UAS270 Avionic Systems 25 Temperature Sensing modern solution is to use a solid state precision integratedcircuit (IC) device then perform A/D conversions on V OUT UAS270 Avionic Systems 26 UAS Telemetry 13

14 Tachometer Sensor an instrument that measures the rotational speed of an engine or motor, typically in revolutions per minute aka tach, rev counter, RPM gauge so UAS270 Avionic Systems 27 Atmospheric Pressure atmospheric pressure / BP is the pressure in the Earth's atmosphere i.e. "weight of the air" measured in force per unit of area in Pascals, = 1 newton per sq. meter (1 Pa = 1 N/m 2 ) standard atmosphere (atm) = 101,325 Pa which also = mbar = inhg = 14.7 psi atmospheric pressure is directly affected by altitude and by temperature and humidity to lesser degrees pressure decreases 12 Pa per meter of altitude increase UAS270 Avionic Systems 28 UAS Telemetry 14

15 Altitude Sensing atmospheric pressure changes by 12 Pa for each 1 m altitude change modern UAV solution is to use a silicon pressure sensor IC device Invensense ICP 101xx BP & temp sensor IC ±1 Pa accuracy or 8.5 cm! temperature sensor provides temperature stability perfect for UAV/drone applications axis/icp 101xx UAS270 Avionic Systems 29 Airspeed Sensing measure of speed of movement through the air typically in knots (kts, 1 kt = 1 nautical mph = 1.15 mph) method: use a pitot tube and compare ram pressure against static pressure pitot tube: a device that measures dynamic pressure ( ) UAS270 Avionic Systems 30 UAS Telemetry 15

16 GPS system of satellites (24 active + 7 spare) used to geolocate a receiver's position orbiting at 20,000 km altitude started in 1973 as Navstar by US DoD for military applications, currently operated by USAF (Space Command) requires direct visibility to minimum of 4 satellites more accurate results with more satellites original accuracy of 5m (2000), improved to 30 cm (2018) UAS270 Avionic Systems 31 GPS Operation based on precise distance to satellites each having highly accurate atomic clocks where speed is speed of light (3x10 8 m/s) and a mathematical process known as trilateration to find intersection point of at least 3 satellites (for 2D fix, 4 for 3D fix) results in lat/lon/alt of the GPS receiver "How does GPS work?": UAS270 Avionic Systems 32 UAS Telemetry 16

17 GPS Accuracy dilution of precision (DOP) GPS errors: 1. atmospheric refraction which modifies (lengthens) signal path 2. ephemeris (satellite time & location) caused by slight position and time synchronization errors of satellites; although they maintain accuracy to 1 ns! 3. multipathing from "echos" off of ground structures/features 4. GDOP (geometric dilution of precision) result of separation between satellites in view your own gps applications part 2/2/ UAS270 Avionic Systems 33 GPS Accuracy results of GPS errors PDOP: 3D position DOP HDOP: horizontal DOP VDOP: vertical DOP TDOP: time DOP lower DOP (better accuracy) achieved by: more visible satellite sources increased separation DOP value interpretation Value Quality Rating >20 Poor Fair 5 10 Moderate 2 5 Good 1 2 Excellent <1 Ideal UAS270 Avionic Systems 34 UAS Telemetry 17

18 GPS Receivers GPS receivers are available in both standalone and component form factors component receivers attach to FMU via dedicated port UAS270 Avionic Systems 35 Magnetometer a device that measures/outputs its orientation with respect to the Earth's magnetic field produces "heading angle" like a compass (0 359 ) used in UAVs to stabilize yaw heading sometimes in combination with GPS heading UAS270 Avionic Systems 36 UAS Telemetry 18

19 References MAVlink, Oct MAVLink Developer Guide, Oct Pilot's Handbook of Aeronautical Knowledge, FAA "How GPS Works", toponz/articles/how gps works/how gps works.html, Nov "Trilateration vs Triangulation How GPS Receivers Work", triangulation gps, Nov "GPS Accuracy: HDOP, PDOP, GDOP, Multipath & the Atmosphere", accuracy hdop pdop gdop multipath, Nov UAS270 Avionic Systems 37 UAS Telemetry 19

Table 7.1 The International Reference Alphabet (IRA) b b 5

Table 7.1 The International Reference Alphabet (IRA) b b 5 Table 7.1 The International Reference Alphabet (IRA) bit position b 7 0 0 0 0 1 1 1 1 b 6 0 0 1 1 0 0 1 1 b 5 0 1 0 1 0 1 0 1 b 4 b 3 b 2 b 1 0 0 0 0 NUL DLE SP 0 @ P ` p 0 0 0 1 SOH DC1! 1 A Q a q 0 0

More information

A PPENDIX Q A LPHABET T HE I NTERNATIONAL R EFERENCE. William Stallings Copyright 2010

A PPENDIX Q A LPHABET T HE I NTERNATIONAL R EFERENCE. William Stallings Copyright 2010 A PPENDIX Q T HE I NTERNATIONAL R EFERENCE A LPHABET William Stallings Copyright 2010 Supplement to Cryptography and Network Security, Fifth Edition William Stallings Prentice Hall 2010 ISBN-10: 0136097049

More information

Telegraphic alphabet for data communication by phase shift keying at 31 Bd in the amateur and amateur-satellite services. Recommendation ITU-R M.

Telegraphic alphabet for data communication by phase shift keying at 31 Bd in the amateur and amateur-satellite services. Recommendation ITU-R M. Recommendation ITU-R M.2034 (02/2013) Telegraphic alphabet for data communication by phase shift keying at 31 Bd in the amateur and amateur-satellite services M Series Mobile, radiodetermination, amateur

More information

Signal Paths from Analog to Digital

Signal Paths from Analog to Digital CHAPTER 1 Signal Paths from Analog to Digital Introduction Designers of analog electronic control systems have continually faced following obstacles in arriving at a satisfactory design: 1. Instability

More information

DigiPoints Volume 1 SINE WAVES VA 3.1 SCTE

DigiPoints Volume 1 SINE WAVES VA 3.1 SCTE SINE WAVES VA 3.1 Analog to Digital Conversion Steps Amplitude Time VA 3.2 Nyquist Frequency Sample Rate = 2 x Maximum Frequency Voice: Maximum Frequency: 4,000 Hz Nyquist Frequency: 8,000 samples/sec

More information

4111 Usage Minutes 1 Integer RO Y - Minutes 0-59 Y Y YP

4111 Usage Minutes 1 Integer RO Y - Minutes 0-59 Y Y YP Table of Contents 2 Setup & Status Y Y Y Metering Y Y Y Min Max Y Y Y Demand Y Y Y IO Y Y Y Alarms N N Y Reset Commands Y Y Y DL System Y Y Y Notes Y Y Y 5 Setup & Status 24 Usage Hours 2 Float RO Y -

More information

Bur3074 NADAMOO 2.4G Wireless & USB wired Barcode Scanner. Quick Start Guide

Bur3074 NADAMOO 2.4G Wireless & USB wired Barcode Scanner. Quick Start Guide Bur3074 NADAMOO 2.4G Wireless & USB wired Barcode Scanner Quick Start Guide In order to correctly use the bar code scanner, please read the instruction carefully and do not arbitrarily scan the settings

More information

See notes for calculations 4110 Usage Hours 1 Integer RO Y - Hours YP Usage Minutes 1 Integer RO Y - Minutes 0-59 YP

See notes for calculations 4110 Usage Hours 1 Integer RO Y - Hours YP Usage Minutes 1 Integer RO Y - Minutes 0-59 YP Table of Contents 2 FW Release summary Y Y Y Y Y Y PM RS FW History Y Y Y PM_2 OS FW History Y Y Y PM_2 RS FW History Y Y Y Setup & Status Metering Min Max Demand IO Alarms N N Reset Commands DL System

More information

Decoding a Signal in Noise

Decoding a Signal in Noise Department of Electrical & Computer Engineering McGill University ECSE-490 DSP Laboratory Experiment 2 Decoding a Signal in Noise 2.1 Purpose Imagine that you have obtained through some, possibly suspect,

More information

NADAMOO2.4G Wireless & USB wired Barcode Scanner. Quick Start Guide

NADAMOO2.4G Wireless & USB wired Barcode Scanner. Quick Start Guide NADAMOO2.4G Wireless & USB wired Barcode Scanner Quick Start Guide Respected customer,thank you for choose our scanner. Please read carefully the following user manual before using your device. Package

More information

BARCODE SCANNER. FUZZYSCAN FAMILY Quick Start Guide

BARCODE SCANNER. FUZZYSCAN FAMILY Quick Start Guide BARCODE SCANNER FUZZYSCAN FAMILY Quick Start Guide Getting Familiar with Your FuzzyScan Thank you for choosing Cino FuzzyScan Bar Code Scanner. All FuzzyScan scanners deliver world-class performance for

More information

Introduction to Coding

Introduction to Coding Introduction to Coding UIC s Crypto Club Project Draft 2011 DO NOT DISTRIBUTE Chapter 2 Coding 11 ASCII Code Decimal Octal Hexadecimal Binary Symbol Decimal Octal Hexadecimal Binary Symbol 000 000 00 00000000

More information

I-500. Programming Guide. 2D Imaging Barcode Scanner. Advanced Handheld High-Speed Laser Scanner

I-500. Programming Guide. 2D Imaging Barcode Scanner. Advanced Handheld High-Speed Laser Scanner I-500 2D Imaging Barcode Scanner Programming Guide 1 Advanced Handheld High-Speed Laser Scanner Important Notice No warranty of any kind is made in regard to this material, including, but not limited

More information

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station The platform provides a high performance basis for electromechanical system control. Originally designed for autonomous aerial vehicle

More information

2320 cousteau court

2320 cousteau court Technical Brief AN139 Rev C22 2320 cousteau court 1-760-444-5995 sales@raveon.com www.raveon.com RV-M7 GX with TDMA Data By John Sonnenberg Raveon Technologies Corporation Overview The RV-M7 GX radio modem

More information

Data Transmission. ITS323: Introduction to Data Communications. Sirindhorn International Institute of Technology Thammasat University ITS323

Data Transmission. ITS323: Introduction to Data Communications. Sirindhorn International Institute of Technology Thammasat University ITS323 ITS323: Introduction to Data Communications Sirindhorn International Institute of Technology Thammasat University Prepared by Steven Gordon on 23 May 2012 ITS323Y12S1L03, Steve/Courses/2012/s1/its323/lectures/transmission.tex,

More information

Errors in GPS. Errors in GPS. Geodetic Co-ordinate system. R. Khosla Fall Semester

Errors in GPS. Errors in GPS. Geodetic Co-ordinate system. R. Khosla Fall Semester Errors in GPS Errors in GPS GPS is currently the most accurate positioning system available globally. Although we are talking about extreme precision and measuring distances by speed of light, yet there

More information

Data Representation. "There are 10 kinds of people in the world, those who understand binary numbers, and those who don't."

Data Representation. There are 10 kinds of people in the world, those who understand binary numbers, and those who don't. Data Representation "There are 10 kinds of people in the world, those who understand binary numbers, and those who don't." How Computers See the World There are a number of very common needs for a computer,

More information

Classical Control Based Autopilot Design Using PC/104

Classical Control Based Autopilot Design Using PC/104 Classical Control Based Autopilot Design Using PC/104 Mohammed A. Elsadig, Alneelain University, Dr. Mohammed A. Hussien, Alneelain University. Abstract Many recent papers have been written in unmanned

More information

TP4-WT4 Serial Communications Output Addendum

TP4-WT4 Serial Communications Output Addendum TP4-WT4 Serial Communications Output Addendum AMALGAMATED INSTRUMENT CO PTY LTD ACN: 001 589 439 Unit 5, 28 Leighton Place Hornsby Telephone: +61 2 9476 2244 e-mail: sales@aicpl.com.au NSW 2077 Australia

More information

Attack on the drones. Vectors of attack on small unmanned aerial vehicles Oleg Petrovsky / VB2015 Prague

Attack on the drones. Vectors of attack on small unmanned aerial vehicles Oleg Petrovsky / VB2015 Prague Attack on the drones Vectors of attack on small unmanned aerial vehicles Oleg Petrovsky / VB2015 Prague Google trends Google trends This is my drone. There are many like it, but this one is mine. Majority

More information

GPS/GNSS Receiver Module

GPS/GNSS Receiver Module GPS/GNSS Receiver Module 1. Product Information 1.1 Product Name: YIC91612IEB9600 1.2 Product Description: YIC91612IEB9600 is a compact, high performance, and low power consumption GNSS engine board which

More information

VCE VET ELECTROTECHNOLOGY

VCE VET ELECTROTECHNOLOGY Victorian CertiÞcate of Education 2007 SUPERVISOR TO ATTACH PROCESSING LABEL HERE STUDENT NUMBER Letter Figures Words VCE VET ELECTROTECHNOLOGY Written examination Thursday 8 November 2007 Reading time:

More information

HASP Payload Specification and Integration Plan

HASP Payload Specification and Integration Plan Payload Title: Thermal Energy Control & Particle Air Filter System (TECPAFS) Payload Class: Small Large Payload ID: 09 Institution: Contact Name: Inter-American University of Puerto Rico Emmanuel M. Torres

More information

Line-to-line RMS Volts, 3 phases 4 digits (XXX.X) Volts

Line-to-line RMS Volts, 3 phases 4 digits (XXX.X) Volts digital ac POWER MONITOR DESCRIPTION The DSP is a three-phase, three-element multifunction digital transducer with outputs for voltage, current, and power via serial communication. Applications include

More information

The Next Generation Design of Autonomous MAV Flight Control System SmartAP

The Next Generation Design of Autonomous MAV Flight Control System SmartAP The Next Generation Design of Autonomous MAV Flight Control System SmartAP Kirill Shilov Department of Aeromechanics and Flight Engineering Moscow Institute of Physics and Technology 16 Gagarina st, Zhukovsky,

More information

GPS Engine Board USB Interface

GPS Engine Board USB Interface GPS Engine Board USB Interface Specification DGM-U2525B Page 1 of 14 1. Introduction 1.1. Overview The DGM-U2525B is a high sensitivity ultra low power consumption cost efficient, compact size GPS engine

More information

BRB900 GPS Telemetry System August 2013 Version 0.06

BRB900 GPS Telemetry System August 2013 Version 0.06 BRB900 GPS Telemetry System August 2013 Version 0.06 As of January 2013, a new model of the BRB900 has been introduced. The key differences are listed below. 1. U-blox GPS Chipset: The Trimble Lassen IQ

More information

SV613 USB Interface Wireless Module SV613

SV613 USB Interface Wireless Module SV613 USB Interface Wireless Module SV613 1. Description SV613 is highly-integrated RF module, which adopts high performance Si4432 from Silicon Labs. It comes with USB Interface. SV613 has high sensitivity

More information

Stensat Radio Beacon

Stensat Radio Beacon Stensat Radio Beacon Stensat Group LLC Introduction The Stensat radio beacon is a small FM transmitter capable of generating AX.25 Unnumbered Information (UI) packets at 1200 bps AFSK and 9600 bps FSK.

More information

Stensat Transmitter Module

Stensat Transmitter Module Stensat Transmitter Module Stensat Group LLC Introduction The Stensat Transmitter Module is an RF subsystem designed for applications where a low-cost low-power radio link is required. The Transmitter

More information

PROGRAMMING GUIDE S302D. 2D Imaging Barcode Scanner. Programming Guide. Advanced imaging barcode scanner

PROGRAMMING GUIDE S302D. 2D Imaging Barcode Scanner. Programming Guide. Advanced imaging barcode scanner S302D 2D Imaging Barcode Scanner Programming Guide Advanced imaging barcode scanner i Important Notice No warranty of any kind is made in regard to this material, including, but not limited to, implied

More information

RF1212 RF1212 Ultra-low Power ISM Transceiver Module V2.0

RF1212 RF1212 Ultra-low Power ISM Transceiver Module V2.0 RF1212 Ultra-low Power ISM Transceiver Module V2.0 Application: Features: Home automation Security alarm Telemetry Automatic meter reading Contactless access Wireless data logger Remote motor control Wireless

More information

Telemetry formats and equations of Painani-2 Satellite

Telemetry formats and equations of Painani-2 Satellite Telemetry formats and equations of Painani-2 Satellite Uplink and Downlink telemetry commands have a special format. This commands have 2 as header (the header always will be the same, it is M, X in ASCII

More information

GPS Engine Board FGPMMOSL3

GPS Engine Board FGPMMOSL3 GPS Engine Board with MTK Chipset FGPMMOSL3 The document is the exclusive property of and should not be distributed, reproduced, or any other format without prior Copyright 2007 All right reserved. 1 History

More information

NATIONAL CERTIFICATE (VOCATIONAL) ELECTRONIC CONTROL AND DIGITAL ELECTRONICS NQF LEVEL 4 NOVEMBER 2009

NATIONAL CERTIFICATE (VOCATIONAL) ELECTRONIC CONTROL AND DIGITAL ELECTRONICS NQF LEVEL 4 NOVEMBER 2009 NATIONAL CERTIFICATE (VOCATIONAL) ELECTRONIC CONTROL AND DIGITAL ELECTRONICS NQF LEVEL 4 NOVEMBER 2009 (12041024) 30 October (Y-Paper) 13:00 16:00 This question paper consists of 7 pages. (12041024) -2-

More information

VCE VET INTEGRATED TECHNOLOGIES

VCE VET INTEGRATED TECHNOLOGIES Victorian Certificate of Education 2017 SUPERVISOR TO ATTACH PROCESSING LABEL HERE Letter STUDENT NUMBER VCE VET INTEGRATED TECHNOLOGIES Written examination Thursday 16 November 2017 Reading time: 9.00

More information

Users guide ECS 1/2/3 COMPASS / GPS Sensor

Users guide ECS 1/2/3 COMPASS / GPS Sensor Users guide ECS 1/2/3 COMPASS / GPS Sensor ECS1/2/3 REV.1.2 10-05-2004 For latest update: www.elproma.com/compass Electronic Compass Sensor ECS1/2/3 Contents 1 Introduction...1 1.1 ECS1...1 1.2 ECS2...1

More information

Resection. We can measure direction in the real world! Lecture 10: Position Determination. Resection Example: Isola, Slovenia. Professor Keith Clarke

Resection. We can measure direction in the real world! Lecture 10: Position Determination. Resection Example: Isola, Slovenia. Professor Keith Clarke Geography 12: Maps and Spatial Reasoning Lecture 10: Position Determination We can measure direction in the real world! Professor Keith Clarke Resection Resection Example: Isola, Slovenia Back azimuth

More information

Long Range Wireless OSD 5.8G FPV Transmitter

Long Range Wireless OSD 5.8G FPV Transmitter Long Range Wireless OSD 5.8G FPV Transmitter Built-in 10 Axis AHRS + MAVLINK + 600mW Support all flight controller and GPS 1 / 14 User's Guide Catalogue Product Instruction 3 Features 3 Specifications.4

More information

SMARTALPHA RF TRANSCEIVER

SMARTALPHA RF TRANSCEIVER SMARTALPHA RF TRANSCEIVER Intelligent RF Modem Module RF Data Rates to 19200bps Up to 300 metres Range Programmable to 433, 868, or 915MHz Selectable Narrowband RF Channels Crystal Controlled RF Design

More information

Kongsberg Mesotech Ltd.

Kongsberg Mesotech Ltd. Kongsberg Mesotech Ltd. Doc. No. : 974-00007904 Title : Digital Telemetry Notes elease : Version 1.4 Date : 2010-04-30 1. PUPOSE This document briefly describes the digital telemetry standards, formats

More information

Applications. Operating Modes. Description. Part Number Description Package. Many to one. One to one Broadcast One to many

Applications. Operating Modes. Description. Part Number Description Package. Many to one. One to one Broadcast One to many RXQ2 - XXX GFSK MULTICHANNEL RADIO TRANSCEIVER Intelligent modem Transceiver Data Rates to 100 kbps Selectable Narrowband Channels Crystal controlled design Supply Voltage 3.3V Serial Data Interface with

More information

Flight control Set and Kit

Flight control Set and Kit Flight control Set and Kit Quick Start Guide For MegaPirate NG Version 1.2 Thanks for choosing AirStudio flight control electronics. We have created it based on best-in-class software, hardware and our

More information

Multi-Sensor Integration and Fusion using PSoC

Multi-Sensor Integration and Fusion using PSoC Multi-Sensor Integration and Fusion using PSoC M.S. FINAL PROJECT REPORT Submitted by Student Name Master of Science in Electrical and Computer Engineering The Ohio State University, Columbus Under the

More information

32-channel GPS Engine Board SmartAntenna

32-channel GPS Engine Board SmartAntenna 32-channel GPS Engine Board SmartAntenna with MTK Chipset The document is the exclusive property of and should not be distributed, reproduced, or any other format without prior permission of Specifications

More information

GPS Global Positioning System

GPS Global Positioning System GPS Global Positioning System 10.04.2012 1 Agenda What is GPS? Basic consept History GPS receivers How they work Comunication Message format Satellite frequencies Sources of GPS signal errors 10.04.2012

More information

SKYTRAQ. GPS Module MG-ST1315S. UUser s Manual Ver 1.01

SKYTRAQ. GPS Module MG-ST1315S. UUser s Manual Ver 1.01 SKYTRAQ GPS Module MG-ST1315S UUser s Manual Ver 1.01 1. IntroductionT Overview Modulestek GPS module MG-ST1315S is a high sensitivity, low power consumption; compact size GPS module designed for a broad

More information

Transmission Principles

Transmission Principles Transmission Principles Serialization, Bit synchronization, Framing, Error Checking Physical Aspects of Transmission, Modem Agenda Introduction Bit synchronization asynchronous synchronous Frame synchronization

More information

Representation of Information. Transmission Principles. Agenda. Transmission of Information

Representation of Information. Transmission Principles. Agenda. Transmission of Information Representation of Information information is stored, processed and exchanged by computer systems in binary form bit (binary digit) values or Transmission Principles Serialization, Bit synchronization,

More information

Installation procedure Ground loop reader: LBS type R12 / RS232 type 5C

Installation procedure Ground loop reader: LBS type R12 / RS232 type 5C Ground loop reader: LBS type R2 / RS232 type 5C "GROUND LOOP" PROXIMITY READER Description of Components Electronics Case Reader Vehicle Tag Antenna Reader s Specifications (Characteristics) Power supply

More information

GU93030S Series. GPS/GNSS Receiver (G-Mouse) Product Description: GU93030S(M) is a compact, high performance, and low power consumption G-Mouse.

GU93030S Series. GPS/GNSS Receiver (G-Mouse) Product Description: GU93030S(M) is a compact, high performance, and low power consumption G-Mouse. GPS/GNSS Receiver (G-Mouse) 1. Product Information Product Name : GU93030S (Adhesive Mount) GU93030SM (Magnetic Mount) Product Description: GU93030S(M) is a compact, high performance, and low power consumption

More information

GGA-Global Positioning System Fixed Data

GGA-Global Positioning System Fixed Data SOFTWARE COMMAND NMEA Output Command GGA-Global Positioning System Fixed Data Table B-2 contains the values for the following example: $GPGGA,161229.487,3723.2475,N,12158.3416,W,1,07,1.0,9.0,M,,,,0000*18

More information

RFD900x Radio Modem Data Sheet MHz frequency band

RFD900x Radio Modem Data Sheet MHz frequency band RFD900x Radio Modem Data Sheet 902-928MHz frequency band Product Specifications and Performance Flash Programmer User Manual Features Out of the box RF communications. Air data rate speeds of up to 750kbps

More information

DRF5150S Wireless Sensor Transmitter Module V1.30

DRF5150S Wireless Sensor Transmitter Module V1.30 DRF5150S Wireless Sensor Transmitter Module V1.30 Features GFSK Transmitter module ISM frequency bands 81K bps data rate 10dBm output power Baud rate configurable 256 bytes data buffer Standby current

More information

CNV-ALT2. Introduction. 1 Features. RS232 serial altitude to parallel Gillham code for mode C transponders. Operating Manual English 1.

CNV-ALT2. Introduction. 1 Features. RS232 serial altitude to parallel Gillham code for mode C transponders. Operating Manual English 1. CNV-ALT2 RS232 serial altitude to parallel Gillham code for mode C transponders Operating Manual English 1.00 Introduction The CNV-ALT2 converter accepts the RS232 output from a MGL Avionics Infinity ALT-2

More information

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS GPS System Design and Control Modeling Chua Shyan Jin, Ronald Assoc. Prof Gerard Leng Aeronautical Engineering Group, NUS Abstract A GPS system for the autonomous navigation and surveillance of an airship

More information

GM-270. CF GPS Receiver. User s Guide

GM-270. CF GPS Receiver. User s Guide GM-270 CF GPS Receiver User s Guide Jul 05, 2002 TABLE OF CONTENTS 1. Introduction.. 3 1.1 Overview.. 3 1.2 Features.. 3 2. Brief Information. 5 2.1 Hardware Interface 5 2.2 Software Interface 6 3. Functional

More information

UART CHAPTER INTRODUCTION

UART CHAPTER INTRODUCTION CHAPTER 8 UART 8.1 INTRODUCTION A universal asynchronous receiver and transmitter (UART) is a circuit that ss parallel data through a serial line. UARTs are frequently used in conjunction with the EIA

More information

Pitlab & Zbig FPV System Version 2.60a. Pitlab&Zbig OSD. New functions and changes in v2.60. New functions and changes since version 2.

Pitlab & Zbig FPV System Version 2.60a. Pitlab&Zbig OSD. New functions and changes in v2.60. New functions and changes since version 2. Pitlab & Zbig FPV System Version 2.60a since version 2.50a Pitlab&Zbig OSD in v2.60a Added support for new Pitlab airspeed sensor. Sensor is connected to yellow OSD socket and is configured in similar

More information

CR 33 SENSOR NETWORK INTEGRATION OF GPS

CR 33 SENSOR NETWORK INTEGRATION OF GPS CR 33 SENSOR NETWORK INTEGRATION OF GPS Presented by : Zay Yar Tun 3786 Ong Kong Huei 31891 Our Supervisor : Professor Chris Rizos Our Assessor : INTRODUCTION As the technology advances, different applications

More information

Catalog

Catalog - 1 - Catalog 1. Overview...- 3-2. Feature... - 3-3. Application...- 3-4. Block Diagram...- 3-5. Electrical Characteristics... - 4-6. Operation... - 4-1) Power on Reset... - 4-2) Sleep mode... - 4-3) Working

More information

Datasheet of stand-alone GPS smart antenna module, LS20037

Datasheet of stand-alone GPS smart antenna module, LS20037 Product name Description Version LS20037 Stand-alone GPS smart antenna module/mtk,9600bps 0.9 (Preliminary) Datasheet of stand-alone GPS smart antenna module, LS20037 1 Introduction LS20037 is a complete

More information

2F. No.25, Industry E. 9 th Rd., Science-Based Industrial Park, Hsinchu, Taiwan Application Note of OGM220, AN001 V1.8

2F. No.25, Industry E. 9 th Rd., Science-Based Industrial Park, Hsinchu, Taiwan Application Note of OGM220, AN001 V1.8 Application Note of OGM220, AN001 V1.8 1.0 Introduction OGM220 series is a dual channels NDIR module having a digital output directly proportional to CO2 concentration. OGM220 is designed for multi-dropped

More information

isma-b-w0202 Modbus User Manual GC5 Sp. z o.o. Poland, Warsaw

isma-b-w0202 Modbus User Manual GC5 Sp. z o.o. Poland, Warsaw isma-b-w0202 isma-b-w0202 Modbus User Manual GC5 Sp. z o.o. Poland, Warsaw www.gc5.com 1. Introduction... 4 2. Safety rules... 4 3. Technical specifications... 5 4. Dimension... 6 5. LED Indication...

More information

Carbon Dioxide (Tiny CO2) Gas Sensor. Rev TG400 User Manual

Carbon Dioxide (Tiny CO2) Gas Sensor. Rev TG400 User Manual Carbon Dioxide (Tiny CO2) Gas Sensor Rev. 1.2 TG400 User Manual The TG400 measuring carbon dioxide (chemical formula CO2) is a NDIR (Non-Dispersive Infrared) gas sensor. As it is contactless, it has high

More information

Airborne Innovations LLC

Airborne Innovations LLC SBUS Module Manual LLC info@airborneinnovations.com 720-515-3720 4 November 2016 Table of Contents 1 Introduction...3 2 SBUS Module features...3 2.1 Base station side (SBUS2Serial Module)...3 2.1.1 SBUS2Serial

More information

Key Modules For Your Success SKYTRAQ. GPS Module MG-ST1315. UUser s Manual Ver 展得國際有限公司

Key Modules For Your Success SKYTRAQ. GPS Module MG-ST1315. UUser s Manual Ver 展得國際有限公司 SKYTRAQ GPS Module MG-ST1315 UUser s Manual Ver 1.01 1. IntroductionT 1.1 Overview Modulestek GPS module MG-ST1315 is a high sensitivity, low power consumption; compact size GPS module designed for a broad

More information

Introduction. DRAFT DRAFT DRAFT JHU/APL 8/5/02 NanoSat Crosslink Transceiver Software Interface Document

Introduction. DRAFT DRAFT DRAFT JHU/APL 8/5/02 NanoSat Crosslink Transceiver Software Interface Document Introduction NanoSat Crosslink Transceiver Software Interface Document This document details the operation of the NanoSat Crosslink Transceiver (NCLT) as it impacts the interface between the NCLT unit

More information

OHIO SEMITRONICS, INC. DIGITAL AC POWER MONITOR OSI SPECIFICATIONS

OHIO SEMITRONICS, INC. DIGITAL AC POWER MONITOR OSI SPECIFICATIONS DIGITAL AC POWER MONITOR DESCRIPTION The DSP is a three-phase, three-element multifunction digital transducer with outputs for voltage, current, and power via serial communication. Applications include

More information

Using GPS in Embedded Applications Pascal Stang Stanford University - EE281 November 28, 2000

Using GPS in Embedded Applications Pascal Stang Stanford University - EE281 November 28, 2000 Using GPS in Embedded Applications Pascal Stang Stanford University - EE281 INTRODUCTION Brief history of GPS Transit System NavStar (what we now call GPS) Started development in 1973 First four satellites

More information

The GLOBAL POSITIONING SYSTEM James R. Clynch February 2006

The GLOBAL POSITIONING SYSTEM James R. Clynch February 2006 The GLOBAL POSITIONING SYSTEM James R. Clynch February 2006 I. Introduction What is GPS The Global Positioning System, or GPS, is a satellite based navigation system developed by the United States Defense

More information

GPS SMART ANTENNA (GWG4287SX)

GPS SMART ANTENNA (GWG4287SX) GPS SMART ANTENNA (GWG4287SX) SiRFSTARIII /LPx Specifications are subject to change without notice KOREA ELECTRIC TERMINAL CO., LTD. All right reserved http://www.ket.com 1. Introduction 1.1 Over view

More information

USB Port Medium Power Wireless Module SV653

USB Port Medium Power Wireless Module SV653 USB Port Medium Power Wireless Module SV653 Description SV653 is a high-power USB interface integrated wireless data transmission module, using high-performance Silicon Lab Si4432 RF chip. Low receiver

More information

Communications message formats

Communications message formats Communications message formats The SP-1 or SP-2 unit communicates via the airtalk compatible communications port. This port consists of a shared, single wire asynchronous link. The link operates with one

More information

66-Channel GPS Module GP-3711

66-Channel GPS Module GP-3711 66-Channel GPS Module with MTK Chipset GP-3711 Low power consumption version 1 History Date Rev. Description 2013/12/31 A00 First Release 2 Description The GP-3711 is a ROM-based mini GPS module which

More information

Low Power with Long Range RF Module DATASHEET Description

Low Power with Long Range RF Module DATASHEET Description Wireless-Tag WT-900M Low Power with Long Range RF Module DATASHEET Description WT-900M is a highly integrated low-power half-'duplex RF transceiver module embedding high-speed low-power MCU and high-performance

More information

FOXTECH Nimbus VTOL. User Manual V1.1

FOXTECH Nimbus VTOL. User Manual V1.1 FOXTECH Nimbus VTOL User Manual V1.1 2018.01 Contents Specifications Basic Theory Introduction Setup and Calibration Assembly Control Surface Calibration Compass and Airspeed Calibration Test Flight Autopilot

More information

Embedded Radio Data Transceiver SV611

Embedded Radio Data Transceiver SV611 Embedded Radio Data Transceiver SV611 Description SV611 is highly integrated, multi-ports radio data transceiver module. It adopts high performance Silicon Lab Si4432 RF chip. Si4432 has low reception

More information

NMEA 2000 Parameter Group Numbers and Description as of August 2007 NMEA 2000 DB Ver

NMEA 2000 Parameter Group Numbers and Description as of August 2007 NMEA 2000 DB Ver Category General & or Mandatory ISO Acknowledgment This message is provided by ISO 11783 for a handshake mechanism between transmitting and receiving devices. This message is the possible response to acknowledge

More information

Catalog

Catalog - 1 - Catalog 1. Overview... - 3-2. Feature...- 3-3. Application... - 3-4. Block Diagram... - 3-5. Electrical Characteristics...- 4-6. Operation...- 4-1) Power on Reset... - 4-2) Sleep mode...- 4-3) Working

More information

Attitude and Heading Reference Systems

Attitude and Heading Reference Systems Attitude and Heading Reference Systems FY-AHRS-2000B Installation Instructions V1.0 Guilin FeiYu Electronic Technology Co., Ltd Addr: Rm. B305,Innovation Building, Information Industry Park,ChaoYang Road,Qi

More information

Mobile Security Fall 2015

Mobile Security Fall 2015 Mobile Security Fall 2015 Patrick Tague #8: Location Services 1 Class #8 Location services for mobile phones Cellular localization WiFi localization GPS / GNSS 2 Mobile Location Mobile location has become

More information

GPS Firmware A1080 A description of the standard NMEA GPS firmware provided on Tyco Electronics GPS module A1080 User s Manual Version 3.

GPS Firmware A1080 A description of the standard NMEA GPS firmware provided on Tyco Electronics GPS module A1080 User s Manual Version 3. GPS Firmware A description of the standard NMEA GPS firmware provided on Tyco Electronics GPS module User s Manual Version 3.0 This page was intentionally left blank. Revision History Revision History

More information

What is it? History. Other systems. How does it work? Trilateration GEOG 201 4/28/2010. Instructor: Pesses 1. {06} The Global Positioning System

What is it? History. Other systems. How does it work? Trilateration GEOG 201 4/28/2010. Instructor: Pesses 1. {06} The Global Positioning System What is it? {06} The Global Positioning System G.P.S. = Global Positioning System Different from G.I.S. (Geographic Information Systems) Map Interpretation & GPS Spring 2010 M. Pesses History Conceived

More information

I-7088, I-7088D, M-7088 and M-7088D User Manual

I-7088, I-7088D, M-7088 and M-7088D User Manual I-7088, I-7088D, M-7088 and M-7088D User Manual I-7000 New Features 1. Internal Self Tuner 2. Multiple Baud Rates 3. Multiple Data Formats 4. Internal Dual WatchDog 5. True Distributed Control 6. High

More information

Power Requirements. Features

Power Requirements. Features Datasheet Positional accuracy (CEP50) autonomous positional error less than 2.5 meters SiRF Star IV GPS chip Satellite-based augmentation systems: WAAS, EGNOS, MSAS, GAGAN High sensitivity navigation engine

More information

GPS Module AGP3363. Product Datasheet & Design Guide <V1.0>

GPS Module AGP3363. Product Datasheet & Design Guide <V1.0> GPS Module AGP3363 Product Datasheet & Design Guide AMOD Technology Co.,LTD Subject to changes in technology, design and availability URL: http://www.amod.com.tw Add. 8F., No. 46, Lane 10, Jihu

More information

Wireless M-Bus Multi-Mode RF Transceiver Module (EN :2005)

Wireless M-Bus Multi-Mode RF Transceiver Module (EN :2005) Wireless M-Bus Multi-Mode RF Transceiver Module (EN 13757-4:2005) Product Description The RF Transceiver Module is a compact surface-mounted high performance module with embedded Wireless M-Bus protocol.

More information

GPS Receiver. User s Guide. Dec Rev. A

GPS Receiver. User s Guide. Dec Rev. A GR-213U GPS Receiver User s Guide Dec. 25 2005 Rev. A Technology, Inc. 1F.No 30, R&D Rd. II. Hsinchu City, Science-based Industrial Park Taiwan Phone: +886-3-6687000 Fax: +886-3-6687111 E-Mail: info@holux.com.tw

More information

A. Measured weight of the payload (not including payload plate) Table 1. Weights of the payload subsystems

A. Measured weight of the payload (not including payload plate) Table 1. Weights of the payload subsystems Payload Title: High Altitude Radiation Detector Payload Class: Small Large (circle one) Payload ID: Institution: Contact Name: Contact Phone: Contact E-mail: GU-HARD-PL02 Gannon University Nichole McGuire

More information

Technical Manual. Standard Communication Protocol TA3840C

Technical Manual. Standard Communication Protocol TA3840C TA3840C Technical Manual SAS au Capital de 2 158 244-444 871 933 R.C.S. Bourges - APE : 2651B Headquarter : 9, rue Isaac Newton - 18000 Bourges - France Technical Manual TA3840C 1 st Edition Released February

More information

Brian Hanna Meteor IP 2007 Microcontroller

Brian Hanna Meteor IP 2007 Microcontroller MSP430 Overview: The purpose of the microcontroller is to execute a series of commands in a loop while waiting for commands from ground control to do otherwise. While it has not received a command it populates

More information

Introduction to NAVSTAR GPS

Introduction to NAVSTAR GPS Introduction to NAVSTAR GPS Charlie Leonard, 1999 (revised 2001, 2002) The History of GPS Feasibility studies begun in 1960 s. Pentagon appropriates funding in 1973. First satellite launched in 1978. System

More information

NCUBE: The first Norwegian Student Satellite. Presenters on the AAIA/USU SmallSat: Åge-Raymond Riise Eystein Sæther

NCUBE: The first Norwegian Student Satellite. Presenters on the AAIA/USU SmallSat: Åge-Raymond Riise Eystein Sæther NCUBE: The first Norwegian Student Satellite Presenters on the AAIA/USU SmallSat: Åge-Raymond Riise Eystein Sæther Motivation Build space related competence within: mechanical engineering, electronics,

More information

GPS / GNSS Receiver (G-Mouse) GT-901 is a compact, high performance, and low power consumption G-Mouse.

GPS / GNSS Receiver (G-Mouse) GT-901 is a compact, high performance, and low power consumption G-Mouse. GPS / GNSS Receiver (G-Mouse) 1. Product Information 1.1 Product Name : GT-901 1.2 Product Description: GT-901 is a compact, high performance, and low power consumption G-Mouse. It uses the chipset of

More information

U-Pilot can fly the aircraft using waypoint navigation, even when the GPS signal has been lost by using dead-reckoning navigation. Can also orbit arou

U-Pilot can fly the aircraft using waypoint navigation, even when the GPS signal has been lost by using dead-reckoning navigation. Can also orbit arou We offer a complete solution for a user that need to put a payload in a advanced position at low cost completely designed by the Spanish company Airelectronics. Using a standard computer, the user can

More information

CSCI-1680 Physical Layer Rodrigo Fonseca

CSCI-1680 Physical Layer Rodrigo Fonseca CSCI-1680 Physical Layer Rodrigo Fonseca Based partly on lecture notes by David Mazières, Phil Levis, John Janno< Administrivia Signup for Snowcast milestone Make sure you signed up Make sure you are on

More information

EM-406 GPS RECEIVER ENGINE BOARD PRODUCT GUIDE

EM-406 GPS RECEIVER ENGINE BOARD PRODUCT GUIDE EM-406 GPS RECEIVER ENGINE BOARD PRODUCT GUIDE GlobalSat Technology Corporation 16, No.186,Chien 1 Road, 235Chung Ho City,Taipei Hsien, Taiwan,R.O.C. www.globalsat.com.tw USGlobalSat, Inc. (USA Sales)

More information

Back to. Communication Products Group. Technical Notes. Local/Remote Control, 9300 Series

Back to. Communication Products Group. Technical Notes. Local/Remote Control, 9300 Series Back to Communication Products Group Technical Notes 25T001 Local/Remote Control, 9300 Series MITEQ TECHNICAL NOTE 25T001 MAY 1995 REV G 1.0 LOCAL/REMOTE SELECTION LOCAL/REMOTE CONTROL 9300 SERIES CONVERTER

More information