<?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>Does the data structure to which the packet pointer points matter? NRF_RADIO-&amp;gt;PACKETPTR</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/105023/does-the-data-structure-to-which-the-packet-pointer-points-matter-nrf_radio--packetptr</link><description>I am currently trying to develop a proprietary radio communication protocol using the NRF radio peripheral. However, my application is not working out yet. I am wondering if it has something to do with the packet pointer and packet structure that I am</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Oct 2023 15:21:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/105023/does-the-data-structure-to-which-the-packet-pointer-points-matter-nrf_radio--packetptr" /><item><title>RE: Does the data structure to which the packet pointer points matter? NRF_RADIO-&gt;PACKETPTR</title><link>https://devzone.nordicsemi.com/thread/452652?ContentTypeID=1</link><pubDate>Thu, 26 Oct 2023 15:21:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d3e4b4b-440f-4b54-8886-3934876e66b2</guid><dc:creator>Omid</dc:creator><description>&lt;p&gt;Thank you very much.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does the data structure to which the packet pointer points matter? NRF_RADIO-&gt;PACKETPTR</title><link>https://devzone.nordicsemi.com/thread/452428?ContentTypeID=1</link><pubDate>Thu, 26 Oct 2023 07:27:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98e0d8de-825e-4b97-839c-3f673e322d5b</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;My mistake, I thought for a moment you were using the old nRF5 SDK. I am uploading the relevant files to here. I do believe they can be used as reference on how to use the radio (but also notice that the external 32MHz must be started before the radio can be used).&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/radio_5F00_transmitter_5F00_main.c"&gt;devzone.nordicsemi.com/.../radio_5F00_transmitter_5F00_main.c&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/radio_5F00_receiver_5F00_main.c"&gt;devzone.nordicsemi.com/.../radio_5F00_receiver_5F00_main.c&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/0676.radio_5F00_config.c"&gt;devzone.nordicsemi.com/.../0676.radio_5F00_config.c&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/radio_5F00_config.h"&gt;devzone.nordicsemi.com/.../radio_5F00_config.h&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does the data structure to which the packet pointer points matter? NRF_RADIO-&gt;PACKETPTR</title><link>https://devzone.nordicsemi.com/thread/452344?ContentTypeID=1</link><pubDate>Wed, 25 Oct 2023 15:54:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6de2a2a-3204-493a-86b8-1882c63e273c</guid><dc:creator>Omid</dc:creator><description>&lt;p&gt;Thanks Keneth for clarification. Unfortunately, I cannot find the following in my install folder (ncs)&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&amp;lt;InstallFolder&amp;gt;\examples\peripheral\radio\receiver&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;lt;InstallFolder&amp;gt;\examples\peripheral\radio\transmitter&lt;br /&gt;&lt;br /&gt;Could you please provide the Git hub link for these two projects?&lt;br /&gt;&lt;br /&gt;Thanks.&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does the data structure to which the packet pointer points matter? NRF_RADIO-&gt;PACKETPTR</title><link>https://devzone.nordicsemi.com/thread/452227?ContentTypeID=1</link><pubDate>Wed, 25 Oct 2023 10:44:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:806e6818-011d-4c93-97bb-ef5a285e8908</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;It should not matter.&lt;/p&gt;
&lt;p&gt;If you want to see some very low level directly accessing radio hardware may I suggest:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/nrf_dev_radio_rx_example.html"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/nrf_dev_radio_rx_example.html&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/nrf_dev_radio_tx_example.html"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/nrf_dev_radio_tx_example.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Edit: Also of course study the radio chapter in the product specification that show states and transition between states.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>