<?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>How to get simultaneous data streaming between two devices using one BLE connection</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9953/how-to-get-simultaneous-data-streaming-between-two-devices-using-one-ble-connection</link><description>GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10 milliseconds or less. PROBLEM: I have not been able to get both devices to send</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Dec 2015 08:54:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9953/how-to-get-simultaneous-data-streaming-between-two-devices-using-one-ble-connection" /><item><title>RE: How to get simultaneous data streaming between two devices using one BLE connection</title><link>https://devzone.nordicsemi.com/thread/36943?ContentTypeID=1</link><pubDate>Thu, 10 Dec 2015 08:54:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:819ab52e-f7d3-4404-bff0-6f0d3a0b7dca</guid><dc:creator>Anders Strand</dc:creator><description>&lt;p&gt;Are you using the nRF51 DK? Check the Keil settings under Target options -&amp;gt; Debug -&amp;gt;Settings. Also try searching devzone for the error. There are probably 100 posts about this.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/08443.Capture.PNG" alt="image description" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get simultaneous data streaming between two devices using one BLE connection</title><link>https://devzone.nordicsemi.com/thread/36942?ContentTypeID=1</link><pubDate>Wed, 09 Dec 2015 17:54:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b5486db-eaab-4e3d-98f7-54c5671d7d65</guid><dc:creator>CWRUNick</dc:creator><description>&lt;p&gt;Thanks, Anders!
So I am trying to use the ble_app_uart example from your SDK using Softdevice S110, but I&amp;#39;m having some trouble getting started. I am using Keil, and I haven&amp;#39;t been able to run any examples because I keep getting the error message &amp;quot;No JLink Devices found&amp;quot; followed by &amp;quot;Error: Flash Download failed  -  Target DLL has been cancelled.&amp;quot; I went to Segger.com and downloaded JLink software but I still get this error. Do you know how to resolve this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get simultaneous data streaming between two devices using one BLE connection</title><link>https://devzone.nordicsemi.com/thread/36941?ContentTypeID=1</link><pubDate>Wed, 28 Oct 2015 09:54:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:074eab58-6614-45c1-9aca-593a15c56182</guid><dc:creator>Anders Strand</dc:creator><description>&lt;p&gt;Hey!&lt;/p&gt;
&lt;p&gt;@Shibshab is correct about the GATT operations. Use Notifications on the peripheral and write commands on the central.&lt;/p&gt;
&lt;p&gt;When using mBed, the S130 &lt;a href="https://developer.mbed.org/forum/team-63-Bluetooth-Low-Energy-community/topic/17027/"&gt;Softdevice&lt;/a&gt; is used. This softdevice support concurrent central/peripheral operation, but has a smaller output buffer for each link. This results in the maximum packet per connection interval being 2.
If you want to get maximum troughput, you can use the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk51.v9.0.0/ble_sdk_app_nus_eval.html?cp=4_1_0_4_4_17"&gt;ble_app_uart&lt;/a&gt; example from our &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk51.v9.0.0/nrf51_getting_started.html?cp=4_1_0_1"&gt;SDK&lt;/a&gt;, and use Softdevice S110. This gives you 6 packets each connection interval.&lt;/p&gt;
&lt;p&gt;Alternatively, you can export your mBed project to Keil, and manually flash the S110 softdevice. This will require a bit of tweaking of various parameters both in code and compiler settings. Let me know if you go for this solution, and i will help you out.&lt;/p&gt;
&lt;p&gt;-Anders&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get simultaneous data streaming between two devices using one BLE connection</title><link>https://devzone.nordicsemi.com/thread/36940?ContentTypeID=1</link><pubDate>Tue, 27 Oct 2015 18:24:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb3b4971-feed-46e5-870b-d7ba848ff5c7</guid><dc:creator>shibshab</dc:creator><description>&lt;p&gt;What ATT operation are you using? (I.E. read request/write request). In cases where high throughput and low latency is required, the Write Command and Notification ATT commands should be considered as they are asynchronous and does not require ATT layer acknowledgement, which allows for multiple data transfers to occur on each connection event.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>