<?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>UART example in SDK 13.0.0 will not connect</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21760/uart-example-in-sdk-13-0-0-will-not-connect</link><description>The UART example in examples\ble_peripheral\ble_app_uart will not connect with SDK 13.0.0. This example was running just fine with v11.0.0 (Softdevice S132 v2.0.0) and v12.2.0 (Softdevice S132 v3.0.0) but now when I am trying to upgrade to SDK 13.0.0</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 May 2017 07:48:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21760/uart-example-in-sdk-13-0-0-will-not-connect" /><item><title>RE: UART example in SDK 13.0.0 will not connect</title><link>https://devzone.nordicsemi.com/thread/85451?ContentTypeID=1</link><pubDate>Thu, 04 May 2017 07:48:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4ba91f2-c7ea-46f2-9241-eae37eebc538</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I just checked the Sony E6553 spec stated that it only supports Bluetooth 4.1, most likely it&amp;#39;s the reason why it disconnects.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART example in SDK 13.0.0 will not connect</title><link>https://devzone.nordicsemi.com/thread/85450?ContentTypeID=1</link><pubDate>Wed, 03 May 2017 13:12:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68a7e030-126a-452c-93ec-daa0ed7236ab</guid><dc:creator>gnf</dc:creator><description>&lt;p&gt;Thank you! When commenting out the lines you suggest it works.&lt;/p&gt;
&lt;p&gt;I have not yet understood what the experimental GATT module does. Is this new for ver 13 of the SDK?&lt;/p&gt;
&lt;p&gt;Anyway, I have tested the following phones:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Sony E6553, Android 7.0: Does not work without the fix.&lt;/li&gt;
&lt;li&gt;Sony E6653, Android 7.0: Does not work without the fix.&lt;/li&gt;
&lt;li&gt;Google Nexus 5X, Android 7.1.1: Works!&lt;/li&gt;
&lt;li&gt;Iphone (model unclear): Works!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;By the way, the app I was using on the Android devices was nRF Connect version 4.11.0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART example in SDK 13.0.0 will not connect</title><link>https://devzone.nordicsemi.com/thread/85449?ContentTypeID=1</link><pubDate>Wed, 03 May 2017 08:58:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91736726-f3f7-4c00-8342-8447f7c77668</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi GNF,&lt;/p&gt;
&lt;p&gt;Could you let me know which phone are you using ?&lt;/p&gt;
&lt;p&gt;It seems that the phone doesn&amp;#39;t support Bluetooth 4.2 features and when the nRF52 request it would just simply disconnect.&lt;/p&gt;
&lt;p&gt;My suggestion is to disable request to extend ATT MTU and data length which is handled by the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v13.0.0/lib_ble_gatt.html?cp=4_0_0_3_1_10"&gt;experimental GATT module&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Please try to comment out     gatt_init(); in main() and nrf_ble_gatt_on_ble_evt() in ble_evt_dispatch().&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>