Difference between revisions of "AN/PRC-343"

From UOAF Codex
Jump to navigation Jump to search
m (added it to the arma 3 guides category)
 
(8 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
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 most 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.
+
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.
It's limited range of under one kilometer makes it unsuitable for usage above the [[Platoon]] Level.
+
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 other UHF/VHF radios available in ACRE.
+
The AN/PRC 343 uses its own frequency band and is not able to communicate with the UHF/VHF radios available in ACRE.
  
 
== Usage ==
 
== Usage ==
Line 15: Line 15:
 
=== Mission Editing ===
 
=== Mission Editing ===
 
In order to equip a unit with an AN/PRC-343, the following sqf command is used:
 
In order to equip a unit with an AN/PRC-343, the following sqf command is used:
<syntaxhighlight lang="cpp">
+
<syntaxhighlight lang="cpp" style="width:550px;">
 
_unit addItem "ACRE_PRC343";
 
_unit addItem "ACRE_PRC343";
 
</syntaxhighlight>
 
</syntaxhighlight>
Line 23: Line 23:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|align=center| '''Frequency Range''' || 2400 - 2499 MHz (16 pre-programmed, fixed channels)
+
|align=right| '''Frequency Range''' || 2400 - 2499 MHz (16 pre-programmed, fixed channels)
 
|-
 
|-
|align=center| '''Output Power''' || 50 mW (max. fixed)
+
|align=right| '''Output Power''' || 50 mW (max. fixed)
 
|-
 
|-
|align=center| '''Antenna''' || 2.5 inch UHF
+
|align=right| '''Antenna''' || 2.5 inch
 
|-
 
|-
|align=center| '''Default Frequency''' || 2401 MHz (Ch 1)
+
|align=right| '''Default Frequency''' || 2401 MHz (Ch 1)
 
|-
 
|-
|align=center| '''Frequency Spacing:''' || 0.025
+
|align=right| '''Frequency Spacing''' || 0.025
 
|-
 
|-
|align=center| '''Sinad Rating''' || -116
+
|align=right| '''Range''' || approx. 500 meters (Rural Terrain) transmission through up to three floors (Urban Terrain)
|-
 
|align=center| '''Range''' || 500 meters (Rural Terrain) transmission through up to three floors (Urban Terrain)
 
 
|}
 
|}
  
Line 41: 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

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)

Reference & Links