<?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>Creating my own RSSI reader for nRF52840 dongle</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49520/creating-my-own-rssi-reader-for-nrf52840-dongle</link><description>I am trying to develop a program that can read the RSSI from the nrf52840 dongles without using the RSSI in the BLE app. 
 I have looked through the example code that is given but I do not see coding examples like this. 
 Has anyone tried creating their</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 15 Jul 2019 07:03:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49520/creating-my-own-rssi-reader-for-nrf52840-dongle" /><item><title>RE: Creating my own RSSI reader for nRF52840 dongle</title><link>https://devzone.nordicsemi.com/thread/198309?ContentTypeID=1</link><pubDate>Mon, 15 Jul 2019 07:03:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:128f866c-c861-440a-ac24-6e725fa63c81</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;You can find the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Fkeyfeatures_html5.html&amp;amp;cp=3_0_0"&gt;nRF52840 product specification here&lt;/a&gt;. Both of the RSSI tests you&amp;#39;ve linked to should work with the nRF52 series boards.&lt;/p&gt;
&lt;p&gt;Due to the summer holidays in Norway, our support team is understaffed this week, and delayed replies must be expected. Sorry for the inconvenience!&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: Creating my own RSSI reader for nRF52840 dongle</title><link>https://devzone.nordicsemi.com/thread/197452?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 16:06:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3b561cb-e973-4d2d-b7e2-f3398f9f8fdf</guid><dc:creator>ella482</dc:creator><description>&lt;p&gt;Could this rssi test also be implemented?&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver-py/blob/master/tests/test_rssi.py"&gt;https://github.com/NordicSemiconductor/pc-ble-driver-py/blob/master/tests/test_rssi.py&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Creating my own RSSI reader for nRF52840 dongle</title><link>https://devzone.nordicsemi.com/thread/197448?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 15:55:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd118871-4a8d-43fe-9f1b-c26c71d1785f</guid><dc:creator>ella482</dc:creator><description>&lt;p&gt;Thank you! When I look for the product specification for the NRF52840, an error page occurs on the Nordic page.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52%2Fdita%2Fnrf52%2Fchips%2Fnrf52840_ps.html"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52%2Fdita%2Fnrf52%2Fchips%2Fnrf52840_ps.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Should I install the nRF-Command-Line-Tools and write my test in python on an IDE?&lt;/p&gt;
&lt;p&gt;I found a similar example here:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/26284/scan-frequences-rssi"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/26284/scan-frequences-rssi&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;but it looks like they used java. Should I go ahead and try to mirror this in python and convert it to a hex file?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Creating my own RSSI reader for nRF52840 dongle</title><link>https://devzone.nordicsemi.com/thread/197252?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 04:02:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ac1d90a-07ab-4133-853b-377907a3f16e</guid><dc:creator>niebert</dc:creator><description>&lt;p&gt;You can do that on register level rather easily with TASKS_RSSISTART,&amp;nbsp;&lt;span&gt;TASKS_RSSISTOP and RSSISAMPLE. Read the corresponding section of the product&amp;nbsp;&lt;/span&gt;&lt;span&gt;specification of the Nrf52840. In order to sample, the radio has to be configured for reception (notably the channel has to be configured).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You can see an example of how that works in the proprietary RF examples like &lt;/span&gt;&lt;span&gt;./components/proprietary_rf/e&lt;/span&gt;sb&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The product specification states that &amp;quot;For the sample to be valid, reception must have started&amp;quot;, however, you can actually sample any time when the radio is configured for reception. Eg. sampling while no packet is received will give you some indication of the&amp;nbsp;&lt;/span&gt;noise floor on the selected channel.&lt;/p&gt;
&lt;p&gt;Also note that RSSI sampling might require temperature based corrections for precision, but that depends on what you want to achieve.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>