<?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: How to get started with BLE FRDMKW41Z in MCUXpresso General</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-get-started-with-BLE-FRDMKW41Z/m-p/685653#M105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cory,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The New Project Wizard doesn't support adding BLE stack files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To develop your own application using the BLE stack it is recommended to use an existing BLE demo application as a base for your project with the &lt;EM&gt;Import SDK example(s)...&lt;/EM&gt; wizard. For more information about the demo applications see the &lt;STRONG&gt;BLE Demo Applications User's Guide.pdf&lt;/STRONG&gt;&amp;nbsp;and for information on the most commonly used APIs on the BLE stack see&amp;nbsp;&lt;STRONG&gt;BLE Application Developer's Guide.pdf&lt;/STRONG&gt;&amp;nbsp;located in&amp;nbsp;&lt;EM&gt;&amp;lt;MCUXpresso SDK path&amp;gt;\docs\wireless\Bluetooth\&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gerardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 May 2017 16:23:38 GMT</pubDate>
    <dc:creator>gerardo_rodriguez</dc:creator>
    <dc:date>2017-05-22T16:23:38Z</dc:date>
    <item>
      <title>How to get started with BLE FRDMKW41Z</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-get-started-with-BLE-FRDMKW41Z/m-p/685652#M104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been having some difficulty starting my own BLE project using MCUXpresso IDE. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I first built an&amp;nbsp;SDK using the MCUXpresso SDK builder following the same process suggested in &lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="11553" data-containertype="14" data-objectid="449713" data-objecttype="1" href="https://community.nxp.com/thread/449713"&gt;https://community.nxp.com/thread/449713&lt;/A&gt;&lt;SPAN&gt; I made sure to select BLE in the middleware selection when following this process. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, when I use the "New Project" wizard I don't see any option of including any of the BLE drivers or any files that grant me access to the &lt;A href="http://mcuxpresso.nxp.com/api_doc/comp/7/index.html"&gt;BLE API&lt;/A&gt;. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I &lt;STRONG&gt;can&lt;/STRONG&gt; import a sample project from the SDK which does include the necessary files to invoke BLE functionality. &amp;nbsp;These are located in project_root/bluetooth/ , project_root/source/gatt_db.h, and project_root/source/gatt_uuid128.h I can compile these projects and run them on my hardware and the ble functionality works great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I know that the ble stack files&amp;nbsp;&lt;STRONG&gt;exist&amp;nbsp;&lt;/STRONG&gt;within the SDK, I just don't know how to get them into my new project with the new project wizard (If that is even possible)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can copy and paste these files into my project, but I haven't found a way to view or edit the makefile. &amp;nbsp;In fact, even when looking at the contents of the directory generated by the new project wizard directly, no makefile can be found. &amp;nbsp;I assume then that MCUXpresso has some internal solution that is built into the .CPROJECT file. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am hoping that&amp;nbsp;I am just missing some option while using the New Project wizard, but I might be missing some other detail here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Ultimately my questions are as follows:&lt;BR /&gt;1. How can I get the BLE stack files into my project using the New Project Wizard in MCUXpresso IDE&lt;/P&gt;&lt;P&gt;2. Failing that, how can I modify the "makefile" to include files that I copy and paste into my project from elsewhere&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case it is of any help in answering the question, my SDK is built for the frdmkw41z and I have also included freertos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for any replies!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 23:52:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-get-started-with-BLE-FRDMKW41Z/m-p/685652#M104</guid>
      <dc:creator>coryperkins</dc:creator>
      <dc:date>2017-05-18T23:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get started with BLE FRDMKW41Z</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-get-started-with-BLE-FRDMKW41Z/m-p/685653#M105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cory,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The New Project Wizard doesn't support adding BLE stack files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To develop your own application using the BLE stack it is recommended to use an existing BLE demo application as a base for your project with the &lt;EM&gt;Import SDK example(s)...&lt;/EM&gt; wizard. For more information about the demo applications see the &lt;STRONG&gt;BLE Demo Applications User's Guide.pdf&lt;/STRONG&gt;&amp;nbsp;and for information on the most commonly used APIs on the BLE stack see&amp;nbsp;&lt;STRONG&gt;BLE Application Developer's Guide.pdf&lt;/STRONG&gt;&amp;nbsp;located in&amp;nbsp;&lt;EM&gt;&amp;lt;MCUXpresso SDK path&amp;gt;\docs\wireless\Bluetooth\&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gerardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 16:23:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-get-started-with-BLE-FRDMKW41Z/m-p/685653#M105</guid>
      <dc:creator>gerardo_rodriguez</dc:creator>
      <dc:date>2017-05-22T16:23:38Z</dc:date>
    </item>
  </channel>
</rss>

