<?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>How to sent serial mesh to UART?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35046/how-to-sent-serial-mesh-to-uart</link><description>Hi, 
 I am using nRF52832 board. I want to connect serial mesh example with &amp;#39;ble_app_uart&amp;#39; . I try to use the same method http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v1.0.0%2Findex.html here one board program with</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Jun 2018 07:08:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35046/how-to-sent-serial-mesh-to-uart" /><item><title>RE: How to sent serial mesh to UART?</title><link>https://devzone.nordicsemi.com/thread/135289?ContentTypeID=1</link><pubDate>Fri, 08 Jun 2018 07:08:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7960494a-17fe-4417-9a6c-5a1cb2b0bd73</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Not sure. Has not been tested with mesh v2.0.1 &amp;amp; sdk 15. You can either give that a shot or &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v2.0.1/md_doc_getting_started_how_to_nordicSDK.html?cp=4_1_0_3_6"&gt;take a look at this link here&lt;/a&gt;. You have the option of either integrating mesh functionality inside an nrf5 sdk v15 example or integrating some sdk 15 driver or library inside the mesh sdk.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to sent serial mesh to UART?</title><link>https://devzone.nordicsemi.com/thread/135024?ContentTypeID=1</link><pubDate>Thu, 07 Jun 2018 01:20:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71ef4f47-1b41-4ba6-8ce6-244f26310f84</guid><dc:creator>Farhanah Ruslan</dc:creator><description>&lt;p&gt;Hi,i found this &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/29108/how-to-add-mesh-into-nrf5-sdk-v14-1-ble-application"&gt;link&lt;/a&gt;&amp;nbsp;on how to combine the mesh folders with nrf5 sdk examples.&amp;nbsp;&amp;nbsp;&lt;span&gt;Will this work for Mesh 2.0.1 and nrf5 sdk 15.0.0?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to sent serial mesh to UART?</title><link>https://devzone.nordicsemi.com/thread/134529?ContentTypeID=1</link><pubDate>Mon, 04 Jun 2018 11:25:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47ec142b-2437-4ef8-9555-6368c3bc1c65</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Are you trying to provision the uart example in your mesh network? Have you added the mesh stack to the uart example? I would take a look at &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v2.0.1/md_doc_getting_started_how_to_nordicSDK.html?cp=4_1_0_3_6"&gt;this link&lt;/a&gt; if I were you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to sent serial mesh to UART?</title><link>https://devzone.nordicsemi.com/thread/134482?ContentTypeID=1</link><pubDate>Mon, 04 Jun 2018 08:38:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1a4883b-3659-41bf-ad94-f352756ea792</guid><dc:creator>Farhanah Ruslan</dc:creator><description>&lt;p&gt;I use the serial example&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v2.0.0%2Fmd_scripts_interactive_pyaci_doc_demo_configuration.html"&gt;http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v2.0.0%2Fmd_scripts_interactive_pyaci_doc_demo_configuration.html&lt;/a&gt;&amp;nbsp;. Ok this is the right link. Sorry.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I try to change&amp;nbsp;&lt;/p&gt;
&lt;pre class="fragment"&gt;In  [6]: p.provision(name=&amp;quot;Light bulb&amp;quot;) with&lt;/pre&gt;
&lt;pre class="fragment"&gt;In  [6]: p.provision(name=&amp;quot;UART&amp;quot;)&lt;/pre&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Screenshot-_2800_51_2900_.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Screenshot-_2800_50_2900_.png" /&gt;&lt;/p&gt;
&lt;p&gt;I just try and error. I am not sure if i&amp;#39;m doing is right.&lt;/p&gt;
&lt;p&gt;Please guide me on how to sent and receive data between serial mesh and &lt;span&gt;ble_app_uart&lt;/span&gt;. Thank you for responding it fast.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to sent serial mesh to UART?</title><link>https://devzone.nordicsemi.com/thread/134473?ContentTypeID=1</link><pubDate>Mon, 04 Jun 2018 08:16:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:393b4298-c1a7-48d0-ad61-bc2298ea2773</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;The link you provided just goes to the introduction page for the mesh sdk. &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v2.0.1/md_doc_getting_started_how_to_nordicSDK.html?cp=4_1_0_3_6"&gt;Did you mean to post this link&lt;/a&gt;? What kind of an error did you receive? Could you post some logging information please?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>