<?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>Send a string of characters over Mesh v4</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62627/send-a-string-of-characters-over-mesh-v4</link><description>Hi community ! I saw a lot of topic about that but i&amp;#39;m working with SDK_Mesh_v4 and i don&amp;#39;t get what i want. Does someone have a working example of sending string over Mesh (doesn&amp;#39;t matter if it&amp;#39;s with SDK_Mesh_V1 or V4 because i will adapt it) ? 
 Sincerely</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Aug 2020 19:06:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62627/send-a-string-of-characters-over-mesh-v4" /><item><title>RE: Send a string of characters over Mesh v4</title><link>https://devzone.nordicsemi.com/thread/266828?ContentTypeID=1</link><pubDate>Thu, 27 Aug 2020 19:06:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7467597-f626-4be4-9a83-b1dabea32d72</guid><dc:creator>anuprit</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/hungbui"&gt;Hung Bui&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I am able to do this with the vendor model. But now i am unable to subscribe the group from my server in nrf mesh app. It shows &amp;quot;not a subscription model&amp;quot;. How can i proceed now. Kindly help me to complete this task.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Anuprit&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send a string of characters over Mesh v4</title><link>https://devzone.nordicsemi.com/thread/255547?ContentTypeID=1</link><pubDate>Wed, 17 Jun 2020 12:54:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af8d863b-fa81-448f-9835-bce574debb49</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi PG,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would suggest to first try to use the&amp;nbsp;simple_on_off model in&amp;nbsp;\models\vendor in a project. The model allow you to send one byte from the client to the sever to turn off or on the light.&amp;nbsp;&lt;br /&gt;If that works, you can start modifying the&amp;nbsp;simple_on_off_msg_set_t or&amp;nbsp;simple_on_off_msg_set_unreliable_t struct inside simple_on_off_common.h to add an array to the struct.&amp;nbsp;&lt;br /&gt;It&amp;#39;s the string array you can send.&amp;nbsp;&lt;br /&gt;But please be aware that Bluetooth Mesh is not designed to send a large amount of data. Payload &amp;gt;11bytes will be segmented to multiple packages and that would cause quite a lot of over head, reducing the throughput of the network.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>