<?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>nRF5340-DK and Bluetooth mesh chat example.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/77313/nrf5340-dk-and-bluetooth-mesh-chat-example</link><description>why doesn&amp;#39;t the mesh chat example work on nrf5340? 
 I know it&amp;#39;s not included in the list of supported platforms, but I&amp;#39;m trying to figure out why. 
 I can compile and upload the project to a nRF52840-DK and it works just fine, but trying to do the same</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 Jul 2021 10:46:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/77313/nrf5340-dk-and-bluetooth-mesh-chat-example" /><item><title>RE: nRF5340-DK and Bluetooth mesh chat example.</title><link>https://devzone.nordicsemi.com/thread/319757?ContentTypeID=1</link><pubDate>Tue, 13 Jul 2021 10:46:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8f3cb99-5151-43c4-9df4-8997a3866a1a</guid><dc:creator>bert svensson</dc:creator><description>&lt;p&gt;Ah, set &lt;span&gt;CONFIG_BT_LL_SW_SPLIT in the network core, now I get it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I managed to solve the problem by doing as you said and then flash the device with the nRF connect programmer, but when I flashed the device from the terminal using &amp;quot;west flash&amp;quot;, then the chat project replaced the network core with it&amp;#39;s own version, without the&amp;nbsp;CONFIG_BT_LL_SW_SPLIT parameter set, even when it was correctly set in the chat example project. &lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340-DK and Bluetooth mesh chat example.</title><link>https://devzone.nordicsemi.com/thread/319743?ContentTypeID=1</link><pubDate>Tue, 13 Jul 2021 09:43:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c943c901-5d4f-4120-a6b7-718ff5fcef45</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Bert,&amp;nbsp;&lt;br /&gt;I couldn&amp;#39;t reproduce the issue here.&amp;nbsp;&lt;br /&gt;Could you please try to compile the&amp;nbsp;&lt;span&gt;hci_rpmsg&amp;nbsp;separately (make sure you changed&amp;nbsp;CONFIG_BT_LL_SW_SPLIT = y for this project) and flash the netcore, and app core again ?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340-DK and Bluetooth mesh chat example.</title><link>https://devzone.nordicsemi.com/thread/319724?ContentTypeID=1</link><pubDate>Tue, 13 Jul 2021 08:35:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b615121-e036-4e5d-8898-01121dd13bd9</guid><dc:creator>bert svensson</dc:creator><description>&lt;p&gt;config_bt_ll_sw_split is already set in the example, see: (line 23)&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/master/samples/bluetooth/mesh/chat/prj.conf"&gt;https://github.com/nrfconnect/sdk-nrf/blob/master/samples/bluetooth/mesh/chat/prj.conf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The network core is flashed, other examples work, both BLE and mesh, just not the chat example.&lt;/p&gt;
&lt;p&gt;Also, bt_enable() works just fine, it is just the mesh part ( &lt;span class="pl-c1"&gt;bt_mesh_init&lt;/span&gt;(&lt;span class="pl-c1"&gt;...) &lt;/span&gt;) that wont initialize in that particular example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340-DK and Bluetooth mesh chat example.</title><link>https://devzone.nordicsemi.com/thread/319665?ContentTypeID=1</link><pubDate>Mon, 12 Jul 2021 16:47:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17b17fdc-d906-464a-bf66-c874e2948565</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Bert,&lt;/p&gt;
&lt;p&gt;Have you flashed the NRF53 netcore with the Zephyr BLE controller ?&amp;nbsp;&lt;br /&gt;Note that unlike other BLE application, the mesh application requires you to use Zephyr BLE controller instead of Nordic&amp;#39;s Softdevice controller. Please have a look &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_ble_controller.html#id3"&gt;here&lt;/a&gt;.&lt;br /&gt;You would need to use&amp;nbsp;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a title="(in Kconfig reference v&amp;amp;nbsp;)" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/CONFIG_BT_LL_SW_SPLIT.html#cmdoption-arg-CONFIG_BT_LL_SW_SPLIT"&gt;&lt;code&gt;&lt;span&gt;CONFIG_BT_LL_SW_SPLIT&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;&amp;nbsp;= y in prj.conf in the hci_rpmsg project and reflash the netcore (and then app core with the meshchat code).&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>