<?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: Source for Kinetis BLE ToolBox iPhone/Android?</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665009#M2789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was going to ask this question. I bought two KITs (FRDM-KW41Z and FRDM-KW24D512) from NXP and I can't get it into my head that NXP won't release the sources for the app, or even provide code snippets for android development. I am currently trying to recreate it from scratch. I need to write my own android app for a custom LED lamp application my students are building. I have started with Just scanning, connecting, listing services and the characteristics of each service. I want to enable notification of specific characteristics but am stuck, I think because I have not implemented any encryption. Do I need to implement encryption to successfully enable notification from my KIT's heart_rate service with the heart_rate_sensor example? &lt;/P&gt;&lt;P&gt;What I have made so far is just a Debugging type app to just see if things work out and learn best practices. This should be already provided by NXP. The Toolbox app is great for a demo,&amp;nbsp; but sources would be really awesome. I will push to github &lt;A class="link-titled" href="https://github.com/Muriukidavid/android" title="https://github.com/Muriukidavid/android"&gt;Muriukidavid/android · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 May 2017 10:55:53 GMT</pubDate>
    <dc:creator>karfes</dc:creator>
    <dc:date>2017-05-04T10:55:53Z</dc:date>
    <item>
      <title>Source for Kinetis BLE ToolBox iPhone/Android?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665006#M2786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the source for iPhone/Android Kinetis BLE ToolBox published anywhere? &amp;nbsp;It seems like it would be the easiest way to get started with the mobile side as well but no obvious google searches finds it for me. &amp;nbsp;And apologies if this has already been addressed but an NXP community search didn't seem to find it either. &amp;nbsp;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 09:05:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665006#M2786</guid>
      <dc:creator>kevinsmall</dc:creator>
      <dc:date>2017-02-24T09:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Source for Kinetis BLE ToolBox iPhone/Android?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665007#M2787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, the source code for the app is not public nor available. Sorry for the inconveniences that this may cause you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jorge Alcala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 21:39:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665007#M2787</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2017-03-13T21:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Source for Kinetis BLE ToolBox iPhone/Android?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665008#M2788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge Alcala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any plans for making the sources available? Or maybe even standalone examples? This would be extremely valuable when evaluating NXP's BLE devices.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Evgeny&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 17:26:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665008#M2788</guid>
      <dc:creator>evgenyerlihman</dc:creator>
      <dc:date>2017-03-15T17:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Source for Kinetis BLE ToolBox iPhone/Android?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665009#M2789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was going to ask this question. I bought two KITs (FRDM-KW41Z and FRDM-KW24D512) from NXP and I can't get it into my head that NXP won't release the sources for the app, or even provide code snippets for android development. I am currently trying to recreate it from scratch. I need to write my own android app for a custom LED lamp application my students are building. I have started with Just scanning, connecting, listing services and the characteristics of each service. I want to enable notification of specific characteristics but am stuck, I think because I have not implemented any encryption. Do I need to implement encryption to successfully enable notification from my KIT's heart_rate service with the heart_rate_sensor example? &lt;/P&gt;&lt;P&gt;What I have made so far is just a Debugging type app to just see if things work out and learn best practices. This should be already provided by NXP. The Toolbox app is great for a demo,&amp;nbsp; but sources would be really awesome. I will push to github &lt;A class="link-titled" href="https://github.com/Muriukidavid/android" title="https://github.com/Muriukidavid/android"&gt;Muriukidavid/android · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 10:55:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665009#M2789</guid>
      <dc:creator>karfes</dc:creator>
      <dc:date>2017-05-04T10:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Source for Kinetis BLE ToolBox iPhone/Android?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665010#M2790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used google's example for BLE to get and display the list of services/characteristics from KW41Z. Had to modify it a bit to be able to enable notifications/indications on the KW41Z. You would also have to modify the code on the KW41Z to handle the notification/indication activation :smileyhappy:.&amp;nbsp; So i think it would be a very good place for you to start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Evgeny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 13:14:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665010#M2790</guid>
      <dc:creator>evgenyerlihman</dc:creator>
      <dc:date>2017-05-04T13:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Source for Kinetis BLE ToolBox iPhone/Android?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665011#M2791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Evgeny. &lt;/P&gt;&lt;P&gt;I will look into it. It's just that the NXP app seems to work so well. I just figured out how to read the battery characteristic, let me see if the rest can just be read the same way.&lt;/P&gt;&lt;P&gt;Log output:&lt;/P&gt;&lt;P&gt;W/BluetoothGatt: onCharacteristicRead() - Device=00:04:9F:00:00:02 handle=25 Status=0&lt;/P&gt;&lt;P&gt;D/onCharacteristicRead: Battery level: 93&lt;/P&gt;&lt;P&gt;am using this code:&lt;/P&gt;&lt;PRE style="background-color: #ffffff; color: #000000; font-family: 'DejaVu Sans Mono'; font-size: 9.0pt;"&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;private static final &lt;/SPAN&gt;UUID &lt;SPAN style="color: #660e7a; font-weight: bold; font-style: italic;"&gt;Battery_Service_UUID &lt;/SPAN&gt;= UUID.&lt;SPAN style="font-style: italic;"&gt;fromString&lt;/SPAN&gt;(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"0000180F-0000-1000-8000-00805f9b34fb"&lt;/SPAN&gt;);
