<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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 string with Bluetooth Mesh and NRF Connect SDK V1.9.0</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/88258/send-string-with-bluetooth-mesh-and-nrf-connect-sdk-v1-9-0</link><description>Hi all! I&amp;#39;m new to mesh bluetooth technology and I&amp;#39;m stuck with some bugs. 
 I am using the development boards nrf52dk and my goal is to create a network of about 6 nodes and send a string (maximum 60 characters) to all of them. 
 I&amp;#39;m currently using</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Thu, 09 Jun 2022 11:08:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/88258/send-string-with-bluetooth-mesh-and-nrf-connect-sdk-v1-9-0" /><item><title>RE: Send string with Bluetooth Mesh and NRF Connect SDK V1.9.0</title><link>https://test-devzone.nordicsemi.com/thread/371624?ContentTypeID=1</link><pubDate>Thu, 09 Jun 2022 11:08:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99899011-efc1-4e2b-8270-810369bcf096</guid><dc:creator>user15475</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I assume you are referring tot the example found in the zephyr folder. Unfortunately, we don&amp;#39;t have any samples that show how you can configure the publish/subscription address for node but have a look at &lt;a href="https://docs.zephyrproject.org/2.6.0/reference/bluetooth/mesh/cfg_cli.html?highlight=publish%20address" rel="noopener noreferrer" target="_blank"&gt;this&lt;/a&gt; for the APIs to do so.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send string with Bluetooth Mesh and NRF Connect SDK V1.9.0</title><link>https://test-devzone.nordicsemi.com/thread/371498?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 18:53:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:023062da-b6ce-4d7c-b285-a4ee75e71ef2</guid><dc:creator>user115922</dc:creator><description>&lt;p&gt;Hi! Thanks for answering my questions once again. I will follow your advice. Then I&amp;#39;ll let you know how it went.&lt;/p&gt;
