<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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>CTE on NRF52833</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/88432/cte-on-nrf52833</link><description>The direction-finding white paper shows an example for the NRF52811. 
 
 I have tried the example to get some NON-softdevice based code and several variations thereof and can&amp;#39;t see the added CTE using zero span on any spectrum analyzer. 
 
 Our receiver</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Sun, 05 Jun 2022 02:58:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/88432/cte-on-nrf52833" /><item><title>RE: CTE on NRF52833</title><link>https://test-devzone.nordicsemi.com/thread/370956?ContentTypeID=1</link><pubDate>Sun, 05 Jun 2022 02:58:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b11a594a-bb81-4f05-af17-4dacf8311896</guid><dc:creator>user62951</dc:creator><description>&lt;p&gt;I am only asking for examples and nRF Connect SDK has many problems.&lt;/p&gt;
&lt;p&gt;I found the answer in another post:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://test-devzone.nordicsemi.com/f/nordic-q-a/49231/nrf52811-aoa-tx-timing-does-this-require-manual-timing"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/49231/nrf52811-aoa-tx-timing-does-this-require-manual-timing&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Just doing what NWP_36 says isn&amp;#39;t enough to get CTE generated (I verified this with a digital spectrum analyzer in zero span and FM decoding of the packet by the spectrum analyzer&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CTE on NRF52833</title><link>https://test-devzone.nordicsemi.com/thread/370730?ContentTypeID=1</link><pubDate>Thu, 02 Jun 2022 13:53:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:998bd321-b883-41d4-860d-02826c0632ec</guid><dc:creator>user91187</dc:creator><description>&lt;p&gt;Hi, sorry for the confusion but we at Nordic do not provide any non-controller code. So&amp;nbsp;here are the current options:&lt;br /&gt;&lt;br /&gt;&lt;span&gt;- Use the code in the nRF Connect SDK with either the SoftDevice Controller (AoA connectionless TX only, should get a valid QDID with the 2.0.0).&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;- Use Zephyr controller (all modes supported).&lt;br /&gt;&lt;br /&gt;- Write the ale the code yourself.&amp;nbsp;&lt;br /&gt;&lt;br /&gt; You can find the answers needed in the &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52811/keyfeatures_html5.html?cp=4_4_0"&gt;PS&lt;/a&gt; as well as in the &lt;a href="https://infocenter.nordicsemi.com/topic/nwp_036/WP/nwp_036/intro.html?cp=17_3"&gt;nWP036&lt;/a&gt;. And use the Zephyr Controller implementation as a guideline on how to implement this if you plan to write your own.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CTE on NRF52833</title><link>https://test-devzone.nordicsemi.com/thread/370239?ContentTypeID=1</link><pubDate>Tue, 31 May 2022 13:11:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:158d7659-4fa1-4c53-a6b4-b6d19e221edf</guid><dc:creator>user62951</dc:creator><description>&lt;p&gt;This is for non-Bluetooth based code and the example you show is for bluetooth code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CTE on NRF52833</title><link>https://test-devzone.nordicsemi.com/thread/370213?ContentTypeID=1</link><pubDate>Tue, 31 May 2022 12:34:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8bd911a7-58e7-4593-b985-dbebc4365ccf</guid><dc:creator>user91187</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Check out the latest version in nRF Connect SDK (NCS) for direction finding. the white paper is no longer updated.&amp;nbsp;&lt;br /&gt;Beacon:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direction_finding_connectionless_tx/README.html"&gt;Bluetooth: Direction finding connectionless beacon — nRF Connect SDK 1.9.99 documentation (nordicsemi.com)&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Locator:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direction_finding_connectionless_rx/README.html"&gt;Bluetooth: Direction finding connectionless locator — nRF Connect SDK 1.9.99 documentation (nordicsemi.com)&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/samples/bluetooth/direction_finding_connectionless_rx/README.html"&gt;Bluetooth: Direction finding connectionless locator — nRF Connect SDK 1.9.1 documentation (nordicsemi.com)&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This could be a issue with receiver code, cant say. So recommendation is to switch to&amp;nbsp;NCS as it will be updated.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>