<?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 AoA getting started</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55137/nrf52833-aoa-getting-started</link><description>I am looking for some &amp;#39;getting started&amp;#39; information on configuring the nrf52833 DK for direction finding. 
 I have read the thread: https://devzone.nordicsemi.com/f/nordic-q-a/53115/nrf52811-direction-finding-aoa-where-should-i-start where Dmitry gives</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 09 Dec 2019 08:45:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55137/nrf52833-aoa-getting-started" /><item><title>RE: nrf52833 AoA getting started</title><link>https://devzone.nordicsemi.com/thread/224338?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2019 08:45:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aeb4715a-eb49-4810-8f02-1c143efe32dc</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is documentation for this example in our &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/nrf_radio_test_example.html?cp=6_1_4_6_31"&gt;infocenter&lt;/a&gt;. Comments to your steps:&lt;/p&gt;
&lt;p&gt;1) The pattern is also used in the header for the devices to find each other.&lt;/p&gt;
&lt;p&gt;3) RX sweep does not stay put on the frequency you have assigned, it will sweep the frequency up to the end channel, then repeat. You might need to use the start_rx command, I do not think sweeping only 1 channel works (based on your pt 5 if might though).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regarding your questions:&lt;/p&gt;
&lt;p&gt;- All the tests run until you cancel them or pull the power from your DUT.&lt;/p&gt;
&lt;p&gt;- You would want to avoid using the tx_carrier and sweep_tx&amp;nbsp;commands, as those are unmodulated and hece does not contain any data. The difference between the last two is just that the duty_cycle one inserts a delay between the packets to obtain the specified duty cycle.&lt;/p&gt;
&lt;p&gt;- Registers are only reset if overwritten or if the device/peripheral is power cycled.&lt;/p&gt;
&lt;p&gt;- This example does not have support to specify the number of packets, it is meant to enable TX or RX modes for regulatory RF testing. You need to add this yourself.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52833 AoA getting started</title><link>https://devzone.nordicsemi.com/thread/223709?ContentTypeID=1</link><pubDate>Wed, 04 Dec 2019 19:35:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09607985-5877-45a7-b0ec-447d0291e6f8</guid><dc:creator>benkokes</dc:creator><description>&lt;p&gt;Hi Andreas,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for the response. Is there a step-by-step guide that better outlines how to use the radio_tests example in the SDK?&lt;/p&gt;
&lt;p&gt;Can you comment on the steps needed to transmit a pattern to a receiver ( both tx and rx are separate PCA10100 DKs):&lt;/p&gt;
&lt;p&gt;1) a pattern needs to be defined ( random pattern doesn&amp;#39;t work).&lt;/p&gt;
&lt;p&gt;2) setup the start and end channel to be the same, for my case, I used channel 22.&lt;/p&gt;
&lt;p&gt;3) start rx_sweep on the RX board.&lt;/p&gt;
&lt;p&gt;4) start the start_tx_modulated_carrier on the TX board.&lt;/p&gt;
&lt;p&gt;5) wait 10 seconds, then dump the buffer on the RX board using rx_print command. It then dumps about 100 samples (?) to the screen.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Questions I have:&lt;/p&gt;
&lt;p&gt;-After I&amp;nbsp;issue&amp;nbsp;the start_rx_sweep on the RX board, how long does it run?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Do I need to perform a start_rx before I issue the start_rx_sweep command?&lt;/p&gt;
&lt;p&gt;-There are 3 &amp;#39;start_tx_&amp;quot; commands, does it matter which one I use to enable me to transmit a pattern?&lt;/p&gt;
&lt;p&gt;-On the RX side, I want to read I/Q data. Does the DFEPACKET.MAXCNT get reset after I read out that data?&lt;/p&gt;
&lt;p&gt;-How do I specify the quantity of packets to the TX&amp;#39;d? Since the transmitted tone is continuous, does the receiver dictate that by the sampling rate in DFECTRL1? ( assuming that the TX and RX start transmitting/listening simultaneously) I want to make sure that I can match this on the RX&amp;nbsp;&amp;nbsp;DFEPACKET.COUNT register.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;-Ben&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52833 AoA getting started</title><link>https://devzone.nordicsemi.com/thread/223272?ContentTypeID=1</link><pubDate>Tue, 03 Dec 2019 10:22:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:311550e0-5eb9-4728-b733-abaac9f2bd44</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Yes, the Softdevice does not allow you tampering with the registers while running, so unfortunately this is not possible and part of the reason why there is no SDK support. For now, you need to use an application that does not use the Softdevice, e.g. the radio examples in the SDK or our Solar Beacon reference &lt;a href="https://github.com/NordicPlayground/solar_sensor_beacon"&gt;design code&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>