<?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>NRF51822 data stream to Linux machine</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14510/nrf51822-data-stream-to-linux-machine</link><description>Hi, we&amp;#39;re working on a project that involves constant streaming of gyroscope and accelerometer data from an NRF51822 based module to a Linux machine. 
 What we&amp;#39;ve been working with so far is having the central (Linux machine) read a GATT characteristic</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 Jun 2016 08:57:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14510/nrf51822-data-stream-to-linux-machine" /><item><title>RE: NRF51822 data stream to Linux machine</title><link>https://devzone.nordicsemi.com/thread/55389?ContentTypeID=1</link><pubDate>Thu, 16 Jun 2016 08:57:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38066443-c80b-4588-966d-e2680d244db1</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;There are several options that could work:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1)&lt;/strong&gt; If setting a too low connection interval in the peripheral, a connection interval lower than the central accepts, it seems like the central chooses a very long connection interval. What you can try is to increase the preferred connection interval for the peripheral and see when the central choose to use that connection interval. Normally, a central should be able to handle much lower than 100 ms.&lt;/p&gt;
&lt;p&gt;You can also try the ble_app_hids_mouse example in the SDK. If the linux machine supports mouse application over BLE, it will need to have connection interval much lower than 100 ms.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2)&lt;/strong&gt; If you have an extra nRF51-DK/Dongle or nRF52-DK, you can use that kit as the central for you application by using the newly released &lt;a href="https://devzone.nordicsemi.com/blogs/922/nrf-connect-v10-release-candidate/"&gt;nRF Connect&lt;/a&gt;. nRF Connect is based on S130/S132 v2.0 SoftDevice versions, and S130/S132 v.2.0 supports short connection intervals.&lt;/p&gt;
&lt;p&gt;If you want to develop your own central you can for instance use &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver-js"&gt;pc-ble-driver-js&lt;/a&gt; that can be found on &lt;a href="https://github.com/NordicSemiconductor"&gt;Nordics github repository&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF51822 data stream to Linux machine</title><link>https://devzone.nordicsemi.com/thread/55388?ContentTypeID=1</link><pubDate>Wed, 15 Jun 2016 10:56:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:684782a2-bd34-476b-bfc7-6ec021faab35</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;Just about sampling frequency:
They could achieve 200Hz ex. by sending 100packets per sec, each packet containing 2 samples...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>