<?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>Can&amp;#39;t get publication from nRF Mesh with &amp;quot;Vendro Model Controls&amp;quot;</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39491/can-t-get-publication-from-nrf-mesh-with-vendro-model-controls</link><description>Hello, 
 I tried to implement my own &amp;quot;Vendor model&amp;quot; by ( Documentation ) given. I am using example code from documentation. Using mobile app (nRF Mesh) I type optocode of C1, and parameter 0x54. On debug in Segger Embedded studio I see lines: 
 
 But</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 10 Mar 2020 15:22:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39491/can-t-get-publication-from-nrf-mesh-with-vendro-model-controls" /><item><title>RE: Can't get publication from nRF Mesh with "Vendro Model Controls"</title><link>https://devzone.nordicsemi.com/thread/239177?ContentTypeID=1</link><pubDate>Tue, 10 Mar 2020 15:22:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b42d1c0c-519a-4d3e-97c3-8d03b010b76c</guid><dc:creator>Aftab</dc:creator><description>&lt;p&gt;I&amp;#39;m trying exact same thing on Mesh v4.0. I have added simple_message_model to the light switch server example. I can provision and receive data. But instead of getting string as data, I&amp;#39;m received the OPCODE (0xC1).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have tried to explain it in this thread and asked for help. Seems like the support engineer got busy somewhere else. Can you kindly on this issue?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/56921/adding-simple-onoff-model-to-generic-onoff-server-example"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/56921/adding-simple-onoff-model-to-generic-onoff-server-example&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't get publication from nRF Mesh with "Vendro Model Controls"</title><link>https://devzone.nordicsemi.com/thread/153971?ContentTypeID=1</link><pubDate>Tue, 23 Oct 2018 07:34:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4213cec-d159-4ffb-909e-7a225ebfcc6d</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;You could take a look at the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v2.2.0/md_doc_getting_started_how_to_models.html?cp=4_1_0_1_5"&gt;documentation here&lt;/a&gt; for creating your own models. Also, the simple on off model used in mesh sdk v2.1.1 should work with the nRF Mesh app. The simple on off model is a vendor specific model created by Nordic, which has similar functionality to the generic on off model, but is a more simplified version. I would test with mesh sdk v2.1.1 using the exact same testing guidelines as I have given below in the pdfs or the youtube video.&lt;/p&gt;
&lt;p&gt;Also, if you used the github code I posted below, this is essentially a vendor specific on off model. If you compare the &amp;quot;generic on off model&amp;quot; given there with the generic on off model provided in mesh sdk v2.2.0, you will notice that they are not exactly identical. Therefore, you have already tested with a vendor specific model &amp;amp; partly achieved your goal.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't get publication from nRF Mesh with "Vendro Model Controls"</title><link>https://devzone.nordicsemi.com/thread/153550?ContentTypeID=1</link><pubDate>Fri, 19 Oct 2018 05:24:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b31de4b-c4a3-46ae-b7f1-8220830824b4</guid><dc:creator>Manvydas</dc:creator><description>&lt;p&gt;So I just checked information you gave to me. It&amp;#39;s just about how to use generic models. I have used on ff server and client with app and it worked fine. Now I want to implement my own model and I wasn&amp;#39;t able to use app with my model. So maybe there is a basic instructions how to use app&amp;#39;s &amp;quot;Vendor model Controls&amp;quot; window?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't get publication from nRF Mesh with "Vendro Model Controls"</title><link>https://devzone.nordicsemi.com/thread/153452?ContentTypeID=1</link><pubDate>Thu, 18 Oct 2018 11:01:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4bd903a-110c-424c-867e-4f1deae3e432</guid><dc:creator>Manvydas</dc:creator><description>&lt;p&gt;Yes, I am using v2.2.0. Will check your provided information. Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't get publication from nRF Mesh with "Vendro Model Controls"</title><link>https://devzone.nordicsemi.com/thread/153440?ContentTypeID=1</link><pubDate>Thu, 18 Oct 2018 10:45:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b16f25cd-8f23-4448-9a7e-57382946f465</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Have you tested the nRF Mesh application using the regular proxy client &amp;amp; server examples? &lt;a href="https://www.youtube.com/watch?v=XthbU9NP0Yg&amp;amp;t=157s" rel="noopener noreferrer" target="_blank"&gt;This youtube video&lt;/a&gt; could be helpful. You could also take a look at the &lt;a href="https://github.com/NordicPlayground/nrf52-mesh-light-switch-client-server-proxy"&gt;documentation provided here&lt;/a&gt; in the two pdfs (one for Android &amp;amp; one for iOS). The code available there is slightly different from the regular mesh sdk v2.2.0 code, as the github code uses a simplified version of the generic on off client &amp;amp; server models. However, the documentation should be quite similar regardless.&lt;/p&gt;
&lt;p&gt;You are using mesh sdk v2.2.0, correct?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>