Runtime and Service Settings

Use these sections for process behavior, active transmission mode, service ports, transmission gating, and shared control GPIOs. For normal browser-based configuration, see Setup Overview. Related operator references include Configure Raspberry Pi I/O, REST API, WebSocket Interface, and View Logs.

Meta

The [Meta] section controls diagnostic logging.

[Meta]
debug_logging = False

Operation

The [Operation] section selects the active mode and backend, gates RF transmission, configures service ports, and assigns shared indicator, amplifier, and shutdown controls.

[Operation]
; Mode:
; Active transmit mode.
; Valid values:
;   WSPR
;   QRSS
;   FSKCW
;   DFCW
Mode = WSPR

; Transmit:
; Global RF transmit gate. False prevents transmission and scheduling.
Transmit = False

; Transmit Backend:
; RF transmit backend.
; Valid values:
;   gpio    - Raspberry Pi GPCLK/PWM RF output
;   si5351  - Si5351 clock-generator RF output
Transmit Backend = gpio

; Use LED:
; Enable status LED output.
Use LED = False

; LED Pin:
; BCM GPIO used for LED status output.
LED Pin = 18

; Use Amp:
; Enables optional external amplifier control.
Use Amp = false

; Amp Pin:
; BCM GPIO used for optional external amplifier control.
; Leave blank to disable amplifier control.
Amp Pin =

; Amp Pin Active High:
; Controls amplifier GPIO polarity.
Amp Pin Active High = false

; Web Port:
; Port used for REST interface.
Web Port = 31415

; Socket Port:
; Port used for WebSocket interface.
Socket Port = 31416

; Use Shutdown:
; Enable shutdown button monitoring.
Use Shutdown = False

; Shutdown Button:
; BCM GPIO used for shutdown trigger.
Shutdown Button = 19