<?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>52832 Reception rate</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/93944/52832-reception-rate</link><description>hi： 
 I use ble_app_uart routine, test the receiving rate, use the mobile phone to send data, 52832 receive the fastest can only be 10KB. 
 In addition, when the interval time is set to 30, the NRF_SDH_BLE_GAP_EVENT_LENGTH can only be set to 6, otherwise</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 17 Nov 2022 10:16:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/93944/52832-reception-rate" /><item><title>RE: 52832 Reception rate</title><link>https://devzone.nordicsemi.com/thread/396167?ContentTypeID=1</link><pubDate>Thu, 17 Nov 2022 10:16:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d25a6e11-e671-4300-99b8-bf78a40ab9f9</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Great - I am glad to hear that your issue is resolved.&lt;br /&gt;&lt;br /&gt;Please do not hesitate to open another ticket if you should encounter any other issues or questions.&lt;br /&gt;&lt;br /&gt;Good luck with your development!&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52832 Reception rate</title><link>https://devzone.nordicsemi.com/thread/396148?ContentTypeID=1</link><pubDate>Thu, 17 Nov 2022 09:24:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:391d12e7-2da2-47c2-b84e-f7a038064e11</guid><dc:creator>nicekey</dc:creator><description>&lt;p&gt;I should have found a solution. When changing the value of NRF_SDH_BLE_GAP_EVENT_LENGTH, you should modify the RAM settings according to the debug prompt. thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52832 Reception rate</title><link>https://devzone.nordicsemi.com/thread/396142?ContentTypeID=1</link><pubDate>Thu, 17 Nov 2022 09:10:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10870ea0-e5fa-4325-9a68-a98f4a67b3f7</guid><dc:creator>Karl Ylvisaker</dc:creator><description>[quote user="nicekey"]Thank you for your reply.[/quote]
&lt;p&gt;No problem at all, I am happy to help! :)&amp;nbsp;&lt;/p&gt;
[quote user="nicekey"]System apps can&amp;#39;t run after the current change.[/quote]
&lt;p&gt;Could you please elaborate what changes you are referring to here, and how it break the application?&lt;br /&gt;Are you able to compile, but the device resets during operation, for example?&lt;br /&gt;If so, do you get an error message output to your logger?&lt;br /&gt;&lt;br /&gt;If not, please make sure to have DEBUG defined in your preprocessor defines, like shown in the included image:&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/5751.enabling_5F00_debug_5F00_SES.PNG" /&gt;&lt;br /&gt;This will output a detailed error message to your logger whenever a non-NRF_SUCCESS error code is passed to an APP_ERROR_CHECK.&lt;br /&gt;Please let me know what this error message reads, and what line of code it is referring to.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52832 Reception rate</title><link>https://devzone.nordicsemi.com/thread/396101?ContentTypeID=1</link><pubDate>Thu, 17 Nov 2022 01:33:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03132947-afea-4494-bb29-a6cbb37729eb</guid><dc:creator>nicekey</dc:creator><description>&lt;p&gt;Hello:&lt;/p&gt;
&lt;p&gt;Thank you for your reply. I currently want to fix the value of being able to change the NRF_SDH_BLE_GAP_EVENT_LENGTH when setting the MIN_CONN_INTERVAL to 30ms. System apps can&amp;#39;t run after the current change.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52832 Reception rate</title><link>https://devzone.nordicsemi.com/thread/395974?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2022 12:41:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92f3c68f-7c99-4857-8c0e-94a21eee0e9e</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;Please see &lt;a href="https://infocenter.nordicsemi.com/topic/sds_s140/SDS/s1xx/ble_data_throughput/ble_data_throughput.html"&gt;the Throughput documentation&lt;/a&gt; for more information about which combination of connection parameters that yield the highest throughput.&lt;br /&gt;&lt;br /&gt;Additionally it could be helpful to &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/ble_sdk_app_att_mtu.html"&gt;try out the experimental throughput example&lt;/a&gt;, if you wish to test the different parameters to measure the effects that they have on your throughput.&lt;br /&gt;&lt;br /&gt;Please note that it is the central device that determines which connection parameters are being used, always. A peripheral may only&amp;nbsp;&lt;em&gt;request&lt;/em&gt; an update of the connection parameters, which the central can reject. In that case, the peripheral must either just accept the connection parameters set by the central, or terminate the link - i.e there is no way for the peripheral to force a change in these parameters.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>