<?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>Bluetooth Mesh gateway implementation</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113244/bluetooth-mesh-gateway-implementation</link><description>Hi, I am working on a Bluetooth Mesh project for lighting control using nRF5340. I am currently stuck on how to implement a Bluetooth Mesh gateway for my mesh network. Here&amp;#39;s what I need the gateway to do: 
 
 Issue commands to nodes: The gateway needs</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 24 Jul 2024 08:22:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113244/bluetooth-mesh-gateway-implementation" /><item><title>RE: Bluetooth Mesh gateway implementation</title><link>https://devzone.nordicsemi.com/thread/495356?ContentTypeID=1</link><pubDate>Wed, 24 Jul 2024 08:22:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bfa722b9-a850-4197-ac67-3c6f9ae3df37</guid><dc:creator>Simonr</dc:creator><description>[quote user="chunjie"]Are there any recommended gateway devices that powered by Nordic chips?[/quote]
&lt;p&gt;No, I&amp;#39;m afraid not.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Additionally you can check out the&lt;a href="https://github.com/nRFCloud/nrf-mesh-cli"&gt; nRF Mesh CL&lt;/a&gt;I, which is a PC based CLI that simulates the operates the nRF Cloud front end would need to do.&lt;/p&gt;
&lt;p&gt;If you only have an nRF5340 SoC available, how are you planning on sending/forwarding the&amp;nbsp;node data to a web server, as the nRF5340 only has a 2.4GHz antenna for short range protocols like BLE, Matter, Zigbee, Thread, etc.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth Mesh gateway implementation</title><link>https://devzone.nordicsemi.com/thread/495316?ContentTypeID=1</link><pubDate>Wed, 24 Jul 2024 02:35:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ebd2201-9e24-4234-be7c-79162b0708fc</guid><dc:creator>chunjie</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi Simon,&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Thanks for the reply.&lt;/p&gt;
[quote userid="75734" url="~/f/nordic-q-a/113244/bluetooth-mesh-gateway-implementation/495167"]The n&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Mesh/GetStarted"&gt;RF Mesh app for mobile&lt;/a&gt;&amp;nbsp;is the easiest solution to a gateway like this I think.[/quote]
&lt;p&gt;Are there any recommended gateway devices that powered by Nordic chips? Using nRF mesh app is not practical for our use cases.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote userid="75734" url="~/f/nordic-q-a/113244/bluetooth-mesh-gateway-implementation/495187"]We don&amp;#39;t have an official Mesh gateway sample, but an unofficial prototype is available &lt;a href="https://github.com/nRFCloud/nrf-mesh-gateway"&gt;here&lt;/a&gt;.[/quote]
&lt;p&gt;&lt;span&gt;Unfortunately, I only have the nRF5340-DK and Thingy53 on hand, which do not support Wi-Fi or LTE connections.&lt;/span&gt;&lt;/p&gt;
&lt;div id="gtx-trans" style="left:142px;position:absolute;top:95.2px;"&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: Bluetooth Mesh gateway implementation</title><link>https://devzone.nordicsemi.com/thread/495187?ContentTypeID=1</link><pubDate>Tue, 23 Jul 2024 10:56:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7cdc1a8c-c36c-41bb-9d47-a341423b09b0</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;I got some more details from the developers just now.&lt;/p&gt;
&lt;p&gt;We don&amp;#39;t have an official Mesh gateway sample, but an unofficial prototype is available &lt;a href="https://github.com/nRFCloud/nrf-mesh-gateway"&gt;here&lt;/a&gt;. I haven&amp;#39;t tried it out myself, but it should serve as a starting point to see how such a gateway should be constructed. Note that it is not a sample that is ready for production at all, and should&amp;nbsp;&lt;strong&gt;only&amp;nbsp;&lt;/strong&gt;be used for inspiration.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth Mesh gateway implementation</title><link>https://devzone.nordicsemi.com/thread/495167?ContentTypeID=1</link><pubDate>Tue, 23 Jul 2024 09:40:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efc6cf16-63bb-4689-af9c-eb6575af674b</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:line-through;"&gt;Maybe a better solution here would be to check out the Matter samples available for receiving data from a Mesh topology network and forwarding the data to a device there instead. The Matter bridge for example can be used for such a thing:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/matter_bridge/README.html#matter-bridge-app"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/matter_bridge/README.html#matter-bridge-app&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&amp;nbsp;I realized the above is not relevant to what you were asking, so striking through it. Sorry about any confusion&lt;/p&gt;
&lt;p&gt;For a gateway like you describe it&amp;#39;s most common to use a phone or a dedicated gateway device, as the nRF5340 doesn&amp;#39;t support Wi-Fi or cellular in order to speak to a web server as you suggest. The n&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Mesh/GetStarted"&gt;RF Mesh app for mobile&lt;/a&gt;&amp;nbsp;is the easiest solution to a gateway like this I think.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>