<?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[SigFox LoRa conflicts ?]]></title><description><![CDATA[<p dir="auto">Hello I'm trying to compare sigfox and LoRa.<br />
there fore I made a program on a Fipy that sends messages on both networks but I experience problems with LoRa if I used Sigfox without power cycling the Fipy.</p>
<p dir="auto">here is my sigfox code, am I doing  something wrong that let the Sigfox/LoRa modem in Sigfox mode ?</p>
<pre><code>def run_sigfox :
    RX = False    
     # create a Sigfox socket
     s = socket.socket(socket.AF_SIGFOX, socket.SOCK_RAW)
     # make the socket blocking
     s.setblocking(True)
     # configure it as uplink only (if False)
     s.setsockopt(socket.SOL_SIGFOX, socket.SO_RX, RX)
     cnt = nvs_get('sigfox_cnt')
     message = payload_encode(channel_ids['cnt'],'H', cnt)
     cnt += 1
     nvs_set('sigfox_cnt', cnt)
     message += payload_encode(channel_ids['time'],'I', time.time())
     s.send(message)
     s.close()
</code></pre>
]]></description><link>https://forum.pycom.io/topic/5299/sigfox-lora-conflicts</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 03:09:17 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/5299.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 18 Oct 2019 08:16:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SigFox LoRa conflicts ? on Fri, 18 Oct 2019 08:16:08 GMT]]></title><description><![CDATA[<p dir="auto">Hello I'm trying to compare sigfox and LoRa.<br />
there fore I made a program on a Fipy that sends messages on both networks but I experience problems with LoRa if I used Sigfox without power cycling the Fipy.</p>
<p dir="auto">here is my sigfox code, am I doing  something wrong that let the Sigfox/LoRa modem in Sigfox mode ?</p>
<pre><code>def run_sigfox :
    RX = False    
     # create a Sigfox socket
     s = socket.socket(socket.AF_SIGFOX, socket.SOCK_RAW)
     # make the socket blocking
     s.setblocking(True)
     # configure it as uplink only (if False)
     s.setsockopt(socket.SOL_SIGFOX, socket.SO_RX, RX)
     cnt = nvs_get('sigfox_cnt')
     message = payload_encode(channel_ids['cnt'],'H', cnt)
     cnt += 1
     nvs_set('sigfox_cnt', cnt)
     message += payload_encode(channel_ids['time'],'I', time.time())
     s.send(message)
     s.close()
</code></pre>
]]></description><link>https://forum.pycom.io/post/29891</link><guid isPermaLink="true">https://forum.pycom.io/post/29891</guid><dc:creator><![CDATA[bca]]></dc:creator><pubDate>Fri, 18 Oct 2019 08:16:08 GMT</pubDate></item><item><title><![CDATA[Reply to SigFox LoRa conflicts ? on Fri, 18 Oct 2019 09:03:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/4761">@bca</a> I have problems with Lora, in that it would not work without power cycling or hard reset even without using Sigfox.</p>
]]></description><link>https://forum.pycom.io/post/29895</link><guid isPermaLink="true">https://forum.pycom.io/post/29895</guid><dc:creator><![CDATA[robert-hh]]></dc:creator><pubDate>Fri, 18 Oct 2019 09:03:35 GMT</pubDate></item><item><title><![CDATA[Reply to SigFox LoRa conflicts ? on Fri, 25 Oct 2019 11:58:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/4761">@bca</a> Please can you specify the issues you are experiencing ? Are you using plain lora or Lorawan ?</p>
]]></description><link>https://forum.pycom.io/post/30027</link><guid isPermaLink="true">https://forum.pycom.io/post/30027</guid><dc:creator><![CDATA[oligauc]]></dc:creator><pubDate>Fri, 25 Oct 2019 11:58:41 GMT</pubDate></item></channel></rss>