&lt;SPAN style="color: #000080; font-weight: bold;"&gt;private static final &lt;/SPAN&gt;UUID &lt;SPAN style="color: #660e7a; font-weight: bold; font-style: italic;"&gt;Battery_Level_UUID &lt;/SPAN&gt;= UUID.&lt;SPAN style="font-style: italic;"&gt;fromString&lt;/SPAN&gt;(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"00002a19-0000-1000-8000-00805f9b34fb"&lt;/SPAN&gt;);
&lt;PRE style="background-color: #ffffff; color: #000000; font-family: 'DejaVu Sans Mono'; font-size: 9.0pt;"&gt;&lt;PRE style="background-color: #ffffff; color: #000000; font-family: 'DejaVu Sans Mono'; font-size: 9.0pt;"&gt;BluetoothGattService Battservice = gatt.getService(&lt;SPAN style="color: #660e7a; font-weight: bold; font-style: italic;"&gt;Battery_Service_UUID&lt;/SPAN&gt;);&lt;/PRE&gt;BluetoothGattCharacteristic BattLevel = Battservice.getCharacteristic(&lt;SPAN style="color: #660e7a; font-weight: bold; font-style: italic;"&gt;Battery_Level_UUID&lt;/SPAN&gt;);
&lt;PRE style="background-color: #ffffff; color: #000000; font-family: 'DejaVu Sans Mono'; font-size: 9.0pt;"&gt;&lt;SPAN style="color: #808000;"&gt;@Override
&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;public void &lt;/SPAN&gt;onCharacteristicRead(&lt;SPAN style="background-color: #e4e4ff;"&gt;BluetoothGatt&lt;/SPAN&gt; gatt,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BluetoothGattCharacteristic
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; characteristic, &lt;SPAN style="color: #000080; font-weight: bold;"&gt;int &lt;/SPAN&gt;status) {
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000080; font-weight: bold;"&gt;if&lt;/SPAN&gt;(status==&lt;SPAN style="background-color: #e4e4ff;"&gt;BluetoothGatt&lt;/SPAN&gt;.&lt;SPAN style="color: #660e7a; font-weight: bold; font-style: italic;"&gt;GATT_SUCCESS&lt;/SPAN&gt;) {&lt;SPAN style="color: #808080; font-style: italic;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-style: italic;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Log.&lt;SPAN style="font-style: italic;"&gt;d&lt;/SPAN&gt;(&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"onCharacteristicRead"&lt;/SPAN&gt;, &lt;SPAN style="color: #008000; font-weight: bold;"&gt;"Battery level: " &lt;/SPAN&gt;+ characteristic.getIntValue(BluetoothGattCharacteristic.&lt;SPAN style="color: #660e7a; font-weight: bold; font-style: italic;"&gt;FORMAT_UINT8&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;));&lt;SPAN style="color: #808080; font-style: italic;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-style: italic;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}
}&lt;/PRE&gt;

