<?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: About the hybrid stack</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/About-the-hybrid-stack/m-p/846934#M5720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, there are no corresponding examples&amp;nbsp;for what you are trying to achieve, nonetheless, maybe you can use the examples&amp;nbsp;of thread available in the&amp;nbsp;SDK.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very large, but, there is no further documentation on it but what I already recommended&amp;nbsp;you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, would doesn't the host controlled device help your purposes? I believe it can help you as it will receive commands through UART or SPI, depending on the configuration and you can use the join network one for example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Oct 2018 19:10:37 GMT</pubDate>
    <dc:creator>stephanie_m</dc:creator>
    <dc:date>2018-10-02T19:10:37Z</dc:date>
    <item>
      <title>About the hybrid stack</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/About-the-hybrid-stack/m-p/846931#M5717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;BR /&gt;I want to develop an application based on Thread and BLE dual stack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the example shown in the following figure in the SDK example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/67731i1A11093BB26E1EDC/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I want to use a hybrid stack that contains roles: Thread terminal device and BLE central.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked up the development documentation included in the SDK and didn't find enough mixed stack development information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 02:39:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/About-the-hybrid-stack/m-p/846931#M5717</guid>
      <dc:creator>yaoxingshan</dc:creator>
      <dc:date>2018-08-31T02:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: About the hybrid stack</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/About-the-hybrid-stack/m-p/846932#M5718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the following documents:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kinetis Thread Stack Demo Applications&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bluetooth® Low Energy Demo Applications User’s Guide&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which contains a little information regarding the usage of the hybrid stack, nonetheless, it will depend on the application you are trying to develop,&amp;nbsp; you can also check each of the documentation of the protocol stack you want to use, like the following&amp;nbsp; ones:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kinetis Thread Stack Application Developer's Guide&lt;/P&gt;&lt;P&gt;Bluetooth® Low Energy Application Developer’s Guide&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 14:21:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/About-the-hybrid-stack/m-p/846932#M5718</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2018-09-03T14:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: About the hybrid stack</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/About-the-hybrid-stack/m-p/846933#M5719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, is there no corresponding template example (ble_thread_end_device)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I build the dual-stack application I described, should it take a lot of time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked at the code for the two folders, Bluetooth and nwk_ip. I found that in the ble_thread_router sample template, the application starts the thread stack first, then starts the ble stack. Does the startup sequence have to be followed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the sample application's degree of dependence (coupling) on the development board is very large, which makes it difficult for me to change it to the board I designed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope to get some of your better suggestions,&lt;/P&gt;&lt;P&gt;thank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2018 01:22:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/About-the-hybrid-stack/m-p/846933#M5719</guid>
      <dc:creator>yaoxingshan</dc:creator>
      <dc:date>2018-09-04T01:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: About the hybrid stack</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/About-the-hybrid-stack/m-p/846934#M5720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, there are no corresponding examples&amp;nbsp;for what you are trying to achieve, nonetheless, maybe you can use the examples&amp;nbsp;of thread available in the&amp;nbsp;SDK.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very large, but, there is no further documentation on it but what I already recommended&amp;nbsp;you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, would doesn't the host controlled device help your purposes? I believe it can help you as it will receive commands through UART or SPI, depending on the configuration and you can use the join network one for example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 19:10:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/About-the-hybrid-stack/m-p/846934#M5720</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2018-10-02T19:10:37Z</dc:date>
    </item>
  </channel>
</rss>

