Aeneas Telemetry April 24

Aeneas Model24-04-2013 14:31, 16:12 and 18:00 UTC

I know it is already a couple of days old but it was still parked on my desktop and now it was time to decode these telemetry data from Aeneas. The data is decoded with the jar file from USC University of Southern California.

RAW AX25 data:

16:31:25 KE6YFA-1/TELEM>CQ>UI,?,F0 (1199 baud):
4341455255531D00400200030F0B0214130007050000001000F07500007F1C0049401BF6416E6B
16:31:45 KE6YFA-1/TELEM>CQ>UI,?,F0 (1199 baud):
4341455255531D00400200030F0B0214131407050000001000F07500007F1C0049401BF641B893
16:32:05 KE6YFA-1/TELEM>CQ>UI,?,F0 (1199 baud):
4341455255531D00400200030F0B0214132807050000001000F07500007F1C0049401BF641D392

Decode the data with the following java program:

java -jar BeaconDecoder.jar input-file.txt

Then the output looks like this:

AENEAS Beacon Data Decoder, Rev 1.1

Opening file at Telemetry.txt

AENEAS Beacon TLM Packet found:
---------TELEMETRY-BEGIN----------
Total length: 29
Type:64
Unused: 0x02 0x00 
Time: 3/15/11-2-20:19:0
Reboots: 1287
Last Reboot Cause: 0
Flash Status: 0
Bit 0 = 0 : Device is ready.
Bit 1 = 0 : Device is NOT write-enabled.
Bit3&4= 1 : All sectors software-protected.
Bit 4 = 0 : WP is asserted.
Bit 5 = 0 : Last op successful.
Bit 7 = 0 : Sector Protection Registers unlocked.
Payload Write Pointer: 1867520
Telemetry Pointer: 7729152
Radio Status: 73
No detailed Radio info yet
Misc Write Pointer: 1106647872
---------TELEMETRY-END----------