<?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>Apache-Mynewt/Zephyr mesh receiving a String</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28843/apache-mynewt-zephyr-mesh-receiving-a-string</link><description>Am currently using Apache Mynewt. 
 BLE Mesh works great when utilising the provided samples. 
 However, because of lack of documentation / my lack of knowledge am unable to figure out how to implement Server to receive a String over BLE MESH. 
 What</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 03 Jan 2018 10:26:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28843/apache-mynewt-zephyr-mesh-receiving-a-string" /><item><title>RE: Apache-Mynewt/Zephyr mesh receiving a String</title><link>https://devzone.nordicsemi.com/thread/114197?ContentTypeID=1</link><pubDate>Wed, 03 Jan 2018 10:26:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3020e33e-67ca-4caa-b273-1d62ffc8eae5</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I&amp;#39;m not too familiar with Apache Mynewt, but the nRF5 SDK for Mesh documentation describes how you can create new models, see &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v1.0.0/md_doc_getting_started_how_to_models.html?cp=4_1_0_3_4"&gt;this&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Apache-Mynewt/Zephyr mesh receiving a String</title><link>https://devzone.nordicsemi.com/thread/114196?ContentTypeID=1</link><pubDate>Fri, 29 Dec 2017 05:37:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9456b70-7441-4abb-a0ca-68cd6fa9db37</guid><dc:creator>Adityaxavier</dc:creator><description>&lt;p&gt;Actually, the question was more towards technical feasibility. From what I understand in BLE Mesh, we have to stick to one of the listed models.&lt;/p&gt;
&lt;p&gt;Implementing a custom model would require changing core mesh implementation. Is this even possible in nRF SDK ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Apache-Mynewt/Zephyr mesh receiving a String</title><link>https://devzone.nordicsemi.com/thread/114195?ContentTypeID=1</link><pubDate>Thu, 28 Dec 2017 17:36:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6477da7-ab5f-4aa2-bb5d-0be67354f594</guid><dc:creator>leonwj</dc:creator><description>&lt;p&gt;Hello Adityaxavier,&lt;/p&gt;
&lt;p&gt;You will be better served asking MyNewt/Zephyr related questions in their respective communities, both of which are very active and provide excellent support...&lt;/p&gt;
&lt;p&gt;The relevant links are provided below:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;MyNewt&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;subscribe to:  dev-subscribe@mynewt.incubator.apache.org&lt;/p&gt;
&lt;p&gt;search archives at:  &lt;a href="http://mail-archives.apache.org/mod_mbox/incubator-mynewt-dev/"&gt;mail-archives.apache.org/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Zephyr&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;subscribe to:  zephyr-devel@lists.zephyrproject.org&lt;/p&gt;
&lt;p&gt;search archives at:  &lt;a href="http://lists.zephyrproject.org/pipermail/zephyr-devel/"&gt;lists.zephyrproject.org/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;[update - dec 30th 2017]&lt;/p&gt;
&lt;p&gt;Hello Adityaxavier,&lt;/p&gt;
&lt;p&gt;In Bluetooth Mesh, there are certain models that are mandatory and are included in so-called Foundation Models. These include Configuration Server &amp;amp; Health Server. Config/Health Client(s) are Foundation models but are optional.&lt;/p&gt;
&lt;p&gt;Additionally, there are standard/generic models Generic-xxx, such as GenericOnOff etc. which provide template actions/responses to standard devices, as well as models for sensors, lighting etc. These are all documented in the &lt;a href="https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=429634"&gt;Bluetooth SIG Mesh Model&lt;/a&gt; specification (&lt;em&gt;not to be confused with the Mesh Profile specification which provides insight into the internal communications and message handling of a Bluetooth SIG Mesh stack&lt;/em&gt;).&lt;/p&gt;
&lt;p&gt;Finally, in the Nordic and Zephyr (as well as other) implementations of Bluetooth Mesh, it is possible to implement custom/vendor models in order to bring specialized functionality to the fore. The following &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v1.0.0%2Fmd_doc_getting_started_how_to_models.html"&gt;link&lt;/a&gt; provides details of Nordics specific handling of that process. By following the Mesh specification, interoperability across implementations should exist even for custom/vendor models.&lt;/p&gt;
&lt;p&gt;This concept of custom models is further demonstrated within the Nordic Mesh SDK via the &lt;strong&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v1.0.0/md_models_simple_on_off_README.html?cp=4_1_0_5_6_0"&gt;Simple OnOff&lt;/a&gt; custom model&lt;/strong&gt; and (&lt;em&gt;as it alludes to&lt;/em&gt;) should not be confused with the &lt;strong&gt;GenericOnOff SIG&lt;/strong&gt; model.&lt;/p&gt;
&lt;p&gt;Please let us know, should you require any additional insight.&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>