&lt;/PRE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:04:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665011#M2791</guid>
      <dc:creator>karfes</dc:creator>
      <dc:date>2017-05-04T14:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Source for Kinetis BLE ToolBox iPhone/Android?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665012#M2792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem is, I dont know which UUID's are for what other services&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:06:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665012#M2792</guid>
      <dc:creator>karfes</dc:creator>
      <dc:date>2017-05-04T14:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Source for Kinetis BLE ToolBox iPhone/Android?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665013#M2793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to find the UUIDs in the example code for KW41Z or in the official Bluetooth list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:13:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665013#M2793</guid>
      <dc:creator>evgenyerlihman</dc:creator>
      <dc:date>2017-05-04T14:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Source for Kinetis BLE ToolBox iPhone/Android?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665014#M2794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What file specifically? or link to the online resource please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:19:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665014#M2794</guid>
      <dc:creator>karfes</dc:creator>
      <dc:date>2017-05-04T14:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Source for Kinetis BLE ToolBox iPhone/Android?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665015#M2795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MKW41Z_ConnSw_1.0.2\middleware\wireless\bluetooth_1.2.2\host\interface\ble_sig_defines.h&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 14:46:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665015#M2795</guid>
      <dc:creator>evgenyerlihman</dc:creator>
      <dc:date>2017-05-04T14:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Source for Kinetis BLE ToolBox iPhone/Android?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665016#M2796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beautiful. Thanks, couldn't find it easily&lt;/P&gt;&lt;P&gt;I had already found this one :&lt;A class="link-titled" href="https://www.bluetooth.com/specifications/gatt/characteristics" title="https://www.bluetooth.com/specifications/gatt/characteristics"&gt;GATT Characteristics | Bluetooth Technology Website&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 16:34:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665016#M2796</guid>
      <dc:creator>karfes</dc:creator>
      <dc:date>2017-05-04T16:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Source for Kinetis BLE ToolBox iPhone/Android?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665017#M2797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear NXP,&lt;/P&gt;&lt;P&gt;I would like to use the KW41Z for a application that current uses the LPC11E14 series.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My customer wants to add BLE support and to have a App.&lt;/P&gt;&lt;P&gt;It would really help to start if the app's source-code was available.&lt;/P&gt;&lt;P&gt;nRF does give the app-sources,.. I'm now considering to use nRF...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there are more developers that would really like to have the sources to have a quick-start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kinds regards&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Aug 2017 14:04:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665017#M2797</guid>
      <dc:creator>tombuil</dc:creator>
      <dc:date>2017-08-27T14:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Source for Kinetis BLE ToolBox iPhone/Android?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665018#M2798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source code is available upon request, please contact your local Distributor/NXP person.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Antonio&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 06:28:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665018#M2798</guid>
      <dc:creator>antonioconcio</dc:creator>
      <dc:date>2017-08-28T06:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Source for Kinetis BLE ToolBox iPhone/Android?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665019#M2799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks allot for your relpy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm from the Netherlands, where can I get in contact with the local nxp &lt;/P&gt;&lt;P&gt;representitive?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Op 28-8-2017 om 08:29 schreef antonioconcio:&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;  NXP Community&lt;/P&gt;&lt;P&gt;  &amp;lt;https://community.freescale.com/resources/statics/1000/35400-NXP-Community-Email-banner-600x75.jpg&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Re: Source for Kinetis BLE ToolBox iPhone/Android?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Antonio Concio &lt;/P&gt;&lt;P&gt;&amp;lt;https://community.nxp.com/people/antonioconcio?et=watches.email.thread&amp;gt; &lt;/P&gt;&lt;P&gt;in /Wireless Connectivity/ - View the full discussion &lt;/P&gt;&lt;P&gt;&amp;lt;https://community.nxp.com/message/937283?commentID=937283&amp;amp;et=watches.email.thread#comment-937283&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 06:38:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Source-for-Kinetis-BLE-ToolBox-iPhone-Android/m-p/665019#M2799</guid>
      <dc:creator>tombuil</dc:creator>
      <dc:date>2017-08-28T06:38:18Z</dc:date>
    </item>
  </channel>
</rss>

