<?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>nrf52833&amp;#39;s BLE/RF  mouse in EMC certification</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/78177/nrf52833-s-ble-rf-mouse-in-emc-certification</link><description>Hi,All: 
 As the topic,How to set the BLE in a fixed frequency and carrier test? and modulation test?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 Aug 2021 03:06:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/78177/nrf52833-s-ble-rf-mouse-in-emc-certification" /><item><title>RE: nrf52833's BLE/RF  mouse in EMC certification</title><link>https://devzone.nordicsemi.com/thread/325603?ContentTypeID=1</link><pubDate>Thu, 19 Aug 2021 03:06:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42779df1-73cd-40d1-9fa0-ea7113354a8c</guid><dc:creator>wzszzxj</dc:creator><description>&lt;p&gt;Hi，Simor：&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; At the DevZone,I read it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52833's BLE/RF  mouse in EMC certification</title><link>https://devzone.nordicsemi.com/thread/323217?ContentTypeID=1</link><pubDate>Wed, 04 Aug 2021 06:58:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a1e2cbc-ac3b-4168-96d0-859150bd9f7e</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Where have you found these functions exactly? They do not seem to be part of the SDK or DTM example. Also, what helper document are you referring to here?&lt;/p&gt;
&lt;p&gt;For the function you&amp;#39;re asking about: All of these are defined/explained in the nrf52833.h header file of the nRF5 SDK.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52833's BLE/RF  mouse in EMC certification</title><link>https://devzone.nordicsemi.com/thread/323165?ContentTypeID=1</link><pubDate>Tue, 03 Aug 2021 16:19:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b3c7b0b-a9e5-4465-9aea-19d8e4070c66</guid><dc:creator>wzszzxj</dc:creator><description>&lt;p&gt;Hi，Simonr：&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Thank you for your reply! Now what is amasing is how to find the helper document expaining for the function&amp;nbsp; followed:&lt;/p&gt;
&lt;p&gt;void radio_tx_carrier_test(unsigned char freq_ch) &lt;br /&gt;{&lt;br /&gt;NRF_RADIO-&amp;gt;TASKS_TXEN = 0;&lt;br /&gt;NRF_POWER-&amp;gt;DCDCEN = 0;&lt;/p&gt;
&lt;p&gt;NRF_RNG-&amp;gt;TASKS_START = 1;&lt;/p&gt;
&lt;p&gt;// Start 16 MHz crystal oscillator&lt;br /&gt;NRF_CLOCK-&amp;gt;EVENTS_HFCLKSTARTED = 0;&lt;br /&gt;NRF_CLOCK-&amp;gt;TASKS_HFCLKSTART = 1;&lt;/p&gt;
&lt;p&gt;// Wait for the external oscillator to start up&lt;br /&gt;while (NRF_CLOCK-&amp;gt;EVENTS_HFCLKSTARTED == 0)&lt;br /&gt;{&lt;br /&gt; // Do nothing.&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;NRF_RADIO-&amp;gt;SHORTS = 0;&lt;br /&gt;NRF_RADIO-&amp;gt;EVENTS_DISABLED = 0;&lt;br /&gt;//NRF_RADIO-&amp;gt;TEST = 0;&lt;br /&gt;NRF_RADIO-&amp;gt;TASKS_DISABLE = 1;&lt;br /&gt;while (NRF_RADIO-&amp;gt;EVENTS_DISABLED == 0)&lt;br /&gt;{&lt;br /&gt; // Do nothing.&lt;br /&gt;}&lt;br /&gt;NRF_RADIO-&amp;gt;EVENTS_DISABLED = 0;&lt;/p&gt;
&lt;p&gt;NRF_RADIO-&amp;gt;SHORTS = RADIO_SHORTS_READY_START_Msk;&lt;br /&gt;NRF_RADIO-&amp;gt;TXPOWER = (4 &amp;lt;&amp;lt; RADIO_TXPOWER_TXPOWER_Pos); &lt;br /&gt;NRF_RADIO-&amp;gt;MODE = (RADIO_MODE_MODE_Nrf_2Mbit &amp;lt;&amp;lt; RADIO_MODE_MODE_Pos);&lt;br /&gt;if(freq_ch==0) NRF_RADIO-&amp;gt;FREQUENCY = 0;&lt;br /&gt;else if(freq_ch==1) NRF_RADIO-&amp;gt;FREQUENCY = 40;&lt;br /&gt;else if(freq_ch==2) NRF_RADIO-&amp;gt;FREQUENCY = 79;&lt;br /&gt;//NRF_RADIO-&amp;gt;TEST = (RADIO_TEST_CONSTCARRIER_Enabled &amp;lt;&amp;lt; RADIO_TEST_CONSTCARRIER_Pos) \&lt;br /&gt;// | (RADIO_TEST_PLLLOCK_Enabled &amp;lt;&amp;lt; RADIO_TEST_PLLLOCK_Pos);&lt;/p&gt;
&lt;p&gt;NRF_RADIO-&amp;gt;TASKS_TXEN = 1;&lt;br /&gt;NRF_POWER-&amp;gt;DCDCEN = 1;&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;and how to explain the all the staments?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52833's BLE/RF  mouse in EMC certification</title><link>https://devzone.nordicsemi.com/thread/323106?ContentTypeID=1</link><pubDate>Tue, 03 Aug 2021 12:46:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a77da696-7519-41b3-96f2-71f960c82a7d</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Please check out our SDK&amp;#39;s&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_dtm_serial.html"&gt;Direct Test Mode application&lt;/a&gt;, which enables DTM test functions described in Bluetooth spec. v5.2, Vol. 6, Part F. You can also check out&lt;a href="https://infocenter.nordicsemi.com/topic/struct_appnotes/struct/appnotes_nan34.html"&gt; the application note we have on setting up production tests using DTM&lt;/a&gt; if that&amp;#39;s of interest.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>