Last active
December 9, 2023 07:36
-
-
Save jh4xsy/d442f85590d214a2a17f6087578f6872 to your computer and use it in GitHub Desktop.
HADES-Dのテレメトリ解析
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 50 4E 4B 4C FF 40 43 48 42 4B |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
********************************************* | |
* * | |
* HADES-D satellite Byte Packet Decoder * | |
* AMSAT-EA - Free distribution * | |
* * | |
* v1.21 Last compilation : Nov 12 2023 * | |
* * | |
********************************************* | |
This program decodes telemetry packets that have previously passed CRC check | |
Packets need to be unscrambled and begin with the type byte (not sync sequence) | |
CRC is not checked so it is not needed | |
20231209-15:32:18 : Running... | |
20231209-15:32:18 : Processing file 8671675.dat | |
20231209-15:32:18 : Bytes read : 28 50 4E 4B 4C FF 40 43 48 42 4B | |
28 50 4E 4B 4C FF 40 43 48 42 4B | |
20231209-15:32:18 : packet type 2 (tmp) | |
*** Temp packet received on local time 20231209-15:32:18 *** | |
tpa : +0.0 degC temperature in SPA.I2C | |
tpb : -1.0 degC temperature in SPB.I2C | |
tpc : -2.5 degC temperature in SPC.I2C | |
tpd : -2.0 degC temperature in SPD.I2C | |
teps : -8.0 degC temperature in EPS.I2C | |
ttx : -6.5 degC temperature in TX.I2C | |
ttx2 : -4.0 degC temperature in TX.NTC | |
trx : -7.0 degC temperature in RX.NTC | |
tcpu : -2.5 degC temperature in CPU.ADC | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./hades_d-byte-decoder-linux-x86 8671675.dat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment