<?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[💬 Minimalist LoRa Ra-01 Shield for WeMos D1 Mini]]></title><description><![CDATA[<p dir="auto"><a href="https://www.openhardware.io/view/394/Minimalist-LoRa-Ra-01-Shield-for-WeMos-D1-Mini" rel="nofollow ugc">https://www.openhardware.io/view/394/Minimalist-LoRa-Ra-01-Shield-for-WeMos-D1-Mini</a></p>
]]></description><link>https://forum.mysensors.org/topic/6841/minimalist-lora-ra-01-shield-for-wemos-d1-mini</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 11:36:37 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/6841.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 May 2017 17:06:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 💬 Minimalist LoRa Ra-01 Shield for WeMos D1 Mini on Sun, 14 Jan 2018 16:05:02 GMT]]></title><description><![CDATA[<p dir="auto">I just now uploaded a mysensors serial gateway sketch.</p>
]]></description><link>https://forum.mysensors.org/post/83760</link><guid isPermaLink="true">https://forum.mysensors.org/post/83760</guid><dc:creator><![CDATA[NeverDie]]></dc:creator><pubDate>Sun, 14 Jan 2018 16:05:02 GMT</pubDate></item><item><title><![CDATA[Reply to 💬 Minimalist LoRa Ra-01 Shield for WeMos D1 Mini on Sun, 14 Jan 2018 15:44:12 GMT]]></title><description><![CDATA[<p dir="auto">Starting with MySensors Release 2.1.1, it appears this LoRa radio is now supported by MySensors:<br />
"New transport layer: RFM95 (LoRa mode)"</p>
]]></description><link>https://forum.mysensors.org/post/83752</link><guid isPermaLink="true">https://forum.mysensors.org/post/83752</guid><dc:creator><![CDATA[NeverDie]]></dc:creator><pubDate>Sun, 14 Jan 2018 15:44:12 GMT</pubDate></item><item><title><![CDATA[Reply to 💬 Minimalist LoRa Ra-01 Shield for WeMos D1 Mini on Thu, 01 Jun 2017 21:51:07 GMT]]></title><description><![CDATA[<p dir="auto">It works.  Project completed.    :)</p>
<p dir="auto">Note: if you want to run RH95 demo examples from the RadioHead library version 1.74 (the current release as of this writing), you will need to edit the demo code to make two simple changes:</p>
<ol>
<li>Instead of:</li>
</ol>
<pre><code>int led = 9;
</code></pre>
<p dir="auto">change it to:</p>
<pre><code>int led = 2;  //LED is on pin GPIO2 of Wemos D1 Mini
</code></pre>
<ol start="2">
<li>Instead of:</li>
</ol>
<pre><code>RH_RF95 rf95;
</code></pre>
<p dir="auto">change it to:</p>
<pre><code>RH_RF95 rf95(15,4);  //Ra-01 chip select connected to GPIO15, and Ra-01 DIO0 pin connected to GPIO4
</code></pre>
<p dir="auto">When I made those two changes, the demo code examples "just worked."</p>
]]></description><link>https://forum.mysensors.org/post/68193</link><guid isPermaLink="true">https://forum.mysensors.org/post/68193</guid><dc:creator><![CDATA[NeverDie]]></dc:creator><pubDate>Thu, 01 Jun 2017 21:51:07 GMT</pubDate></item></channel></rss>