<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Wireless MCU中的主题 Re: BLE RSSI</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/BLE-RSSI/m-p/604146#M1693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/michaelbrudevold"&gt;michaelbrudevold&lt;/A&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are correct about the behavior you are seeing.&amp;nbsp;The RSSI is valid only after the first packet was received in connection (on data channels). The Gap_ReadRssi API should not and does not wait for the first connection to happen as it may never happen due to supervision timeout being triggered before the connection was established.&amp;nbsp;Regarding the returned value ('0' instead of '127'). We will fix this in the next release, so, API will return the expected 127.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About your questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;How soon after a connection can I expect RSSI readings to become valid? It must wait for the first connection event to be able to get a valid RSSI.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;And are they updated every connection event? &amp;nbsp;Yes, the RSSI is obtained at every valid received packet.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Any chance there can be an API to automatically produce gConnEvtRssiRead_c events when RSSI is updated? We don't support such feature.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Please, mark this question as answered if above information resolved your questions.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks and best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Miguel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2017 20:19:44 GMT</pubDate>
    <dc:creator>miguel_reyes</dc:creator>
    <dc:date>2017-02-27T20:19:44Z</dc:date>
    <item>
      <title>BLE RSSI</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BLE-RSSI/m-p/604145#M1692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am making a call to&amp;nbsp;Gap_ReadRssi shortly after the connection is established and I am getting RSSI readings of 0. &amp;nbsp;I expected to see a value of 127 (gGapRssiNotAvailable_d) or something correct (likely -50 or less). &amp;nbsp;Is this a known issue in version 1.0.2 of the connectivity software (running on a MKW31Z)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, how soon after a connection can I expect RSSI readings to become valid? &amp;nbsp;And are they updated every connection event? &amp;nbsp;Any chance there can be an API to automatically produce gConnEvtRssiRead_c events when RSSI is updated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 16:36:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BLE-RSSI/m-p/604145#M1692</guid>
      <dc:creator>michaelbrudevo1</dc:creator>
      <dc:date>2017-02-27T16:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: BLE RSSI</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BLE-RSSI/m-p/604146#M1693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/michaelbrudevold"&gt;michaelbrudevold&lt;/A&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are correct about the behavior you are seeing.&amp;nbsp;The RSSI is valid only after the first packet was received in connection (on data channels). The Gap_ReadRssi API should not and does not wait for the first connection to happen as it may never happen due to supervision timeout being triggered before the connection was established.&amp;nbsp;Regarding the returned value ('0' instead of '127'). We will fix this in the next release, so, API will return the expected 127.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About your questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;How soon after a connection can I expect RSSI readings to become valid? It must wait for the first connection event to be able to get a valid RSSI.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;And are they updated every connection event? &amp;nbsp;Yes, the RSSI is obtained at every valid received packet.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Any chance there can be an API to automatically produce gConnEvtRssiRead_c events when RSSI is updated? We don't support such feature.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Please, mark this question as answered if above information resolved your questions.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks and best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Miguel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 20:19:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BLE-RSSI/m-p/604146#M1693</guid>
      <dc:creator>miguel_reyes</dc:creator>
      <dc:date>2017-02-27T20:19:44Z</dc:date>
    </item>
  </channel>
</rss>