&lt;p&gt;One last question, I know that there is an example that indicates how to execute the provisioning process, but what about configuring each node to which group it can publish or subscribe?&lt;/p&gt;
&lt;p&gt;For my project it would be necessary to perform these actions without having to use the nrf mesh app on the smartphone.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send string with Bluetooth Mesh and NRF Connect SDK V1.9.0</title><link>https://test-devzone.nordicsemi.com/thread/371407?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 12:46:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17318e71-c844-41db-a3c5-62b7a7b3cf50</guid><dc:creator>user15475</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Looking at the provisioning process, it looks like everything is done correcly. Not exactly sure why you get these warnings, are you unable to publish after you get those warnings?&lt;/p&gt;
&lt;p&gt;I would suggest you try with an unmodified version of the &amp;quot;mesh chat&amp;quot; example and see that everything works fine then make small implementation/changes and check that everything is working fine until you see the same issue. This way at least you know where and what is causing these warnings.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send string with Bluetooth Mesh and NRF Connect SDK V1.9.0</title><link>https://test-devzone.nordicsemi.com/thread/370987?ContentTypeID=1</link><pubDate>Mon, 06 Jun 2022 10:41:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ee8d432-e9a7-484b-85f7-c7366e24941a</guid><dc:creator>user115922</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Thanks for answering my question.&lt;/p&gt;
&lt;p&gt;As I said before my &amp;ldquo;code base&amp;rdquo; is the chat example. In the future, the objective is to connect a &amp;ldquo;custom specific sensor&amp;rdquo; to all nodes and send the information from this sensor (among other informations) via string. For now, the goal is just to configure the entire mesh network and push a button on one node and the string will be sent to all other nodes.&lt;/p&gt;
&lt;p&gt;So, from this example I removed the shell functions and replaced it with a simple &amp;quot;printk&amp;quot; just to check that everything is working fine, I also comment out some &amp;quot;bt_mesh_chat_cli_handlers&amp;quot; that I won&amp;#39;t need:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;static const struct bt_mesh_chat_cli_handlers chat_handlers = {
.start = handle_chat_start,
// .presence = handle_chat_presence,
.message = handle_chat_message,
// .private_message = handle_chat_private_message,
// .message_reply = handle_chat_message_reply,
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Now answering your questions:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Can you describe step-by-step how you are doing the provisioning?&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;After building the code, I program all the nodes (I&amp;#39;m currently using only 3);&lt;/li&gt;
&lt;li&gt;Next, I use the &amp;ldquo;nrf mesh app&amp;rdquo; on my smartphone to configure the network and do the provisioning process;&lt;/li&gt;
&lt;li&gt;I start by creating a new group and then add all the non-provisioned nodes;&lt;/li&gt;
&lt;li&gt;For the OOB type, I select the option &amp;ldquo;No OOB&amp;rdquo; and then I receive a popup message informing that the configuration is complete;&lt;/li&gt;
&lt;li&gt;Next, in the node elements, I choose the supplier module and bind an &amp;ldquo;appKey&amp;rdquo; (key1, I use the same for all 3 nodes);&lt;/li&gt;
&lt;li&gt;Now, I configure the publish settings: the address with the group address created earlier, the publication period is set to an interval of 10 seconds, and I disable the publication relay (the Retransmission count and interval fields are disabled);&lt;/li&gt;
&lt;li&gt;To finish the node configuration, I subscribe to the group created earlier;&lt;/li&gt;
&lt;li&gt;Repeat this process once for each node.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Are you configuring device after you done provisioning&lt;/strong&gt;?&lt;/p&gt;
&lt;p&gt;Yes, I do this after point 4 I mentioned earlier&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;When do you get these warnings?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I got these warnings a few seconds after setting up the mesh network, even without pressing any buttons on the development board.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks again&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send string with Bluetooth Mesh and NRF Connect SDK V1.9.0</title><link>https://test-devzone.nordicsemi.com/thread/370836?ContentTypeID=1</link><pubDate>Fri, 03 Jun 2022 10:08:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44ebbc4d-a33e-4e0a-b050-4a5d09089475</guid><dc:creator>user15475</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="ISilva"]I&amp;#39;m doing something wrong in the provisioning process in the NRF Mesh app?[/quote]
&lt;p&gt;Can you describe steb-by-step how you are doing the provisioning? Are you configuring device after you done provisioning? When do you get these warnings?&lt;/p&gt;
[quote user="ISilva"]Do you think generating an interrupt by pressing the button to send the message to all nodes on the network is a good idea? Or it may generate problems in the mesh network&amp;#39;s operability?[/quote]
&lt;p&gt;&lt;strong&gt;Typo:&lt;/strong&gt; It &lt;strong&gt;shouldn&amp;#39;t&lt;/strong&gt; cause any problems. Our examples from the SDK are already doing this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send string with Bluetooth Mesh and NRF Connect SDK V1.9.0</title><link>https://test-devzone.nordicsemi.com/thread/370053?ContentTypeID=1</link><pubDate>Mon, 30 May 2022 21:53:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:423a0b01-78ba-4193-bf85-a9fc09fd6e42</guid><dc:creator>user115922</dc:creator><description>&lt;p&gt;Hi Mttrinh,&lt;/p&gt;
&lt;p&gt;First, I apologize for the late response and thank you in advance for your help.&lt;/p&gt;
&lt;p&gt;After reading your answer I created a new version of my code based only on the &amp;quot;mesh chat&amp;quot; example. &lt;br /&gt;So I simplified some of the functionality of the chat example, being only interested in the functionality of sending messages to all nodes (at the same time) and receiving messages.&lt;/p&gt;
&lt;p&gt;My goal is to send a string (maximum 60 characters) to all nodes on the network after an event occurs, such as pressing a button.&lt;/p&gt;
&lt;p&gt;As in the previous approach I can compile the code and run it in the DK. However, after performing the provisioning process, I still receive some warnings as you can see from the logs. &lt;br /&gt;I&amp;#39;m doing something wrong in the provisioning process in the NRF Mesh app?&lt;/p&gt;
&lt;p&gt;Do you think generating an interrupt by pressing the button to send the message to all nodes on the network is a good idea? Or it may generate problems in the mesh network&amp;#39;s operability?&lt;/p&gt;
&lt;p&gt;Thank you once again.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br /&gt;ISilva&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;My app logs:&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;*** Booting Zephyr OS build v2.7.99-ncs1  ***&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
Initializing...&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
Initializing Bluetooth...&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
Bluetooth initialized&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
&amp;gt;&amp;gt;&amp;gt; Bluetooth Mesh Messges Ready &amp;lt;&amp;lt;&amp;lt;&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;

Mesh initialized&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:00:00.015,319] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;inf&amp;gt; fs_nvs: 8 Sectors of 4096 bytes&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:00:00.015,319] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;inf&amp;gt; fs_nvs: alloc wra: 0, fe8&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:00:00.015,350] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;inf&amp;gt; fs_nvs: data wra: 0, 0&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:00:00.015,472] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;inf&amp;gt; sdc_hci_driver: SoftDevice Controller build revision: &amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
                                         0e e7 c5 66 67 18 3c ac  b3 d2 cc 81 a3 dc f1 c0 |...fg.&amp;lt;. ........&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
                                         c0 36 02 22                                      |.6.&amp;quot;             &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:00:00.018,585] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:00:00.018,585] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: HW Variant: nRF52x (0x0002)&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:00:00.018,585] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 14.50663 Build 1008232294&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:00:00.018,890] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: No ID address. App must call settings_load()&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:00:00.024,932] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: Identity: CE:64:4C:47:69:E0 (random)&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:00:00.024,963] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: HCI: version 5.2 (0x0b) revision 0x12fe, manufacturer 0x0059&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:00:00.024,963] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: LMP: version 5.2 (0x0b) subver 0x12fe&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:00:00.025,177] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;inf&amp;gt; bt_mesh_prov_device: Device UUID: 00000000-0000-0080-b34d-252ed3d4a4d8&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
