<?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>Adding CTE field</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91353/adding-cte-field</link><description>Hi, 
 I want to implement AoA feature for our BLE beacons. I understand that I should add a CTE field to the packet, and rest of the job will be done by the receiver. Please correct me if I am wrong. 
 how can I make sure that the CTE is being added to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 29 Aug 2022 08:03:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91353/adding-cte-field" /><item><title>RE: Adding CTE field</title><link>https://devzone.nordicsemi.com/thread/383601?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2022 08:03:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:343a33af-e43a-41a9-a1b6-79426483ebb6</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;From the Technical Overview document found here,&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.bluetooth.com/bluetooth-resources/bluetooth-direction-finding/"&gt;https://www.bluetooth.com/bluetooth-resources/bluetooth-direction-finding/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;page 19: &amp;quot;Connectionless direction finding makes use of Bluetooth periodic advertising and the CTE is appended to otherwise standard ADV_&lt;strong&gt;EXT&lt;/strong&gt;_IND PDUs. &amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding CTE field</title><link>https://devzone.nordicsemi.com/thread/383516?ContentTypeID=1</link><pubDate>Fri, 26 Aug 2022 14:56:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:755441fe-8fda-4968-a06c-053f790ff86f</guid><dc:creator>Luke_123</dc:creator><description>&lt;p&gt;Hi Sigurd,&lt;/p&gt;
&lt;p&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;I see from your snapshot that you are doing an extended scanning with wireshark. can a legacy scanning detect CTE ?&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1661525731249v1.png" alt=" " /&gt;#&lt;/p&gt;
&lt;p&gt;Please see the output from my sniffer, I cant detect CTE. I have added CTE to legacy advertising packets. Do I need to do any change in the wireshark/nrfsniffer settings to see the CTE ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding CTE field</title><link>https://devzone.nordicsemi.com/thread/383511?ContentTypeID=1</link><pubDate>Fri, 26 Aug 2022 14:16:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c1e7fd1c-a2f7-4bb3-9fd8-5b9df8151723</guid><dc:creator>Sigurd</dc:creator><description>[quote user="Luke_123"]What is the easiest way to&amp;nbsp;test whether CTE is added or not on the receiver side ?[/quote]
&lt;p&gt;I tested with the sample&amp;nbsp;direction_finding_connectionless_tx on a nRF52833-DK.&lt;/p&gt;
&lt;p&gt;I used another nRF52833-DK with the nRF Sniffer, and saw this:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1661523310852v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding CTE field</title><link>https://devzone.nordicsemi.com/thread/383467?ContentTypeID=1</link><pubDate>Fri, 26 Aug 2022 12:26:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8014f78-411a-40a2-a8d7-a5e1c9e01c37</guid><dc:creator>Luke_123</dc:creator><description>&lt;p&gt;Hi Sigurd,&lt;/p&gt;
&lt;p&gt;We are using the solar beacon code for some reasons, and doing the changes as below:&lt;/p&gt;
&lt;p&gt;NRF_RADIO-&amp;gt;DFEMODE = RADIO_DFEMODE_DFEOPMODE_AoA;&lt;/p&gt;
&lt;p&gt;NRF_RADIO-&amp;gt;DFECTRL1 = 3 &amp;lt;&amp;lt; RADIO_DFECTRL1_NUMBEROF8US_Pos | 1 &amp;lt;&amp;lt; RADIO_DFECTRL1_DFEINEXTENSION_Pos;&lt;/p&gt;
&lt;p&gt;What is the easiest way to&amp;nbsp;test whether CTE is added or not on the receiver side ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding CTE field</title><link>https://devzone.nordicsemi.com/thread/383450?ContentTypeID=1</link><pubDate>Fri, 26 Aug 2022 11:32:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:905cdd5b-2f70-4cef-bd91-5135e585c5c1</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]I want to implement AoA feature for our BLE beacons.[/quote]
&lt;p&gt;We have a sample for this here:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direction_finding_connectionless_tx/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direction_finding_connectionless_tx/README.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/main/samples/bluetooth/direction_finding_connectionless_tx"&gt;https://github.com/nrfconnect/sdk-nrf/tree/main/samples/bluetooth/direction_finding_connectionless_tx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/getting_started.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/getting_started.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>