<?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>nrf52810 + PA board RF noise problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/104180/nrf52810-pa-board-rf-noise-problem</link><description>I&amp;#39;am testing nrf52810 and RFX2401 PA, sending ESB packet. 
 When i testing the radio power use Spectrum Analyzer, it shows that there are noise on other RF channel (see the picture blow). 
 NRF52810 set to 0dbm. 
 
 When i use nrf24l01+RFX2401, there</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 26 Sep 2023 14:09:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/104180/nrf52810-pa-board-rf-noise-problem" /><item><title>RE: nrf52810 + PA board RF noise problem</title><link>https://devzone.nordicsemi.com/thread/447762?ContentTypeID=1</link><pubDate>Tue, 26 Sep 2023 14:09:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:276537fb-c204-4c41-8bbb-dc1e48724412</guid><dc:creator>ketiljo</dc:creator><description>&lt;p&gt;Can you try radio test instead?&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/nrf_radio_test_example.html"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/nrf_radio_test_example.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52810 + PA board RF noise problem</title><link>https://devzone.nordicsemi.com/thread/447753?ContentTypeID=1</link><pubDate>Tue, 26 Sep 2023 13:49:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:855aea23-9413-4aa5-ab6d-1cefa081b2b5</guid><dc:creator>Mark J</dc:creator><description>&lt;p&gt;nRF5_SDK_17.0.2 nrf_esb.c&lt;/p&gt;
&lt;p&gt;but i change the code,the step is:&lt;/p&gt;
&lt;p&gt;1. tx enable&lt;/p&gt;
&lt;p&gt;2. tx ready and pa enable&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. tx disable and pa disable&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;static void tx_ppi_init()&lt;br /&gt;{&lt;br /&gt; NRF_GPIOTE-&amp;gt;CONFIG[NRF_ESB_GPIOTE_PA] =((GPIOTE_CONFIG_MODE_Task &amp;lt;&amp;lt; GPIOTE_CONFIG_MODE_Pos)&lt;br /&gt; |(PIN_PA_ENABLE &amp;lt;&amp;lt; GPIOTE_CONFIG_PSEL_Pos)&lt;br /&gt; |(GPIOTE_CONFIG_POLARITY_Toggle &amp;lt;&amp;lt; GPIOTE_CONFIG_POLARITY_Pos)&lt;br /&gt; |(GPIOTE_CONFIG_OUTINIT_Low &amp;lt;&amp;lt; GPIOTE_CONFIG_OUTINIT_Pos));&lt;/p&gt;
&lt;p&gt;NRF_PPI-&amp;gt;CH[NRF_ESB_PPI_TX_ENABLE].EEP = (uint32_t)&amp;amp;NRF_ESB_SYS_TIMER-&amp;gt;EVENTS_COMPARE[0];&lt;br /&gt; NRF_PPI-&amp;gt;CH[NRF_ESB_PPI_TX_ENABLE].TEP = (uint32_t)&amp;amp;NRF_RADIO-&amp;gt;TASKS_TXEN;&lt;/p&gt;
&lt;p&gt;NRF_PPI-&amp;gt;CH[NRF_ESB_PPI_PA_ENABLE].EEP = (uint32_t)&amp;amp;NRF_RADIO-&amp;gt;EVENTS_READY;&lt;br /&gt; NRF_PPI-&amp;gt;CH[NRF_ESB_PPI_PA_ENABLE].TEP = (uint32_t)&amp;amp;NRF_GPIOTE-&amp;gt;TASKS_SET[NRF_ESB_GPIOTE_PA];&lt;br /&gt; &lt;br /&gt; NRF_PPI-&amp;gt;CH[NRF_ESB_PPI_PA_DISABLE].EEP = (uint32_t)&amp;amp;NRF_RADIO-&amp;gt;EVENTS_DISABLED;&lt;br /&gt; NRF_PPI-&amp;gt;CH[NRF_ESB_PPI_PA_DISABLE].TEP = (uint32_t)&amp;amp;NRF_GPIOTE-&amp;gt;TASKS_CLR[NRF_ESB_GPIOTE_PA];&lt;/p&gt;
&lt;p&gt;NRF_PPI-&amp;gt;CHENSET = (1 &amp;lt;&amp;lt; NRF_ESB_PPI_TX_ENABLE) |&lt;br /&gt; (1 &amp;lt;&amp;lt; NRF_ESB_PPI_PA_ENABLE) |&lt;br /&gt; (1 &amp;lt;&amp;lt; NRF_ESB_PPI_PA_DISABLE);&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;&lt;span id="cnki_grabber" data-id="1695735667000"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52810 + PA board RF noise problem</title><link>https://devzone.nordicsemi.com/thread/447746?ContentTypeID=1</link><pubDate>Tue, 26 Sep 2023 13:40:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44820dd4-e9f8-4407-9aaf-d5f8b5780eec</guid><dc:creator>ketiljo</dc:creator><description>&lt;p&gt;Make sure you turn on the PA soon enough. If you turn on the PA after the TX is started, there will be a step in power that causes noise like this. What FW do you run?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>