<?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>Receiver Detection of Coded Phy Packets</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118133/receiver-detection-of-coded-phy-packets</link><description>For the RADIO peripheral of the nrf52(840), if you set up the radio to receive coded Phy transmissions, I have the opportunity where I can set the MODE for 125Kbps or 500Kbps. Does the receiver care? Will it look at the CL field of the incoming packet</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 17 Jan 2025 22:23:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118133/receiver-detection-of-coded-phy-packets" /><item><title>RE: Receiver Detection of Coded Phy Packets</title><link>https://devzone.nordicsemi.com/thread/518929?ContentTypeID=1</link><pubDate>Fri, 17 Jan 2025 22:23:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4831b3b0-b4a3-46de-a241-1e4186c83fc3</guid><dc:creator>AMarch01</dc:creator><description>&lt;p&gt;Ah, you really have to pay attention to the wording in the MODE register definition (6.20.14.48). I don&amp;#39;t think I really would have noticed that till you put it up in my face.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Kind of would be nice if it was summarized as &amp;quot;Setting Long Range Receive mode can be 5 or 6.&amp;quot; or simply just write &amp;quot;Put a 5 in MODE for long range Receive&amp;quot;, and just ignore the other value.&lt;br /&gt;&lt;br /&gt;Thanks again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Receiver Detection of Coded Phy Packets</title><link>https://devzone.nordicsemi.com/thread/518927?ContentTypeID=1</link><pubDate>Fri, 17 Jan 2025 22:14:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:395acbd5-c276-4d8a-92b0-0a689ab17000</guid><dc:creator>AMarch01</dc:creator><description>&lt;p&gt;Thanks Emil!&lt;br /&gt;As you may or may not know, I am down this rabbit hole based on your post from before with the low-level direct packet c code you presented.&lt;br /&gt;&lt;br /&gt;I converted some of your code to the pre-built functions in the zephyr functions but mostly what you were doing ...&amp;nbsp;&lt;br /&gt;&lt;br /&gt;For example, to configure my receiver I use the following:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;    volatile uint8_t phy = PHY_CODED;
    volatile uint8_t flags = PHY_FLAGS_S8 ;
    flags |= RADIO_PKT_CONF_PHY(phy);

	radio_phy_set(phy, flags);
	radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, PDU_AC_LEG_PAYLOAD_SIZE_MAX,
			    RADIO_PKT_CONF_PHY(phy));&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;It&amp;#39;s been fun. Thanks for the starting point.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Receiver Detection of Coded Phy Packets</title><link>https://devzone.nordicsemi.com/thread/518924?ContentTypeID=1</link><pubDate>Fri, 17 Jan 2025 21:59:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e44134c-2ab0-42ba-9e3a-60b8f7d6734c</guid><dc:creator>Emil Lenngren</dc:creator><description>&lt;p&gt;The product specification says &amp;quot;&lt;span&gt;Long range 125 kbit/s TX, 125 kbit/s and 500 kbit/s RX&amp;quot; for&amp;nbsp;Ble_LR125Kbit and &amp;quot;Long range 500 kbit/s TX, 125 kbit/s and 500 kbit/s RX&amp;quot; for&amp;nbsp;Ble_LR500Kbit. So in RX mode, the two options are equivalent. The Coding Indicator field in the packet is used to select rate.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>