<?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>Send data constantly over BLE nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/70457/send-data-constantly-over-ble-nrf52832</link><description>Hello, 
 I have developed a small sensor which consists of MAX30101 HR sensor and nRF52832. For the research purpose I created an app as well which shows the raw data sent from the sensor to show the real time HR pulses. It all works fine but the only</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Jan 2021 07:19:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/70457/send-data-constantly-over-ble-nrf52832" /><item><title>RE: Send data constantly over BLE nRF52832</title><link>https://devzone.nordicsemi.com/thread/289067?ContentTypeID=1</link><pubDate>Thu, 14 Jan 2021 07:19:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5fee077b-fc0d-4a3c-8948-b7532997d9a4</guid><dc:creator>daviddedwin</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The relevant event is&amp;nbsp;BLE_GATTS_EVT_HVN_TX_COMPLETE&amp;nbsp;&lt;span&gt;&amp;nbsp;that will provide the way to check if the the HV Notification data packet has been acked by the peer successfully. You can also increase the queue size for the notifications using&amp;nbsp;ble_gatts_conn_cfg_t::hvn_tx_queue_size so that you are not losing data&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Additionally look at the the error code from the function to send the Notifications, you may have been silently losing data.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You can also increase your connection interval if that fits your power envelope.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Take a look at &lt;a title="events for radio ack of notifications" href="https://devzone.nordicsemi.com/f/nordic-q-a/70221/windows-10-throughput-connection-window-clashes/288032#288032"&gt;this case that has the events&lt;/a&gt;&amp;nbsp;and has a similar question.&lt;/p&gt;
&lt;p&gt;Please upvote and accept my answer if this answer is helpful&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>