<?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>Problems in creating vendor specific model</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51612/problems-in-creating-vendor-specific-model</link><description>Hi Nordic Developers, 
 I would like to extend my question on creating vendor specific model from this question I posted earlier (extension of Thingy Mesh Demo v0.1): 
 https://devzone.nordicsemi.com/f/nordic-q-a/51183/hardware-ability-report-after-provisioning</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 04 Sep 2019 14:17:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51612/problems-in-creating-vendor-specific-model" /><item><title>RE: Problems in creating vendor specific model</title><link>https://devzone.nordicsemi.com/thread/208001?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2019 14:17:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0107a201-62b2-4282-aabb-e5275f758539</guid><dc:creator>WHui</dc:creator><description>&lt;p&gt;Hi Hung Bui,&lt;/p&gt;
&lt;p&gt;Thank you for the tips Hung Bui. My intension is to create my own demo as well. I think I will start anew again with SDK v3.2.0 as you mentioned. Thanks again!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems in creating vendor specific model</title><link>https://devzone.nordicsemi.com/thread/207677?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2019 12:15:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ddd73f8a-af99-47d1-8286-dcf3442a21c5</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi WHui,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;My idea is to port the example to SDK v3.2.0. This would require to significantly modify the demo to be able to use with SDK v3.2. And usually it&amp;#39;s easier to base the code on one of the example in SDK v3.2 and the add the code for the thingy and models in.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regarding your issue, i think you hit the memory limit. You need memory in RAM for each of the client you create.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think it&amp;#39;s a good idea to create a client for each and every server. You are doing mesh and you can&amp;nbsp; get to hundreds of node. It&amp;#39;s easier to create one single client that can handle multiple servers. You can use group address for this. No need to have one client for each server.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please be aware that we made the project mainly to&amp;nbsp;create a demo. It shouldn&amp;#39;t be used to create your own products.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I would strongly suggest you to study our example (light switch for example) to understand the concept of mesh (access layer, model etc) and then port it to run on the thingy.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems in creating vendor specific model</title><link>https://devzone.nordicsemi.com/thread/207376?ContentTypeID=1</link><pubDate>Mon, 02 Sep 2019 11:37:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24048e45-9577-419b-b6c6-c34bcfe785b6</guid><dc:creator>WHui</dc:creator><description>&lt;p&gt;Hi Hung Bui,&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/access_5F00_model.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;As you can see from the pic in nrf_mesh_config_app.h above, the total number of ACCESS_MODEL_COUNT is 25. If I add one to the number and make ACCESS_MODEL_COUNT becomes 26, the NRF_ERROR_NO_MEM will be gone. I thought the server count is 10, while the number of my new group (Hardware Infos client (group)) should be one? Do you know the reason behind the number?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems in creating vendor specific model</title><link>https://devzone.nordicsemi.com/thread/207293?ContentTypeID=1</link><pubDate>Mon, 02 Sep 2019 07:57:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a34c5db-d31d-4f3d-a884-2f89d010779b</guid><dc:creator>WHui</dc:creator><description>&lt;p&gt;Hello Hung Bui,&lt;/p&gt;
&lt;p&gt;line 331 is line 15 from the codes above:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;        ERROR_CHECK(hardware_infos_client_init(&amp;amp;hi_clients[i], i));  &lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;So for &amp;quot;mesh_sdk&amp;quot; folder in this project, i should have&amp;nbsp;&lt;span style="font-size:16px;"&gt;&lt;em&gt;&lt;span style="background-color:transparent;color:#24292e;float:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;"&gt;nrf5_SDK_for_Mesh_v3.2.1_src&lt;/span&gt;&lt;/em&gt;&lt;/span&gt; instead of&amp;nbsp;&lt;span style="font-size:16px;"&gt;&lt;em&gt;&lt;span style="background-color:transparent;color:#24292e;float:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;"&gt;nrf5_SDK_for_Mesh_v1.0.1_src&lt;/span&gt;&lt;/em&gt;&lt;/span&gt; right?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems in creating vendor specific model</title><link>https://devzone.nordicsemi.com/thread/207193?ContentTypeID=1</link><pubDate>Fri, 30 Aug 2019 15:03:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07825019-c766-4c1d-b67c-b93a3367ceb3</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Whui,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Could you check what is at line 331 ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Again, this demo is very old. We strongly suggest you to start with current SDK v3.2.0.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;SDK v1.0 is not Bluetooth qualified and you would need to do qualification on your own.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>