<?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>Adding Server to Light Control Mesh Example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27633/adding-server-to-light-control-mesh-example</link><description>How do we go about adding servers to the light control example i.e. I would like to control 50 servers via one client. What needs to change in the code besides SERVER_COUNT below: 
 #define SERVER_COUNT (3)
#define CLIENT_COUNT (SERVER_COUNT + 1)</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 Mar 2018 09:22:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27633/adding-server-to-light-control-mesh-example" /><item><title>RE: Adding Server to Light Control Mesh Example</title><link>https://devzone.nordicsemi.com/thread/124102?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 09:22:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19fbffeb-9921-4d6c-82a5-b59a48345e5c</guid><dc:creator>ketil</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There are no fixed limitations for *_COUNT values other than pages available for flash. It is entirely application dependent and this will be different for all customers. I.e. If you want to use the Mesh DFU bootloader and do dual-bank transfers this will eventually lead to flash limitations.&lt;/p&gt;
&lt;p&gt;The only answer I can give is that you will have to try&amp;nbsp;until you reach the limits for your specific application.&lt;/p&gt;
&lt;p&gt;Ketil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding Server to Light Control Mesh Example</title><link>https://devzone.nordicsemi.com/thread/124058?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 04:56:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8490377e-ad49-45b4-8b23-b97125463a7a</guid><dc:creator>vanaja107</dc:creator><description>&lt;p&gt;Hi Ketil,&lt;/p&gt;
&lt;p&gt;I could able to Increase server count upto 90 where&amp;nbsp;&lt;span&gt;ACCESS_FLASH_PAGE_COUNT&amp;nbsp; is 5 and&amp;nbsp;DSM_FLASH_PAGE_COUNT&amp;nbsp;is 1.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;please correct me if I cross any limitations or above settings create any issue in the mesh operation.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding Server to Light Control Mesh Example</title><link>https://devzone.nordicsemi.com/thread/123953?ContentTypeID=1</link><pubDate>Mon, 12 Mar 2018 14:07:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6892deae-b8a5-4f8d-a07f-38c6bf436312</guid><dc:creator>ketil</dc:creator><description>&lt;p&gt;Hi Vanaja,&lt;/p&gt;
&lt;p&gt;There is no single correct answer to this question. Our recommendation is to increment the *_COUNT values by 1 and then re-compile. You will need to do this until you can compile without errors.&lt;/p&gt;
&lt;p&gt;My colleagues in the Mesh team also note that you should consider increasing&amp;nbsp;REPLAY_CACHE_ENTRIES since&amp;nbsp;any node cannot receive messages from more than REPLAY_CACHE_ENTRIES.&lt;/p&gt;
&lt;p&gt;Ketil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding Server to Light Control Mesh Example</title><link>https://devzone.nordicsemi.com/thread/123824?ContentTypeID=1</link><pubDate>Mon, 12 Mar 2018 07:04:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ccb38c78-f950-47f1-b5ba-9a911ad26df9</guid><dc:creator>vanaja107</dc:creator><description>&lt;p&gt;Hi Ketil,&lt;/p&gt;
&lt;p&gt;I am using nrf52832 for mesh and need to use 100 servers with single client.&lt;/p&gt;
&lt;p&gt;How should be&amp;nbsp;&lt;span&gt;&amp;nbsp;ACCESS_FLASH_PAGE_COUNT and DSM_FLASH_PAGE_COUNT values.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;light switch example is being used. what is the maximum no. of servers it can support.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;please tell me the limitations.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding Server to Light Control Mesh Example</title><link>https://devzone.nordicsemi.com/thread/109127?ContentTypeID=1</link><pubDate>Thu, 30 Nov 2017 13:40:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f77c000-9aad-4696-830e-b55ecf1133e8</guid><dc:creator>ketil</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You should not have to change anything besides SERVER_COUNT.&lt;/p&gt;
&lt;p&gt;Note: You might get an assert during compilation if the allocated flash page size is too low. If this happens you will need to increase  ACCESS_FLASH_PAGE_COUNT and DSM_FLASH_PAGE_COUNT as well.&lt;/p&gt;
&lt;p&gt;Ketil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>