<?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>Is RSSI different for each BLE channel?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62303/is-rssi-different-for-each-ble-channel</link><description>Hello. 
 I have two nRF52832 (central and peripheral). Connect the central and peripheral and call sd_ble_gap_rssi_get() on the central to get the RSSI and channel. The attached photo is a collection of data collected for a certain period of time. 
 </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 09 Jun 2020 08:48:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62303/is-rssi-different-for-each-ble-channel" /><item><title>RE: Is RSSI different for each BLE channel?</title><link>https://devzone.nordicsemi.com/thread/253962?ContentTypeID=1</link><pubDate>Tue, 09 Jun 2020 08:48:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87b7cdc7-f897-4d18-bcd5-672011b8e9ea</guid><dc:creator>suke</dc:creator><description>&lt;p&gt;Thank you for the detailed information.&lt;br /&gt;I received a very satisfactory answer !!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is RSSI different for each BLE channel?</title><link>https://devzone.nordicsemi.com/thread/253951?ContentTypeID=1</link><pubDate>Tue, 09 Jun 2020 08:09:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee947953-9290-4d94-bc75-90dab0f2b176</guid><dc:creator>haakonsh</dc:creator><description>[quote user="yoshino"]Results show&amp;nbsp;the RSSI is low in the specific frequency band (17-19, 30ch). If not because of interference with wi-fi, what else could be the cause?[/quote]
&lt;p&gt;It&amp;nbsp;could be the absence of wifi in those channels that makes them show a lower RSSI. Note that any 2.4GHz RF source will be added to the RSSI, like zigbee, ANT, 802.15.4, other proprietary protocols, and even a microwave oven.&amp;nbsp;&lt;/p&gt;
[quote user="yoshino"]I tried it outdoors in a large area with no surrounding buildings, but the results differ depending on the day. (Perhaps the influence of radio wave reflection, humidity, etc...?)[/quote]
&lt;p&gt;&amp;nbsp;Exactly!&amp;nbsp;&lt;/p&gt;
[quote user="yoshino"]In other words, it is not the communication disconnection rate for each distance, but the communication disconnection rate for each RSSI value. I thought that if I knew the communication disconnection rate for each RSSI, I could refer to how much communication stability I could expect depending on the installation environment of the device.&lt;br /&gt;However, I heard that communication stability requires checking not only RSSI but also data throughput.[/quote]
&lt;p&gt;&amp;nbsp;RSSI is really not a good representation of Link Quality, the throughput is a much better metric.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, note that an antenna has a different impedance match throughout the frequency-band it&amp;#39;s tuned for. See this plot of the Standing Wave Ratio, a measure of the amount of energy that is reflected back from the antenna into the transmitter(not transmitted):&lt;br /&gt;&lt;img alt=" " src="https://connectivity-staging.s3.us-east-2.amazonaws.com/2019-04/impedance-bandwidth-measurement.png" width="1040" /&gt;&lt;br /&gt;This plot shows an ideal impedance match at 2440MHz with an exponentially decreasing impedance match near the ends of the 2.4GHz frequency band. The RSSI values with this antenna would be greatest around 2440MHz and decrease near the edges. This plot is only valid for the given antenna that was measured, your antenna will have a different characteristic with respect to the impedance match.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user="yoshino"]I would like to know if there is an appropriate method for making such an evaluation.&lt;br /&gt;Thank you very much.[/quote]
&lt;p&gt;I suggest you use the&amp;nbsp;&lt;a title="Radio Transmitter Example" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/nrf_dev_radio_tx_example.html?cp=7_1_4_6_30"&gt;Radio Transmitter Example&lt;/a&gt;&amp;nbsp;and the&amp;nbsp;&lt;a title="Radio Receiver Example" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/nrf_dev_radio_rx_example.html?cp=7_1_4_6_29"&gt;Radio Receiver Example&lt;/a&gt;&amp;nbsp;(no SoftDevice), or the&amp;nbsp;&lt;a title="Experimental: ATT_MTU Throughput Example" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/ble_sdk_app_att_mtu.html?cp=7_1_4_2_1_0"&gt;Experimental: ATT_MTU Throughput Example&lt;/a&gt;&amp;nbsp;(with SoftDevice).&amp;nbsp;&lt;br /&gt;The Throughput example already measures throughput.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is RSSI different for each BLE channel?</title><link>https://devzone.nordicsemi.com/thread/253904?ContentTypeID=1</link><pubDate>Tue, 09 Jun 2020 00:43:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e58b4685-f5b9-4f74-86da-280ee8b30c76</guid><dc:creator>suke</dc:creator><description>&lt;p&gt;haakonsh-san&lt;br /&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;Results show&amp;nbsp;the RSSI is low in the specific frequency band (17-19, 30ch). If not because of interference with wi-fi, what else could be the cause?&lt;/p&gt;
&lt;p&gt;I want to show the communication disconnection rate for each distance between the central device and peripheral device.&lt;br /&gt;I tried it outdoors in a large area with no surrounding buildings, but the results differ depending on the day. (Perhaps the influence of radio wave reflection, humidity, etc...?)&lt;br /&gt;Therefore, set it in a good environment such as an anechoic chamber to obtain reproducible results. Then, by reducing the transmission power, I thought that it would be possible to reproduce the state where the distance was long (weak RSSI).&lt;br /&gt;In other words, it is not the communication disconnection rate for each distance, but the communication disconnection rate for each RSSI value. I thought that if I knew the communication disconnection rate for each RSSI, I could refer to how much communication stability I could expect depending on the installation environment of the device.&lt;br /&gt;However, I heard that communication stability requires checking not only RSSI but also data throughput. I would like to know if there is an appropriate method for making such an evaluation.&lt;br /&gt;Thank you very much.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is RSSI different for each BLE channel?</title><link>https://devzone.nordicsemi.com/thread/253774?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2020 11:53:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a10fbe9-87c1-4b9d-b497-6a64f6299c97</guid><dc:creator>haakonsh</dc:creator><description>[quote user=""]From my point of view, RSSI is the receiving sensitivity, and if the distance to the peripheral and the transmission power of the peripheral are the same, I think that RSSI is the same for all channels. [/quote]
&lt;p&gt;That&amp;#39;s not true.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;The Received Signal Strength Indicator is a measure of the amount of RF energy&amp;nbsp;that was received at the time of sampling. Any RF source in the receivers frequency band will affect the RSSI value. The RSSI is sampled by and ADC in the receiver, it cannot distinguish between different RF sources.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Also, a&amp;nbsp;receiver&amp;#39;s sensitivity is a measure of a receiver&amp;#39;s ability to distinguish a signal from the noise floor, ie. how weak a signal can be and still be received accurately.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;No, it increases.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Yes.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Can you elaborate a bit more on what it is you&amp;#39;re trying to achieve?&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>