<?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: wireless_uart demo example on NXP FRDM-KW36 in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/wireless-uart-demo-example-on-NXP-FRDM-KW36/m-p/1009609#M8575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having a similar problem on another MCU (MKW41Z512). When I create a static database for GATT services, the wireless uart works, however if I implement the database dynamically, the&amp;nbsp;BleApp_GattServerCallback&amp;nbsp;isn't triggered. &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/mario_castaneda"&gt;mario_castaneda&lt;/A&gt;,&amp;nbsp;in my case, the&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;App_RegisterGattServerCallback&lt;SPAN&gt;&amp;nbsp;return&amp;nbsp;gGattDbSuccess_c.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ettoremasetti@live.it"&gt;ettoremasetti@live.it&lt;/A&gt;,‌ did you solve the problem?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2020 08:27:03 GMT</pubDate>
    <dc:creator>giuliano_errico</dc:creator>
    <dc:date>2020-02-18T08:27:03Z</dc:date>
    <item>
      <title>wireless_uart demo example on NXP FRDM-KW36</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/wireless-uart-demo-example-on-NXP-FRDM-KW36/m-p/1009604#M8570</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;SPAN style="color: #000000; background-color: #ffffff; font-weight: 200; font-size: 12.96px;"&gt;I'm developing a project on NXP FRDM-KW36 board. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-weight: 200; font-size: 12.96px;"&gt;I'm using the wireless_uart demo example found in the reccomended SDK, however I would like to use my board as Central and connect it to a Peripheral one (a different board). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-weight: 200; font-size: 12.96px;"&gt;I changed the UUID to allow the connection, the device is found and connected, but once I try to send data from Pheripheral to Central, the function BleApp_GattServerCallback is not triggered.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-weight: 200; font-size: 12.96px;"&gt;The Peripheral board is configured to provide an indicate service, in particular it's a BLE board with an equipped ble_uart program.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-weight: 200; font-size: 12.96px;"&gt;How can I manage the connection with a different board?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 15:52:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/wireless-uart-demo-example-on-NXP-FRDM-KW36/m-p/1009604#M8570</guid>
      <dc:creator>ettoremasetti</dc:creator>
      <dc:date>2019-11-19T15:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: wireless_uart demo example on NXP FRDM-KW36</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/wireless-uart-demo-example-on-NXP-FRDM-KW36/m-p/1009605#M8571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ettore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you know, the wireless uart is a custom profile, you could use the same UUID.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the ble_status that the&amp;nbsp;App_RegisterGattServerCallback is returning?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2019 01:19:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/wireless-uart-demo-example-on-NXP-FRDM-KW36/m-p/1009605#M8571</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2019-11-20T01:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: wireless_uart demo example on NXP FRDM-KW36</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/wireless-uart-demo-example-on-NXP-FRDM-KW36/m-p/1009606#M8572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for the answer.&lt;/P&gt;&lt;P&gt;The function App_RegisterGattServerCallback is triggered only during the BLE initialization, but not when the Peripheral board sends data.&lt;/P&gt;&lt;P&gt;However I would like to stress the fact that the other board (Peripheral) is not an NXP FRDM-KW36, it's a different one, it's a nRF52 module.&lt;/P&gt;&lt;P&gt;Is it a problem to use wireless_uart example with a different board?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ettore&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2019 20:49:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/wireless-uart-demo-example-on-NXP-FRDM-KW36/m-p/1009606#M8572</guid>
      <dc:creator>ettoremasetti</dc:creator>
      <dc:date>2019-11-20T20:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: wireless_uart demo example on NXP FRDM-KW36</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/wireless-uart-demo-example-on-NXP-FRDM-KW36/m-p/1009607#M8573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ettore,&lt;/P&gt;&lt;P&gt;Also I had the same issue by using the wireless_uart demo example suited for&amp;nbsp; NXP FRDM-KW36, and I haven't discovered yet which are the code's lines I have to fix in order to let my different boards comunicate with each other, as comes from different companies. Seems like changing UUIDs is not enough, and I can't go any further than this at the moment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Enrico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2019 12:28:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/wireless-uart-demo-example-on-NXP-FRDM-KW36/m-p/1009607#M8573</guid>
      <dc:creator>enricobaiano</dc:creator>
      <dc:date>2019-11-22T12:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: wireless_uart demo example on NXP FRDM-KW36</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/wireless-uart-demo-example-on-NXP-FRDM-KW36/m-p/1009608#M8574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ettore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Is it a problem to use wireless_uart example with a different board?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;No, it should not be a problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;The peripheral should support, this specific profile. However, the KW36 is working as a central role, isn't it?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;You should look at the&amp;nbsp;BleApp_GattClientCallback and lookup for the event and the data that you sent.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Mario&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2019 14:51:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/wireless-uart-demo-example-on-NXP-FRDM-KW36/m-p/1009608#M8574</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2019-11-25T14:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: wireless_uart demo example on NXP FRDM-KW36</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/wireless-uart-demo-example-on-NXP-FRDM-KW36/m-p/1009609#M8575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having a similar problem on another MCU (MKW41Z512). When I create a static database for GATT services, the wireless uart works, however if I implement the database dynamically, the&amp;nbsp;BleApp_GattServerCallback&amp;nbsp;isn't triggered. &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/mario_castaneda"&gt;mario_castaneda&lt;/A&gt;,&amp;nbsp;in my case, the&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;App_RegisterGattServerCallback&lt;SPAN&gt;&amp;nbsp;return&amp;nbsp;gGattDbSuccess_c.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ettoremasetti@live.it"&gt;ettoremasetti@live.it&lt;/A&gt;,‌ did you solve the problem?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2020 08:27:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/wireless-uart-demo-example-on-NXP-FRDM-KW36/m-p/1009609#M8575</guid>
      <dc:creator>giuliano_errico</dc:creator>
      <dc:date>2020-02-18T08:27:03Z</dc:date>
    </item>
  </channel>
</rss>

