<?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>Example Radio Transmitter / Receiver on 52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/57712/example-radio-transmitter-receiver-on-52840</link><description>Hi, 
 I am using 2 development kits 52840-DK. 
 I run the examples projects transmitter ( pca1056 ) and receiver. It works, 
 In an attempt to get longer range I increased the TX power In radio config.c 
 NRF_RADIO-&amp;gt;TXPOWER = (RADIO_TXPOWER_TXPOWER_Pos8dBm</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 13 Feb 2020 15:02:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/57712/example-radio-transmitter-receiver-on-52840" /><item><title>RE: Example Radio Transmitter / Receiver on 52840</title><link>https://devzone.nordicsemi.com/thread/234230?ContentTypeID=1</link><pubDate>Thu, 13 Feb 2020 15:02:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5c15fa1-ee2a-4871-9af2-0c7dd4f80797</guid><dc:creator>Dmitry</dc:creator><description>&lt;p&gt;Hi Eva,&lt;/p&gt;
&lt;p&gt;two points to check:&lt;/p&gt;
&lt;p&gt;1. Ensure that your DK is not a preview one (should be V1.0.0 or later) - LR won&amp;#39;t work at all on preview board.&lt;/p&gt;
&lt;p&gt;2. Ensure that you have configured PCNF0 and other registers properly.&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/46049/bringing-up-125kbps-coded-phy-on-nrf52840"&gt;Here&lt;/a&gt;&amp;nbsp;is a working example for 125kbit PHY.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example Radio Transmitter / Receiver on 52840</title><link>https://devzone.nordicsemi.com/thread/234174?ContentTypeID=1</link><pubDate>Thu, 13 Feb 2020 12:48:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e268160c-71b7-4314-b1d1-18ff976282a7</guid><dc:creator>Eva_VdV</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for the reply.&lt;/p&gt;
&lt;p&gt;I used the config from that example, at first it didn&amp;#39;t work either.&lt;/p&gt;
&lt;p&gt;But the problem appears to be in de read_packet function.&lt;/p&gt;
&lt;p&gt;PHYEND and EVENTS_END never seem to come.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I changed the sequence simular to what that example does in the IRQ function, then packets arrive.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NRF_RADIO-&amp;gt;EVENTS_READY = 0U;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Enable radio and wait for ready&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NRF_RADIO-&amp;gt;TASKS_RXEN = 1U;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; while (NRF_RADIO-&amp;gt;EVENTS_ADDRESS == 0U)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // wait&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NRF_RADIO-&amp;gt;EVENTS_ADDRESS = 0;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; while( NRF_RADIO-&amp;gt;EVENTS_DISABLED == 0 )&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NRF_RADIO-&amp;gt;EVENTS_DISABLED = 0;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (NRF_RADIO-&amp;gt;CRCSTATUS == 1U)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; result = packet;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example Radio Transmitter / Receiver on 52840</title><link>https://devzone.nordicsemi.com/thread/234131?ContentTypeID=1</link><pubDate>Thu, 13 Feb 2020 09:26:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da02f88c-a278-40d5-8f11-e1f26d8507cd</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi Eva,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There&amp;#39;s added settings that needs to be set in NRF_RADIO-&amp;gt;PCNF0. If you need to evaluate long range, I would recommend that you look at this example:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/43404/how-can-i-use-a-long-range-mode-in-the-proprietary-mode-in-the-nrf52840/170283#170283"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/43404/how-can-i-use-a-long-range-mode-in-the-proprietary-mode-in-the-nrf52840/170283#170283&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you try this and see if this works better for you?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>