<?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>Implement Bluetooth mesh using nrf52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117475/implement-bluetooth-mesh-using-nrf52840</link><description>I have the SH6MDBT50Q BLE module, and I need the nRF SDK to implement a Bluetooth Mesh connection for transmitting and receiving data on both sides. I am using Segger Embedded Studio IDE and a J-Link Segger debugger for programming and debugging. Could</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 27 Dec 2024 12:26:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117475/implement-bluetooth-mesh-using-nrf52840" /><item><title>RE: Implement Bluetooth mesh using nrf52840</title><link>https://devzone.nordicsemi.com/thread/516333?ContentTypeID=1</link><pubDate>Fri, 27 Dec 2024 12:26:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9578c75-a664-4cb9-955f-69af4366f3c3</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If you are using nRF Connect SDK, please follow our &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/create_application.html"&gt;documentation &lt;/a&gt;and tutorial.&amp;nbsp;&lt;br /&gt;The best place to get started with nRF Connect SDK is the&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/"&gt; Dev Academy NCS fundamental course.&amp;nbsp;&lt;br /&gt;B&lt;/a&gt;asically you don&amp;#39;t use SES to open nRF Connect SDK project. You would need to install and use nRF Connect Extension on Visual Studio Code&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implement Bluetooth mesh using nrf52840</title><link>https://devzone.nordicsemi.com/thread/516061?ContentTypeID=1</link><pubDate>Mon, 23 Dec 2024 06:01:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca8849a8-6605-45f9-b4bd-5ddf0ba41891</guid><dc:creator>Sathishkumar S</dc:creator><description>&lt;p&gt;Hi Edvin,&lt;/p&gt;
&lt;p&gt;I am facing an issue opening the nRF Connect SDK (downloaded via Visual Studio) in Segger Embedded Studio. Visual Studio opens the SDK folder, but in SES, I can only open &lt;code&gt;.c&lt;/code&gt; files. How can I open the &lt;code&gt;C:\ncs\v2.5.1\zephyr\samples\bluetooth\mesh&lt;/code&gt; folder in SES? or I need to convert the nrf sdk mesh folder into embedded studio file format?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implement Bluetooth mesh using nrf52840</title><link>https://devzone.nordicsemi.com/thread/516018?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2024 23:59:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:436319a3-9cda-48af-a628-cb5dee513847</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user=""]I am using Segger Embedded Studio IDE[/quote]
&lt;p&gt;So this means that you are working on the SDK for Mesh, v5.0.0?&lt;/p&gt;
&lt;p&gt;In this case, the best hint I can give is to look at one of the samples, such as the light_bulb sample, and modify the model to have an array of bytes, instead of just one bit (on_off) and make all the devices publish on the same &amp;quot;channel&amp;quot; (virtual channel) that they subscribe to.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the &lt;a href="https://www.nordicsemi.com/Products/Development-software/nRF-Connect-SDK/GetStarted"&gt;nRF Connect SDK&lt;/a&gt;, which is our current SDK, we have a sample doing this. It is called &amp;quot;chat&amp;quot;, and you can find it in NCS\nrf\samples\bluetooth\mesh\chat. This sample will take whatever you enter through UART, and publish it on a channel that the other nodes are listening to. So you will have a &amp;quot;chat over Mesh&amp;quot; functionality. This is fairly easy to modify to send whatever data you want to send to the other devices.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>