Description
More of an FYI than an 'issue' or problem...
While decoding the AX100 downlink from GreenCube, I was of course using the 'Telemetry Submit' block to upload to SatNogs. My call sign appeared in the list of received uploads but did NOT appear on the Grafana Dashboard of contributed data.
Reviewing the dump of downlink packets from SatNogs, it was clear that some of the payloads included the trailing 4-byte CRC while most did not. Clearly my contributions via GNU Radio were the minority that were uploading decodes WITH the 4-byte CRC.
The issue was resolved by incorporating a 'PDU Head/Tail' block between the 'GOMspace AX100 Deframer' and the 'Telemetry Submit' block with the 'Mode' set to Head-
(note the trailing '-') and the 'Number' field set to '4'. The resulting decodes were absent the 4-byte CRC and my decodes immediately appeared on the Grafana Dashboard for GreenCube.
Here are the 'before' and 'after' decodes for illustration:
Best regards,
-Scott, K4KDR