<?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>NRF Bluetooth Mesh Models</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63336/nrf-bluetooth-mesh-models</link><description>Hello, 
 I&amp;#39;m trying to develop custom model for my bluetooth mesh application. I have gone through Creating new models document and I understood the procedure. But to integrate it into a complete application I have referred to this link . When I use segger</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 09 Jul 2020 15:43:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63336/nrf-bluetooth-mesh-models" /><item><title>RE: NRF Bluetooth Mesh Models</title><link>https://devzone.nordicsemi.com/thread/259264?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2020 15:43:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7b0352b-3ace-4c0e-aece-325051b15260</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The same questions were asked and answered here: &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/63564/nrf-mesh"&gt;nRF Mesh&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please keep further discussion there.&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: NRF Bluetooth Mesh Models</title><link>https://devzone.nordicsemi.com/thread/258447?ContentTypeID=1</link><pubDate>Sat, 04 Jul 2020 23:49:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a6ba427-0a9c-4959-a016-d559b8680f8f</guid><dc:creator>shyam9092</dc:creator><description>&lt;p&gt;&lt;em&gt;typedef struct __attribute((packed))&lt;/em&gt;&lt;br /&gt;&lt;em&gt;{&lt;/em&gt;&lt;br /&gt;&lt;em&gt; uint8_t on_off; /**&amp;lt; State to set */&lt;/em&gt;&lt;br /&gt;&lt;em&gt; uint8_t tid; /**&amp;lt; Transaction number for application */&lt;/em&gt;&lt;br /&gt;&lt;em&gt; uint8_t transition_time; /**&amp;lt; Encoded transition time value */&lt;/em&gt;&lt;br /&gt;&lt;em&gt; uint8_t delay; /**&amp;lt; Encoded message execution delay in 5 millisecond steps */&lt;/em&gt;&lt;br /&gt;&lt;em&gt;} generic_onoff_set_msg_pkt_t;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;1. Can you please explain what is the use of &lt;em&gt;transition_time&lt;/em&gt; and &lt;em&gt;delay&lt;/em&gt; members from the above structure?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;2. access_model_add_params_t&amp;nbsp;&lt;/em&gt;structure has a member&amp;nbsp;&lt;em&gt;publish_timeout_cb &lt;/em&gt;of type&amp;nbsp;&lt;em&gt;access_publish_timeout_cb_t&lt;/em&gt;, Can you explain what is the purpose of this callback function?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. I want to program a node as a relay node which acts as intermediary node to expand the network coverage for server-client model. Can you guide me on this?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Bluetooth Mesh Models</title><link>https://devzone.nordicsemi.com/thread/258304?ContentTypeID=1</link><pubDate>Fri, 03 Jul 2020 12:15:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3364226-bbf1-4968-aaaf-e4174d659739</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Shyam,&amp;nbsp;&lt;br /&gt;The link you pointed to was for SDK v1.0 which is very old.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I would suggest you to have a look at the light switch example where we used the generic on off model.&lt;br /&gt;We provided the simple_on_off model located inside&amp;nbsp;\models\vendor\simple_on_off. This is a custom model that we created as an example.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Your job is to base on how we initialize and use generic on off model to do the same with simple on off model.&amp;nbsp;You can choose to remove the generic on off or not but the point is to integrate the simple on off model in to your application.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>