gr-satellites is a GNU Radio out-of-tree module encompassing a collection of telemetry decoders that supports many different Amateur satellites. This open-source project started in 2015 with the goal of providing telemetry decoders for all the satellites that transmit on the Amateur radio bands.
It supports most popular protocols, such as AX.25, the GOMspace NanoCom U482C and AX100 modems, an important part of the CCSDS stack, the AO-40 protocol used in the FUNcube satellites, and several ad-hoc protocols used in other satellites.
This out-of-tree module can be used to decode frames transmitted from most Amateur satellites in orbit, performing demodulation, forward error correction, etc. Decoded frames can be saved to a file or displayed in hex format. For some satellites the telemetry format definition is included in gr-satellites, so the decoded telemetry frames can be printed out as human-readable values such as bus voltages and currents. Additionally, some satellites transmit files such as JPEG images. gr-satellites can be used to reassemble these files and even display the images in real-time as they are being received.
gr-satellites can be used as a set of building blocks to implement decoders for other satellites or other groundstation solutions. Some of the low level blocks in gr-satellites are also useful for other kinds RF communications protocols.
gr-satellites documentation is hosted in reathedocs.io.
Currently there are the following series of releases in the history of gr-satellites:
-
v5.x.y
is the current release series, and supports GNU Radio 3.10. -
v4.x.y
has the same functionality as the v5.x.y series, but supports GNU Radio 3.9 (until v4.6.0, the v4.x.y series supported both GNU Radio 3.9 and 3.10). -
v3.x.y
has the same functionality as the v5.x.y series, but supports GNU Rado 3.8. This series was the result of a large refactor that introduced a lot of new functionality and improvements. The refactor started on September 2019 and was finished in May 2020. -
v2.x.y
is a series of releases compatible with GNU Radio 3.8 that existed between September 2019 and May 2020. The functionality in this series is equivalent to thev1.x.y
series. -
v1.x.y
the original series of releases, which was compatible with GNU Radio 3.7. Development in this series stopped on September 2019 with the appearance of thev2.x.y
line, but some bugfix releases have been published afterward.
The repository is organized in the following branches:
-
main
is where the active development happens. From time to time, features will be frozen in a new release. This branch is compatible with GNU Radio 3.10. -
maint-3.10
is the branch where releases in the currentv5.x.y
line are published. This branch is compatible with GNU Radio 3.10. -
maint-3.9
is the branch where releases in the currentv4.x.y
line are published. This branch is compatible with GNU Radio 3.9. -
maint-3.8
is the branch where releases in the currentv3.x.y
line are published. This branch is compatible with GNU Radio 3.8. -
maint-3.8-v2
is the branch where releases in thev2.x.y
line were published. This branch is compatible with GNU Radio 3.8. No changes happen in this branch any longer. -
maint-3.7
is the branch where releases in thev1.x.y
line were published. This branch is compatible with GNU Radio 3.7. No changes happen in this branch any longer.
In general, pull requests should be submitted to main
.
The installation procedure of gr-satellites is roughly the usual of a GNU Radio out-of-tree module. Detailed instructions about the required dependencies and how to build and install gr-satellites are given in the documentation.
Support for gr-satellites is handled only through Github issues and Github discussions so that the whole community can benefit, rather than through private channels such as email. Please understand this when asking for support. Take a look here to check whether a new topic fits better in the issues page or in the discussions page.
The AVX2 Viterbi decoder in Volk versions
earlier than 1.5.0 is broken (the decoder
was disabled in Volk 1.5.0).
If using an older version of Volk on a machine that supports AVX2, the
gr-satellites decoders for the satellites that use convolutional coding will not
work. To solve this, the AVX2 kernel should be disabled in ~/.volk/volk_config
or by using
the VOLK_GENERIC=1
environment variable. See
issue #217).
Satellite teams interested in using gr-satellites for your groundstation solution, please read this note, especially if you will be using Amateur radio spectrum.
This note describes the policy of the gr-satellites project with respect to code contributions that add support for commercial satellite missions.
Athanasios Theocharis made under ESA Summer of Code in Space 2019 a collection of blocks covering several CCSDS blue books. The documentation for this blocks can be found in CCSDS_README.md.