<?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>BLE Nano v2 nRF52832 notify issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29422/ble-nano-v2-nrf52832-notify-issue</link><description>Hi guys, I’m doing several tests with my new RedBear BLE Nano v2 board based on nRF52832 using the RedBear library, but I found a problem with reading Notify Characteristics. In my case I have a streaming of values with 100Hz sample rate (every 10ms)</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 13 Jan 2018 14:56:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29422/ble-nano-v2-nrf52832-notify-issue" /><item><title>RE: BLE Nano v2 nRF52832 notify issue</title><link>https://devzone.nordicsemi.com/thread/117028?ContentTypeID=1</link><pubDate>Sat, 13 Jan 2018 14:56:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e74c5b7c-917b-41b2-8f9e-8901b145c495</guid><dc:creator>fgaetani</dc:creator><description>&lt;p&gt;Ok, I understand that 100Hz is high for an Android device, but the hole of 123ms is very strange! What could be the cause?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Nano v2 nRF52832 notify issue</title><link>https://devzone.nordicsemi.com/thread/117027?ContentTypeID=1</link><pubDate>Sat, 13 Jan 2018 14:13:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9cef1aba-3495-421d-a164-bfbe39d1059a</guid><dc:creator>Turbo J</dc:creator><description>&lt;blockquote&gt;
&lt;p&gt;But, using the BLE_CentralTest Example, I can not obtain the value with 100Hz frequency.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Hitting the 100 Hz exactly is impossible on Android, because the minimum interval it uses is 15ms.&lt;/p&gt;
&lt;p&gt;You need to request this interval from code using:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;bluetoothGatt.requestConnectionPriority(BluetoothGatt.CONNECTION_PRIORITY_HIGH);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Note that the NRF52 has buffers for notifications and other TX data, so you could send more than one data value during one connection interval time slice.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>