<?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[Can I connect the LoPy module to the Raspberry?]]></title><description><![CDATA[<p dir="auto">Hello everyone,</p>
<p dir="auto">I'm Santiago from Colombia...</p>
<p dir="auto">I want to know if it is <strong>possible to create a network</strong> from <strong>LoPy to LoPy or nano-gateway and nodes</strong>, and connect this to <strong>Raspberry Pi</strong> to display all the data that has been acquired ...</p>
<p dir="auto">If it is not possible, <strong>can I use the pins 40 and 41 (RX and TX)</strong> to get out the variables read to the Raspberry or some other Serial board reader ?.</p>
<p dir="auto">Thank you.<br />
Regards.</p>
]]></description><link>https://forum.pycom.io/topic/932/can-i-connect-the-lopy-module-to-the-raspberry</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 02:09:01 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/932.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 24 Mar 2017 22:38:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can I connect the LoPy module to the Raspberry? on Fri, 24 Mar 2017 22:38:15 GMT]]></title><description><![CDATA[<p dir="auto">Hello everyone,</p>
<p dir="auto">I'm Santiago from Colombia...</p>
<p dir="auto">I want to know if it is <strong>possible to create a network</strong> from <strong>LoPy to LoPy or nano-gateway and nodes</strong>, and connect this to <strong>Raspberry Pi</strong> to display all the data that has been acquired ...</p>
<p dir="auto">If it is not possible, <strong>can I use the pins 40 and 41 (RX and TX)</strong> to get out the variables read to the Raspberry or some other Serial board reader ?.</p>
<p dir="auto">Thank you.<br />
Regards.</p>
]]></description><link>https://forum.pycom.io/post/5609</link><guid isPermaLink="true">https://forum.pycom.io/post/5609</guid><dc:creator><![CDATA[scg94]]></dc:creator><pubDate>Fri, 24 Mar 2017 22:38:15 GMT</pubDate></item><item><title><![CDATA[Reply to Can I connect the LoPy module to the Raspberry? on Sat, 25 Mar 2017 15:57:05 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1140">@scg94</a></p>
<p dir="auto">I'll be posting to our docs soon, an example of how to do this!</p>
<p dir="auto">I've previously used UART (RX &amp; TX) to talk between the RPi and the LoPy to use the LoPy as a LoRa node!</p>
<p dir="auto">Hope that helps!</p>
]]></description><link>https://forum.pycom.io/post/5623</link><guid isPermaLink="true">https://forum.pycom.io/post/5623</guid><dc:creator><![CDATA[bucknall]]></dc:creator><pubDate>Sat, 25 Mar 2017 15:57:05 GMT</pubDate></item><item><title><![CDATA[Reply to Can I connect the LoPy module to the Raspberry? on Mon, 10 Apr 2017 23:18:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/823">@bucknall</a><br />
This is what I want to do, but I could not, can you help me?</p>
<p dir="auto">Regards...</p>
]]></description><link>https://forum.pycom.io/post/6233</link><guid isPermaLink="true">https://forum.pycom.io/post/6233</guid><dc:creator><![CDATA[scg94]]></dc:creator><pubDate>Mon, 10 Apr 2017 23:18:38 GMT</pubDate></item><item><title><![CDATA[Reply to Can I connect the LoPy module to the Raspberry? on Tue, 11 Apr 2017 09:35:23 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1140">@scg94</a>,</p>
<p dir="auto">Have a look at this github repo, I will post this formally onto our docs later this week.</p>
<p dir="auto"><a href="https://github.com/Bucknalla/lopy-raspberrypi" target="_blank" rel="noopener noreferrer nofollow">https://github.com/Bucknalla/lopy-raspberrypi</a></p>
]]></description><link>https://forum.pycom.io/post/6257</link><guid isPermaLink="true">https://forum.pycom.io/post/6257</guid><dc:creator><![CDATA[bucknall]]></dc:creator><pubDate>Tue, 11 Apr 2017 09:35:23 GMT</pubDate></item><item><title><![CDATA[Reply to Can I connect the LoPy module to the Raspberry? on Wed, 12 Apr 2017 19:18:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/823">@bucknall</a> Maybe it is by design, but doesn't this code in <a href="http://main.py" target="_blank" rel="noopener noreferrer nofollow">main.py</a>:</p>
<pre><code>        if data == b'send':
            send_lora(&quot;data&quot;)
</code></pre>
<p dir="auto">cause the LoPy to always send the literal string &quot;data&quot; instead of the contents of the variable data?</p>
]]></description><link>https://forum.pycom.io/post/6333</link><guid isPermaLink="true">https://forum.pycom.io/post/6333</guid><dc:creator><![CDATA[PiAir]]></dc:creator><pubDate>Wed, 12 Apr 2017 19:18:16 GMT</pubDate></item><item><title><![CDATA[Reply to Can I connect the LoPy module to the Raspberry? on Wed, 12 Apr 2017 19:20:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1173">@PiAir</a> It's by design, although admittedly confusing haha. I have an update to this where I'm connecting a LoPy up to a Raspberry Pi 3 which is running Node Red. The idea is to use this as an easy config Nano-Gateway.</p>
<p dir="auto">I'll update this when I get around to publishing this!</p>
]]></description><link>https://forum.pycom.io/post/6334</link><guid isPermaLink="true">https://forum.pycom.io/post/6334</guid><dc:creator><![CDATA[bucknall]]></dc:creator><pubDate>Wed, 12 Apr 2017 19:20:07 GMT</pubDate></item></channel></rss>