<?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[sending data from Arduino with LoPy to GUI (Visual Basic&#x2F;VB.Net)]]></title><description><![CDATA[<p dir="auto">Hello I'm newbie here<br />
I want to send my data from arduino and display it to my GUI that I use is visual basic with LoPy and then data will save in my database (mysql). Can someone explain me what I must to do and the code to send data from arduino to LoPy and to my GUI?<br />
Thankyou</p>
]]></description><link>https://forum.pycom.io/topic/2879/sending-data-from-arduino-with-lopy-to-gui-visual-basic-vb-net</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 19:03:27 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/2879.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 20 Mar 2018 01:45:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to sending data from Arduino with LoPy to GUI (Visual Basic&#x2F;VB.Net) on Tue, 20 Mar 2018 01:45:43 GMT]]></title><description><![CDATA[<p dir="auto">Hello I'm newbie here<br />
I want to send my data from arduino and display it to my GUI that I use is visual basic with LoPy and then data will save in my database (mysql). Can someone explain me what I must to do and the code to send data from arduino to LoPy and to my GUI?<br />
Thankyou</p>
]]></description><link>https://forum.pycom.io/post/17384</link><guid isPermaLink="true">https://forum.pycom.io/post/17384</guid><dc:creator><![CDATA[Fajriansyah]]></dc:creator><pubDate>Tue, 20 Mar 2018 01:45:43 GMT</pubDate></item><item><title><![CDATA[Reply to sending data from Arduino with LoPy to GUI (Visual Basic&#x2F;VB.Net) on Tue, 20 Mar 2018 10:00:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/2502">@fajriansyah</a></p>
<p dir="auto">Hi,</p>
<p dir="auto">Firstly could you explain the purpose of the arduino in this system? It's quite likely that it is not required and you can program the lopy to directly perform the required actions. Secondly there are many ways you can transfer data from the LoPy to a computer depending on your use case:</p>
<ul>
<li>USB: You can use a usb UART (such as the pycom expansion board/pysense/pytrack) to send data by just using <code>print</code> and then have your GUI application read it from the COM port</li>
<li>WiFi: You use sockets to send data between your module and you GUI over your network</li>
<li>BLE: You could connect your device to your computer via BLE and have the GUI read the data this way</li>
<li>LoRa: If your module is very far away from the computer you could send data via LoRaWAN and then receive the data from the lora network into your GUI e.g. via MQTT</li>
</ul>
]]></description><link>https://forum.pycom.io/post/17412</link><guid isPermaLink="true">https://forum.pycom.io/post/17412</guid><dc:creator><![CDATA[seb]]></dc:creator><pubDate>Tue, 20 Mar 2018 10:00:32 GMT</pubDate></item><item><title><![CDATA[Reply to sending data from Arduino with LoPy to GUI (Visual Basic&#x2F;VB.Net) on Wed, 21 Mar 2018 06:19:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1881">@seb</a> I make monitoring solar charger with arduino which is data from solar charger like voltage and current will processed in arduino, and then the data from arduino will communicat with lora to lopy, after that lopy send data to my GUI with wifi.<br />
p.s: I use 2 LoPy</p>
]]></description><link>https://forum.pycom.io/post/17458</link><guid isPermaLink="true">https://forum.pycom.io/post/17458</guid><dc:creator><![CDATA[Fajriansyah]]></dc:creator><pubDate>Wed, 21 Mar 2018 06:19:27 GMT</pubDate></item><item><title><![CDATA[Reply to sending data from Arduino with LoPy to GUI (Visual Basic&#x2F;VB.Net) on Wed, 21 Mar 2018 11:38:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/2502">@fajriansyah</a></p>
<p dir="auto">If you need to send data directly between two lopy modues I recommend you check out the following example code: <a href="https://docs.pycom.io/chapter/tutorials/lora/lora-mac-nano-gateway.html" target="_blank" rel="noopener noreferrer nofollow">https://docs.pycom.io/chapter/tutorials/lora/lora-mac-nano-gateway.html</a></p>
]]></description><link>https://forum.pycom.io/post/17486</link><guid isPermaLink="true">https://forum.pycom.io/post/17486</guid><dc:creator><![CDATA[seb]]></dc:creator><pubDate>Wed, 21 Mar 2018 11:38:16 GMT</pubDate></item><item><title><![CDATA[Reply to sending data from Arduino with LoPy to GUI (Visual Basic&#x2F;VB.Net) on Wed, 21 Mar 2018 23:09:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1881">@seb</a> thankyou so much 😉</p>
]]></description><link>https://forum.pycom.io/post/17519</link><guid isPermaLink="true">https://forum.pycom.io/post/17519</guid><dc:creator><![CDATA[Fajriansyah]]></dc:creator><pubDate>Wed, 21 Mar 2018 23:09:38 GMT</pubDate></item></channel></rss>