Zilog80 2015-06-17 08:49:52 +02:00
rodzic 7463998f5a
commit dec7052418
2 zmienionych plików z 26 dodań i 0 usunięć

26
c34/c34.txt 100644
Wyświetl plik

@ -0,0 +1,26 @@
Modulation AFSK 2400 baud
3000 Hz : bit 0
4800 Hz : bit 1
bits : little endian -> byte
bytes: big endian -> int-value
bytes getrennt durch 4 bit 1110
Datenpaket besteht aus 8 byte:
header 2 byte 00FF
pck-id 1 byte N
data 4 byte val (big endian)
chksum 2 byte (byte1: Summe der bytes von fr_id+val & 0xFF)
Telemetrie pck-ids N:
0x14: date: 0x00027173 = 160115 -> 2015-01-16
0x15: time: 0x0001E73F = 124735 -> 12:47:35
0x16: lat : 0x02D39C9B = 47422619 -> 47+422619/600000=47.704365°
0x17: lon : 0x006CB603 = 7124483 -> 7+124483/600000=7.2074717°
0x18: alt : 0x0004AB21 = 305953 -> 305953/10 = 30595.3m
GPS-lat/lon wie NMEA mit Faktor 1e4

BIN
c34/dft_c34 100755

Plik binarny nie jest wyświetlany.