<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>About Sample Source, &amp;quot; IEEE 802.15.4 PHY test tool&amp;quot; , i do not understand any command.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/100788/about-sample-source-ieee-802-15-4-phy-test-tool-i-do-not-understand-any-command</link><description>Dear 
 I red document &amp;quot;IEEE 802.15.4 PHY test tool&amp;quot; 
 url : https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/peripheral/802154_phy_test/README.html#lgetrssi-measure-rssi 
 
 By the way, i do not understand any command. 
 Command</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 15 Jun 2023 16:15:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/100788/about-sample-source-ieee-802-15-4-phy-test-tool-i-do-not-understand-any-command" /><item><title>RE: About Sample Source, " IEEE 802.15.4 PHY test tool" , i do not understand any command.</title><link>https://devzone.nordicsemi.com/thread/431357?ContentTypeID=1</link><pubDate>Thu, 15 Jun 2023 16:15:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:348fda08-ce91-4106-89c1-5576f66e749c</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Just to clarify a bit first: &lt;br /&gt;In the Phy Test Tool is there are devices of two types: the CMD device and the DUT device. A board is by default in DUT mode after bootup. The idea is that DUT has by default the 802.15.4 radio enabled and it does not need any physical connection to the tester (like UART) - the commands are send to it wireless via the 802.15.4 protocol by the CMD device (to which the user/tester can communicate via UART). Also note, that all the commands have a prefix either l, c or no prefix - where l means perform command on CMD, r - on the DUT device, and no prefix means &amp;quot;perform on both&amp;quot;. So, for example custom lsetchannel means set channel on the CMD device, custom rsetchannel means set channel on the DUT device (however the UART command is sent to the CMD device), and the custom setchannel means set channel on both DUT and CMD. So, before you play around with commands you should first try to change the mode to CMD by running the command custom changemode 1.&lt;/p&gt;
&lt;p&gt;When it comes to the setchannel command: &lt;br /&gt;The number which are passed are a bit mask, and each number represents 8 bits. So for example to set channel 0 (this is impossible, just as an simple example) you have to do custom setchannel 0 0 0 1, to set channel 1 you needcustom setchannel 0 0 0 2, to set channel 2 you needcustom setchannel 0 0 0 4 and so on.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About Sample Source, " IEEE 802.15.4 PHY test tool" , i do not understand any command.</title><link>https://devzone.nordicsemi.com/thread/431167?ContentTypeID=1</link><pubDate>Thu, 15 Jun 2023 08:25:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ae6e93b-d3c4-4493-9830-4198289071dd</guid><dc:creator>keunsik</dc:creator><description>&lt;p&gt;Thank You.&lt;/p&gt;
&lt;p&gt;By the way, i can not understand. yet. Ok. i do not need understand. i want to know&amp;nbsp; usage.&lt;/p&gt;
&lt;p&gt;So,&amp;nbsp; Other example usage,&amp;nbsp; please.&lt;/p&gt;
&lt;p&gt;for example, Channel 21 or other channel&amp;nbsp; is how to?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About Sample Source, " IEEE 802.15.4 PHY test tool" , i do not understand any command.</title><link>https://devzone.nordicsemi.com/thread/430996?ContentTypeID=1</link><pubDate>Wed, 14 Jun 2023 11:47:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed2cdbba-4887-4012-b699-6cdbc57b3920</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The sample expects a command string looks like &amp;quot;custom &amp;lt;command_name&amp;gt; &amp;lt;whitespace_separated_bytes&amp;gt;&amp;quot;.&lt;br /&gt;Each whitespace-separated value fits into one byte and payload has big-endian byte order.&lt;br /&gt;For example: &amp;quot;custom setchannel 0x00 0x00 0x08 0x00&amp;quot; to set channel 11.&lt;/p&gt;
&lt;p&gt;I assume antenna ID refer to that if you are using a radio front-end with more than one ANT pin (e.g. such as the nRF21540) you can set it to something else than 0.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>