forked from paparazzi/paparazzi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmtk.xml
34 lines (31 loc) · 1.31 KB
/
mtk.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!-- $Id$ -->
<!-- Mediatek, DIYDrones 1.4/1.6 Binary Protocol description -->
<!DOCTYPE mtk SYSTEM "mtk.dtd">
<mtk>
<class name="DIY14" ID="0x01">
<message name="NAV" ID="0x05" length="26">
<field name="LAT" format="I4BE" scaling="1e-8" unit="deg"/>
<field name="LON" format="I4BE" scaling="1e-8" unit="deg"/>
<field name="HEIGHT" format="I4BE" unit="cm"/>
<field name="GSpeed" format="I4BE" unit="cm/s"/>
<field name="Heading" format="I4BE" scaling="1e-6" unit="deg"/>
<field name="numSV" format="U1"/>
<field name="GPSfix" format="U1"/>
<field name="ITOW" format="U4BE" unit="ms"/>
</message>
</class>
<class name="DIY16" ID="0xD0">
<message name="NAV" ID="0xDD" length="32">
<field name="LAT" format="I4" scaling="1e-8" unit="deg"/>
<field name="LON" format="I4" scaling="1e-8" unit="deg"/>
<field name="HEIGHT" format="I4" unit="cm"/>
<field name="GSpeed" format="I4" unit="cm/s"/>
<field name="Heading" format="I4" scaling="1e-2" unit="deg"/>
<field name="numSV" format="U1"/>
<field name="GPSfix" format="U1"/>
<field name="UTC_DATE" format="U4" scaling="ms" unit="HHMMSSMMM"/>
<field name="UTC_TIME" format="U4" scaling="d" unit="DDMMYY"/>
<field name="HDOP" format="U2"/>
</message>
</class>
</mtk>