<?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[LoRaWAN network]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I am worried about my <strong>lorawan network security</strong>. What will happen if there is another lorawan network nearby ?<br />
How would I know that the owner of the nearby network will not be able to enter in mine ?<br />
Does it have a lora SSID, or only a wifi SSID ?</p>
<p dir="auto">I will really be grateful if you could help me.<br />
All the best</p>
]]></description><link>https://forum.pycom.io/topic/500/lorawan-network</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 13:06:01 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/500.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 16 Jan 2017 09:13:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to LoRaWAN network on Mon, 16 Jan 2017 09:13:32 GMT]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I am worried about my <strong>lorawan network security</strong>. What will happen if there is another lorawan network nearby ?<br />
How would I know that the owner of the nearby network will not be able to enter in mine ?<br />
Does it have a lora SSID, or only a wifi SSID ?</p>
<p dir="auto">I will really be grateful if you could help me.<br />
All the best</p>
]]></description><link>https://forum.pycom.io/post/3080</link><guid isPermaLink="true">https://forum.pycom.io/post/3080</guid><dc:creator><![CDATA[gouao]]></dc:creator><pubDate>Mon, 16 Jan 2017 09:13:32 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Mon, 16 Jan 2017 09:28:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/698">@gouao</a> said in <a href="/post/3080">LoRaWAN network</a>:</p>
<blockquote>
<p dir="auto">Hello,<br />
I am worried about my <strong>lorawan network security</strong>. What will happen if there is another lorawan network nearby ?<br />
How would I know that the owner of the nearby network will not be able to enter in mine ?<br />
Does it have a lora SSID, or only a wifi SSID ?</p>
<p dir="auto">I will really be grateful if you could help me.<br />
All the best</p>
</blockquote>
<p dir="auto">In the LoRaWAN network both MAC (network control communication between your device and network server) and user data are encrypted by different 128-bit AES keys. Normally each device has a unique key set even in the same network server and account. Depending of the configuration, application encryption key may be unknown for the network server. So in general LoRaWAN offers proper protection for nearly all applications.</p>
]]></description><link>https://forum.pycom.io/post/3083</link><guid isPermaLink="true">https://forum.pycom.io/post/3083</guid><dc:creator><![CDATA[bmarkus]]></dc:creator><pubDate>Mon, 16 Jan 2017 09:28:31 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Mon, 16 Jan 2017 09:30:53 GMT]]></title><description><![CDATA[<p dir="auto">It's not an SSID but - to put it simply -  LoRaWAN uses two unique keys to encrypt communication so only your node and your network server will understand whats being sent.</p>
<p dir="auto">If you're interested in the details this is a good white paper <a href="https://labs.mwrinfosecurity.com/assets/BlogFiles/mwri-LoRa-security-guide-1.2-2016-03-22.pdf" target="_blank" rel="noopener noreferrer nofollow">https://labs.mwrinfosecurity.com/assets/BlogFiles/mwri-LoRa-security-guide-1.2-2016-03-22.pdf</a></p>
]]></description><link>https://forum.pycom.io/post/3084</link><guid isPermaLink="true">https://forum.pycom.io/post/3084</guid><dc:creator><![CDATA[jmarcelino]]></dc:creator><pubDate>Mon, 16 Jan 2017 09:30:53 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Mon, 16 Jan 2017 11:22:44 GMT]]></title><description><![CDATA[<p dir="auto">Thanks both of you, I understand way better the security issue I was facing !<br />
Concerning the link, I already found some useful informations out there. ;)</p>
<p dir="auto">I'm planning to <strong>communicate 2 LoPy devices</strong> thanks to the <strong>OTAA Join</strong> procedure in order to create a <strong>LoRaWAN network</strong>, but I'm not sure where I should start, and what might be the right way to achieve my goal.<br />
I found something that might help here : <a href="https://docs.pycom.io/pycom_esp32/library/network.LoRa.html#" target="_blank" rel="noopener noreferrer nofollow">https://docs.pycom.io/pycom_esp32/library/network.LoRa.html#</a>  &amp;  <a href="https://docs.pycom.io/pycom_esp32/pycom_esp32/lora_examples.html#lora-loramac" target="_blank" rel="noopener noreferrer nofollow">https://docs.pycom.io/pycom_esp32/pycom_esp32/lora_examples.html#lora-loramac</a></p>
<p dir="auto">What could be done with those samples, and how would be the better way to use them ?</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.pycom.io/post/3087</link><guid isPermaLink="true">https://forum.pycom.io/post/3087</guid><dc:creator><![CDATA[gouao]]></dc:creator><pubDate>Mon, 16 Jan 2017 11:22:44 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Mon, 16 Jan 2017 11:29:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/698">@gouao</a> said in <a href="/post/3087">LoRaWAN network</a>:</p>
<blockquote>
<p dir="auto">Thanks both of you, I understand way better the security issue I was facing !<br />
Concerning the link, I already found some useful informations out there. ;)</p>
<p dir="auto">I'm planning to <strong>communicate 2 LoPy devices</strong> thanks to the <strong>OTAA Join</strong> procedure in order to create a <strong>LoRaWAN network</strong>, but I'm not sure where I should start, and what might be the right way to achieve my goal.</p>
</blockquote>
<p dir="auto">Do you mean to create a LoraWAN network built of the 2 LoPy-s or you want to connect the 2 LoPy devices to an existing LoRaWAN network via nearby third-party gateway?</p>
]]></description><link>https://forum.pycom.io/post/3088</link><guid isPermaLink="true">https://forum.pycom.io/post/3088</guid><dc:creator><![CDATA[bmarkus]]></dc:creator><pubDate>Mon, 16 Jan 2017 11:29:51 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Mon, 16 Jan 2017 13:23:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/110">@bmarkus</a> To create a LoraWAN network build of the 2 loPys</p>
]]></description><link>https://forum.pycom.io/post/3089</link><guid isPermaLink="true">https://forum.pycom.io/post/3089</guid><dc:creator><![CDATA[gouao]]></dc:creator><pubDate>Mon, 16 Jan 2017 13:23:25 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Mon, 16 Jan 2017 13:44:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/698">@gouao</a><br />
It's not (yet?) possible  to create LoRaWAN networks that support OTAA joins with just 2 LoPys.</p>
<p dir="auto">True LoRaWAN networks require a LoRaWAN gateway, a special device which has powerful dedicated radio chip able to listen on multiple frequencies at the same time, amongst other things. These cost $200+.</p>
<p dir="auto">There are some tricks to mimic some gateway functionality using LoPys but those aren't really sufficiently developed yet.</p>
<p dir="auto">For now you can look for nearby LoRaWAN gateways, maybe someone already has one you can use or you can setup your own. For example check the Thing Network <a href="https://www.thethingsnetwork.org" target="_blank" rel="noopener noreferrer nofollow">https://www.thethingsnetwork.org</a> which is a public network by volunteers open to everyone.</p>
<p dir="auto">Alternatively you can use 'raw' LoRa (i.e. without the WAN protocol) to communicate between your LoPys, for example using the Nano gateway example <a href="https://forum.pycom.io/topic/236/lopy-nano-gateway">https://forum.pycom.io/topic/236/lopy-nano-gateway</a></p>
]]></description><link>https://forum.pycom.io/post/3090</link><guid isPermaLink="true">https://forum.pycom.io/post/3090</guid><dc:creator><![CDATA[jmarcelino]]></dc:creator><pubDate>Mon, 16 Jan 2017 13:44:02 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Mon, 16 Jan 2017 14:31:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/698">@gouao</a> Is that possible to create a LoRaWAN network using LoraMAC instead of OTAA join tho ?</p>
<p dir="auto">I understand better how does it work, thanks !</p>
<p dir="auto">The solution you proposed on TTN webbsite seems nice, i'll dig on it.</p>
<p dir="auto">So, how my LoRaWAN network will work once the gateway will be able to listen the LoPys ? Would I need to pass through a server then, only to make my LoPys devices communicate ?</p>
]]></description><link>https://forum.pycom.io/post/3096</link><guid isPermaLink="true">https://forum.pycom.io/post/3096</guid><dc:creator><![CDATA[gouao]]></dc:creator><pubDate>Mon, 16 Jan 2017 14:31:46 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Mon, 16 Jan 2017 14:41:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/698">@gouao</a><br />
Yes, LoRaWAN requires a network server even for just 2 devices. Also it's not meant for devices communicating between themselves, it's more for having many devices uploading small amounts of data to some server.</p>
<p dir="auto">For device to device there's LoRa mode (without the WAN), which is essentially just a radio channel, like a walkie-talkie. But remember you need to do your own encryption then and probably establish some sort of protocol.</p>
]]></description><link>https://forum.pycom.io/post/3097</link><guid isPermaLink="true">https://forum.pycom.io/post/3097</guid><dc:creator><![CDATA[jmarcelino]]></dc:creator><pubDate>Mon, 16 Jan 2017 14:41:21 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Mon, 16 Jan 2017 14:52:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/212">@jmarcelino</a> Sure, the devices communicating between themselves case was for some tests.<br />
How this server scenario actually works ? The planning will consist to send data to this server.</p>
<p dir="auto">So the LoRa mode is certainly working on low frequency ? Do you know the range of this mode please ?<br />
Furthermore, what could be the etablishment of my own encryption ? Some code to add in the <a href="http://boot.py" target="_blank" rel="noopener noreferrer nofollow">boot.py</a> ?</p>
<p dir="auto">Do you have any code samples wich could help me on this, and for the LoRaWAN network ?</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.pycom.io/post/3098</link><guid isPermaLink="true">https://forum.pycom.io/post/3098</guid><dc:creator><![CDATA[gouao]]></dc:creator><pubDate>Mon, 16 Jan 2017 14:52:51 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Mon, 16 Jan 2017 15:49:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/698">@gouao</a><br />
I suggest reading a few things on LoRaWAN such as <a href="https://www.thethingsnetwork.org/wiki/LoRaWAN/Home" target="_blank" rel="noopener noreferrer nofollow">https://www.thethingsnetwork.org/wiki/LoRaWAN/Home</a> and also this crash-course video <a href="https://www.youtube.com/watch?v=T3dGLqZrjIQ" target="_blank" rel="noopener noreferrer nofollow">https://www.youtube.com/watch?v=T3dGLqZrjIQ</a></p>
<p dir="auto">It's difficult to say a range with anything radio, it depends on your environment, but my best with LoRa was 5 Kilometres using SF12, no line of sight and the receiver located at an altitude of 8 meters</p>
<p dir="auto">For encryption of LoRa data you could use for example AES, see <a href="https://docs.pycom.io/pycom_esp32/library/ucrypto.AES.html" target="_blank" rel="noopener noreferrer nofollow">https://docs.pycom.io/pycom_esp32/library/ucrypto.AES.html</a><br />
then just make sure both LoPys have the same key.</p>
<p dir="auto">I don't have any LoRa samples sorry,  but the nano gateway example I linked below and the LoRa-MAC (Raw LoRa) in the Pycom tutorial should explain it.</p>
]]></description><link>https://forum.pycom.io/post/3101</link><guid isPermaLink="true">https://forum.pycom.io/post/3101</guid><dc:creator><![CDATA[jmarcelino]]></dc:creator><pubDate>Mon, 16 Jan 2017 15:49:01 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Mon, 16 Jan 2017 15:59:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/212">@jmarcelino</a> It's very kind of you, I will dig on this side !</p>
<p dir="auto">May I return to you if I still have questions ?</p>
<p dir="auto">Thanks for all.</p>
]]></description><link>https://forum.pycom.io/post/3102</link><guid isPermaLink="true">https://forum.pycom.io/post/3102</guid><dc:creator><![CDATA[gouao]]></dc:creator><pubDate>Mon, 16 Jan 2017 15:59:58 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Mon, 16 Jan 2017 17:52:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/212">@jmarcelino</a> said in <a href="/post/3101">LoRaWAN network</a>:</p>
<blockquote>
<p dir="auto">It's difficult to say a range with anything radio, it depends on your environment, but my best with LoRa was 5 Kilometres using SF12, no line of sight and the receiver located at an altitude of 8 meters</p>
</blockquote>
<p dir="auto">With line of sight we have stable link in 50-60 km where S/N is around 0dB which means there is plenty of spare link budget down to -18dB. Conditions:</p>
<ul>
<li>868 MHz</li>
<li>Kerlink professional gateways</li>
<li>SF12</li>
<li>Simple omni-directional antenna</li>
</ul>
<p dir="auto">Record is cca. 150 km distance. In a city like Budapest from car with antenna on the roof 20-25km usually works with Kerlink gateways.</p>
<p dir="auto">On 434 MHz with P2P using SX127x chips, not SX130x we have seen 60km link, on a bicycle tracking it gives 10-12km reliable tracking with stable station just in a house, no hilltop, towers, etc.</p>
]]></description><link>https://forum.pycom.io/post/3103</link><guid isPermaLink="true">https://forum.pycom.io/post/3103</guid><dc:creator><![CDATA[bmarkus]]></dc:creator><pubDate>Mon, 16 Jan 2017 17:52:28 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Mon, 16 Jan 2017 20:29:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/110">@bmarkus</a> said in <a href="/post/3103">LoRaWAN network</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/212">@jmarcelino</a> said in <a href="/post/3101">LoRaWAN network</a>:</p>
<blockquote>
<p dir="auto">It's difficult to say a range with anything radio, it depends on your environment, but my best with LoRa was 5 Kilometres using SF12, no line of sight and the receiver located at an altitude of 8 meters</p>
</blockquote>
<p dir="auto">With line of sight we have stable link in 50-60 km where S/N is around 0dB which means there is plenty of spare link budget down to -18dB. Conditions:</p>
<ul>
<li>868 MHz</li>
<li>Kerlink professional gateways</li>
<li>SF12</li>
<li>Simple omni-directional antenna</li>
</ul>
<p dir="auto">Record is cca. 150 km distance. In a city like Budapest from car with antenna on the roof 20-25km usually works with Kerlink gateways.</p>
<p dir="auto">On 434 MHz with P2P using SX127x chips, not SX130x we have seen 60km link, on a bicycle tracking it gives 10-12km reliable tracking with stable station just in a house, no hilltop, towers, etc.</p>
</blockquote>
<p dir="auto">Wow, thanks  ! Can you estimate the price of such a project ?</p>
]]></description><link>https://forum.pycom.io/post/3108</link><guid isPermaLink="true">https://forum.pycom.io/post/3108</guid><dc:creator><![CDATA[gouao]]></dc:creator><pubDate>Mon, 16 Jan 2017 20:29:00 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Mon, 16 Jan 2017 20:37:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/698">@gouao</a><br />
It's not really a question of price, but 99% about antenna positioning - especially what's around the antennas - on both nodes and gateways.</p>
<p dir="auto">You can easily spend $1000+ on a gateway and not get much more than 1Km.</p>
<p dir="auto">Line of sight and antenna height are particularly important. The video I linked explains a lot about that.</p>
]]></description><link>https://forum.pycom.io/post/3111</link><guid isPermaLink="true">https://forum.pycom.io/post/3111</guid><dc:creator><![CDATA[jmarcelino]]></dc:creator><pubDate>Mon, 16 Jan 2017 20:37:44 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Mon, 16 Jan 2017 21:25:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/212">@jmarcelino</a> said in <a href="/post/3111">LoRaWAN network</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/698">@gouao</a><br />
It's not really a question of price, but 99% about antenna positioning - especially what's around the antennas - on both nodes and gateways.</p>
<p dir="auto">You can easily spend $1000+ on a gateway and not get much more than 1Km.</p>
<p dir="auto">Line of sight and antenna height are particularly important. The video I linked explains a lot about that.</p>
</blockquote>
<p dir="auto">People tend to forget LoRa is RADIO technology which need ANTENNA and proper POSITIONING, not only software. A proper antenna can make miracles. However we see better performance using a Kerlink GW over RPi even they have the same chipset. Frontend filters can improve performance on receiving side. By experience the latest Kerlink station outperforms current generation according to our tests. So for higher price you get better performance. But true, you can reach poor performance for high price also with improper installation, noisy environment, etc.</p>
]]></description><link>https://forum.pycom.io/post/3113</link><guid isPermaLink="true">https://forum.pycom.io/post/3113</guid><dc:creator><![CDATA[bmarkus]]></dc:creator><pubDate>Mon, 16 Jan 2017 21:25:37 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Mon, 16 Jan 2017 21:58:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/212">@jmarcelino</a> said in <a href="/post/3111">LoRaWAN network</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/698">@gouao</a><br />
It's not really a question of price, but 99% about antenna positioning - especially what's around the antennas - on both nodes and gateways.</p>
<p dir="auto">You can easily spend $1000+ on a gateway and not get much more than 1Km.</p>
<p dir="auto">Line of sight and antenna height are particularly important. The video I linked explains a lot about that.</p>
</blockquote>
<p dir="auto">True, the vid explains a lot about it, and underlines points like antenna height, reflection &amp; diffraction phenomenon.</p>
<p dir="auto">Any ideas how could I configure a server for a LoRaWAN network, wich will probably work with a TTN gateway please ?</p>
]]></description><link>https://forum.pycom.io/post/3115</link><guid isPermaLink="true">https://forum.pycom.io/post/3115</guid><dc:creator><![CDATA[gouao]]></dc:creator><pubDate>Mon, 16 Jan 2017 21:58:52 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Mon, 16 Jan 2017 22:12:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/698">@gouao</a></p>
<p dir="auto">If you mean running a server for your own private LoRaWAN network (outside of Things Network) you can try <a href="https://github.com/brocaar/loraserver" target="_blank" rel="noopener noreferrer nofollow">https://github.com/brocaar/loraserver</a></p>
<p dir="auto">The other alternative - and the way I'm using - is to run you own copy of Things Network, it's fully open source and they even provide a setup guide at <a href="https://www.thethingsnetwork.org/article/setting-up-a-private-routing-environment" target="_blank" rel="noopener noreferrer nofollow">https://www.thethingsnetwork.org/article/setting-up-a-private-routing-environment</a> - but you should really understand how their system works first.</p>
]]></description><link>https://forum.pycom.io/post/3116</link><guid isPermaLink="true">https://forum.pycom.io/post/3116</guid><dc:creator><![CDATA[jmarcelino]]></dc:creator><pubDate>Mon, 16 Jan 2017 22:12:20 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Mon, 16 Jan 2017 22:20:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/212">@jmarcelino</a> said in <a href="/post/3116">LoRaWAN network</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/698">@gouao</a></p>
<p dir="auto">If you mean running a server for your own private LoRaWAN network (outside of Things Network) you can try <a href="https://github.com/brocaar/loraserver" target="_blank" rel="noopener noreferrer nofollow">https://github.com/brocaar/loraserver</a></p>
<p dir="auto">The other alternative - and the way I'm using - is to run you own copy of Things Network, it's fully open source and they even provide a setup guide at <a href="https://www.thethingsnetwork.org/article/setting-up-a-private-routing-environment" target="_blank" rel="noopener noreferrer nofollow">https://www.thethingsnetwork.org/article/setting-up-a-private-routing-environment</a> - but you should really understand how their system works first.</p>
</blockquote>
<p dir="auto">You can use a Loriot server also, which is free for 1 GW and up to 10 devices, see <a href="https://loriot.io/" target="_blank" rel="noopener noreferrer nofollow">https://loriot.io/</a></p>
]]></description><link>https://forum.pycom.io/post/3118</link><guid isPermaLink="true">https://forum.pycom.io/post/3118</guid><dc:creator><![CDATA[bmarkus]]></dc:creator><pubDate>Mon, 16 Jan 2017 22:20:01 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Tue, 17 Jan 2017 08:40:48 GMT]]></title><description><![CDATA[<p dir="auto">Thanks both of you !</p>
]]></description><link>https://forum.pycom.io/post/3126</link><guid isPermaLink="true">https://forum.pycom.io/post/3126</guid><dc:creator><![CDATA[gouao]]></dc:creator><pubDate>Tue, 17 Jan 2017 08:40:48 GMT</pubDate></item><item><title><![CDATA[Reply to LoRaWAN network on Tue, 31 Jan 2017 14:15:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/212">@jmarcelino</a> It's possible to send peer-to-peer with two LoPy's. Pycom have supplied a tutorial on that in the documentation. The range I get between two LoPy's is about 400-500 meters in urban area, which is not particullary good though</p>
]]></description><link>https://forum.pycom.io/post/3619</link><guid isPermaLink="true">https://forum.pycom.io/post/3619</guid><dc:creator><![CDATA[Stroggo]]></dc:creator><pubDate>Tue, 31 Jan 2017 14:15:02 GMT</pubDate></item></channel></rss>