<?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>Rapid IoTのトピックRe: How to modify BLE stack for the KW41SOC using MCUxpresso ?</title>
    <link>https://community.nxp.com/t5/Rapid-IoT/How-to-modify-BLE-stack-for-the-KW41SOC-using-MCUxpresso/m-p/798738#M92</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current implementation of BLE stack on Rapid-IoT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- KW41Z connectivity: Running a hybrid (BLE/Thread) application also known as "Blackbox" implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- K64F main microprocessor: Interfaced via FSCI over UART with connectivity processor. It also implements some parts of the BLE stack in order to manage some BLE event/characteristic internally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend you have a look into the K64f application source code if you can't define your own services directly into it, maybe this will save you time and energy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more details on the FSCI Serial connectivity interface for BLE Host stack, it could be found in the SDK documentation folder:&amp;nbsp;&lt;/P&gt;&lt;P&gt;SDK_2.2_RapidIoT_MKW41Z4\docs\wireless\Bluetooth\BLE Host Stack FSCI Reference Manual.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, in order to import the KW41Z application, please import from file system the project located under your MCUXpresso SDK path (see pictures below):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Right-click in the Installed SDKs perspective&lt;/P&gt;&lt;P&gt;- Open Default Location&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/77952iAF66C01A233D1A7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_8.png" alt="pastedImage_8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then the source code is located under SDK_2.2_RapidIoT_MKW41Z4\boards\rpk_kw41z\rapid_iot_apps\rpk_kw41z_hybrid.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/78061i6313E782EA597A2B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure to untick "Copy projects into workspace" option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2018 13:11:50 GMT</pubDate>
    <dc:creator>theophileleroy</dc:creator>
    <dc:date>2018-11-26T13:11:50Z</dc:date>
    <item>
      <title>How to modify BLE stack for the KW41SOC using MCUxpresso ?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/How-to-modify-BLE-stack-for-the-KW41SOC-using-MCUxpresso/m-p/798737#M91</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to add my own BLE service within the Rapid-IOT kit.&lt;/P&gt;&lt;P&gt;My understanding is that I need to be able to:&lt;/P&gt;&lt;P&gt;- get access to&amp;nbsp; the current&amp;nbsp; source code running within the KW41 SOC&lt;/P&gt;&lt;P&gt;- import this into MCUxpresso IDE&lt;/P&gt;&lt;P&gt;- define and implement my own BLE service within this project&lt;/P&gt;&lt;P&gt;- compile and download this new .bin file into the KW41 using the Dock station&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a look into the Rapid-IOT SDK but I didn't find the project/source code of the current&lt;/P&gt;&lt;P&gt;software running into the KW41 SOC.&lt;/P&gt;&lt;P&gt;Where can I grab this project from ?&lt;/P&gt;&lt;P&gt;Thanks for you help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2018 18:42:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/How-to-modify-BLE-stack-for-the-KW41SOC-using-MCUxpresso/m-p/798737#M91</guid>
      <dc:creator>joseph_reveane</dc:creator>
      <dc:date>2018-11-24T18:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify BLE stack for the KW41SOC using MCUxpresso ?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/How-to-modify-BLE-stack-for-the-KW41SOC-using-MCUxpresso/m-p/798738#M92</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current implementation of BLE stack on Rapid-IoT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- KW41Z connectivity: Running a hybrid (BLE/Thread) application also known as "Blackbox" implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- K64F main microprocessor: Interfaced via FSCI over UART with connectivity processor. It also implements some parts of the BLE stack in order to manage some BLE event/characteristic internally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend you have a look into the K64f application source code if you can't define your own services directly into it, maybe this will save you time and energy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more details on the FSCI Serial connectivity interface for BLE Host stack, it could be found in the SDK documentation folder:&amp;nbsp;&lt;/P&gt;&lt;P&gt;SDK_2.2_RapidIoT_MKW41Z4\docs\wireless\Bluetooth\BLE Host Stack FSCI Reference Manual.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, in order to import the KW41Z application, please import from file system the project located under your MCUXpresso SDK path (see pictures below):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Right-click in the Installed SDKs perspective&lt;/P&gt;&lt;P&gt;- Open Default Location&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/77952iAF66C01A233D1A7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_8.png" alt="pastedImage_8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then the source code is located under SDK_2.2_RapidIoT_MKW41Z4\boards\rpk_kw41z\rapid_iot_apps\rpk_kw41z_hybrid.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/78061i6313E782EA597A2B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure to untick "Copy projects into workspace" option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2018 13:11:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/How-to-modify-BLE-stack-for-the-KW41SOC-using-MCUxpresso/m-p/798738#M92</guid>
      <dc:creator>theophileleroy</dc:creator>
      <dc:date>2018-11-26T13:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify BLE stack for the KW41SOC using MCUxpresso ?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/How-to-modify-BLE-stack-for-the-KW41SOC-using-MCUxpresso/m-p/798739#M93</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Theophile,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your detailed answer, this does help a lot.&lt;/P&gt;&lt;P&gt;Such a complexity is small package, this is really amazing.&lt;/P&gt;&lt;P&gt;I will follow your advise and try to investigate the " K64F path" first by trying to add my own BLE service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just one more&amp;nbsp; question on a "related topic"&amp;nbsp; if you don't mind:&lt;/P&gt;&lt;P&gt;- there is an "UART" block in&amp;nbsp; Rapid-IoT&amp;nbsp; on-line IDE "palette" but I didn't find any example which could explain how&lt;/P&gt;&lt;P&gt;to use it. I'm simply wondering what this block would be used for ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2018 20:35:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/How-to-modify-BLE-stack-for-the-KW41SOC-using-MCUxpresso/m-p/798739#M93</guid>
      <dc:creator>joseph_reveane</dc:creator>
      <dc:date>2018-11-26T20:35:12Z</dc:date>
    </item>
  </channel>
</rss>

