<?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>Doubts about BLE and MESH</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/74920/doubts-about-ble-and-mesh</link><description>Hello, 
 I am doing a project for college with nRF52840. It&amp;#39;s about a mobile phone with an app that send the location of the device when a user touch a button. This message enter in the nRF52840 Mesh and reach a server. 
 I was working with the light</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 10 May 2021 15:21:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/74920/doubts-about-ble-and-mesh" /><item><title>RE: Doubts about BLE and MESH</title><link>https://devzone.nordicsemi.com/thread/309045?ContentTypeID=1</link><pubDate>Mon, 10 May 2021 15:21:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3231f5ac-aad6-4a08-a4c2-58843c38bfd6</guid><dc:creator>alvarovazquez</dc:creator><description>&lt;p&gt;Okey! Thank you for your time and your help! &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Doubts about BLE and MESH</title><link>https://devzone.nordicsemi.com/thread/309044?ContentTypeID=1</link><pubDate>Mon, 10 May 2021 15:18:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a5a22f2-78cf-4229-8e9d-adb9ea9d3113</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Our nRF Mesh app is open source and can be found on Github for both &lt;a href="https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library" rel="noopener noreferrer" target="_blank"&gt;iOS&lt;/a&gt;&amp;nbsp;and &lt;a href="https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library" rel="noopener noreferrer" target="_blank"&gt;Android&lt;/a&gt;. You can use it as a reference to create your own app. I suggest you study the code to see how things are done there.&lt;/p&gt;
&lt;p&gt;The relay feature is enabled by default in our examples. So you won&amp;#39;t need to configure anything on the nodes, they will relay the message automatically if needed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Doubts about BLE and MESH</title><link>https://devzone.nordicsemi.com/thread/309028?ContentTypeID=1</link><pubDate>Mon, 10 May 2021 14:32:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31f8c42d-fb28-4d0e-8534-bf213ba64c7b</guid><dc:creator>alvarovazquez</dc:creator><description>[quote userid="15475" url="~/f/nordic-q-a/74920/doubts-about-ble-and-mesh/309023#309023"]1. The Light switch example have the proxy feature enabled by default. You can send messages from the phone using our &lt;a href="https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Mesh/GetStarted" rel="noopener noreferrer" target="_blank"&gt;nRF Mesh app&lt;/a&gt;.&amp;nbsp;[/quote]
&lt;p&gt;But i want to create my own app. What do i have to take in account to make it?&amp;nbsp;&lt;/p&gt;
[quote userid="15475" url="~/f/nordic-q-a/74920/doubts-about-ble-and-mesh/309023#309023"]Do you want to know how to send messages with and without ack between proxy node and mobile? Can you elaborate?&amp;nbsp;[/quote]
&lt;p&gt;Yes. I have two type of messages in my app. When i send one of them, i want a behaviour and when i send the other, another behaviour. So thats the point of my question. How can i make that difference when the message from the app is sent to the client node?&lt;/p&gt;
[quote userid="15475" url="~/f/nordic-q-a/74920/doubts-about-ble-and-mesh/309023#309023"]I&amp;#39;m not entirely sure what you mean by this. Do you want to know how to configure a node as an relay node?[/quote]
&lt;p&gt;I will have multiple nodes. The device can connect to any of them. When the device is connected to a node and send a message,&amp;nbsp;&amp;iquest;Do I need to configure the nodes so they know how to relay to the server?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Doubts about BLE and MESH</title><link>https://devzone.nordicsemi.com/thread/309023?ContentTypeID=1</link><pubDate>Mon, 10 May 2021 14:18:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27153763-d3dd-4f92-a524-32c30f765be0</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;1. The Light switch example have the proxy feature enabled by default. You can send messages from the phone using our &lt;a href="https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Mesh/GetStarted" rel="noopener noreferrer" target="_blank"&gt;nRF Mesh app&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2.&amp;nbsp;&lt;/p&gt;
[quote user=""] In the moment I would have working the point before, is there any form of send this opcode between BLE and Mesh?[/quote]
&lt;p&gt;Do you want to know how to send messages with and without ack between proxy node and mobile? Can you elaborate?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3.&lt;/p&gt;
[quote user=""]The mobile phone can connect to many nRF. When it connect to one, the other act as a relay. Do i have to configure this relay in any way?[/quote]
&lt;p&gt;I&amp;#39;m not entirely sure what you mean by this. Do you want to know how to configure a node as an relay node?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>