<?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: The KW38 slave cannot be connected by third party software</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/The-KW38-slave-cannot-be-connected-by-third-party-software/m-p/1905806#M18138</link>
    <description>&lt;P&gt;Currently using the w-uart routine can be recognized by nrf connect, but the connection does not work, is it necessary to be specific which routine can achieve nrf connect connection? Or do I need to modify the routines to change which programs and configurations? Or do I have to use NXP's IoT toolbox to connect?&lt;BR /&gt;we want to realize the common debugging tools on the market such as nrf connect class BLE debugging tool connection.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2024 03:09:07 GMT</pubDate>
    <dc:creator>Park123456</dc:creator>
    <dc:date>2024-07-11T03:09:07Z</dc:date>
    <item>
      <title>The KW38 slave cannot be connected by third party software</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/The-KW38-slave-cannot-be-connected-by-third-party-software/m-p/1903874#M18108</link>
      <description>&lt;P&gt;&amp;nbsp; &amp;nbsp; When the KW38 is a slave, it cannot be connected to third-party software. Can only be used by iot toolbox connection.&lt;/P&gt;&lt;P&gt;sdk:D:\MKW38A512VFT4\SDK_2_6_15_MKW38A512xxx4\boards\frdmkw38\wireless_examples\bluetooth\w_uart\freertos&lt;/P&gt;&lt;P&gt;third-party software: nrf connect&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I want to use kw38 slave through third-party software. How can I modify it? Look forward to your reply, thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 08:31:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/The-KW38-slave-cannot-be-connected-by-third-party-software/m-p/1903874#M18108</guid>
      <dc:creator>liTian_one</dc:creator>
      <dc:date>2024-07-09T08:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: The KW38 slave cannot be connected by third party software</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/The-KW38-slave-cannot-be-connected-by-third-party-software/m-p/1904675#M18129</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing well. The Wireless UART example application implements both the GATT client and server for the custom Wireless UART profile and services.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As it is a custom profile, your application has to implement it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information about Wireless UART, please refer to section 5.18 of the Bluetooth Low Energy Demo Applications User's Guide (Path: SDK\docs\wireless\Bluetooth).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ricardo&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 18:01:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/The-KW38-slave-cannot-be-connected-by-third-party-software/m-p/1904675#M18129</guid>
      <dc:creator>Ricardo_Zamora</dc:creator>
      <dc:date>2024-07-09T18:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: The KW38 slave cannot be connected by third party software</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/The-KW38-slave-cannot-be-connected-by-third-party-software/m-p/1905806#M18138</link>
      <description>&lt;P&gt;Currently using the w-uart routine can be recognized by nrf connect, but the connection does not work, is it necessary to be specific which routine can achieve nrf connect connection? Or do I need to modify the routines to change which programs and configurations? Or do I have to use NXP's IoT toolbox to connect?&lt;BR /&gt;we want to realize the common debugging tools on the market such as nrf connect class BLE debugging tool connection.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 03:09:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/The-KW38-slave-cannot-be-connected-by-third-party-software/m-p/1905806#M18138</guid>
      <dc:creator>Park123456</dc:creator>
      <dc:date>2024-07-11T03:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: The KW38 slave cannot be connected by third party software</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/The-KW38-slave-cannot-be-connected-by-third-party-software/m-p/1907228#M18158</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As mentioned, the Wireless UART is a Custom Profile. In your case, your application does not know the profile, and the disconnection occurs. (in code, the Wireless UART example disconnects if the Service Discovery was not found).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ricardo&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 16:01:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/The-KW38-slave-cannot-be-connected-by-third-party-software/m-p/1907228#M18158</guid>
      <dc:creator>Ricardo_Zamora</dc:creator>
      <dc:date>2024-07-12T16:01:49Z</dc:date>
    </item>
  </channel>
</rss>

