<?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>Maximum Group subscription of a node in BLE Mesh with NRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51978/maximum-group-subscription-of-a-node-in-ble-mesh-with-nrf52832</link><description>The value of 
 ACCESS_SUBSCRIPTION_LIST_COUNT is 7, 
 but when I add more than 3 group in subscription of a node, its shows insufficient resources error. 
 What is maximum number of group I can subscribe in a node? 
 I need at least 10 group to add to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 Sep 2019 06:28:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51978/maximum-group-subscription-of-a-node-in-ble-mesh-with-nrf52832" /><item><title>RE: Maximum Group subscription of a node in BLE Mesh with NRF52832</title><link>https://devzone.nordicsemi.com/thread/210591?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2019 06:28:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:446e5c80-cb8f-46bb-849f-85c35e5b8a9e</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;That&amp;#39;s good to hear!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you have any further questions, you are welcome to post another ticket here on devzone!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&amp;nbsp;&lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Maximum Group subscription of a node in BLE Mesh with NRF52832</title><link>https://devzone.nordicsemi.com/thread/209827?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2019 12:37:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00771a5e-7d00-4ee9-9af0-1e6551259f65</guid><dc:creator>bivay</dc:creator><description>&lt;p&gt;Thanks It works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Maximum Group subscription of a node in BLE Mesh with NRF52832</title><link>https://devzone.nordicsemi.com/thread/209762?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2019 07:48:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc2111d6-7fe6-410c-b4ba-070107b688ef</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In order to add more than 3 subscription addresses, you need to increase the max. number of non-virtual addresses.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;in access.c: line137:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/** Maximum number of non-virtual addresses.
 * - Generic OnOff publication
 * - Health publication
 * - Subscription address
 */
#define DSM_NONVIRTUAL_ADDR_MAX                         (3)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This value is set to 3 by default in the SDK. Increase it to add more subscription addresses.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Maximum Group subscription of a node in BLE Mesh with NRF52832</title><link>https://devzone.nordicsemi.com/thread/209160?ContentTypeID=1</link><pubDate>Wed, 11 Sep 2019 11:56:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64d6a6e8-18ac-441c-9218-01503d27ad8a</guid><dc:creator>bivay</dc:creator><description>&lt;p&gt;Then What is caused of resources error adding more then 3 group of subscription.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Maximum Group subscription of a node in BLE Mesh with NRF52832</title><link>https://devzone.nordicsemi.com/thread/209153?ContentTypeID=1</link><pubDate>Wed, 11 Sep 2019 11:47:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34ae5ae3-6817-477b-b330-56021c12ebdf</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I couldn&amp;#39;t find any restriction or limit to the number of subscription addresses in the spec.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Mesh Profile Specification v.1.0.1, page 31:&amp;nbsp;&lt;br /&gt;&lt;em&gt;A node can have multiple subscriptions per instance of a model’s element, although nodes may limit the number of subscriptions that are supported.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;So it seems this is something that would have to be limited in each node.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>