<?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[Lopy LORAWAN&#x2F;LORA standalone gateway]]></title><description><![CDATA[<p dir="auto">Hi! I'm trying to build a gateway consisting of a Lopy connected to a Raspberry Pi over Uart. The lopy handles everything Lora (send/receive to/from lopy nodes) and the raspberry is going to handle everything about sending to database etc.</p>
<p dir="auto">I more or less have a prototype of the system up and working. I can send data (with info about what nodes the data should go to) from the RPI over uart to the gateway which forwards data to the lopy nodes. Data back from the nodes are received from the lopy gateway and sent back over uart to the RPi. I think its kinda cool :)</p>
<p dir="auto">I don't want to use for instance TTN. The connection to the closest antenna is to far away and I want to have complete control.</p>
<p dir="auto">But the problem is that I currently have the system set up with raw lora (Lora.lora) so I suspect there is a lot of collisions. If I use only one node everything works fine. If I add another node and they send relatively frequent it's quite random what is received by the gateway. Is there an easy fix to this? Alternatively how hard would it be to set ut this setup with lorawan instead? Any suggestions would be highly appreciated!</p>
]]></description><link>https://forum.pycom.io/topic/2598/lopy-lorawan-lora-standalone-gateway</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 17:49:39 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/2598.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 07 Feb 2018 15:30:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Lopy LORAWAN&#x2F;LORA standalone gateway on Wed, 07 Feb 2018 15:30:24 GMT]]></title><description><![CDATA[<p dir="auto">Hi! I'm trying to build a gateway consisting of a Lopy connected to a Raspberry Pi over Uart. The lopy handles everything Lora (send/receive to/from lopy nodes) and the raspberry is going to handle everything about sending to database etc.</p>
<p dir="auto">I more or less have a prototype of the system up and working. I can send data (with info about what nodes the data should go to) from the RPI over uart to the gateway which forwards data to the lopy nodes. Data back from the nodes are received from the lopy gateway and sent back over uart to the RPi. I think its kinda cool :)</p>
<p dir="auto">I don't want to use for instance TTN. The connection to the closest antenna is to far away and I want to have complete control.</p>
<p dir="auto">But the problem is that I currently have the system set up with raw lora (Lora.lora) so I suspect there is a lot of collisions. If I use only one node everything works fine. If I add another node and they send relatively frequent it's quite random what is received by the gateway. Is there an easy fix to this? Alternatively how hard would it be to set ut this setup with lorawan instead? Any suggestions would be highly appreciated!</p>
]]></description><link>https://forum.pycom.io/post/15508</link><guid isPermaLink="true">https://forum.pycom.io/post/15508</guid><dc:creator><![CDATA[thomand1000]]></dc:creator><pubDate>Wed, 07 Feb 2018 15:30:24 GMT</pubDate></item><item><title><![CDATA[Reply to Lopy LORAWAN&#x2F;LORA standalone gateway on Thu, 08 Feb 2018 09:09:39 GMT]]></title><description><![CDATA[<p dir="auto">In regards to setting up your own LoRaWAN gateway, we have a tutorial on our documentation website that demonstrates how to use a LoPy as a standard LoRaWAN gateway (<a href="https://docs.pycom.io/chapter/tutorials/lopy/lorawan-nano-gateway.html" target="_blank" rel="noopener noreferrer nofollow">https://docs.pycom.io/chapter/tutorials/lopy/lorawan-nano-gateway.html</a>). With this script running on your LoPy, it will run as a single channel gateway. You can then connect it to any LoRaWAN network such as TTN or if you want to run your own there is an open source project for that too: <a href="https://www.loraserver.io/" target="_blank" rel="noopener noreferrer nofollow">https://www.loraserver.io/</a></p>
]]></description><link>https://forum.pycom.io/post/15541</link><guid isPermaLink="true">https://forum.pycom.io/post/15541</guid><dc:creator><![CDATA[seb]]></dc:creator><pubDate>Thu, 08 Feb 2018 09:09:39 GMT</pubDate></item><item><title><![CDATA[Reply to Lopy LORAWAN&#x2F;LORA standalone gateway on Thu, 08 Feb 2018 12:24:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1881">@seb</a> Yes, I was thinking about using the LoRaWAN gateway example code and possibly rewrite it so that everything done over UDP is changed to UART. Do you think that is a good approach?</p>
]]></description><link>https://forum.pycom.io/post/15564</link><guid isPermaLink="true">https://forum.pycom.io/post/15564</guid><dc:creator><![CDATA[thomand1000]]></dc:creator><pubDate>Thu, 08 Feb 2018 12:24:09 GMT</pubDate></item><item><title><![CDATA[Reply to Lopy LORAWAN&#x2F;LORA standalone gateway on Thu, 08 Feb 2018 12:26:50 GMT]]></title><description><![CDATA[<p dir="auto">Is there a specific reason you need to send the data over UART to the raspberry pi? It might be easier to just run the Lopy stand alone as a gateway and have it talk to a lorawan server and then access the data via the lorawan server.</p>
]]></description><link>https://forum.pycom.io/post/15565</link><guid isPermaLink="true">https://forum.pycom.io/post/15565</guid><dc:creator><![CDATA[seb]]></dc:creator><pubDate>Thu, 08 Feb 2018 12:26:50 GMT</pubDate></item><item><title><![CDATA[Reply to Lopy LORAWAN&#x2F;LORA standalone gateway on Thu, 08 Feb 2018 12:43:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1881">@seb</a> I'm at a University in Norway where it's quite hard to get a connection to WIFI for these kinds of devices. It's a Eduroam network. I have followed a thread on the forums to set up a connection, but unsuccessfully. Another thing is that the raspberry would allow importing the threading library, which could give me a bit more control over the different threads. When I got the UART connection between the devices working I kinda stopped looking back. But, I'm not 100% sure that it is the best choice</p>
]]></description><link>https://forum.pycom.io/post/15567</link><guid isPermaLink="true">https://forum.pycom.io/post/15567</guid><dc:creator><![CDATA[thomand1000]]></dc:creator><pubDate>Thu, 08 Feb 2018 12:43:08 GMT</pubDate></item><item><title><![CDATA[Reply to Lopy LORAWAN&#x2F;LORA standalone gateway on Thu, 08 Feb 2018 13:06:34 GMT]]></title><description><![CDATA[<p dir="auto">Ah I see, in which case my recommended setup would be as follows:</p>
<ul>
<li>Setup <a href="http://loraserver.io" target="_blank" rel="noopener noreferrer nofollow">loraserver.io</a> to run on your raspberry pi</li>
<li>Setup a wifi access point on the raspberry pi</li>
<li>Connect the LoPy to the new WiFi network running the LoRaWAN nano gateway code.</li>
</ul>
<p dir="auto">I am unsure of your universities rules so this way you do not require internet connections on any of the device and the UDP packets wont get filtered out by your universities network. If you need internet access on the raspberry pi you can always just plug in an ethernet cable.</p>
<p dir="auto">From there <a href="http://loraserver.io" target="_blank" rel="noopener noreferrer nofollow">loraserver.io</a> just gives you an mqtt server to access the LoRaWAN network you just created,</p>
]]></description><link>https://forum.pycom.io/post/15569</link><guid isPermaLink="true">https://forum.pycom.io/post/15569</guid><dc:creator><![CDATA[seb]]></dc:creator><pubDate>Thu, 08 Feb 2018 13:06:34 GMT</pubDate></item><item><title><![CDATA[Reply to Lopy LORAWAN&#x2F;LORA standalone gateway on Thu, 08 Feb 2018 13:08:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1881">@seb</a> Brilliant. I'll try that. Thanks! :)</p>
]]></description><link>https://forum.pycom.io/post/15570</link><guid isPermaLink="true">https://forum.pycom.io/post/15570</guid><dc:creator><![CDATA[thomand1000]]></dc:creator><pubDate>Thu, 08 Feb 2018 13:08:31 GMT</pubDate></item><item><title><![CDATA[Reply to Lopy LORAWAN&#x2F;LORA standalone gateway on Fri, 16 Feb 2018 21:42:27 GMT]]></title><description><![CDATA[<p dir="auto">hi guys,</p>
<p dir="auto">I find the project of connecting the nanoGateway to the LoRa server (open source) from <a href="http://www.loraserver.io" target="_blank" rel="noopener noreferrer nofollow">www.loraserver.io</a> very very interesting.<br />
I do not know <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/2255">@thomand1000</a> if you have succeded or not with <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1881">@seb</a> suggestions (I suppose so, because the thread is inactive since a week ago), but I would really like to try it. However, I have many doubts about it, and maybe you could help me with, or maybe we can help each other in case you haven't got things working yet.<br />
First, let me tell you my progress (not much, but it will help you to understand where I am stand): I have small LoRaWAN network running, with a nano-gateway taken from <a href="https://docs.pycom.io/chapter/tutorials/lopy/lorawan-nano-gateway.html" target="_blank" rel="noopener noreferrer nofollow">https://docs.pycom.io/chapter/tutorials/lopy/lorawan-nano-gateway.html</a><br />
and connected to TTN directly from my Lopy, but honestly I don't understand the details of the <a href="http://nanogateway.py" target="_blank" rel="noopener noreferrer nofollow">nanogateway.py</a>. However, beyond my lack of understanding of the nanogateway (and of loraserver, I am just about to investigate about it), it seems that the packet-forwarder used in <a href="http://www.loraserver.io" target="_blank" rel="noopener noreferrer nofollow">www.loraserver.io</a> is the semtech packet-forwarder (<a href="https://github.com/Lora-net/packet_forwarder/tree/master/lora_pkt_fwd" target="_blank" rel="noopener noreferrer nofollow">https://github.com/Lora-net/packet_forwarder/tree/master/lora_pkt_fwd</a>), the same packet-forwarder the nanogateway is using to connect to TTN (<a href="https://docs.pycom.io/chapter/tutorials/lopy/lorawan-nano-gateway.html" target="_blank" rel="noopener noreferrer nofollow">https://docs.pycom.io/chapter/tutorials/lopy/lorawan-nano-gateway.html</a>)...so it should work, I think.<br />
Anyway, could anyone help me to understand how to install, configure and run the required services in the raspberry, and also how to modify the nanogateway? I would really appreciate it. I really want to try the loraserver (running locally in the raspberry) with the nanogateway.</p>
]]></description><link>https://forum.pycom.io/post/15927</link><guid isPermaLink="true">https://forum.pycom.io/post/15927</guid><dc:creator><![CDATA[gnm]]></dc:creator><pubDate>Fri, 16 Feb 2018 21:42:27 GMT</pubDate></item><item><title><![CDATA[Reply to Lopy LORAWAN&#x2F;LORA standalone gateway on Mon, 19 Feb 2018 18:18:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/2259">@gnm</a> I ended ut using the lorawan-nano-gateway code and set up a Raspberry pi as a wifi-hotspot forwarding wifi packets to and from lopy to TTN. I might try to set up the <a href="http://loraserver.io" target="_blank" rel="noopener noreferrer nofollow">loraserver.io</a> on the Rpi, but I haven't tried it yet.</p>
]]></description><link>https://forum.pycom.io/post/16012</link><guid isPermaLink="true">https://forum.pycom.io/post/16012</guid><dc:creator><![CDATA[thomand1000]]></dc:creator><pubDate>Mon, 19 Feb 2018 18:18:49 GMT</pubDate></item><item><title><![CDATA[Reply to Lopy LORAWAN&#x2F;LORA standalone gateway on Mon, 19 Feb 2018 18:31:02 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/2255">@thomand1000</a>,</p>
<p dir="auto">I have tested the nanogateway without the raspberry and it worked fine. I don't know why did you need the raspberry when connecting to TTN.</p>
<p dir="auto">Now I am trying to use the raspberry to host the <a href="http://loraserver.io" target="_blank" rel="noopener noreferrer nofollow">loraserver.io</a>...but I am failling. Why did you decide not to go ahead with <a href="http://loraserver.io" target="_blank" rel="noopener noreferrer nofollow">loraserver.io</a>? Let me know if you try again ;)</p>
]]></description><link>https://forum.pycom.io/post/16014</link><guid isPermaLink="true">https://forum.pycom.io/post/16014</guid><dc:creator><![CDATA[gnm]]></dc:creator><pubDate>Mon, 19 Feb 2018 18:31:02 GMT</pubDate></item><item><title><![CDATA[Reply to Lopy LORAWAN&#x2F;LORA standalone gateway on Mon, 19 Feb 2018 18:35:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/2259">@gnm</a> I set up the Raspberry because I found it hard to connect to Eduroam wifi at my university. Setting up my own Wifi hotspot was therefore much easier (ethernet from raspberry pi). I ended up using TTN because it was easy and next to no modification of the example code from pycom was needed. I will let you know if I continue working on this</p>
]]></description><link>https://forum.pycom.io/post/16015</link><guid isPermaLink="true">https://forum.pycom.io/post/16015</guid><dc:creator><![CDATA[thomand1000]]></dc:creator><pubDate>Mon, 19 Feb 2018 18:35:33 GMT</pubDate></item><item><title><![CDATA[Reply to Lopy LORAWAN&#x2F;LORA standalone gateway on Thu, 28 Mar 2019 15:21:57 GMT]]></title><description><![CDATA[<p dir="auto">I'm trying to use nano-gateway with <a href="http://loraserver.io" target="_blank" rel="noopener noreferrer nofollow">loraserver.io</a> but I can not downstream messages just upstream.</p>
<p dir="auto">Can you share if you had the same problem?</p>
]]></description><link>https://forum.pycom.io/post/26879</link><guid isPermaLink="true">https://forum.pycom.io/post/26879</guid><dc:creator><![CDATA[dserrano]]></dc:creator><pubDate>Thu, 28 Mar 2019 15:21:57 GMT</pubDate></item></channel></rss>