<?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  transfer the data at 10ms using nrf52840 Bluetooth.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54024/how-to-transfer-the-data-at-10ms-using-nrf52840-bluetooth</link><description>Hi, 
 I am using nrf52 Bluetooth to transfer the data .Here i am not getting how to transfer the data at 10ms through Bluetooth. 
 Is there any example program to transfer the data at different millisecond. plz five me some hint as i am not getting any</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 09 Nov 2019 06:10:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54024/how-to-transfer-the-data-at-10ms-using-nrf52840-bluetooth" /><item><title>RE: How to  transfer the data at 10ms using nrf52840 Bluetooth.</title><link>https://devzone.nordicsemi.com/thread/219349?ContentTypeID=1</link><pubDate>Sat, 09 Nov 2019 06:10:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48690d2d-059e-4aa2-be3c-af606bf7abe2</guid><dc:creator>sharmelaraju</dc:creator><description>&lt;p&gt;Thanks for the reply.&lt;/p&gt;
&lt;p&gt;I will try and let you know&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to  transfer the data at 10ms using nrf52840 Bluetooth.</title><link>https://devzone.nordicsemi.com/thread/219038?ContentTypeID=1</link><pubDate>Thu, 07 Nov 2019 11:48:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd0c1657-e78a-455f-a188-1b40dc0a3371</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;You can use the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_timer.html&amp;amp;cp=5_1_3_52"&gt;app_timer l&lt;/a&gt;ibrary to send data every 10ms. For example, the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Fble_sdk_app_nus_c.html&amp;amp;cp=5_1_4_2_0_7"&gt;ble_app_uart_c &lt;/a&gt;example uses the ble_nus_c_string_send command to send a string over BLE. So you can implement the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_timer.html&amp;amp;cp=5_1_3_52"&gt;app_timer &lt;/a&gt;to make it send at an interval of 10ms.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to  transfer the data at 10ms using nrf52840 Bluetooth.</title><link>https://devzone.nordicsemi.com/thread/218944?ContentTypeID=1</link><pubDate>Thu, 07 Nov 2019 05:11:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04380f3b-3d60-4222-9f34-7b90cccc3c8c</guid><dc:creator>sharmelaraju</dc:creator><description>&lt;p&gt;Plz give me the solution.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to  transfer the data at 10ms using nrf52840 Bluetooth.</title><link>https://devzone.nordicsemi.com/thread/218767?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2019 09:51:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22484cf3-0bdf-427c-9d59-df51b7e4b0c1</guid><dc:creator>sharmelaraju</dc:creator><description>&lt;p&gt;Thank you&amp;nbsp; for the reply.&lt;/p&gt;
&lt;p&gt;Yes now the devices are already connected.Now i need to transfer the data once connected&amp;nbsp; at every 10 ms.&lt;/p&gt;
&lt;p&gt;can you tell me how to send the data at every 10ms .can you tell me how to write program to send the data at 10ms.can you give me example program for this.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to  transfer the data at 10ms using nrf52840 Bluetooth.</title><link>https://devzone.nordicsemi.com/thread/218738?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2019 08:58:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf920f3f-30d7-407c-8c94-418b26f192ea</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;These devices are already connected, correct? If they have to disconnect and reconnect between every transfer, I don&amp;#39;t think it will be feasible to send data this often seeing as the lowest connection interval in BLE is 7.5ms.&lt;/p&gt;
&lt;p&gt;How much data are we talking about transferring anyway?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to  transfer the data at 10ms using nrf52840 Bluetooth.</title><link>https://devzone.nordicsemi.com/thread/218709?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2019 05:39:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c39c282a-57e1-4afe-bfae-5e6cb59e132f</guid><dc:creator>sharmelaraju</dc:creator><description>&lt;p&gt;Thanks for the reply.&lt;/p&gt;
&lt;p&gt;I need to transmit the data every 10 ms to the connected peripheral device.I am using nrf52840&amp;nbsp; as master other Bluetooth device as slave.I need to transmit the data from the&amp;nbsp; nrf52840 to&amp;nbsp; peripheral Bluetooth every 10ms.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to  transfer the data at 10ms using nrf52840 Bluetooth.</title><link>https://devzone.nordicsemi.com/thread/218584?ContentTypeID=1</link><pubDate>Tue, 05 Nov 2019 13:29:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c8dd8e5-d5f3-428b-b840-bf751428494c</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;I&amp;#39;m afraid I don&amp;#39;t understand what you want to do. Is this how often you want to transfer data, or is it for how long you want to transfer data? Please specify. What kind of application are you running, a beacon or a connectable peripheral device?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>