<?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>First study Mesh</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/78171/first-study-mesh</link><description>Hello, 
 I found this picture on Nordic&amp;#39;s official website 
 
 1、Can only proxy node connect to mobile phone and GATT? 
 
 2、 
 I open mesh example (dimming), which contains client and server 
 My understanding is 
 Client can achieve P, RN and FN 
 Server</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Aug 2021 11:32:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/78171/first-study-mesh" /><item><title>RE: First study Mesh</title><link>https://devzone.nordicsemi.com/thread/326350?ContentTypeID=1</link><pubDate>Tue, 24 Aug 2021 11:32:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cfafdd1a-2bfd-4ff7-ac0a-34c3c13c7c08</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;1. In the figure, the GATT proxy nodes are marked &amp;quot;P&amp;quot;, and in addition to GATT proxy they also have relay feature enabled. The node marked &amp;quot;GATT&amp;quot; is a GATT only smartphone (or similar device) that connects to the mesh network through a GATT proxy node. The GATT proxy node will relay packets to and from the GATT only node.&lt;/p&gt;
&lt;p&gt;2. Bluetooth mesh does not use the &amp;quot;long range&amp;quot; feature from Bluetooth 5, so the way you get longer range in Bluetooth mesh is from relaying packets through the network. This relaying happens automatically by relay nodes (nodes with relay feature enabled). In the figure, all the nodes marked &amp;quot;P&amp;quot;, &amp;quot;RN&amp;quot; and &amp;quot;FN&amp;quot; have the relay feature enabled, in addition to any other features. This means none of the examples have &amp;quot;long range&amp;quot; from Bluetooth 5. All of the examples work with Bluetooth mesh networks where packets gets relayed.&lt;/p&gt;
&lt;p&gt;In nRF5 SDK for Mesh, all examples that can be tested using the nRF Mesh app for provisioning and configuration, have enabled the GATT proxy feature. For instance the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_examples_light_switch_README.html"&gt;Light switch example&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;3. The API lets you send and receive mesh packets on a device that has only normal BLE support and not Bluetooth mesh support. It must be built on top of the normal Bluetooth API on the specific system, for instance on top of the Bluetooth API of Android. We do have libraries for this on github, for &lt;a href="https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library"&gt;Android&lt;/a&gt; and for &lt;a href="https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library"&gt;iOS&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;4. The Dongle is only partially supported. See &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_doc_user_guide_mesh_compatibility.html&amp;amp;anchor=compatibility_nRF52840_dongle"&gt;Limited compatibility with nRF52840 on PCA10059 Dongle&lt;/a&gt; for details.&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: First study Mesh</title><link>https://devzone.nordicsemi.com/thread/326032?ContentTypeID=1</link><pubDate>Sat, 21 Aug 2021 03:04:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5ed5cc2-ac08-43c9-833a-4b4d92aab6a4</guid><dc:creator>tony55723</dc:creator><description>&lt;p&gt;Thank you for your reply during this time&lt;/p&gt;
&lt;p&gt;I probably understand&amp;nbsp;Bluetooth&amp;nbsp;Mesh&lt;/p&gt;
&lt;p&gt;Let me ask you a few more questions, Thanks&lt;/p&gt;
&lt;p&gt;1、Should GATT nodes be the same as N nodes? (it will not retransmit messages)&lt;/p&gt;
&lt;p&gt;2、The example of GATT in the Mesh SDK folder? (Especially&amp;nbsp;LongRange&amp;nbsp;example)&lt;/p&gt;
&lt;p&gt;3、&lt;/p&gt;
&lt;p&gt;If the mobile phone wants to use mesh, it seems to be embedded with an API.&lt;/p&gt;
&lt;p&gt;No matter Android or IOS, where is this API?&lt;/p&gt;
&lt;p&gt;4、I want to add&amp;nbsp;Thingy and&amp;nbsp;Dongle to mesh. Can you briefly explain where I should modify?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First study Mesh</title><link>https://devzone.nordicsemi.com/thread/325620?ContentTypeID=1</link><pubDate>Thu, 19 Aug 2021 06:37:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b41e6f39-fd71-42c0-adc0-effcdd6918b6</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;As I have answered you earlier a node can have multiple features (roles) at the same time:&lt;br /&gt;&lt;em&gt;Our examples can do most of the role for example the light switch example can be FN, RN, P, N. We have the example for LPN separately.&amp;nbsp;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First study Mesh</title><link>https://devzone.nordicsemi.com/thread/325604?ContentTypeID=1</link><pubDate>Thu, 19 Aug 2021 03:56:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0d595c5-fa78-4c3d-b4cc-60a4245bb11b</guid><dc:creator>tony55723</dc:creator><description>&lt;p&gt;Can a node have multiple functions?&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/6114.q1.jpg" /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/2308.q2.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;I always thought was that a node can only have one mode&lt;/p&gt;
&lt;p&gt;This Server contains proxy node and friedn node?&lt;/p&gt;
&lt;p&gt;Thank&amp;nbsp;you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First study Mesh</title><link>https://devzone.nordicsemi.com/thread/325030?ContentTypeID=1</link><pubDate>Mon, 16 Aug 2021 08:07:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:abd49098-9bb9-423b-b8f8-7e5d738b61e3</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Tony,&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp;Two same model can&amp;#39;t be on one the same element. This is the reason we have multiple elements because we have multiple OnOff clients. Please study the Mesh specification &lt;a href="https://www.bluetooth.com/specifications/specs/mesh-profile-1-0-1/"&gt;here &lt;/a&gt;or the quick start guide &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/md_doc_user_guide_mesh_basic_concepts.html?cp=8_2_2_0"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. The server node a normal mesh node and it&amp;#39;s also a Proxy node at the same time. It can also act as a friend node.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First study Mesh</title><link>https://devzone.nordicsemi.com/thread/324920?ContentTypeID=1</link><pubDate>Sat, 14 Aug 2021 07:46:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d22a9292-641c-42a0-9ee6-74dee09e1689</guid><dc:creator>tony55723</dc:creator><description>&lt;p&gt;I currently use command line to erase the chip, and then use SES to download the program&lt;/p&gt;
&lt;p&gt;I have now downloaded the sample program light_ switch&lt;/p&gt;
&lt;p&gt;The function should be successful&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/IMG_5F00_0256.MOV"&gt;devzone.nordicsemi.com/.../IMG_5F00_0256.MOV&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But I have a few questions&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/IMG_5F00_0258.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;1、In nRF&amp;nbsp;Mesh&amp;nbsp;APP for iOS,&amp;nbsp;why does the client have 3 elements?&lt;/p&gt;
&lt;p&gt;(How should I understand element?)&lt;/p&gt;
&lt;p&gt;(Server has only one element, And I only set client Element2)&lt;/p&gt;
&lt;p&gt;=================================================&lt;/p&gt;
&lt;p&gt;2、In&amp;nbsp;my&amp;nbsp;video, example is light_ switch,&lt;/p&gt;
&lt;p&gt;The board of the client should be a proxy node,&lt;/p&gt;
&lt;p&gt;What kind of node does the server board belong to?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank&amp;nbsp;you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First study Mesh</title><link>https://devzone.nordicsemi.com/thread/324602?ContentTypeID=1</link><pubDate>Thu, 12 Aug 2021 08:17:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:634b787a-8e53-493b-955b-07341072ce8e</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Tony,&amp;nbsp;&lt;br /&gt;I would suggest to try installing Jlink driver again. Aslo please upgrade (or reinstall ) nRF Connect app. The latest version of nRF Connect is v3.7.0 and the programmer is v1.4.11&lt;/p&gt;
&lt;p&gt;Or you can just use the nrfjprog.exe to program , it&amp;#39;s my preferred programmer if you are familiar with commandline tool.&amp;nbsp;&lt;br /&gt;Note that you can use Segger Embeded Studio to program the chip after you compile the application.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First study Mesh</title><link>https://devzone.nordicsemi.com/thread/324563?ContentTypeID=1</link><pubDate>Thu, 12 Aug 2021 01:43:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d8cef5b-4dee-4dfb-bc6f-02fc5db26840</guid><dc:creator>tony55723</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/0576.a1.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Should this be a successful implementation?&lt;/p&gt;
&lt;p&gt;But I still display the error below in NRF connect（v3.6.1）&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/7433.a2.png" /&gt;&lt;/p&gt;
&lt;p&gt;Thank&amp;nbsp;you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First study Mesh</title><link>https://devzone.nordicsemi.com/thread/324225?ContentTypeID=1</link><pubDate>Tue, 10 Aug 2021 11:53:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e5e3953-a32b-436d-a6a0-4aba5a6efaf9</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Tony,&amp;nbsp;&lt;br /&gt;Do you see the nRF52840 DK appear in &amp;quot;My Computer&amp;quot; when you plug it in ?&amp;nbsp;&lt;br /&gt;Could you install Nordic Command Line Tools ? and try using nrfjprog.exe to program ?&amp;nbsp;&lt;br /&gt;In Segger Embedded Studio you can flash using Target -&amp;gt; Download XYZ&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First study Mesh</title><link>https://devzone.nordicsemi.com/thread/324165?ContentTypeID=1</link><pubDate>Tue, 10 Aug 2021 09:11:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac61046a-fcf5-435e-9a6e-874cf982be94</guid><dc:creator>tony55723</dc:creator><description>&lt;p&gt;I want to burn Nordic example hex to 52840dk&lt;/p&gt;
&lt;p&gt;But there is a new problem&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/1651.q1.png" /&gt;&lt;/p&gt;
&lt;p&gt;My system is Windows 7&lt;/p&gt;
&lt;p&gt;J-Link&amp;nbsp;is 【JLink_Windows_V752b_x86_64】&lt;/p&gt;
&lt;p&gt;52840&amp;nbsp;DK【PCA10056&amp;nbsp; V0.9.2&amp;nbsp; 2017.34】&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know how to solve this problem...&lt;/p&gt;
&lt;p&gt;======================================&lt;/p&gt;
&lt;p&gt;Another question I&amp;#39;d like to ask&lt;/p&gt;
&lt;p&gt;In&amp;nbsp;keil,&amp;nbsp;here is a button to download the program&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/2555.q3.png" /&gt;&lt;/p&gt;
&lt;p&gt;In&amp;nbsp;segger embedded studio,&amp;nbsp;Where is the download button?&lt;/p&gt;
&lt;p&gt;Thank&amp;nbsp;you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First study Mesh</title><link>https://devzone.nordicsemi.com/thread/323995?ContentTypeID=1</link><pubDate>Mon, 09 Aug 2021 12:14:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d01d3e69-7eda-4eb6-b1fd-4f47c4be7c64</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Tony,&amp;nbsp;&lt;br /&gt;You would need at least 2 DKs. The Thingy is also not supported.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First study Mesh</title><link>https://devzone.nordicsemi.com/thread/323930?ContentTypeID=1</link><pubDate>Mon, 09 Aug 2021 08:13:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8adf88f-30a2-4444-9150-5f3ed307518c</guid><dc:creator>tony55723</dc:creator><description>&lt;p&gt;All&amp;nbsp;example is specially designed for DK, right?&lt;/p&gt;
&lt;p&gt;Because dongle has no buttons,&lt;/p&gt;
&lt;p&gt;it is impossible to 100% test the effect without changing the example code&lt;/p&gt;
&lt;p&gt;I only have 52840 DK here&lt;/p&gt;
&lt;p&gt;No problem testing&amp;nbsp;Mesh client&lt;/p&gt;
&lt;p&gt;But&amp;nbsp;Mesh&amp;nbsp;server....&lt;/p&gt;
&lt;p&gt;Is there any code for&amp;nbsp;Thingy in the exapmle folder?&lt;/p&gt;
&lt;p&gt;Or ....&amp;nbsp;two&amp;nbsp;DK&amp;nbsp;board&amp;nbsp;are required?&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: First study Mesh</title><link>https://devzone.nordicsemi.com/thread/323924?ContentTypeID=1</link><pubDate>Mon, 09 Aug 2021 07:59:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:519345cc-6b87-4eec-8c84-6ef9fb610c09</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Please use the nRF52 DK for development, not the dongle. The dongle is developed as a backend for nRF Connect or nRF Sniffer, not a development tool. Only after you are very familiar with the SDK and our Toolchain then you can use the dongle but it would requires some modification.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First study Mesh</title><link>https://devzone.nordicsemi.com/thread/323867?ContentTypeID=1</link><pubDate>Sat, 07 Aug 2021 07:39:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd5093cd-bf21-4021-8aec-6126f1ef159b</guid><dc:creator>tony55723</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/3326.q2.png" /&gt;&lt;/p&gt;
&lt;p&gt;I found softdevice in sdk17&lt;/p&gt;
&lt;p&gt;But now there are new problems&lt;/p&gt;
&lt;p&gt;Did I download mesh successfully?&lt;/p&gt;
&lt;p&gt;Can DFU problems be ignored?&lt;/p&gt;
&lt;p&gt;Because I found articles with the same problems as me in devzone&lt;/p&gt;
&lt;p&gt;Thank&amp;nbsp;you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First study Mesh</title><link>https://devzone.nordicsemi.com/thread/323866?ContentTypeID=1</link><pubDate>Sat, 07 Aug 2021 06:58:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c3ff587-9a90-45e0-938a-67f9b0ccc554</guid><dc:creator>tony55723</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/6355.q1.png" /&gt;&lt;/p&gt;
&lt;p&gt;I tried to download example to dongle&lt;/p&gt;
&lt;p&gt;But I have some problems&lt;/p&gt;
&lt;p&gt;Does mesh also have its own softdevice?&lt;/p&gt;
&lt;p&gt;I need to find the softdevice hex and add it?&lt;/p&gt;
&lt;p&gt;In addition, what does DFU&amp;#39;s error mean?&lt;/p&gt;
&lt;p&gt;My dongle is connected to the computer through USB&lt;/p&gt;
&lt;p&gt;Maybe the USB port is loose, which will cause this problem?&lt;/p&gt;
&lt;p&gt;Thank&amp;nbsp;you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First study Mesh</title><link>https://devzone.nordicsemi.com/thread/323227?ContentTypeID=1</link><pubDate>Wed, 04 Aug 2021 07:31:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8380ae7c-48a4-4cd2-a148-757f87fd65df</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;br /&gt;Please study the &lt;a href="https://www.bluetooth.com/specifications/specs/mesh-profile-1-0-1/"&gt;mesh protocol specification.&lt;/a&gt;&amp;nbsp;Have a look at section 2.3.11&lt;/p&gt;
&lt;p&gt;The type: Proxy, Friend, Relay are features. A node can have multiple features at the same time.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="tony55723"]&lt;p&gt;I have two 52840 dongle&lt;/p&gt;
&lt;p&gt;《PCA10059，V1.2.0，2019.28》&lt;/p&gt;
&lt;p&gt;This can support running Mesh&lt;/p&gt;
&lt;p&gt;But I have two other devices&lt;/p&gt;
&lt;p&gt;Thingy《PCA20020，V1.0.0，2017.40》&lt;/p&gt;
&lt;p&gt;52840&amp;nbsp;DK《PCA10056，V0.9.2，2017.34》&lt;/p&gt;
&lt;p&gt;Do these two also support Mesh?&lt;/p&gt;[/quote]
&lt;p&gt;&amp;nbsp;Yes, they can all be programmed to be a mesh node.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First study Mesh</title><link>https://devzone.nordicsemi.com/thread/323169?ContentTypeID=1</link><pubDate>Tue, 03 Aug 2021 17:10:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0fbb5e60-2fd7-4d9f-b8d4-0b8ded75e50d</guid><dc:creator>tony55723</dc:creator><description>&lt;p&gt;Thank you for your reply,&lt;/p&gt;
&lt;p&gt;On the second point, I still don&amp;#39;t quite understand&lt;/p&gt;
&lt;p&gt;Maybe another way to ask&lt;/p&gt;
&lt;p&gt;Device itself is a node&lt;/p&gt;
&lt;p&gt;The device is one of the six nodes that need to be set,&amp;nbsp;right?&lt;/p&gt;
&lt;p&gt;Or my idea is simply wrong,&amp;nbsp;because you mentioned level&lt;/p&gt;
&lt;p&gt;If use level to understand.......&lt;/p&gt;
&lt;p&gt;In a mesh network, it is possible that the current device, whose node is p, may become RN at the next moment&lt;/p&gt;
&lt;p&gt;========================&lt;/p&gt;
&lt;p&gt;Another question&lt;/p&gt;
&lt;p&gt;I have two 52840 dongle&lt;/p&gt;
&lt;p&gt;《PCA10059，V1.2.0，2019.28》&lt;/p&gt;
&lt;p&gt;This can support running Mesh&lt;/p&gt;
&lt;p&gt;But I have two other devices&lt;/p&gt;
&lt;p&gt;Thingy《PCA20020，V1.0.0，2017.40》&lt;/p&gt;
&lt;p&gt;52840&amp;nbsp;DK《PCA10056，V0.9.2，2017.34》&lt;/p&gt;
&lt;p&gt;Do these two also support Mesh?&lt;/p&gt;
&lt;p&gt;It&amp;#39;s a long time.......&lt;/p&gt;
&lt;p&gt;&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: First study Mesh</title><link>https://devzone.nordicsemi.com/thread/323097?ContentTypeID=1</link><pubDate>Tue, 03 Aug 2021 12:33:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10b06291-0e40-4ef2-8b92-b042c5ee9bff</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Tony,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. Correct. Only Proxy&amp;nbsp;node allow a phone to join the mesh network. However you can implement BLE in any node. That would allow a phone to connect to the node but not allowing it to join the mesh network. Have a look at co-exist example.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. No it&amp;#39;s not correct. It doesn&amp;#39;t really matter if you have a client or server model it&amp;#39;s on the access level when the P, RN, FN, LPN are on the lower levels.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. Our examples can do most of the role for example the light switch example can be FN, RN, P, N. We have the example for LPN separately.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>