<?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>I would like to know how to see in which channel (37,38,39) the BLE device is advertising its data by using nrf52840?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37650/i-would-like-to-know-how-to-see-in-which-channel-37-38-39-the-ble-device-is-advertising-its-data-by-using-nrf52840</link><description>Hi, 
 I am using nrf52840 preview DK as a transmitter and try to get rssi by a linux lib. and it works well. and now I want to find advertisement channel number, because the rssi values are different in each channel, please help me and tell in as simple</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 Aug 2018 02:02:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37650/i-would-like-to-know-how-to-see-in-which-channel-37-38-39-the-ble-device-is-advertising-its-data-by-using-nrf52840" /><item><title>RE: I would like to know how to see in which channel (37,38,39) the BLE device is advertising its data by using nrf52840?</title><link>https://devzone.nordicsemi.com/thread/145592?ContentTypeID=1</link><pubDate>Fri, 24 Aug 2018 02:02:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:402a86ec-4ade-4c7f-8258-84b5917c7eb6</guid><dc:creator>Lexi</dc:creator><description>&lt;p&gt;Thank you so much, just one more question, I can print the values on the terminal by&amp;nbsp;NRF_LOG_INFO,&amp;nbsp; how can I save them on a text file directly from from main.c&amp;nbsp; not from terminal?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I would like to know how to see in which channel (37,38,39) the BLE device is advertising its data by using nrf52840?</title><link>https://devzone.nordicsemi.com/thread/145564?ContentTypeID=1</link><pubDate>Thu, 23 Aug 2018 18:03:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c504cd0-35b8-4355-8589-f2dad982d017</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I highly recommend to buy a new nRF52840-DK, the preview kit (likely containing early hardware revision) is no longer recommended for development.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you open a BLE central example in nRF5 SDKv15 I believe this is simply doing it like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;        case BLE_GAP_EVT_ADV_REPORT:
        {
            int8_t rssi = p_gap_evt-&amp;gt;params.adv_report.rssi;
            uint8_t ch_index = p_gap_evt-&amp;gt;params.adv_report.ch_index; 
            
            on_adv_report(&amp;amp;p_gap_evt-&amp;gt;params.adv_report);
        } break;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&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: I would like to know how to see in which channel (37,38,39) the BLE device is advertising its data by using nrf52840?</title><link>https://devzone.nordicsemi.com/thread/145386?ContentTypeID=1</link><pubDate>Wed, 22 Aug 2018 22:01:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c00455db-3e23-46ae-9b9c-33a15d54b117</guid><dc:creator>Lexi</dc:creator><description>&lt;p&gt;thanks for your reply, it is better to ask my question like this: is there any example code (compatible with&amp;nbsp;&lt;span&gt;nrf52840 preview DK&lt;/span&gt;) that give me, the ble rssi and advertising channel in the same time?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I would like to know how to see in which channel (37,38,39) the BLE device is advertising its data by using nrf52840?</title><link>https://devzone.nordicsemi.com/thread/145108?ContentTypeID=1</link><pubDate>Tue, 21 Aug 2018 11:50:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30b9d306-eb9d-46c9-be3d-581709d5c761</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am not aware that this is possible in Linux, but it you can provide what hardware and linux lib you are using, then maybe your question will get search hits by others looking for the same or may have an answer.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>