<?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>topic Re: KW41Z Hybrid BLE + 802.15.4 coordinator example does not work in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW41Z-Hybrid-BLE-802-15-4-coordinator-example-does-not-work/m-p/822799#M49775</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;The project used by the AN12231 is a hybrid BLE (Heart Rate Sensor) - 802.15.4 (My Wireless App Coordinator) demo.&lt;/P&gt;&lt;P&gt;This demo application have been removed from the KW41 release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;/hybrid/ble_802_15_4_fsci_black_box_bm is not the same as the one from above. It is intended to be used with a host processor or PC.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;George&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2018 08:21:35 GMT</pubDate>
    <dc:creator>georgecapraru</dc:creator>
    <dc:date>2018-10-05T08:21:35Z</dc:date>
    <item>
      <title>KW41Z Hybrid BLE + 802.15.4 coordinator example does not work</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW41Z-Hybrid-BLE-802-15-4-coordinator-example-does-not-work/m-p/822798#M49774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone got the example project below working because I cannot?&lt;/P&gt;&lt;P&gt;frdmkw41z/wireless_examples/hybrid/ble_802_15_4_fsci_black_box_bm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This project appears to have been used in "&lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN12231.pdf" title="https://www.nxp.com/docs/en/application-note/AN12231.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN12231.pdf&lt;/A&gt;&amp;nbsp;" where it appears to work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have imported the project from the SDK.&lt;/P&gt;&lt;P&gt;It builds and downloads fine to my FDRM-KW41Z development PCB. When I start it LED4 starts flashing as it should according to the document "Bluetooth Low Energy Demo Application Users Guide".&lt;/P&gt;&lt;P&gt;At this point it should have started a 802.15.4 coordinator and be waiting for a button press on SW4. The problems:&lt;/P&gt;&lt;P&gt;1. The coordinator is not running. I used a packet sniffer on every available channel to check for a response to a beacon request. Nothing.&lt;/P&gt;&lt;P&gt;2. Pressing SW4 does not stop the LED flashing nor does it appear in a bluetooth scan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My colleague has tried it to same effect.&lt;/P&gt;&lt;P&gt;Looking at the code there does not appear to be anything to do with a coordinator - no Pan or node ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My System:&lt;/P&gt;&lt;P&gt;Windows 10&lt;/P&gt;&lt;P&gt;MCUXpresso IDE v10.0.0 [Build 344] [2017-03-21]&lt;/P&gt;&lt;P&gt;SDK_2._FRDM-KW41Z V2.2.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Considering the emphasis placed on multi-protocol there seems to be little information on how to make this work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Liam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2018 10:59:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW41Z-Hybrid-BLE-802-15-4-coordinator-example-does-not-work/m-p/822798#M49774</guid>
      <dc:creator>hazeman</dc:creator>
      <dc:date>2018-10-03T10:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: KW41Z Hybrid BLE + 802.15.4 coordinator example does not work</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW41Z-Hybrid-BLE-802-15-4-coordinator-example-does-not-work/m-p/822799#M49775</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;The project used by the AN12231 is a hybrid BLE (Heart Rate Sensor) - 802.15.4 (My Wireless App Coordinator) demo.&lt;/P&gt;&lt;P&gt;This demo application have been removed from the KW41 release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;/hybrid/ble_802_15_4_fsci_black_box_bm is not the same as the one from above. It is intended to be used with a host processor or PC.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;George&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 08:21:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW41Z-Hybrid-BLE-802-15-4-coordinator-example-does-not-work/m-p/822799#M49775</guid>
      <dc:creator>georgecapraru</dc:creator>
      <dc:date>2018-10-05T08:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: KW41Z Hybrid BLE + 802.15.4 coordinator example does not work</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW41Z-Hybrid-BLE-802-15-4-coordinator-example-does-not-work/m-p/822800#M49776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any plans for this to be added back? I'm considering running the 802.15.4 + BLE as I don't need all the overhead of either ZigBee or Thread. Since this is the only hybrid configuration that doesn't have an example application, is it safe to assume there are technical reasons why it won't work? Do you mind explaining them here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Feb 2019 10:01:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW41Z-Hybrid-BLE-802-15-4-coordinator-example-does-not-work/m-p/822800#M49776</guid>
      <dc:creator>odd_bikes</dc:creator>
      <dc:date>2019-02-10T10:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: KW41Z Hybrid BLE + 802.15.4 coordinator example does not work</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW41Z-Hybrid-BLE-802-15-4-coordinator-example-does-not-work/m-p/822801#M49777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. You can achieve a basic 802.15.4 + BLE hybrid application starting from any hybrid demo, by removing the ZibBee/Thread sources and libraries.&lt;/P&gt;&lt;P&gt;There is no technical reason why this hybrid configuration won't work.&lt;/P&gt;&lt;P&gt;I do not know the reason of removing the &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;AN12231&amp;nbsp;&lt;/SPAN&gt;hybrid demo from&lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;&amp;nbsp;the package.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;George&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Feb 2019 11:42:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KW41Z-Hybrid-BLE-802-15-4-coordinator-example-does-not-work/m-p/822801#M49777</guid>
      <dc:creator>georgecapraru</dc:creator>
      <dc:date>2019-02-10T11:42:16Z</dc:date>
    </item>
  </channel>
</rss>

