<?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>iOS NRF Mesh app will only provision and configure one device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/73714/ios-nrf-mesh-app-will-only-provision-and-configure-one-device</link><description>I am able to provision and configure 1 mesh device with the nrfMesh iOS app. I am able to successfully provision a second device, but when I configure a second device, the first config message times out, and I never receive a response 
 ConfigCompositionDataGet</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 08 Apr 2021 13:19:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/73714/ios-nrf-mesh-app-will-only-provision-and-configure-one-device" /><item><title>RE: iOS NRF Mesh app will only provision and configure one device</title><link>https://devzone.nordicsemi.com/thread/303791?ContentTypeID=1</link><pubDate>Thu, 08 Apr 2021 13:19:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5bcfebb-33db-4a15-a6e0-c64790add994</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;There may be a lot of reasons why this happens:&lt;/p&gt;
&lt;p&gt;- The node you&amp;#39;re connected to has GATT Proxy turned off (this is by default enabled, so you&amp;#39;d have to turn it off)&lt;br /&gt;- The new node is not reachable (also not likely, as you just provisioned it. Check if you can connect to it using the Proxy tab -&amp;gt; disable automatic connection -&amp;gt; connect to it -&amp;gt; repeat sending ConfigCompositionGet)&lt;br /&gt;- Your ConfigCompositionGet is sent in 2 packets:&lt;/p&gt;
&lt;p&gt;&lt;b&gt;2021-04-07 14:21:34.336394-0600 nRFMeshProvision_Example[47763:5316610] [Bearer] -&amp;gt; 0x406F48E99DBFF7613B20FB5FFD35C68E27F1561C&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;2021-04-07 14:21:34.352579-0600 nRFMeshProvision_Example[47763:5305094] [Bearer] -&amp;gt; 0xC0768B&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;which means, you have MTU = 23. What mesh implementation on the devices are you using? It doesn&amp;#39;t look like nRF Mesh SDK or mesh projects from nRF Connect SDK, as as far as I know, they have MTU set to 200+. That is not a problem, MTU = 23 should also work, but if you have a different mesh impl, perhaps there are issues with it. Try connecting directly to the new provisioned node, like I wrote in the 2nd bullet.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>