Frequency Commands
F – Set Frequency
Section titled “F – Set Frequency”Sets the transmit and/or receive frequency.
Syntax
Section titled “Syntax”Fz nnnnnnF?Parameters
Section titled “Parameters”| Parameter | Description |
|---|---|
z | Mode selector (see below) |
nnnnnn | Frequency in kHz (all 6 digits required) |
Mode selectors:
| Mode | Description |
|---|---|
R | Set RX frequency only |
T | Set TX frequency only |
S | Set both TX and RX to same frequency (simplex) |
D | Set RX to frequency, TX to frequency minus standard offset |
U | Set RX to frequency, TX to frequency plus standard offset |
Standard repeater offsets:
- 2m band: 600 kHz
- 1.25m band: 1600 kHz
- 70cm band: 5000 kHz
Examples
Section titled “Examples”FS146520 # Simplex on 146.520 MHzFD146940 # RX 146.940, TX 146.340 (-600 kHz)FU147060 # RX 147.060, TX 147.660 (+600 kHz)FR223500 # Set RX only to 223.500 MHzFT222900 # Set TX only to 222.900 MHzF? # Query current frequenciesResponse
Section titled “Response”F? returns:
RX: 146520TX: 146520- Frequency range: 136-174 MHz, 200-260 MHz, 400-520 MHz
- The RS-UV3A is designed to transmit only on amateur frequencies
- TX outside amateur bands may have reduced power due to filtering
- Firmware 2.4+ supports 0.5 kHz steps by adding
5to frequency
0.5 kHz Steps (Firmware 2.4+)
Section titled “0.5 kHz Steps (Firmware 2.4+)”For frequencies like 146.5225 MHz:
FS1465225 # 146.5225 MHz (note: 7 digits)Related Commands
Section titled “Related Commands”FM – Measure Signal
Section titled “FM – Measure Signal”Tunes to a frequency, measures signal strength, and returns to the original frequency.
Syntax
Section titled “Syntax”FMnnnnnnParameters
Section titled “Parameters”| Parameter | Description |
|---|---|
nnnnnn | Frequency in kHz (all 6 digits required) |
Examples
Section titled “Examples”FM146520 # Measure signal on 146.520 MHzFM445000 # Measure signal on 445.000 MHzResponse
Section titled “Response”Returns signal strength in dBm:
FM: -95- Measurement takes approximately 100 ms
- Returns to original frequency after measurement
- Useful for channel activity monitoring
- Can be used to build a basic spectrum display with a controller
- Signal level is raw RSSI, not calibrated to a specific standard
Applications
Section titled “Applications”Channel scanning:
FM144390 # Check APRS frequencyFM146520 # Check calling frequencyFM146940 # Check local repeaterSignal survey: Use with an Arduino or other controller to scan frequencies and log signal levels for propagation studies or interference hunting.