The mesh node is provisioned. The client address is 0x0002.[00:01:03.487,060] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;inf&amp;gt; bt_mesh_main: Primary Element: 0x0002&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:03.487,091] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;dbg&amp;gt; bt_mesh_main.bt_mesh_provision: net_idx 0x0000 flags 0x00 iv_index 0x0000&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:04.563,262] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;dbg&amp;gt; bt_mesh_health_srv.attention_off: &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:09.828,582] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;dbg&amp;gt; bt_mesh_cfg_srv.dev_comp_data_get: net_idx 0x0000 app_idx 0xfffe src 0x0001 len 1: ff&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:09.828,613] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;dbg&amp;gt; bt_mesh_cfg_srv.dev_comp_data_get: Composition page 255 not available&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:10.323,455] &amp;lt;ESC&amp;gt;&#x1B;[1;33m&amp;lt;wrn&amp;gt; bt_mesh_transport: No matching TX context for ack&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:10.413,543] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;dbg&amp;gt; bt_mesh_cfg_srv.default_ttl_get: net_idx 0x0000 app_idx 0xfffe src 0x0001 len 0: &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:11.988,525] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;dbg&amp;gt; bt_mesh_cfg_srv.net_transmit_set: net_idx 0x0000 app_idx 0xfffe src 0x0001 len 1: 0a&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:11.988,555] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;dbg&amp;gt; bt_mesh_cfg_srv.net_transmit_set: Transmit 0x0a (count 2 interval 20ms)&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:13.610,107] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;dbg&amp;gt; bt_mesh_cfg_srv.app_key_add: AppIdx 0x0000 NetIdx 0x0000&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:25.714,111] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;dbg&amp;gt; bt_mesh_cfg_srv.get_model: Company 0x0059 ID 0x000a addr 0x0002&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:25.714,141] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;dbg&amp;gt; bt_mesh_cfg_srv.mod_bind: model 0x200007b0 key_idx 0x000&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:25.714,172] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;dbg&amp;gt; bt_mesh_cfg_srv.mod_app_bind: status 0x00&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:51.048,889] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;dbg&amp;gt; bt_mesh_cfg_srv.mod_pub_set: elem_addr 0x0002 pub_addr 0xc000 cred_flag 0&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:51.048,919] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;dbg&amp;gt; bt_mesh_cfg_srv.mod_pub_set: pub_app_idx 0x000, pub_ttl 255 pub_period 0x4a&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:51.048,919] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;dbg&amp;gt; bt_mesh_cfg_srv.mod_pub_set: retransmit 0x00 (count 0 interval 50ms)&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:51.048,950] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;dbg&amp;gt; bt_mesh_cfg_srv.get_model: Company 0x0059 ID 0x000a addr 0x0002&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:51.048,950] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;dbg&amp;gt; bt_mesh_cfg_srv._mod_pub_set: period 10000 ms&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:51.542,266] &amp;lt;ESC&amp;gt;&#x1B;[1;33m&amp;lt;wrn&amp;gt; bt_mesh_transport: No matching TX context for ack&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:54.917,053] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;dbg&amp;gt; bt_mesh_cfg_srv.mod_sub_add: elem_addr 0x0002, sub_addr 0xc000&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:54.917,083] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;dbg&amp;gt; bt_mesh_cfg_srv.get_model: Company 0x0059 ID 0x000a addr 0x0002&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:01:54.917,114] &amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;dbg&amp;gt; bt_mesh_cfg_srv.send_mod_sub_status: status 0x00 elem_addr 0x0002 sub_addr 0xc000&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:02:01.050,384] &amp;lt;ESC&amp;gt;&#x1B;[1;33m&amp;lt;wrn&amp;gt; bt_mesh_net: Unable to allocate loopback&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:02:01.050,628] &amp;lt;ESC&amp;gt;&#x1B;[1;33m&amp;lt;wrn&amp;gt; bt_mesh_net: Unable to allocate loopback&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:02:11.054,565] &amp;lt;ESC&amp;gt;&#x1B;[1;33m&amp;lt;wrn&amp;gt; bt_mesh_transport: Duplicate SDU from src 0x0002&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:02:12.122,314] &amp;lt;ESC&amp;gt;&#x1B;[1;33m&amp;lt;wrn&amp;gt; bt_mesh_net: Unable to allocate loopback&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:02:12.122,589] &amp;lt;ESC&amp;gt;&#x1B;[1;33m&amp;lt;wrn&amp;gt; bt_mesh_net: Unable to allocate loopback&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:03:10.989,868] &amp;lt;ESC&amp;gt;&#x1B;[1;33m&amp;lt;wrn&amp;gt; bt_mesh_transport: No free slots for new incoming segmented messages&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:03:11.051,757] &amp;lt;ESC&amp;gt;&#x1B;[1;33m&amp;lt;wrn&amp;gt; bt_mesh_net: Unable to allocate loopback&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:03:11.052,001] &amp;lt;ESC&amp;gt;&#x1B;[1;33m&amp;lt;wrn&amp;gt; bt_mesh_net: Unable to allocate loopback&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:03:11.052,978] &amp;lt;ESC&amp;gt;&#x1B;[1;33m&amp;lt;wrn&amp;gt; bt_mesh_net: Unable to allocate loopback&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:03:11.053,192] &amp;lt;ESC&amp;gt;&#x1B;[1;33m&amp;lt;wrn&amp;gt; bt_mesh_transport: Duplicate SDU from src 0x0002&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:03:11.119,720] &amp;lt;ESC&amp;gt;&#x1B;[1;33m&amp;lt;wrn&amp;gt; bt_mesh_transport: No free slots for new incoming segmented messages&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:03:11.243,469] &amp;lt;ESC&amp;gt;&#x1B;[1;33m&amp;lt;wrn&amp;gt; bt_mesh_transport: No free slots for new incoming segmented messages&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;
[00:03:12.170,715] &amp;lt;ESC&amp;gt;&#x1B;[1;33m&amp;lt;wrn&amp;gt; bt_mesh_net: Unable to allocate loopback&amp;lt;ESC&amp;gt;&#x1B;[0m&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;proj.conf file:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;# nothing here
#CONFIG_NCS_SAMPLES_DEFAULTS=y
CONFIG_GPIO=y

