<?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>How to make the nRF51 UART Peripheral Example connect/function with the nRF52 UART Central Example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22653/how-to-make-the-nrf51-uart-peripheral-example-connect-function-with-the-nrf52-uart-central-example</link><description>I am attempting to connect and send data between an nRF51422 (DK) running the UART Peripheral Example Code and an nRF52832 (DK) running the UART Central example. I am able to successfully load the code onto both devices and monitor print statements through</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Jun 2017 15:23:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22653/how-to-make-the-nrf51-uart-peripheral-example-connect-function-with-the-nrf52-uart-central-example" /><item><title>RE: How to make the nRF51 UART Peripheral Example connect/function with the nRF52 UART Central Example</title><link>https://devzone.nordicsemi.com/thread/89082?ContentTypeID=1</link><pubDate>Fri, 09 Jun 2017 15:23:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aead0047-ffa8-4c45-be53-b5d243f2fedb</guid><dc:creator>esmart_eng</dc:creator><description>&lt;p&gt;After making this change I am able to successfully send/receive messages between the nRF51 and nrf52. My question is resolved, thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to make the nRF51 UART Peripheral Example connect/function with the nRF52 UART Central Example</title><link>https://devzone.nordicsemi.com/thread/89081?ContentTypeID=1</link><pubDate>Fri, 09 Jun 2017 09:27:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b0d695d-92d3-426a-8e51-223a89d41d74</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;I suspect the problem is related to the GATT module (&lt;code&gt;gatt_init()&lt;/code&gt; ) introduced in SDK 13. The GATT module will initiate a MTU request, which is not supported by S130. By removing &lt;code&gt;gatt_init()&lt;/code&gt; from ble_app_uart_c, I would think it should work to connect ble_app_uart_c (SDK13) to ble_app_uart (SDK 12.3).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>