Difference between revisions of "AN/PRC-343"
m (added it to the arma 3 guides category) |
|||
(14 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | [[File:Anprc343 knobs.png|250px|thumb|right|The AN/PRC 343 Personal Role Radio]] | + | [[File:Anprc343 knobs.png|250px|thumb|right|The AN/PRC 343 Personal Role Radio]] __NOTOC__ |
The '''AN/PRC 343 Personal Role [[Radio]] (PRR)''' is a compact and lightweight short-range communication transceiver set. This radio set utilizes advanced wireless LAN technology, incorporating spread spectrum techniques at 2.4 GHz, ensuring that the system has a low probability of interception and detection and is designed to perform in dense electromagnetic environment. The radio transmissions utilize a proprietary form of Direct Sequence Spread Spectrum which, to an eavesdropper, will appear like noise. | The '''AN/PRC 343 Personal Role [[Radio]] (PRR)''' is a compact and lightweight short-range communication transceiver set. This radio set utilizes advanced wireless LAN technology, incorporating spread spectrum techniques at 2.4 GHz, ensuring that the system has a low probability of interception and detection and is designed to perform in dense electromagnetic environment. The radio transmissions utilize a proprietary form of Direct Sequence Spread Spectrum which, to an eavesdropper, will appear like noise. | ||
− | The AN/PRC 343 is the | + | The AN/PRC 343 is the simplest to use among the radios in [[ACRE 2]], as its only user-controllable functions are the 16 channel settings and the 10 volume levels to choose from. Both the channel knob on the left and the volume knob on the right are switched with the two mouse buttons. The radio is issued by [[ACRE 2]] in replacement of the vanilla radio, and is currently the most ''minimal'' radio communications equipment available. |
− | + | Its limited range of up to 500 meters makes it unsuitable for usage above the [[Squad]] Level. | |
− | The AN/PRC 343 uses its own frequency band and is not able to communicate with the | + | The AN/PRC 343 uses its own frequency band and is not able to communicate with the UHF/VHF radios available in ACRE. |
+ | |||
+ | == Usage == | ||
+ | The AN/PRC-343 is comparatively simple to operate. | ||
+ | |||
+ | * '''Transmit:'''<br>In order to transmit on the active channel, the [[ACRE 2]] Push to Talk key (Default: Capslock) is pressed and held until the transmission is completed. | ||
+ | * '''Select Channel:'''<br>In order to select one of the 16 pre-programmed channels, the channel knob (left knob) is rotated by left or right clicking on it respectively until the desired channel is selected. | ||
+ | * '''Select Output Volume:'''<br>In order to select one of the 10 fixed volume levels, the volume knob (right knob) is rotated by left or right clicking on it respectively until the desired volume level is selected. | ||
+ | |||
+ | === Mission Editing === | ||
+ | In order to equip a unit with an AN/PRC-343, the following sqf command is used: | ||
+ | <syntaxhighlight lang="cpp" style="width:550px;"> | ||
+ | _unit addItem "ACRE_PRC343"; | ||
+ | </syntaxhighlight> | ||
== Specifications == | == Specifications == | ||
Line 10: | Line 23: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | |align= | + | |align=right| '''Frequency Range''' || 2400 - 2499 MHz (16 pre-programmed, fixed channels) |
− | |||
− | |||
|- | |- | ||
− | |align= | + | |align=right| '''Output Power''' || 50 mW (max. fixed) |
|- | |- | ||
− | |align= | + | |align=right| '''Antenna''' || 2.5 inch |
|- | |- | ||
− | |align= | + | |align=right| '''Default Frequency''' || 2401 MHz (Ch 1) |
|- | |- | ||
− | |align= | + | |align=right| '''Frequency Spacing''' || 0.025 |
|- | |- | ||
− | |align= | + | |align=right| '''Range''' || approx. 500 meters (Rural Terrain) transmission through up to three floors (Urban Terrain) |
|} | |} | ||
Line 28: | Line 39: | ||
[[Category:ACRE 2]] | [[Category:ACRE 2]] | ||
[[Category:Radio]] | [[Category:Radio]] | ||
+ | [[Category: Arma 3 Guides]] | ||
== Reference & Links == | == Reference & Links == | ||
* [http://www.prc68.com/I/Bowman.shtml Detailed documentation on the AN/PRC-343] | * [http://www.prc68.com/I/Bowman.shtml Detailed documentation on the AN/PRC-343] |
Latest revision as of 16:31, 8 July 2017
The AN/PRC 343 Personal Role Radio (PRR) is a compact and lightweight short-range communication transceiver set. This radio set utilizes advanced wireless LAN technology, incorporating spread spectrum techniques at 2.4 GHz, ensuring that the system has a low probability of interception and detection and is designed to perform in dense electromagnetic environment. The radio transmissions utilize a proprietary form of Direct Sequence Spread Spectrum which, to an eavesdropper, will appear like noise.
The AN/PRC 343 is the simplest to use among the radios in ACRE 2, as its only user-controllable functions are the 16 channel settings and the 10 volume levels to choose from. Both the channel knob on the left and the volume knob on the right are switched with the two mouse buttons. The radio is issued by ACRE 2 in replacement of the vanilla radio, and is currently the most minimal radio communications equipment available. Its limited range of up to 500 meters makes it unsuitable for usage above the Squad Level. The AN/PRC 343 uses its own frequency band and is not able to communicate with the UHF/VHF radios available in ACRE.
Usage
The AN/PRC-343 is comparatively simple to operate.
- Transmit:
In order to transmit on the active channel, the ACRE 2 Push to Talk key (Default: Capslock) is pressed and held until the transmission is completed. - Select Channel:
In order to select one of the 16 pre-programmed channels, the channel knob (left knob) is rotated by left or right clicking on it respectively until the desired channel is selected. - Select Output Volume:
In order to select one of the 10 fixed volume levels, the volume knob (right knob) is rotated by left or right clicking on it respectively until the desired volume level is selected.
Mission Editing
In order to equip a unit with an AN/PRC-343, the following sqf command is used: <syntaxhighlight lang="cpp" style="width:550px;"> _unit addItem "ACRE_PRC343"; </syntaxhighlight>
Specifications
Frequency Range | 2400 - 2499 MHz (16 pre-programmed, fixed channels) |
Output Power | 50 mW (max. fixed) |
Antenna | 2.5 inch |
Default Frequency | 2401 MHz (Ch 1) |
Frequency Spacing | 0.025 |
Range | approx. 500 meters (Rural Terrain) transmission through up to three floors (Urban Terrain) |