# General configuration
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
CONFIG_FLASH=y
CONFIG_FLASH_MAP=y
CONFIG_NVS=y
CONFIG_SETTINGS=y
CONFIG_HWINFO=y
CONFIG_DK_LIBRARY=y

# Bluetooth configuration
CONFIG_BT=y
CONFIG_BT_COMPANY_ID=0x0059
CONFIG_BT_DEVICE_NAME=&amp;quot;Mesh Test&amp;quot;
CONFIG_BT_L2CAP_TX_MTU=69
CONFIG_BT_L2CAP_TX_BUF_COUNT=8
CONFIG_BT_OBSERVER=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_SETTINGS=y 

# Disable unused Bluetooth features
CONFIG_BT_CTLR_DUP_FILTER_LEN=0
CONFIG_BT_CTLR_LE_ENC=n
CONFIG_BT_DATA_LEN_UPDATE=n
CONFIG_BT_PHY_UPDATE=n
CONFIG_BT_CTLR_CHAN_SEL_2=n
CONFIG_BT_CTLR_MIN_USED_CHAN=n
CONFIG_BT_CTLR_PRIVACY=n

# Bluetooth Mesh configuration
CONFIG_BT_MESH=y
CONFIG_BT_MESH_RELAY=y
CONFIG_BT_MESH_FRIEND=y
CONFIG_BT_MESH_ADV_BUF_COUNT=13
CONFIG_BT_MESH_RX_SEG_MAX=10
CONFIG_BT_MESH_TX_SEG_MAX=10
CONFIG_BT_MESH_PB_GATT=y
CONFIG_BT_MESH_GATT_PROXY=y
CONFIG_BT_MESH_DK_PROV=y

# Enable Bluetooth mesh models debug logs
CONFIG_BT_DEBUG_LOG=y
CONFIG_BT_MESH_DEBUG=y
CONFIG_BT_MESH_DEBUG_MODEL=y&lt;/pre&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send string with Bluetooth Mesh and NRF Connect SDK V1.9.0</title><link>https://test-devzone.nordicsemi.com/thread/369605?ContentTypeID=1</link><pubDate>Wed, 25 May 2022 16:11:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5979d649-4a53-4c57-8bee-78747ee74671</guid><dc:creator>user15475</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Since you wanna send strings, the Mesh chat example would be the best one to use as a reference.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you provide the full logs and call stack?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>