<?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>Mesh like network base on BLE connection， BLE and long range conexist issue.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63347/mesh-like-network-base-on-ble-connection-ble-and-long-range-conexist-issue</link><description>Hi, All 
 
 In our product development, we finally found that our products need to work in long range mode to improve the communication range, and keep the connection with mobile phone at the same time. so my first question is, is it possible to make</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 Jul 2020 11:42:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63347/mesh-like-network-base-on-ble-connection-ble-and-long-range-conexist-issue" /><item><title>RE: Mesh like network base on BLE connection， BLE and long range conexist issue.</title><link>https://devzone.nordicsemi.com/thread/260346?ContentTypeID=1</link><pubDate>Thu, 16 Jul 2020 11:42:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c97ad942-d14a-4431-9703-a601d20030b0</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The term &amp;quot;Low Power Node&amp;quot; (LPN) is for nodes that communicate using the normal ADV bearer for communication, but has a &amp;quot;Friend node&amp;quot; in the network that will store all messages addressed for the node. The LPN can then wake at certain intervals, and poll the Friend node for new messages.&lt;/p&gt;
&lt;p&gt;If you use the GATT bearer, it will not be a &amp;quot;Low Power Node&amp;quot; in Bluetooth mesh terminology, but it will look similar to your illustration, yes. Except what you marked as &amp;quot;LPN&amp;quot; will be GATT client nodes, and what you marked as &amp;quot;Mesh relay&amp;quot; will be nodes with the GATT proxy feature enabled (&amp;quot;GATT proxy nodes&amp;quot;).&lt;/p&gt;
&lt;p&gt;GATT proxy nodes can connect to multiple GATT client nodes yes.&lt;/p&gt;
&lt;p&gt;For getting familiar with the possibilities in Bluetooth mesh, I recommend having a look at the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v4.2.0%2Fmd_doc_user_guide_mesh_basic_concepts.html"&gt;Bluetooth Mesh concepts&lt;/a&gt; section of our nRF5 SDK for Mesh documentation.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh like network base on BLE connection， BLE and long range conexist issue.</title><link>https://devzone.nordicsemi.com/thread/259369?ContentTypeID=1</link><pubDate>Fri, 10 Jul 2020 08:31:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50903c19-3005-4bb1-a1b3-9fe5ae04b1a2</guid><dc:creator>jhc</dc:creator><description>&lt;p&gt;Thanks,&amp;nbsp;&lt;span&gt;Torbj&amp;oslash;rn&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;As your mention: Another option in BT mesh is to set up a GATT proxy node, which is simply connecting to one of the mesh relay nodes over a normal Bluetooth connection (GATT connection). This can yield even lower average currents than the LPN&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;I draw the below illustration, the LPN node communicate with the Mesh relay node&amp;nbsp;via&amp;nbsp;GATT would be consume less power, Is it&amp;nbsp;right?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1594369354746v1.png" alt=" " /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;By the way, is it possible to let the Mesh relay connect with multiple LPNs, like the left Mesh relay node in the&amp;nbsp;&lt;strong&gt;illustration?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Thank you!&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh like network base on BLE connection， BLE and long range conexist issue.</title><link>https://devzone.nordicsemi.com/thread/259198?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2020 13:00:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb2c2e1c-e854-44ec-9192-66e8dea7c6c4</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The ble_aggregator example in the &lt;a href="https://github.com/NordicPlayground/nrf52-ble-multi-link-multi-role"&gt;multi link example&lt;/a&gt; scans for both 1M and LR devices, and can be connected to different devices on different phy&amp;#39;s at the same time, but be aware that this example is quite complex, and is not an official SDK example.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In other words it is provided &amp;quot;as is&amp;quot;, and we can&amp;#39;t guarantee that it works, or that we will support it in the future.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The power consumption of an LPN node in a mesh network depends on the usage scenario, friendship parameters and so forth, but typically you are looking at an average current consumption of 100uA or less.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Another option in BT mesh is to set up a GATT proxy node, which is simply connecting to one of the mesh relay nodes over a normal Bluetooth connection (GATT connection). This can yield even lower average currents than the LPN.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh like network base on BLE connection， BLE and long range conexist issue.</title><link>https://devzone.nordicsemi.com/thread/258933?ContentTypeID=1</link><pubDate>Wed, 08 Jul 2020 08:05:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dadbf695-d887-4dff-85e7-17a43ce78c29</guid><dc:creator>jhc</dc:creator><description>&lt;p&gt;Hi again,&amp;nbsp;&lt;span&gt;Torbj&amp;oslash;rn&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I have another additional question: how low could the power consumption of&amp;nbsp; the SIG mesh LOW POWER NODE (LPN)&amp;nbsp; reach?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;div style="left:623px;position:absolute;top:6px;" id="gtx-trans"&gt;
&lt;div class="gtx-trans-icon"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh like network base on BLE connection， BLE and long range conexist issue.</title><link>https://devzone.nordicsemi.com/thread/258899?ContentTypeID=1</link><pubDate>Wed, 08 Jul 2020 05:14:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f3b0c5b-fc60-4425-8e1c-1b565db18594</guid><dc:creator>jhc</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;span&gt;Torbj&amp;oslash;rn&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks for reply.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I will study on the Wirepas mesh later, hope that would&amp;nbsp;meeting our requirements.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;As you mentioned:&amp;nbsp;&lt;span&gt;it is possible to have one connection running in 1M mode, and another connection running in long range mode, i&lt;/span&gt;s there any example for this for reference.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh like network base on BLE connection， BLE and long range conexist issue.</title><link>https://devzone.nordicsemi.com/thread/258594?ContentTypeID=1</link><pubDate>Mon, 06 Jul 2020 12:02:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b34adef5-c5cb-43b6-bc49-05d535ca104c</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The S132 and S140 SoftDevices allow you to run up to 20 connections simultaneously, and you can use different PHY&amp;#39;s on the different links if you want.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In other words it is possible to have one connection running in 1M mode, and another connection running in long range mode.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We don&amp;#39;t have any examples showing how to do this type of connected Bluetooth mesh unfortunately.&amp;nbsp;&lt;br /&gt;We have an implementation following the Bluetooth mesh standard, but this is based on advertise packets and not Bluetooth connections. The advantage of this is that it is easy to support a large number of nodes in the network, but you get higher current consumption and lower data rate than you would with a connected mesh implementation.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you want a connected mesh implementation without having to spend considerable development time to create one from scratch you might want to have a look at the Wirepas mesh implementation:&lt;br /&gt;&lt;a href="https://wirepas.com/what-is-wirepas-mesh/"&gt;https://wirepas.com/what-is-wirepas-mesh/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>