<?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のトピックBLE multi-pairing using FRDM-KW36 boards</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/BLE-multi-pairing-using-FRDM-KW36-boards/m-p/1926856#M18620</link>
    <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I'm currently trying to implement multi-pairing using FRDM-KW36 boards.&lt;/P&gt;&lt;P&gt;The SDK version I'm currently using is 'SDK_2.x_FRDM-KW36_2.2.12' and the MCUX version is 'MCUXpresso IDE v11.8.1_1197'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'm most curious about is whether multi-pairing with 2-3 or more boards is possible using KW36.&lt;/P&gt;&lt;P&gt;When I asked the community about this, the engineer provided me with the "KW38 Profile" edit and "Wireless UART".&lt;/P&gt;&lt;P&gt;Are there any additional methods in addition to the examples provided by the engineer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, in the "KW36 Profile" edit, the implementation process is described so that humidity can be measured. Then, in addition to this, how can a user create a new profile?&lt;/P&gt;&lt;P&gt;How should the UUID or header file be set? Should the user create a new one arbitrarily?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Secondly, is there any BLE example that supports multi-pairing other than the "Wireless UART" example?&lt;/P&gt;&lt;P&gt;If multi-pairing is supported including the Wireless UART example, is there a way to control multi-pairing without pressing the Switch on the FRDM-KW36 module?&lt;/P&gt;&lt;P&gt;Would it be best to implement this by modifying the example code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not familiar with the subject matter, so I am sorry that I do not know much and have many questions.&lt;/P&gt;&lt;P&gt;However, the subject matter is very important to me, so I look forward to your kind and detailed answers to my questions.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Aug 2024 03:16:23 GMT</pubDate>
    <dc:creator>SeokJin</dc:creator>
    <dc:date>2024-08-07T03:16:23Z</dc:date>
    <item>
      <title>BLE multi-pairing using FRDM-KW36 boards</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BLE-multi-pairing-using-FRDM-KW36-boards/m-p/1926856#M18620</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I'm currently trying to implement multi-pairing using FRDM-KW36 boards.&lt;/P&gt;&lt;P&gt;The SDK version I'm currently using is 'SDK_2.x_FRDM-KW36_2.2.12' and the MCUX version is 'MCUXpresso IDE v11.8.1_1197'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'm most curious about is whether multi-pairing with 2-3 or more boards is possible using KW36.&lt;/P&gt;&lt;P&gt;When I asked the community about this, the engineer provided me with the "KW38 Profile" edit and "Wireless UART".&lt;/P&gt;&lt;P&gt;Are there any additional methods in addition to the examples provided by the engineer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, in the "KW36 Profile" edit, the implementation process is described so that humidity can be measured. Then, in addition to this, how can a user create a new profile?&lt;/P&gt;&lt;P&gt;How should the UUID or header file be set? Should the user create a new one arbitrarily?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Secondly, is there any BLE example that supports multi-pairing other than the "Wireless UART" example?&lt;/P&gt;&lt;P&gt;If multi-pairing is supported including the Wireless UART example, is there a way to control multi-pairing without pressing the Switch on the FRDM-KW36 module?&lt;/P&gt;&lt;P&gt;Would it be best to implement this by modifying the example code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not familiar with the subject matter, so I am sorry that I do not know much and have many questions.&lt;/P&gt;&lt;P&gt;However, the subject matter is very important to me, so I look forward to your kind and detailed answers to my questions.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 03:16:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BLE-multi-pairing-using-FRDM-KW36-boards/m-p/1926856#M18620</guid>
      <dc:creator>SeokJin</dc:creator>
      <dc:date>2024-08-07T03:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: BLE multi-pairing using FRDM-KW36 boards</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BLE-multi-pairing-using-FRDM-KW36-boards/m-p/1928505#M18640</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I have been assigned this case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To create a new profile I do recommend to use the &lt;A href="https://community.nxp.com/t5/Wireless-Connectivity-Knowledge/KW38-Custom-Profile/ta-p/1269874" target="_blank"&gt;KW38 Costume Profile&lt;/A&gt;, .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the UUID or header, there is more information about it at the Bluetooth® Low Energy Application Developer’s Guide, were the Chapter 8 can be more detailed how to use theme in a Custom Profile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only example that supports multi-paring is indeed the Wireless UART that we provide. In case that you want to customize your own, I suggest to follow the modifications suggested on the same Costume profile linked on the post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Responding you're last question about avoiding&amp;nbsp; the use of the Switch on the board, I recommend checking the answer that has been replied from &lt;A href="https://community.nxp.com/t5/Wireless-Connectivity/Start-ble-app-without-switch/td-p/1252175" target="_blank"&gt;here&lt;/A&gt;. It's implemented on the KW38 but it work fine with the KW36.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that it finds you well the reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Itzel&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 17:26:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BLE-multi-pairing-using-FRDM-KW36-boards/m-p/1928505#M18640</guid>
      <dc:creator>Itzel_UV</dc:creator>
      <dc:date>2024-08-08T17:26:25Z</dc:date>
    </item>
  </channel>
</rss>

