<?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>Addressing of a node in BLE Mesh</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52103/addressing-of-a-node-in-ble-mesh</link><description>As unicast address is a address of a element in a node. 
 We have to assign unicast address to 500 nodes each contains 2 elements, and we configured publish and subscribe addresses to each model. 
 We have to use client and server model both in our application</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Sep 2019 15:12:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52103/addressing-of-a-node-in-ble-mesh" /><item><title>RE: Addressing of a node in BLE Mesh</title><link>https://devzone.nordicsemi.com/thread/210487?ContentTypeID=1</link><pubDate>Wed, 18 Sep 2019 15:12:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4429285d-662f-45d6-94bf-760f2720cc51</guid><dc:creator>Omkar Kulkarni</dc:creator><description>&lt;p&gt;As far as I understand, the Bluetooth Mesh is designed to be interoperable networking standard. Since it a networking standard, it is imperative to have a notion of addresses and a way of categorizing the end-application functionality in suitably defined blocks so that this functionality can be developed, tested, qualified and deployed as required. That is why Bluetooth Mesh uses the notion of elements for addressing, and a notion of models that broadly define end-application use cases.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Addressing of a node in BLE Mesh</title><link>https://devzone.nordicsemi.com/thread/210438?ContentTypeID=1</link><pubDate>Wed, 18 Sep 2019 13:40:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df183705-ce54-4e94-b070-941edf16c794</guid><dc:creator>bivay</dc:creator><description>&lt;p&gt;I have one doubt that why there is elements or models in Bluetooth, it can be simple as sending messages and then translate them into useful work, in this single element and model needed, no need to worry about future expansion in code side if it provisioned or not.&lt;/p&gt;
&lt;p&gt;I searched many time for this reason but didn&amp;#39;t get answer. I asked Bluettoth SIG about it, but didn&amp;#39;t get response from there.&lt;/p&gt;
&lt;p&gt;How models are better than one single model with only trans receive of messages and then use message as need.&lt;/p&gt;
&lt;p&gt;I didn&amp;#39;t means that Models are wrong or anything else, and I know if it is standard, then there must be reason for it. I want to know this reason.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Addressing of a node in BLE Mesh</title><link>https://devzone.nordicsemi.com/thread/210432?ContentTypeID=1</link><pubDate>Wed, 18 Sep 2019 13:29:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14a953c4-c3d3-4f3f-88e2-83f43e9fb0c5</guid><dc:creator>Omkar Kulkarni</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;A couple of points:&lt;/p&gt;
&lt;p&gt;1. Are you trying to deploy this product as a qualified Bluetooth Mesh device? If the answer is Yes, you cannot change the device composition of such device (i.e. adding more elements and models), once the device is provisioned. This is because third party provisioner will not know such change has occurred and it will break the addressing of the nodes in a network by having multiple nodes/elements with the same address. This may break the functionality of the network for those nodes which have overlapping addresses.&lt;/p&gt;
&lt;p&gt;2. If the answer to (1) is No, probably you can do certain tricks to minimize reconfiguration efforts. Such as: leaving gaps in the address spaces. For example, the unicast address of each node can be assigned such that, this address is a multiple 5, instead of assigning them sequentially. Leaving you a gap of 2 addresses (since each node has 3 elements in your case) for future expansion. Once you have this, for the reconfiguration purpose, you may only have to reconfigure publish or the subscribe setting of the affected models on affected nodes, or, directly use access and DSM APIs to change the publication and subscription settings on the node locally (see config_server module code for handling publication and subscription messages as a reference).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>