sdrangel/plugins/channeltx/modpacket
Kacper Michajłow 1e5ae8ea0f Define _USE_MATH_DEFINES and clean M_PI redefinitions 2020-11-04 23:05:41 +01:00
..
CMakeLists.txt Add 9600 FSK modem with scrambler and raised-cosine pulse-shaping. 2020-09-24 08:36:13 +02:00
packetmod.cpp Channel settings feature feedback: all plugins 2020-10-27 06:16:17 +01:00
packetmod.h Channel settings feature feedback: all plugins 2020-10-27 06:16:17 +01:00
packetmodbaseband.cpp Add packet modulator for transmitting packet radio data packets (AX.25/APRS) 2020-09-18 16:36:27 +01:00
packetmodbaseband.h Add packet modulator for transmitting packet radio data packets (AX.25/APRS) 2020-09-18 16:36:27 +01:00
packetmodbpfdialog.cpp Define _USE_MATH_DEFINES and clean M_PI redefinitions 2020-11-04 23:05:41 +01:00
packetmodbpfdialog.h Add 9600 FSK modem with scrambler and raised-cosine pulse-shaping. 2020-09-24 08:36:13 +02:00
packetmodbpfdialog.ui Add 9600 FSK modem with scrambler and raised-cosine pulse-shaping. 2020-09-24 08:36:13 +02:00
packetmodgui.cpp Use MainCore instance in place of MainWindow 2020-10-12 22:11:13 +02:00
packetmodgui.h Removed dangling PluginInstanceGUI references 2020-10-05 16:30:24 +02:00
packetmodgui.ui Packet Modulator: fixed warning in .ui file and adjust some dimensions 2020-09-24 22:35:01 +02:00
packetmodplugin.cpp updated versions and changelogs 2020-10-11 22:44:00 +02:00
packetmodplugin.h Channel plugins: use specialized ChannelGUI superclass. Handle GUI lifecycle in MainWindow 2020-10-04 22:16:09 +02:00
packetmodrepeatdialog.cpp Add packet modulator for transmitting packet radio data packets (AX.25/APRS) 2020-09-18 16:36:27 +01:00
packetmodrepeatdialog.h Add packet modulator for transmitting packet radio data packets (AX.25/APRS) 2020-09-18 16:36:27 +01:00
packetmodrepeatdialog.ui Add packet modulator for transmitting packet radio data packets (AX.25/APRS) 2020-09-18 16:36:27 +01:00
packetmodsettings.cpp Add narrowband FM preemphasis settings 2020-09-24 08:36:13 +02:00
packetmodsettings.h Packet Modulator: REST API: added missing settings - implementation 2020-09-24 22:39:39 +02:00
packetmodsource.cpp Initialise m_spectrumSink pointer 2020-10-09 20:04:53 +01:00
packetmodsource.h Fix and refactor fir filter 2020-10-31 21:30:45 +01:00
packetmodtxsettingsdialog.cpp Add 9600 FSK modem with scrambler and raised-cosine pulse-shaping. 2020-09-24 08:36:13 +02:00
packetmodtxsettingsdialog.h Add 9600 FSK modem with scrambler and raised-cosine pulse-shaping. 2020-09-24 08:36:13 +02:00
packetmodtxsettingsdialog.ui Add 9600 FSK modem with scrambler and raised-cosine pulse-shaping. 2020-09-24 08:36:13 +02:00
packetmodwebapiadapter.cpp Add packet modulator for transmitting packet radio data packets (AX.25/APRS) 2020-09-18 16:36:27 +01:00
packetmodwebapiadapter.h Add packet modulator for transmitting packet radio data packets (AX.25/APRS) 2020-09-18 16:36:27 +01:00
readme.md Fix typos in readme 2020-10-09 19:35:36 +01:00

readme.md

Packet radio modulator plugin

Introduction

This plugin can be used to modulate packet radio (APRS/AX.25) data packets.

Interface

Packet Modulator plugin GUI

1: Frequency shift from center frequency of transmission

Use the wheels to adjust the frequency shift in Hz from the center frequency of transmission. Left click on a digit sets the cursor position at this digit. Right click on a digit sets all digits on the right to zero. This effectively floors value at the digit position. Wheels are moved with the mousewheel while pointing at the wheel or by selecting the wheel with the left mouse click and using the keyboard arrows. Pressing shift simultaneously moves digit by 5 and pressing control moves it by 2.

2: Channel power

Average total power in dB relative to a +/- 1.0 amplitude signal generated in the pass band.

3: Channel mute

Use this button to toggle mute for this channel.

4: Modulation

This specifies the baud rate and modulation that is used for the packet transmission. Currently 1200 baud AFSK and 9600 baud FSK are supported.

5: RF Bandwidth

This specifies the bandwidth of a LPF that is applied to the output signal to limit the RF bandwidth.

6: Frequency deviation

Adjusts the frequency deviation in 0.1 kHz steps from 1 to 6 kHz. Typical values are 2.5 kHz and 5 kHz.

7: Gain

Adjusts the gain in dB from -60 to 0dB. The gain should be set to ensure the level meter remains below 100%.

8: Level meter in %

  • top bar (beige): average value
  • bottom bar (brown): instantaneous peak value
  • tip vertical bar (bright red): peak hold value

9: Callsign

Enter your amateur radio callsign and optionally a sub-station ID (SSID). E.g. M7RCE or M7RCE-1

10: Preemphaisis Filter

Check this button to enable a FM preemphasis filter, which amplifies higher frequencies. Right click to open the dialog to adjust settings for the filter.

11: Bandpass Filter

Check this button to enable a baseband bandpass filter. Right click to open the dialog to adjust settings for the filter.

12: Repeat

Check this button to repeated transmit a packet. Right click to open the dialog to adjust the delay between retransmission and number of times the packet should be repeated.

13: Insert position

Inserts position as APRS formatted latitude and longitude in to the current cursor position within the data field. Lattitude and longitude can be specified under Preferences > My position.

14: To

Enter the destination for the packet. To send the packet to the APRS network, use APRS or APZ.

15: Via

Enter the routing for the packet. To have the packet repeated by digipeaters, use WIDE2-2. To have the packet repeated by the International Space Station (ISS), use ARISS.

16: Data

The packet of data to send. To send an APRS status message, use the format >Status. The APRS specification can be found at: http://www.aprs.org/doc/APRS101.PDF. APRS messages can be tracked on https://aprs.fi

17: TX

Transmits a packet containing the current values in callsign, to, via and data fields.

API

Full details of the API can be found in the Swagger documentation. Here is a quick example of how to transmit a packet from the command line:

curl -X POST "http://127.0.0.1:8091/sdrangel/deviceset/1/channel/0/actions" -d '{"channelType": "PacketMod",  "direction": 1, "PacketModActions": { "tx": { "callsign": "MYCALL", "to": "APRS", "via": "WIDE2-2", "data": ">Using SDRangel API to transmit" }}}'

Or to set the mode to 9600 FSK:

curl -X PATCH "http://127.0.0.1:8091/sdrangel/deviceset/1/channel/0/settings" -d '{"channelType": "PacketMod", "direction": 1, "PacketModSettings": {"mode": "9600 FSK"}}'