Repeater & Satellite
A single RS-UV3A cannot transmit and receive simultaneously. However, two RS-UV3As can be combined to create a full-duplex system for repeater or satellite communications.
Full Duplex Configuration
Section titled “Full Duplex Configuration”Hardware Setup
Section titled “Hardware Setup”You’ll need:
- Two RS-UV3A boards
- Two antennas (with sufficient isolation)
- Shared power supply
- Audio interconnection between boards
Basic wiring:
| RX Board | TX Board |
|---|---|
| RX Audio Out (DE-9 pin 4) | TX Audio In (DE-9 pin 1) |
| COR Out (DE-9 pin 5) | PTT (DE-9 pin 2) |
| Ground | Ground |
The COR-to-PTT connection automatically keys the TX board when the RX board hears a signal.
Frequency Configuration
Section titled “Frequency Configuration”Repeater example (2m input, 70cm output):
RX Board:
FS146940 # 2m input frequencyTF10000 # 100.0 Hz CTCSS (input tone)TM2 # Require tone to open squelchSQ4 # Moderate squelchTX Board:
FS446100 # 70cm output frequencyTF10000 # 100.0 Hz CTCSS (output tone) - optionalTM1 # Encode tone on TXPW1 # High powerRepeater Features
Section titled “Repeater Features”The RS-UV3A includes several features specifically for repeater operation.
Hang Time
Section titled “Hang Time”Keep the transmitter keyed briefly after the input signal drops:
HT1000 # 1000 ms (1 second) hang timeHT2000 # 2 second hang timeHT0000 # No hang time (immediate drop)HT? # Query current settingRange: 0–5000 ms
CW Identification
Section titled “CW Identification”FCC requires repeaters to identify at least every 10 minutes. Configure automatic CW ID:
CLWA2EUJ # Set callsign (15 characters max)IT600 # ID every 600 seconds (10 minutes)CS15 # 15 WPM CW speedCF0750 # 750 Hz CW toneThe CW ID is sent after the current transmission ends, not interrupting conversations.
Timeout Timer
Section titled “Timeout Timer”Prevent stuck transmitters from tying up the repeater:
TO180 # 3 minute timeoutTG TIMEOUT # Message to send on timeoutWhen a user exceeds the timeout, the repeater sends the timeout message in CW and unkeys.
Courtesy Beep
Section titled “Courtesy Beep”Signal users that the repeater is ready for the next transmission:
CB0 # No courtesy beep (default)CB1 # Low tone beepCB2 # High tone beepCB3 # High/low beepCB4 # Two-tone beepThe courtesy beep sounds after the hang time expires.
COR Inhibit
Section titled “COR Inhibit”Prevent receiver squelch noise from keying the transmitter after TX drops:
CO0200 # 200 ms inhibit after TXComplete Repeater Example
Section titled “Complete Repeater Example”RX Board Configuration:
# Frequency and tonesFS146940 # Input frequencyTF10000 # 100.0 Hz CTCSSTM2 # Tone squelch (require tone to access)
# SquelchSQ4 # Moderate squelchTSM # Medium tone sensitivity
# AudioVU18 # RX audio level (to TX board)AF1 # Audio filter on
# Save settingsST0TX Board Configuration:
# Frequency and tonesFS146340 # Output frequency (600 kHz down)TF10000 # 100.0 Hz CTCSSTM1 # Encode tone on TX
# ID and timeoutCLWA2EUJ/R # Repeater callsignIT600 # ID every 10 minutesCS15 # CW speedTO180 # 3 minute timeoutTGTIME # Timeout message
# Hang time and courtesyHT1500 # 1.5 second hang timeCB2 # High tone courtesy beepCO0150 # COR inhibit
# PowerPW1 # High power
# Save settingsST0Satellite Communications
Section titled “Satellite Communications”For satellite work, configure one RS-UV3A for uplink and one for downlink.
Example for a 2m uplink / 70cm downlink satellite:
Uplink Board:
FS145980 # Uplink frequencyTM1 # Encode any required tonePW1 # High power for satelliteDownlink Board:
FS435800 # Downlink frequencySQ2 # Sensitive squelchVU20 # Good volume for weak signalsDoppler Considerations
Section titled “Doppler Considerations”Satellite frequencies shift due to Doppler effect. You’ll need to adjust frequencies during the pass:
- Use a tracking program to calculate Doppler
- Send frequency commands via serial as the pass progresses
- Or use an Arduino to automate frequency updates
# Example Doppler correction commandsFR435804 # Adjust downlink as satellite approachesFR435800 # Nominal at TCAFR435796 # Adjust as satellite recedesCross-Band Repeat
Section titled “Cross-Band Repeat”A simpler configuration where you repeat between two bands:
2m to 70cm:
2m Board:
FS146520 # 2m simplexCOR Out → TX Board PTTRX Audio → TX Board TX Audio70cm Board:
FS446000 # 70cm simplexTX triggered by 2m board CORThis allows extending range between a 2m mobile and a 70cm HT, for example.
Important Considerations
Section titled “Important Considerations”Antenna Isolation
Section titled “Antenna Isolation”For full-duplex operation, the TX and RX antennas must have sufficient isolation to prevent the TX signal from desensing or damaging the RX:
- Physical separation: Different poles, opposite sides of building
- Frequency separation: Different bands provide natural isolation
- Filtering: Cavity filters or duplexers for same-band operation
Power Supply
Section titled “Power Supply”Both boards can share a power supply, but ensure adequate current capacity:
- Two boards: ~3.5W maximum during TX
- If using RS-UVPA amplifiers: plan for up to 30W total
Cooling
Section titled “Cooling”Extended TX duty cycles may require additional cooling. The RS-UV3A will read its temperature:
TP # Read PCB temperatureIf temperatures exceed 60°C, consider adding airflow or heatsinking.
Controller Integration
Section titled “Controller Integration”For more sophisticated repeater control, interface both RS-UV3As to a repeater controller or Raspberry Pi:
- Connect both boards via USB (each gets its own COM port)
- Use serial commands for:
- Frequency changes
- Power control
- Status monitoring
- Remote programming
This enables features like:
- DTMF remote control
- Internet linking (EchoLink, IRLP)
- Weather announcements
- Scheduled operations