<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Is Real time NRF5 Bluetooth data link with an android smartphone possible?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33903/is-real-time-nrf5-bluetooth-data-link-with-an-android-smartphone-possible</link><description>Hello there, 
 
 In my next project I need a data link similar to BLE classic (like the HC-05 module) and it needs to respond with an app API fast and push data rather then throwing it to the air in shape of a &amp;quot;Service&amp;quot; and waited to be read. 
 
 Is such</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Apr 2018 14:48:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33903/is-real-time-nrf5-bluetooth-data-link-with-an-android-smartphone-possible" /><item><title>RE: Is Real time NRF5 Bluetooth data link with an android smartphone possible?</title><link>https://devzone.nordicsemi.com/thread/130316?ContentTypeID=1</link><pubDate>Mon, 30 Apr 2018 14:48:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2be4f33-51fb-4b74-bed6-7af559333186</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Yes. In the &lt;a href="http://developer.nordicsemi.com/nRF5_SDK/nRF5_SDK_v15.x.x/"&gt;SDK&lt;/a&gt;, you will find an example under:&lt;/p&gt;
&lt;p&gt;SDK\examples\ble_peripheral\ble_app_uart that does exactly this. That is, it will update any message from the uart, and&amp;nbsp;&lt;strong&gt;notify&lt;/strong&gt; the connected device. It still uses the shape of a &amp;quot;Service&amp;quot;, which all BLE devices use, but you can use this method to transfer at between 1300 and 1400 kbps of payload data. If you use a phone in one end of the connection, the limit of the transfer rate is usually limited by the phone&amp;#39;s OS not letting the BLE link use the radio for BLE all the time. You will have to test it to see how fast it is with your phone.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The ble_app_uart example works with the apps nRF Connect and nRF Toolbox. The transfer speed of the application is not 13-1400kbps &amp;quot;out of the box&amp;quot;, but if you use a longer MTU and DLE (data length extension), it will be the phone that will limit the speed. Newer phones usually have better BLE&amp;nbsp;capabilities for high speed.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This application uses the&amp;nbsp;&lt;strong&gt;notification&lt;/strong&gt; option in BLE, meaning that the nRF will tell the connected device that it has a new value every time you update it. Hence, you don&amp;#39;t have to wait until the connected device reads the new value.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>