<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Two gateways and nodes]]></title><description><![CDATA[<p dir="auto">Hi All,</p>
<p dir="auto">having two gateways and multiple nodes (with sensors) how to link node A to gateway 1 and node B to gateway 2, i.e.?</p>
<p dir="auto">Thx in advance for any help.</p>
]]></description><link>https://forum.mysensors.org/topic/11269/two-gateways-and-nodes</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 12:09:48 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/11269.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Jul 2020 11:10:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Two gateways and nodes on Mon, 13 Jul 2020 14:01:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mfalkvidd" aria-label="Profile: mfalkvidd">@<bdi>mfalkvidd</bdi></a> Thx for the reply. It makes sense.</p>
]]></description><link>https://forum.mysensors.org/post/106667</link><guid isPermaLink="true">https://forum.mysensors.org/post/106667</guid><dc:creator><![CDATA[pw44]]></dc:creator><pubDate>Mon, 13 Jul 2020 14:01:27 GMT</pubDate></item><item><title><![CDATA[Reply to Two gateways and nodes on Mon, 13 Jul 2020 11:35:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pw44" aria-label="Profile: pw44">@<bdi>pw44</bdi></a> use different radio channels. Based on your earlier posts, you use nrf24 radios. Add</p>
<pre><code>#define MY_RF24_CHANNEL (x)
</code></pre>
<p dir="auto">to the sketch of gateway 2 and node B, before including MySensors.h where x is the channel number you want to use. Documentation: <a href="https://www.mysensors.org/apidocs/group__RF24SettingGrpPub.html#gafb356a7718f74a37f2081fb636dfacd2" rel="nofollow ugc">https://www.mysensors.org/apidocs/group__RF24SettingGrpPub.html#gafb356a7718f74a37f2081fb636dfacd2</a></p>
<p dir="auto">The default setting is 76, so use something else for your second MySensors network.</p>
]]></description><link>https://forum.mysensors.org/post/106665</link><guid isPermaLink="true">https://forum.mysensors.org/post/106665</guid><dc:creator><![CDATA[mfalkvidd]]></dc:creator><pubDate>Mon, 13 Jul 2020 11:35:45 GMT</pubDate></item></channel></rss>