<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<meta name="copyright" content="(C) Copyright 2026" />
<meta name="DC.rights.owner" content="(C) Copyright 2026" />
<meta name="generator" content="DITA-OT" /><meta name="DC.type" content="concept" />
<meta name="DC.title" content="Test method" />
<meta name="abstract" content="Since the TX and RX paths are common from the chip pin to the antenna, it is sufficient to only test in the TX direction." />
<meta name="description" content="Since the TX and RX paths are common from the chip pin to the antenna, it is sufficient to only test in the TX direction." />
<meta name="DC.relation" scheme="URI" content="../../APP/nan_043/assembly_test.html" />
<meta name="prodname" content="nRF7002" />
<meta name="prodname" content="nRF7001" />
<meta name="prodname" content="nRF7000" />
<meta name="prodname" content="nrf70-series" />
<meta name="prodname" content="application-notes" />
<meta name="DC.format" content="XHTML" />
<meta name="DC.identifier" content="assembly_test_method" />
<link rel="stylesheet" type="text/css" href="../../commonltr.css" />
<title>Assembly test method</title>
</head>
<body id="assembly_test_method">

<div class="productversion"><span>nRF7002</span></div><div id="headerlinks"><span class="copyURL"><a href="#" id="theURL">Copy URL</a></span></div>
 <h1 class="title topictitle1" id="ariaid-title1">Test method</h1>

 
 
 <div class="body conbody"><p class="shortdesc">Since the TX and RX paths are common from the chip pin to the antenna, it is sufficient
  to only test in the TX direction.</p>

  <p class="p">Use the Wi-Fi Radio test sample to transmit a carrier wave or a modulated packet in each band
            with control over the channel, modulation type, and transmit power. The following Wi-Fi
            Radio test commands transmit MCS0 IEEE 802.11n packets at 16 dBm on channel 7:</p>

  <pre class="pre codeblock" id="assembly_test_method__codeblock_pht_2k5_cwb"><code>wifi_radio_test init 7
wifi_radio_test tx_pkt_tput_mode 1
wifi_radio_test tx_pkt_mcs 0
wifi_radio_test tx_power 16
wifi_radio_test tx 1</code></pre>
  <p class="p">Measure the received signal power on a <a href="../../dita_common/glossary/glossary.html#vsa" title="A signal analyzer capable of analyzing digitally-modulated radio signals that may use any of a large number of digital modulation formats."><dfn class="term abbreviated-form">Vector Signal Analyzer (VSA)</dfn></a> to confirm it is within
      an acceptable limit, taking into account test setup losses. The carrier frequency offset can
      also be measured to confirm the crystal oscillator trim <a href="../../dita_common/glossary/glossary.html#otp" title="A type of non-volatile memory that permits data to be written to memory only once."><dfn class="term abbreviated-form">One Time Programmable (OTP) memory</dfn></a>
      programming was successful. </p>

  <p class="p">This TX test should be repeated in the 5 GHz band by selecting an appropriate 5 GHz
        <span class="keyword value">channel</span> (for example, 48) with the <code class="ph codeph">wifi_radio_test init 48</code>
      command. </p>

 </div>

<div class="related-links">
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../../APP/nan_043/assembly_test.html" title="It is recommended to test the assembled product at the RF level, ensuring all discrete components are correctly fitted and the RF paths (independent 2.4 GHz and 5 GHz) from the chip pins to the antenna are verified.">Assembly test</a></div>
</div>
</div></body>
</html>