ft8
ft8
2)
1 Introduction
The FT8 plugin is a plugin for decoding FT8 messages and showing the decoded messages.
The plugin is experimental in the sense that its development is going on.
The plugin - as a community plugin - can be installed by placing it in the folder for
community plugins. Ask SDRplay.com where the folder need to be placed on your system, on
my system the folder can be found as subfolder in ”Documenten”.
1
2 Selecting a samplerate
The plugin uses the IQOUT option of the SDRuno platform. This output is 192000 samples
per second. The plugin itself will reduce the samplerate to 12000 (and filter accordingly). The
plugin - when started - will do the selection of the IQOUT port.
The default setting for SDRuno (at least with me) is that the input samplerate is 2 MHz,
and the main spectrum display will show a spectrum of the full 2 MHz.
It is useful to zoom in in the spectrum, after all the spectrum of the region of interest is
only a few KHz wide.
• the strength of the FT8 message, relative to the average signal strength during reception
of the FT8 message;
• the frequency of the message with an accuracy of 3.125 Hz (tone distance is 6.25 Hz);
On the top line in the control part of the widget there are two selectors and two buttons
1
If no callsign and grid are specified no data will be transmitted to the pskreporter site.
2
Figure 2: ft8Plugin: the widget
• The first selector sets the value for the number of iterations, to be applied in the LDPC
decoding. Higher values may lead to better decoding but are expensive in terms of CPU
load. Default value is 10, which should be enough for. A selected value will be stored
and used the next invocation of the plugin.
• the second selector sets the bandwidth within the spectrum in which ft8 messages are
searched for. Default value is 2 KHz, maximum is 6 MHz. The selected frequency is
here the center frequency, so a width of 2 KHz means from -1 KHz to +1 KHz wrt the
selected frequency. Obviously, the larger the width, the more processing power is needed.
• Next a button labeled file is there. As the name suggests, a file can be selected in which
the data is stored. If the data is being written the label next to the button will be colored
red, if no data is written the color of the label will be green.
• the second button on the first row is labeled preset. The plugin supports a number of
preset frequency values. In previous versions this was a static list, in this version the
user can add his/hers preferred frequencies to the list (and the default list is shortened).
• to the far right of the top line there is the inevitable copyright symbol.
The second line in the widget shows three (or four) buttons, a label and a combobox
• the button with the label reporter can be used to switch the PSKReporter on or off. The
state is reflected in the label, green indicates that the reporter is ”on”, otherwise the
label will color red.
3
• the PSK reporter sends the data to the server
"https://www.pskreporter.info/pskmap.html
In order for the pskReporter info site to show the ”monitor”, i.e. data of the receiver that
sends the messages, the ft8 plugin sends some information on the ”home” station, a.o.
a callsign and the grid location to the pskreporter. The button callsign, when touched,
shows a widget where a callsign and a grid can be entered. Values will be maintained
between invocations of the plugin.
• if the psk report function is selected, a third button shows, labeled ”show”. If touched,
the ft8 plugin shows the elements of the messages that are transmitter to the psk reporter.
Transmission takes place in UDP mode, using port 4739 of the pskreporter server.
• FT8 is transmitted is well defined regions in different amateur bands. To ease switching
between these bands, the plugin now contains a button - labeled - presets where one
may select among a list of frequencies, known to be in these regions. By default the list
merely contains four of five frequencies (of course the one I am using most of the time),
and as said, your own preferred frequencoes can be added to the list. Of course, the
added frequencies will be saved between sessions.
• the delete button will remove the last entered preset frequency.
The widget will show up to 30 of the last received messages. Of course all messages are
saved in a file whenever a file is selected
4
Figure 4: ft8Plugin: file output
5
5 Future work
Current work is on optimizing parameter settings and extending the encoding. Detecting
potential messages requires finding detecting peaks in the spectrum where the amplitude value
is (relatively) large, compared to its environment. While that sounds easy, there is a pretty
large ”noise” component, and parameters for detecting very small peaks are not always capabel
of detecting large peaks.
In the current version an attempt is made to decode all message types, however, messages
in some message types need further processing.
Further work is required to extract all calls that can be send to the PSKreporter.