<?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>Data rate problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36465/data-rate-problem</link><description>Hi, 
 I use the peripheral ble_app_uart with nRF52832 (Murata module). The nRF52832 is connected to another MCU, STM32L476, via UART. 
 I develop using IAR. 
 I have a couple of problems, but first I&amp;#39;ll explain what changes I&amp;#39;ve made to the code. 
 The</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 01 Aug 2018 12:57:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36465/data-rate-problem" /><item><title>RE: Data rate problem</title><link>https://devzone.nordicsemi.com/thread/142410?ContentTypeID=1</link><pubDate>Wed, 01 Aug 2018 12:57:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05f2032b-ef0d-4e03-8552-1c407978ec6f</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;You can update the MTU size at any point after a copnnection has been established. A GATT server can request an MTU change of the Client, the same is true for the client to the server.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;See&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.0.0/group___b_l_e___g_a_t_t_c___m_t_u___e_x_c_h_a_n_g_e.html"&gt;GATTC ATT_MTU Exchange&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a title="GATTS ATT_MTU Exchange" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.0.0/group___b_l_e___g_a_t_t_s___m_t_u___e_x_c_h_a_n_g_e.html?cp=2_3_1_1_0_2_4_3_1"&gt;GATTS ATT_MTU Exchange&lt;/a&gt;&amp;nbsp;API docs.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data rate problem</title><link>https://devzone.nordicsemi.com/thread/141128?ContentTypeID=1</link><pubDate>Tue, 24 Jul 2018 11:15:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d79b8a8e-e544-44a7-9ece-d4e91bd073f0</guid><dc:creator>Clonimmus74</dc:creator><description>&lt;p&gt;I still don&amp;#39;t understand how to implement it.&lt;/p&gt;
&lt;p&gt;I saw&amp;nbsp;sd_ble_gattc_exchange_mtu_request(uint16_t &lt;span&gt; &lt;/span&gt;conn_handle,uint16_t &lt;span&gt; &lt;/span&gt;client_rx_mtu ) but that needs to be in the host side, no? at what stage? what do I pass for&amp;nbsp;&lt;em&gt;client_rx_mtu&lt;/em&gt;&lt;span&gt;&amp;nbsp;?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What needs to be implemented at the server side?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data rate problem</title><link>https://devzone.nordicsemi.com/thread/140791?ContentTypeID=1</link><pubDate>Fri, 20 Jul 2018 09:04:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00a80874-7e22-40d6-b30b-8aef85007d4f</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;Same API for sending the data. You need to verify that you&amp;#39;ve enabled MTU extension. See the message sequence chart i linked to previously for the API callas that you need to search for in your code.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data rate problem</title><link>https://devzone.nordicsemi.com/thread/140677?ContentTypeID=1</link><pubDate>Thu, 19 Jul 2018 13:10:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:719cc20f-7dba-46eb-91a4-461c223bb0a3</guid><dc:creator>Clonimmus74</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is it enabked by default in the uart example?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If not, how do I enable it? and do I use the same API function for sendinh the data?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data rate problem</title><link>https://devzone.nordicsemi.com/thread/140673?ContentTypeID=1</link><pubDate>Thu, 19 Jul 2018 12:49:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6fe5371e-86fa-4c5c-abcf-82c0b9c90c9d</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;Have you enabled MTU extension? See&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.0.0/group___b_l_e___g_a_t_t_c___m_t_u___e_x_c_h_a_n_g_e.html"&gt;GATTC ATT_MTU Exchange&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Data rate problem</title><link>https://devzone.nordicsemi.com/thread/140480?ContentTypeID=1</link><pubDate>Wed, 18 Jul 2018 06:50:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64b19e58-7017-45e6-b92f-a1590f7cfc8e</guid><dc:creator>Clonimmus74</dc:creator><description>&lt;p&gt;No one has any idea how to help?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>