<?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>BLE mesh not sending messages when debugging from a different computer</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/89483/ble-mesh-not-sending-messages-when-debugging-from-a-different-computer</link><description>I am using the DK PCA10041 with SDK 17 and mesh SDK 5.0.0. I have run into an odd issue. I set up the dimming mesh example with a client and two servers and provisioned them. When I debug the client from my main Apple computer with Segger everything works</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 06 Jul 2022 11:38:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/89483/ble-mesh-not-sending-messages-when-debugging-from-a-different-computer" /><item><title>RE: BLE mesh not sending messages when debugging from a different computer</title><link>https://devzone.nordicsemi.com/thread/375759?ContentTypeID=1</link><pubDate>Wed, 06 Jul 2022 11:38:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a03c46da-6abf-4d92-a69c-a3969ef3ce94</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi SS,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for letting me know about the finding. It&amp;#39;s quite strange that only when debugging the issue happens.&amp;nbsp;&lt;br /&gt;I would suggest to try with the recommended SES version of 6.16a as in the documentation for nRF5 SDK for mesh.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE mesh not sending messages when debugging from a different computer</title><link>https://devzone.nordicsemi.com/thread/375636?ContentTypeID=1</link><pubDate>Tue, 05 Jul 2022 21:15:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71814c64-4ea6-410f-b8e5-3749703e6bbb</guid><dc:creator>Enginerd</dc:creator><description>[quote userid="2121" url="~/f/nordic-q-a/89483/ble-mesh-not-sending-messages-when-debugging-from-a-different-computer/375004"]Just to clarify, you have 2 Windows machines ? And&amp;nbsp; by VNC you meant Virtual Network Computing ? Like a remote desktop&amp;nbsp; ?[/quote]
&lt;p&gt;The machine that the debugger is attached to is running Windows 11 and the computer that I use to access the Windows machine is running Ubuntu 20.04. I do use a remote desktop kind of way to access the Windows computer.&amp;nbsp;&lt;/p&gt;
[quote userid="2121" url="~/f/nordic-q-a/89483/ble-mesh-not-sending-messages-when-debugging-from-a-different-computer/375004"]Do you have any trouble if you debug directly from the first Windows machine that connects directly to the DK via USB&amp;nbsp; ?&amp;nbsp;[/quote]
&lt;p&gt;When I debug from the Windows machine then I can run the debugger and provision my device. The problem is after it finishes provisioning then it will timeout during the &lt;strong&gt;&amp;quot;Status Requesting Composition Data...&lt;/strong&gt;&amp;quot; process and I get an &amp;quot;&lt;b&gt;Error Request timed out.&lt;/b&gt;&amp;quot; on the phone that I use to provision the node.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After this happens I cannot add an &amp;quot;Application Key&amp;quot;. I cannot even &amp;quot;Reset&amp;quot; the node.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When I am debugging from my Ubuntu machine,&amp;nbsp;I have no issues whatsoever. I can debug, provision and control my servers after provisioning the node.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The odd part is that I have copied and pasted the entire SDK and examples from the&amp;nbsp;Ubuntu computer to&amp;nbsp;the Windows machine. I have actually successfully done this on other computers and it works fine, just not on this Windows machine.&amp;nbsp;&lt;/p&gt;
[quote userid="2121" url="~/f/nordic-q-a/89483/ble-mesh-not-sending-messages-when-debugging-from-a-different-computer/375004"]When you do provisioning, can you do &amp;quot;Identify&amp;quot; the device ? How did you do provisioning, via a phone or via another DK ? Have you tried both way ?&amp;nbsp;[/quote]
&lt;p&gt;I use an iPhone 13 to provision the nodes using the mesh APP. I have also used an Android tablet to provision the nodes as well and it doesn&amp;#39;t work when I program the node with the Windows machine.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have noticed that when I look at the device memory layout in nRF Connect Programmer after programming with the Windows machine and compare it to the device memory layout after programming from the Ubuntu machine the Application&amp;nbsp;region is different. The softdevice regions are they same.&lt;/p&gt;
&lt;p&gt;After some time of looking into this I eventually got it to work with a very simple solution. I downgraded Segger Studio from V6.32b to V5.40c and everything just worked.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE mesh not sending messages when debugging from a different computer</title><link>https://devzone.nordicsemi.com/thread/375004?ContentTypeID=1</link><pubDate>Fri, 01 Jul 2022 06:58:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:815cb487-a62d-4f90-a4ec-b304d92a99ae</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi SS,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Just to clarify, you have 2 Windows machines ? And&amp;nbsp; by VNC you meant Virtual Network Computing ? Like a remote desktop&amp;nbsp; ?&lt;/p&gt;
&lt;p&gt;Do you have any trouble if you debug directly from the first Windows machine that connects directly to the DK via USB&amp;nbsp; ?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;When you do provisioning, can you do &amp;quot;Identify&amp;quot; the device ? How did you do provisioning, via a phone or via another DK ? Have you tried both way ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have you checked if there is any log on the DK when you provision ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE mesh not sending messages when debugging from a different computer</title><link>https://devzone.nordicsemi.com/thread/374968?ContentTypeID=1</link><pubDate>Thu, 30 Jun 2022 17:17:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:908a2046-9432-4810-948f-d2d77f1e2668</guid><dc:creator>Enginerd</dc:creator><description>[quote userid="2121" url="~/f/nordic-q-a/89483/ble-mesh-not-sending-messages-when-debugging-from-a-different-computer/374888"]Could you explain what you meant by &amp;quot;remotely debug/update firmware&amp;quot; ? How did you connect the Windows machine and the nRF board ?&amp;nbsp;[/quote]
&lt;p&gt;It is just a windows machine that I can connect to remotely through a VNC. I have the DK connected to the Windows machine with a USB cable.&amp;nbsp;&lt;/p&gt;
[quote userid="2121" url="~/f/nordic-q-a/89483/ble-mesh-not-sending-messages-when-debugging-from-a-different-computer/374888"]Have you tried to debug any simple application and check if it can step in the code and can operate normally ?&amp;nbsp;[/quote]
&lt;p&gt;Yes, I tried the &amp;#39;dimming&amp;#39; example and it seems to work from a fresh downloaded mesh SDK. When I use my code that works on the other computers, I can provision the node but it times out while &amp;#39;Requesting Composition Data&amp;#39;. It is almost as if the mesh features are not there.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE mesh not sending messages when debugging from a different computer</title><link>https://devzone.nordicsemi.com/thread/374888?ContentTypeID=1</link><pubDate>Thu, 30 Jun 2022 11:45:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47376293-f811-44c3-b8c8-5cb2c7f95b17</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you explain what you meant by &amp;quot;remotely debug/update firmware&amp;quot; ? How did you connect the Windows machine and the nRF board ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have you tried to debug any simple application and check if it can step in the code and can operate normally ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>