Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation - Explain variable Tx Power of PRC-77 #1366

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/wiki/radios/an-prc-77.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ Two knobs, one for 1 megahertz increments and another for 50 kilohertz (0.05 MHz

This switch toggles between the upper and lower frequency bands that are available. The lower, default, position lets you tune the radio to frequencies from 30.00 MHz to 52.95 MHz, and the upper position is for the 53.00-75.95 MHz range.

### Transmit power

The radio's maximum transmit power is 4W, but depending on the selected frequency its effective transmit power can be lower.

| MHz range (inclusive) | Effective Tx Power |
| --------------------- | ------------------ |
| 30-33 MHz | 3.5 W |
| 34-50 MHz | 4.0 W |
| 51-53 MHz | 3.5 W |
| 54-71 MHz | 3.0 W |
| 72-75 MHz | 2.6 W |

### Preset buttons

You can save two presets on the PRC-77 by using the two buttons above each tuning knob. Right-click on the button to save the preset, and left-click to recall it.
Expand Down
Loading