<?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: UART  over BLE ?</title>
    <link>https://community.nxp.com/t5/Rapid-IoT/UART-over-BLE/m-p/792310#M64</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;have a look on this post &lt;A _jive_internal="true" href="https://community.nxp.com/thread/490773"&gt;Rapid IoT Kit - Wireless Uart Demo&lt;/A&gt; it may be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ashok r&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Dec 2018 18:57:09 GMT</pubDate>
    <dc:creator>ashokfair</dc:creator>
    <dc:date>2018-12-06T18:57:09Z</dc:date>
    <item>
      <title>UART  over BLE ?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/UART-over-BLE/m-p/792303#M57</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;The current RPK stack provides a pre-defined set of services and characteristics for all its embedded sensors.&lt;/P&gt;&lt;P&gt;But, and unless I'm wrong, it does not provide UART/Serial Port Emulation over BLE.&lt;/P&gt;&lt;P&gt;Is there any plan to get this feature added in&amp;nbsp; the SDK and/or Rapid IOT studio ?&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/joseph&lt;/P&gt;&lt;P&gt;PS: on a side topic, I was not able to find a Rapid-IOT studio example using the UART block...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2018 13:03:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/UART-over-BLE/m-p/792303#M57</guid>
      <dc:creator>joseph_reveane</dc:creator>
      <dc:date>2018-11-23T13:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: UART  over BLE ?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/UART-over-BLE/m-p/792304#M58</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;&lt;/P&gt;&lt;P&gt;The supported Bluetooth LE profiles supported by the KW41 (which it's the one in charge of the Bluetooth in the rapid IoT)&amp;nbsp; are the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/77822iEB6F9738D6933FE9/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check this posts&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-342061"&gt;Rapid IoT Studio Project Example: Smart Air Conditioner&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-342109"&gt;https://community.nxp.com/docs/DOC-342109&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And maybe you could try developing your custom profile can help you with this to create something like the&amp;nbsp;wireless uart&amp;nbsp;example, but you will need to verify if this is possible to be done in the Rapid IoT.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2018 20:23:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/UART-over-BLE/m-p/792304#M58</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2018-11-23T20:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: UART  over BLE ?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/UART-over-BLE/m-p/792305#M59</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Estephania,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the pointers and the tips.&lt;/P&gt;&lt;P&gt;I had a look at the OOB projects code and figured out that there was no UART over service available.&lt;/P&gt;&lt;P&gt;There is no "official standard" specs for such a profile anyway although its seems that there is a&lt;/P&gt;&lt;P&gt;"de facto" one which allows to communicate with Android applications for example.&lt;/P&gt;&lt;P&gt;The main advantage of such a UART service IMHO is that it provides an easy mean to define the packets&lt;/P&gt;&lt;P&gt;format without having to modify/implement a new service within the BLE SOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's take this simple example:&lt;/P&gt;&lt;P&gt;- the RPK provides Accelerator, Gyroscope and Magnetometer sensors, which is very cool, and&lt;/P&gt;&lt;P&gt;their corresponding services.&lt;/P&gt;&lt;P&gt;- the application would&amp;nbsp; need to consume the data of these sensors but after some filtering/computation has&lt;/P&gt;&lt;P&gt;been applied to all of them on the RPK device side. This would be a compound service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in order to support such a Use Case, the user would need either to:&lt;/P&gt;&lt;P&gt;- define a new BLE service&lt;/P&gt;&lt;P&gt;- define a packet format to exchange of the UART over BLE service if available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do understand that this kind of Use Case was probably not part of the initial requirements but a UART over BLE service&lt;/P&gt;&lt;P&gt;would open even more the range of applications which can be addressed by this Rapid-IOT kit IMHO.&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;/joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2018 17:16:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/UART-over-BLE/m-p/792305#M59</guid>
      <dc:creator>joseph_reveane</dc:creator>
      <dc:date>2018-11-24T17:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: UART  over BLE ?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/UART-over-BLE/m-p/792306#M60</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt; The main advantage of such a UART service IMHO is that it provides an easy mean to define the packets&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;format without having to modify/implement a new service within the BLE SOC.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I totally agree with you.&lt;/P&gt;&lt;P&gt;I have been playing with this for a few days now, and I was expecting (mistakenly) some sort of UART available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the "de facto standard" you mention is the nRF implementation&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v13.0.0%2Fble_sdk_app_nus_eval.html" title="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v13.0.0%2Fble_sdk_app_nus_eval.html"&gt;Nordic Semiconductor Infocenter&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for which several clients are available.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://play.google.com/store/apps/details?id=com.nordicsemi.nrfUARTv2&amp;amp;hl=it" title="https://play.google.com/store/apps/details?id=com.nordicsemi.nrfUARTv2&amp;amp;hl=it"&gt;nRF UART 2.0 - App su Google Play&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example implementation from SiLabs is descibed here:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.silabs.com/community/thunderboard/knowledge-base.entry.html/2016/04/10/spp-over-ble_bgscrip-1ExC" title="https://www.silabs.com/community/thunderboard/knowledge-base.entry.html/2016/04/10/spp-over-ble_bgscrip-1ExC"&gt;https://www.silabs.com/community/thunderboard/knowledge-base.entry.html/2016/04/10/spp-over-ble_bgscrip-1ExC&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NXP delivers its own UART implementation with the KW41 and QN9080 SDKs (example is called wireles_uart), and we have a client implementation available in the IoT toolbox application.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://play.google.com/store/apps/details?id=com.freescale.kinetisbletoolbox" title="https://play.google.com/store/apps/details?id=com.freescale.kinetisbletoolbox"&gt;IoT Toolbox - Apps on Google Play&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not able to understand just by looking at the code whether this is an NXP custom implementation, or matches the nRF implementation. Nevertherless this might be the starting point to wrap an UART over BLE service to the Rapid IoT prototyping. Moreover, I was not able to get the wireless uart example working with QN9080 recently, even though I am sure I did use it in the past.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first place I was thinking I would have to implement the "right" protocol on the KW41 code (my aim was to implement a BLE-MIDI controller like described here &lt;A class="link-titled" href="https://www.novelbits.io/bluetooth-gatt-services-characteristics/" title="https://www.novelbits.io/bluetooth-gatt-services-characteristics/"&gt;https://www.novelbits.io/bluetooth-gatt-services-characteristics/&lt;/A&gt; ). But the more I tried, the more I realized that is just not the way the Rapid IoT kit is thought to work: it does not seem you are really supposed to modify the code on the KW41, and to me it was not easy to manipulate the sensors form MCUXpresso (besides I do not like much playing with MCUXpresso). Really trying to write the K64 code seems a nightmare to me, as there are too many software layers (freeRTOS, ATMO, sensors), and the examples are not helping me much in even understanding the structure of the code. Therefore it seemed to me that the most reasonable option was to leverage the existing Rapid IoT IDE to wrap the sensor data into GATT service, and then implement a GATT client (in my case the aim is using a host PC), which eventually might implement a virtual com port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe the "right way" to do that would be to develop a windows GATT application on visual studio, as descibed here&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.microsoft.com/en-us/windows/uwp/devices-sensors/gatt-client" title="https://docs.microsoft.com/en-us/windows/uwp/devices-sensors/gatt-client"&gt;Bluetooth GATT Client - UWP app developer | Microsoft Docs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but with time I grow allergic to MS Visual Studio...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead I have tried using python wrappers around existing libraries that expose the GATT protocol&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/peplin/pygatt" title="https://github.com/peplin/pygatt"&gt;GitHub - peplin/pygatt: Python wrapper for gatttool (from BlueZ) and the BGAPI for accessing Bluetooth LE Devices&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pypi.org/project/bleak/" title="https://pypi.org/project/bleak/"&gt;bleak · PyPI&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it seems the frameworks I found are supposedly only working on on linux, and I was not able to make them run on my machine (pygatt hangs the python interpreter as soon as I try to open a connection. I might try to play with this a bit still but I am less enthusiastic than yesterday about it).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an alternative that seems working in principle, I have currently being considering using a QN9080 DK board that I had laying around from my previous project (&amp;nbsp;&lt;A class="link-titled" href="https://www.nxp.com/products/wireless/bluetooth-low-energy-ble/a-highly-extensible-platform-for-application-development-of-qn908x:QN9080DK" title="https://www.nxp.com/products/wireless/bluetooth-low-energy-ble/a-highly-extensible-platform-for-application-development-of-qn908x:QN9080DK"&gt;QN9080DK: A highly extensible platform for application development of QN908x|NXP&lt;/A&gt;&amp;nbsp; ), running the ble_shell example. With this I was able to connect to the Rapid IoT kit over BLE, and communicate with the PC over the debug serial port ( I know using the debugger is a little bit cheating ), and reading data from the sensors. I believe the same example should be available also for the KW41 freedom board, and eventually the code should be relatively easily portable between the two ( &lt;A class="link-titled" href="https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/kinetis-cortex-m-mcus/w-serieswireless-conn.m0-plus-m4/freedom-development-kit-for-kinetis-kw41z-31z-21z-mcus:FRDM-KW41Z" title="https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/kinetis-cortex-m-mcus/w-serieswireless-conn.m0-plus-m4/freedom-development-kit-for-kinetis-kw41z-31z-21z-mcus:FRDM-KW41Z"&gt;FRDM-KW41Z |Bluetooth Low Energy/IEEE® 802.15.4 wireless enabled Freedom Development Kit|NXP&lt;/A&gt;&amp;nbsp; ). In perspective, I believe I can implement the GATT client on the QN9080, and even process the sensor data to translate the GATT messages into MIDI messages, then redirect the output to the serial debug port, and finally use some "standard" destop application to "virtually plug together" the serial debug port and a virtual MIDI input port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope sharing those information might help you figure out what would be the best option for you too (and maybe suggest a path to add the UART over BLE to the Rapid IoT SDK).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2018 08:57:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/UART-over-BLE/m-p/792306#M60</guid>
      <dc:creator>marcomerlin</dc:creator>
      <dc:date>2018-11-30T08:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: UART  over BLE ?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/UART-over-BLE/m-p/792307#M61</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing all of this, this is very interesting.&lt;/P&gt;&lt;P&gt;You're right, I had the "NUS" private service in mind. It seems to me that it is "widely" used and&amp;nbsp;&lt;/P&gt;&lt;P&gt;finding Android applications code using it is easy.&lt;/P&gt;&lt;P&gt;Following Theophile advise, I've tried the easiest path (as compared to modify the KW41Z code) to get this UART service&lt;/P&gt;&lt;P&gt;running on a RPK node.&lt;/P&gt;&lt;P&gt;I've tried to hack the RPK OOB MCUxpresso project and had some kind of "success" with it:&lt;/P&gt;&lt;P&gt;- the RPK node was able to receive some short text messages from an Android UART over BLE application and display them on the console&lt;/P&gt;&lt;P&gt;- the RPK node was able to send short messages (pressure/temperature sensor values converted to strings) to the same Android Application.&lt;/P&gt;&lt;P&gt;Defining the new service and its characteristics UUIDs and get it "registered" on the KW41Z was easy, so was writing the small amount of code&lt;/P&gt;&lt;P&gt;which deals with the ability/trigger/callback/interrupt stuff. Most of the job was done by duplicating some of the existing code.&lt;/P&gt;&lt;P&gt;Of course, it was simply a POC and the code was not complete.&lt;/P&gt;&lt;P&gt;But the main problem with this approach is that it would remain a hack which:&lt;/P&gt;&lt;P&gt;- get lost each time the project is modified within Atmosphere&lt;/P&gt;&lt;P&gt;- can't be re-used within an other new project&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what would be the cost to define and implement such an UART over BLE element into the on-line IDE&lt;/P&gt;&lt;P&gt;and the RPK firmware, but this would be the path to go with IMHO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess that the RPK tool kit and its platform have not been designed with this kind of Use Case in mind, which is fine by me.&lt;/P&gt;&lt;P&gt;The RPK kit is really features rich anyway...&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;Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2018 08:15:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/UART-over-BLE/m-p/792307#M61</guid>
      <dc:creator>joseph_reveane</dc:creator>
      <dc:date>2018-12-03T08:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: UART  over BLE ?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/UART-over-BLE/m-p/792308#M62</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt; I've tried to hack the RPK OOB MCUxpresso project and had some kind of "success" with it:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ca you share what exactly did you have to modify ?&lt;/P&gt;&lt;P&gt;Was it just a matter of modifying the UUIDs of service and characteristics ?&lt;/P&gt;&lt;P&gt;I have been trying this path as well last week, but despite the fact that I am able to read the characteristics with android applications&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://play.google.com/store/apps/details?id=com.alltek.android.bluetoothlegatt" title="https://play.google.com/store/apps/details?id=com.alltek.android.bluetoothlegatt"&gt;Blue tooth LE GATT list - Apps on Google Play&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp" title="https://play.google.com/store/apps/details?id=no.nordicsemi.android.mcp"&gt;nRF Connect for Mobile - Apps on Google Play&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any attempt to pair with functional application failed, as it seems I am not able to pair the RPK as a standard BT device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this might be related to this discussion.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/486678"&gt;https://community.nxp.com/thread/486678&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for sharing your experience!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2018 08:37:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/UART-over-BLE/m-p/792308#M62</guid>
      <dc:creator>marcomerlin</dc:creator>
      <dc:date>2018-12-03T08:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: UART  over BLE ?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/UART-over-BLE/m-p/792309#M63</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I did was really simple:&lt;/P&gt;&lt;P&gt;- added new service and characteristics UUIDs for the proprietary NUS service&lt;/P&gt;&lt;P&gt;- added the registration code&lt;/P&gt;&lt;P&gt;- tried to find out/cover all the places (trigger/handler/callbacks/interrupts) which could require&lt;/P&gt;&lt;P&gt;some specific code to get the NUS prototype working.&lt;/P&gt;&lt;P&gt;Once this has been done, I've been using mostly the LightBlue application on IOS 11.x.&lt;/P&gt;&lt;P&gt;I didn't face any pairing issue with this application but maybe this was because I had used the RPK node&lt;/P&gt;&lt;P&gt;with this IOS device before to connect to the Rapid-IOT on-line IDE ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, I can't perform new tests at the moment since mt RPK node is out of order for now and needs&lt;/P&gt;&lt;P&gt;a re-flash of the 2 boot loaders...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I've created a Zip archive which contains the files that I've modified for my POC but it sounds that there is no&lt;/P&gt;&lt;P&gt;way to get it attached to this post ?&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;/joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2018 13:05:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/UART-over-BLE/m-p/792309#M63</guid>
      <dc:creator>joseph_reveane</dc:creator>
      <dc:date>2018-12-03T13:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: UART  over BLE ?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/UART-over-BLE/m-p/792310#M64</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;have a look on this post &lt;A _jive_internal="true" href="https://community.nxp.com/thread/490773"&gt;Rapid IoT Kit - Wireless Uart Demo&lt;/A&gt; it may be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ashok r&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2018 18:57:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/UART-over-BLE/m-p/792310#M64</guid>
      <dc:creator>ashokfair</dc:creator>
      <dc:date>2018-12-06T18:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: UART  over BLE ?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/UART-over-BLE/m-p/792311#M65</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for this cool demo !&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>Fri, 07 Dec 2018 21:29:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/UART-over-BLE/m-p/792311#M65</guid>
      <dc:creator>joseph_reveane</dc:creator>
      <dc:date>2018-12-07T21:29:56Z</dc:date>
    </item>
  </channel>
</rss>

