<?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[LoRa Problem with 1.10.2.b1 FW]]></title><description><![CDATA[<p dir="auto">When I upgrade my FW from 1.9.2 to 1.10.2.b1 LoRa Raw communication fails.  My LoRa setup is:</p>
<pre><code class="language-{">  &quot;lora&quot;: {
    &quot;mode&quot;: &quot;LORA&quot;,
    &quot;frequency&quot;: 918000000,
    &quot;power_mode&quot;: &quot;ALWAYS_ON&quot;,
    &quot;tx_power&quot;: 20,
    &quot;bandwidth&quot;: 125,
    &quot;sf&quot;: 9,
    &quot;preamble&quot;: 8,
    &quot;coding_rate&quot;: &quot;4_8&quot;,
    &quot;tx_iq&quot;: false,
    &quot;rx_iq&quot;: false
  }
}

s = socket.socket(socket.AF_LORA, socket.SOCK_RAW)
s.setblocking(False)

</code></pre>
<p dir="auto">The only change is the FW.  I can downgrade it to 1.9.2 and all starts working again.  I tried both LoPys at 1.10.2 and still nothing.  Has anything changed in 10.2 that would affect this?</p>
<p dir="auto">Steve</p>
]]></description><link>https://forum.pycom.io/topic/2285/lora-problem-with-1-10-2-b1-fw</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 15:56:21 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/2285.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 Dec 2017 15:23:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to LoRa Problem with 1.10.2.b1 FW on Mon, 11 Dec 2017 15:23:06 GMT]]></title><description><![CDATA[<p dir="auto">When I upgrade my FW from 1.9.2 to 1.10.2.b1 LoRa Raw communication fails.  My LoRa setup is:</p>
<pre><code class="language-{">  &quot;lora&quot;: {
    &quot;mode&quot;: &quot;LORA&quot;,
    &quot;frequency&quot;: 918000000,
    &quot;power_mode&quot;: &quot;ALWAYS_ON&quot;,
    &quot;tx_power&quot;: 20,
    &quot;bandwidth&quot;: 125,
    &quot;sf&quot;: 9,
    &quot;preamble&quot;: 8,
    &quot;coding_rate&quot;: &quot;4_8&quot;,
    &quot;tx_iq&quot;: false,
    &quot;rx_iq&quot;: false
  }
}

s = socket.socket(socket.AF_LORA, socket.SOCK_RAW)
s.setblocking(False)

</code></pre>
<p dir="auto">The only change is the FW.  I can downgrade it to 1.9.2 and all starts working again.  I tried both LoPys at 1.10.2 and still nothing.  Has anything changed in 10.2 that would affect this?</p>
<p dir="auto">Steve</p>
]]></description><link>https://forum.pycom.io/post/13486</link><guid isPermaLink="true">https://forum.pycom.io/post/13486</guid><dc:creator><![CDATA[ssmith]]></dc:creator><pubDate>Mon, 11 Dec 2017 15:23:06 GMT</pubDate></item><item><title><![CDATA[Reply to LoRa Problem with 1.10.2.b1 FW on Mon, 11 Dec 2017 20:02:03 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1083">@ssmith</a><br />
Can you explain in more detail what exactly is failing?</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.pycom.io/post/13501</link><guid isPermaLink="true">https://forum.pycom.io/post/13501</guid><dc:creator><![CDATA[jmarcelino]]></dc:creator><pubDate>Mon, 11 Dec 2017 20:02:03 GMT</pubDate></item><item><title><![CDATA[Reply to LoRa Problem with 1.10.2.b1 FW on Mon, 11 Dec 2017 21:26:20 GMT]]></title><description><![CDATA[<p dir="auto">Just no LoRa ints getting through.  Found a discussion on github about adding a 50mS delay in the while loop of the main program and now I am getting packets through.  I need to understand the interrupt processing better.  It should break out of a tight while loop with an interrupt but seems like it doesn't.  I also had to add a sleep delay after boot before loading our BT code or the device would core dump with this version of code.</p>
<p dir="auto">Here's the link: <a href="https://github.com/pycom/pycom-micropython-sigfox/issues/102" target="_blank" rel="noopener noreferrer nofollow">https://github.com/pycom/pycom-micropython-sigfox/issues/102</a></p>
]]></description><link>https://forum.pycom.io/post/13502</link><guid isPermaLink="true">https://forum.pycom.io/post/13502</guid><dc:creator><![CDATA[ssmith]]></dc:creator><pubDate>Mon, 11 Dec 2017 21:26:20 GMT</pubDate></item></channel></rss>