Skip to content

Instantly share code, notes, and snippets.

@jh4xsy
Last active December 9, 2023 07:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jh4xsy/d442f85590d214a2a17f6087578f6872 to your computer and use it in GitHub Desktop.
Save jh4xsy/d442f85590d214a2a17f6087578f6872 to your computer and use it in GitHub Desktop.
HADES-Dのテレメトリ解析
28 50 4E 4B 4C FF 40 43 48 42 4B
*********************************************
* *
* 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
./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