<?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>Integrating mesh and UART together on nRF52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48109/integrating-mesh-and-uart-together-on-nrf52840</link><description>Hello, 
 I have been working on ble_app_uart_coexist to achieve the integration of uart and mesh on nRF52840, but I learnt that nRF52840 does not support this example. 
 I am using Segger Embedded Studio, nRF52840, PCA10056, nRF_SDK_15.2.0 and now I am</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Jun 2019 13:11:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48109/integrating-mesh-and-uart-together-on-nrf52840" /><item><title>RE: Integrating mesh and UART together on nRF52840</title><link>https://devzone.nordicsemi.com/thread/192095?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2019 13:11:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e364cab8-dfee-4305-8245-2760bed64646</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m glad you were able to get rid of the errors.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The reason that you aren&amp;#39;t seeing the device in the nRF Mesh app is probably cause it is advertising as a BLE device. The nRF Mesh app will only pick up devices that is broadcasting as a unprovisioned node.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&amp;nbsp;&lt;br /&gt;Joakim.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integrating mesh and UART together on nRF52840</title><link>https://devzone.nordicsemi.com/thread/191715?ContentTypeID=1</link><pubDate>Fri, 07 Jun 2019 18:50:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6378668d-5f08-4b81-a373-af99cf92ea72</guid><dc:creator>jaya</dc:creator><description>&lt;p&gt;Hi Jakobsen,&lt;/p&gt;
&lt;p&gt;I am able to remove all these errors, but I am unable to see the device (nRF52840) in nRF Mesh app. Whereas, I can see the device in nRF Connect and nRF UART.&lt;/p&gt;
&lt;p&gt;But I am unable to understand that why the device is not advertising in nRF Mesh app.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integrating mesh and UART together on nRF52840</title><link>https://devzone.nordicsemi.com/thread/191427?ContentTypeID=1</link><pubDate>Thu, 06 Jun 2019 14:53:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29f50991-b493-4c77-ade5-6fde84ca291e</guid><dc:creator>jaya</dc:creator><description>&lt;p&gt;Hi Joakim,&lt;/p&gt;
&lt;p&gt;As per your link provided in the above post, I have tried ble_app_uart_mesh&lt;strong&gt;&amp;nbsp;for SDK v14.2 and Mesh v1.0, on nRF52840.&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;I added the necessary files and made certain alterations after which I was able to build the project, but during debugging I am getting following errors:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;lt;error&amp;gt; nrf_sdh_ble: sd_ble_cfg_set() returned NRF_ERROR_INVALID_PARAM when attempting to set BLE_GAP_CFG_ROLE_COUNT.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;br /&gt;&amp;lt;warning&amp;gt; nrf_sdh_ble: RAM starts at 0x20002A18, can be adjusted to 0x20003758.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;br /&gt;&amp;lt;warning&amp;gt; nrf_sdh_ble: RAM size can be adjusted to 0x3C8A8.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;br /&gt;&amp;lt;error&amp;gt; nrf_sdh_ble: sd_ble_enable() returned NRF_ERROR_NO_MEM.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;br /&gt;&amp;lt;error&amp;gt; app: ERROR 4 [NRF_ERROR_NO_MEM] at C:\Users\snowm-test\Desktop\nrf_older\nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_uart_mesh\main.c:851&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Do u know how to solve these?&lt;br /&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integrating mesh and UART together on nRF52840</title><link>https://devzone.nordicsemi.com/thread/191267?ContentTypeID=1</link><pubDate>Thu, 06 Jun 2019 08:52:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c63823e-6256-4069-b897-df033624afce</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t tried it using the nRF5 SDK for Mesh v.3.1.0 and nRF5 SDK v.15.2.0 but I don&amp;#39;t think there should be any major differences.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re stuck on something, you are welcome to post another question and we&amp;#39;ll do our best to help you.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&amp;nbsp;&lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integrating mesh and UART together on nRF52840</title><link>https://devzone.nordicsemi.com/thread/190868?ContentTypeID=1</link><pubDate>Tue, 04 Jun 2019 15:13:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:beeb483a-6805-42de-aca6-4c46e8a538e1</guid><dc:creator>jaya</dc:creator><description>&lt;p&gt;Ok, I ll work on it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But can I try it on our version of nRF SDK (nRF_SDK_15.2.0) and Mesh (nRFSDKforMesh3.1.0) ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integrating mesh and UART together on nRF52840</title><link>https://devzone.nordicsemi.com/thread/190807?ContentTypeID=1</link><pubDate>Tue, 04 Jun 2019 13:56:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9174ba67-acc3-4e4a-a5da-83ec31d92a40</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can take a look at this post on devzone:&amp;nbsp;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/29108/how-to-add-mesh-into-nrf5-sdk-v14-1-v15-ble-application"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/29108/how-to-add-mesh-into-nrf5-sdk-v14-1-v15-ble-application&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&amp;nbsp;&lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>