<?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>NRF_ERROR_TIMEOUT (0x13) on sending notifications</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43263/nrf_error_timeout-0x13-on-sending-notifications</link><description>Hey there! 
 I&amp;#180;m developing an small wearable sensor based on the NRF52840 (SDK 15.0.0, S140 6.0.0) on a custom board. The sensor will log data on an external NAND flash and the data shall be read out later with an Android App. 
 To maximize throughput</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 07 Apr 2020 17:20:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43263/nrf_error_timeout-0x13-on-sending-notifications" /><item><title>RE: NRF_ERROR_TIMEOUT (0x13) on sending notifications</title><link>https://devzone.nordicsemi.com/thread/243948?ContentTypeID=1</link><pubDate>Tue, 07 Apr 2020 17:20:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa77cde1-996d-47ec-8a53-4d0fb7284295</guid><dc:creator>manoj97</dc:creator><description>&lt;p&gt;kenneth can you help me for this same error code&amp;nbsp; 13&lt;/p&gt;
&lt;p&gt;im trying to notify the characteristics of services but after notifying 3-4 characteristics this error_code=0x13 is happening. please help me.&lt;/p&gt;
&lt;p&gt;thanks in advance&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_ERROR_TIMEOUT (0x13) on sending notifications</title><link>https://devzone.nordicsemi.com/thread/185092?ContentTypeID=1</link><pubDate>Fri, 03 May 2019 08:55:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb11b2b3-56ff-4d35-9d3e-340158d75d7d</guid><dc:creator>TTN</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;So how do you fix this problem? &lt;br /&gt;we face the same problem in some android phone while others work fine.&lt;br /&gt;Any tips would be appreciated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_ERROR_TIMEOUT (0x13) on sending notifications</title><link>https://devzone.nordicsemi.com/thread/169370?ContentTypeID=1</link><pubDate>Mon, 04 Feb 2019 18:01:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25d2dd13-57d7-4544-9be3-30811d3c93e3</guid><dc:creator>Nils Roth</dc:creator><description>&lt;p&gt;Thank you very much for your replay. Seems like I mixed up HEX 0x13 and DEC 19. Makes much more sense now!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_ERROR_TIMEOUT (0x13) on sending notifications</title><link>https://devzone.nordicsemi.com/thread/169350?ContentTypeID=1</link><pubDate>Mon, 04 Feb 2019 15:31:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7462d71-a676-48d3-9180-aa5db679de1a</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If you are getting&amp;nbsp;NRF_ERROR_RESOURCES (0x13 = 19) when calling&amp;nbsp;&lt;span&gt;sd_ble_gatts_hvx() that is pretty normal, and means that the softdevice buffer is full. You need to try again when some data is sent (typically after&amp;nbsp;BLE_GATTS_EVT_HVN_TX_COMPLETE occurs). You should look into how you handle the&amp;nbsp;NRF_ERROR_RESOURCES error code, for instance you don&amp;#39;t need to assert.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;br /&gt;Kenneth&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_ERROR_TIMEOUT (0x13) on sending notifications</title><link>https://devzone.nordicsemi.com/thread/169102?ContentTypeID=1</link><pubDate>Fri, 01 Feb 2019 15:08:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a356bc88-c536-48ac-b60f-6be00e3970df</guid><dc:creator>Nils Roth</dc:creator><description>&lt;p&gt;Sorry I wrote down wrong connection parameters. I&amp;acute;m actually using the following connection intervals:&lt;pre class="ui-code" data-mode="c_cpp"&gt;// in main.c
#define MIN_CONN_INTERVAL               MSEC_TO_UNITS(7.5, UNIT_1_25_MS)             /**&amp;lt; Minimum acceptable connection interval (20 ms), Connection interval uses 1.25 ms units. */
#define MAX_CONN_INTERVAL               MSEC_TO_UNITS(400, UNIT_1_25_MS)             /**&amp;lt; Maximum acceptable connection interval (75 ms), Connection interval uses 1.25 ms units. */&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>