<?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 enable proxy feature in nRF Mesh app?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/66577/how-to-enable-proxy-feature-in-nrf-mesh-app</link><description>I have a similar issue with https://devzone.nordicsemi.com/f/nordic-q-a/58524/nrf-mesh-can-t-see-node-feature 
 I am using nrf5_SDK_for_Mesh_v4.2.0_src for the light switch client example 
 I have defined the following in nrf_mesh_config_app.h : 
 #define</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 08 Oct 2020 15:02:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/66577/how-to-enable-proxy-feature-in-nrf-mesh-app" /><item><title>RE: How to enable proxy feature in nRF Mesh app?</title><link>https://devzone.nordicsemi.com/thread/273833?ContentTypeID=1</link><pubDate>Thu, 08 Oct 2020 15:02:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63b11cfb-dd06-43b7-b8f7-bfd97c8d3f03</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;From what I understand the error you mention in that other thread should be part of what was fixed in version 2.2.3 of the nRF Mesh app, released May 1, 2020, yes, although I am not 100 % certain. Are you still able to reproduce that issue?&lt;/p&gt;
&lt;p&gt;Regarding this issue, thank you for the detailed steps. We have reproduced. It looks like the information from the app that proxy is not enabled is wrong.&lt;/p&gt;
&lt;p&gt;I also reproduced with nRF Mesh for Android. There, after connecting, the state is shown as &amp;quot;ON&amp;quot; initially, but by using the &amp;quot;read state&amp;quot; functionality (available in the Android version of nRF Mesh), the state is then displayed as &amp;quot;OFF&amp;quot;. However, after manually toggling the setting to &amp;quot;ON&amp;quot; again through the app, it now consistently shows as &amp;quot;ON&amp;quot;, also when re-read. I suspect an error in nRF5 SDK for Mesh, and will report internally.&lt;/p&gt;
&lt;p&gt;(To clarify, it looks like the node claims to have proxy feature &amp;quot;off&amp;quot;, until the state has been changed or updated through configuration. So when the app reads the status from the node, it gets told that the feature is off, even if in reality the feature is on.)&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable proxy feature in nRF Mesh app?</title><link>https://devzone.nordicsemi.com/thread/272638?ContentTypeID=1</link><pubDate>Fri, 02 Oct 2020 01:47:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db6e62d3-a55a-4dad-b89d-2218607a1715</guid><dc:creator>Meg</dc:creator><description>&lt;p&gt;Hello Terje,&lt;/p&gt;
&lt;p&gt;Would like to ask if the error mentioned in&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/58524/nrf-mesh-can-t-see-node-feature"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/58524/nrf-mesh-can-t-see-node-feature&lt;/a&gt;&amp;nbsp;have been rectified??&lt;/p&gt;
&lt;p&gt;I am currently using &lt;strong&gt;nRF Mesh Application version 2.2.3 on iPhone&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;I connected to the node via the following steps:&lt;/p&gt;
&lt;p&gt;1. Connect the nRF52832 board to my laptop via a USB cable&lt;/p&gt;
&lt;p&gt;2. Open solution for the&amp;nbsp;&lt;span&gt;nrf5_SDK_for_Mesh_v4.2.0_src light switch client example via SEGGER and made the change to include the&amp;nbsp;#define MESH_FEATURE_PROXY_ENABLED (1)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;3. Target -&amp;gt; Connect J-Link -&amp;gt; Erase All&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;4. Build -&amp;gt; Build and Run&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;5. Open nRF Mesh app on phone&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;6. Provision my nRF5x Light Switch, chose Static OOB and entered the 16-character hexadecimal string.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;7. After successful provisioning, I wait for the app to request composition data and that&amp;#39;s all&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But under Node Features, it will still state that &lt;strong&gt;Proxy: Not enabled&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable proxy feature in nRF Mesh app?</title><link>https://devzone.nordicsemi.com/thread/272522?ContentTypeID=1</link><pubDate>Thu, 01 Oct 2020 12:37:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6854e3a-0bde-4853-af99-ec42ae91cedc</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;How did you connect to the mesh network from the phone?&lt;/p&gt;
&lt;p&gt;If you can use the nRF Mesh to connect to the node, then the node must have the GATT proxy feature enabled, because the nRF Mesh app only uses GATT proxy for connecting to the network...&lt;/p&gt;
&lt;p&gt;What version of the nRF Mesh app is this, and iOS or Android?&lt;/p&gt;
&lt;p&gt;It may be a similar error to the &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/58524/nrf-mesh-can-t-see-node-feature"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/58524/nrf-mesh-can-t-see-node-feature&lt;/a&gt; as you mention.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>