<?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: How to getting started on FRDM-KW36</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/How-to-getting-started-on-FRDM-KW36/m-p/1027513#M8826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sihan, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px;"&gt;There's two methods for enabling the Debug UART in the MCUXpresso IDE:&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI style="margin: 0.2em 0px;"&gt;It can be enabled when importing the project by choosing the following option in the example selection window:&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;IMG alt="pastedImage_5.png" src="https://community.nxp.com/t5/image/serverpage/image-id/104264iCADA16702BF73397/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_5.png" /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;After the example project is imported, the debug UART can be enabled by selecting this option in the Quick Start Panel on the MCUXpresso IDE:&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;IMG alt="pastedImage_4.png" src="https://community.nxp.com/t5/image/serverpage/image-id/104235i641AA373695AD632/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_4.png" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;Regardless of which method is followed to enable the debug UART, the pins used for it (&lt;STRONG&gt;FC0_RXD is GPIOA17&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;FC0_TXD is GPIOA16&lt;/STRONG&gt;) are mapped to the Debug USB port, which allows the user to connect to the debug UART with the same USB cable used to debug the project.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;The role of the QN9080 in the wireless UART example can be changed by pressing SW2 on the development board. By default, in the current SDK version, the Wireless UART SDK example starts using the Central role, and by pressing SW1, the app starts scanning.&lt;/LI&gt;&lt;/OL&gt;&lt;P style="padding-left: 30px;"&gt;UUID's can be changed in the gatt_uuid128.h header file, and the GATT database can be edited in the gatt_db.h header file.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Pairing and bonding can be enabled by changing the following macro definitions in the app_preinclude.h header file:&lt;/P&gt;&lt;PRE class="" style="color: #000000; background: #f5f2f0; margin: 0.5em 0px; padding: 1em 1em 1em 3.8em;"&gt;&lt;SPAN class="" style="color: slategray;"&gt;/*! Enable/disable use of bonding capability */&lt;/SPAN&gt;
&lt;SPAN class="" style="color: #990000;"&gt;#define gAppUseBonding_d   1&lt;/SPAN&gt;
 
&lt;SPAN class="" style="color: slategray;"&gt;/*! Enable/disable use of pairing procedure */&lt;/SPAN&gt;
&lt;SPAN class="" style="color: #990000;"&gt;#define gAppUsePairing_d   1&lt;/SPAN&gt;&lt;SPAN class="" style="border-right: 1px solid #999999; padding-top: 1em;"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For more information, could you please take a look at the documentation included in the SDK package in the following path?:&lt;/P&gt;&lt;P&gt;&amp;lt;…\SDK_2.2.1_QN908XCDK\docs\wireless\Bluetooth&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Nov 2020 14:36:11 GMT</pubDate>
    <dc:creator>Sebastian_Del_Rio</dc:creator>
    <dc:date>2020-11-02T14:36:11Z</dc:date>
    <item>
      <title>How to getting started on FRDM-KW36</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-getting-started-on-FRDM-KW36/m-p/1027512#M8825</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;I am working on FRDM-KW36 development board and use (frdmkw36_wireless_examples_bluetooth_w_uart_freerots) SDK to build code and by MCUXpresso IDE.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question :&amp;nbsp;&lt;/P&gt;&lt;P&gt;Q1 : How to enable debug UART/console for prinrf ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If I use UART to print debug message on&amp;nbsp;terminal which hardware pin are uart_tx and uart_rx?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Q2 : How to modify FRDM-KW36's UUID and pairing to connect with&amp;nbsp;peripheral?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2020 19:44:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-getting-started-on-FRDM-KW36/m-p/1027512#M8825</guid>
      <dc:creator>sihanchen</dc:creator>
      <dc:date>2020-03-27T19:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to getting started on FRDM-KW36</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-getting-started-on-FRDM-KW36/m-p/1027513#M8826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sihan, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px;"&gt;There's two methods for enabling the Debug UART in the MCUXpresso IDE:&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI style="margin: 0.2em 0px;"&gt;It can be enabled when importing the project by choosing the following option in the example selection window:&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;IMG alt="pastedImage_5.png" src="https://community.nxp.com/t5/image/serverpage/image-id/104264iCADA16702BF73397/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_5.png" /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;After the example project is imported, the debug UART can be enabled by selecting this option in the Quick Start Panel on the MCUXpresso IDE:&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;IMG alt="pastedImage_4.png" src="https://community.nxp.com/t5/image/serverpage/image-id/104235i641AA373695AD632/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_4.png" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;Regardless of which method is followed to enable the debug UART, the pins used for it (&lt;STRONG&gt;FC0_RXD is GPIOA17&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;FC0_TXD is GPIOA16&lt;/STRONG&gt;) are mapped to the Debug USB port, which allows the user to connect to the debug UART with the same USB cable used to debug the project.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px;"&gt;The role of the QN9080 in the wireless UART example can be changed by pressing SW2 on the development board. By default, in the current SDK version, the Wireless UART SDK example starts using the Central role, and by pressing SW1, the app starts scanning.&lt;/LI&gt;&lt;/OL&gt;&lt;P style="padding-left: 30px;"&gt;UUID's can be changed in the gatt_uuid128.h header file, and the GATT database can be edited in the gatt_db.h header file.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Pairing and bonding can be enabled by changing the following macro definitions in the app_preinclude.h header file:&lt;/P&gt;&lt;PRE class="" style="color: #000000; background: #f5f2f0; margin: 0.5em 0px; padding: 1em 1em 1em 3.8em;"&gt;&lt;SPAN class="" style="color: slategray;"&gt;/*! Enable/disable use of bonding capability */&lt;/SPAN&gt;
&lt;SPAN class="" style="color: #990000;"&gt;#define gAppUseBonding_d   1&lt;/SPAN&gt;
 
&lt;SPAN class="" style="color: slategray;"&gt;/*! Enable/disable use of pairing procedure */&lt;/SPAN&gt;
&lt;SPAN class="" style="color: #990000;"&gt;#define gAppUsePairing_d   1&lt;/SPAN&gt;&lt;SPAN class="" style="border-right: 1px solid #999999; padding-top: 1em;"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For more information, could you please take a look at the documentation included in the SDK package in the following path?:&lt;/P&gt;&lt;P&gt;&amp;lt;…\SDK_2.2.1_QN908XCDK\docs\wireless\Bluetooth&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 14:36:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-getting-started-on-FRDM-KW36/m-p/1027513#M8826</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-11-02T14:36:11Z</dc:date>
    </item>
  </channel>
</rss>

