<?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[2 of my LoPy Stop Working trying on the expansion board 2 and pysense]]></title><description><![CDATA[<p dir="auto">I dont understand why it stop working.... I have a expansion board 2 and pysense and problem is in both. This code is just a easy test to try upload the code.</p>
<p dir="auto">It stops working after a time i dont get it, I have latest firmware on lopy.</p>
<p dir="auto">Firmware:<br />
---&gt; atom 124.1 x64 (Only firmware that works)<br />
---&gt; pymakr 1.2.7 (Only firmware that works)</p>
<p dir="auto"><img src="/assets/uploads/files/1524650076996-dcf53fcf-08d0-4c50-aa2a-4a52b95c3bb0-image-resized.png" alt="0_1524650077801_dcf53fcf-08d0-4c50-aa2a-4a52b95c3bb0-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto">Still same thing.... Nothing happens...:</p>
<p dir="auto"><img src="/assets/uploads/files/1524727898420-ff85eb52-cc2d-400e-89f4-7d518dd45ec6-image-resized.png" alt="0_1524727899967_ff85eb52-cc2d-400e-89f4-7d518dd45ec6-image.png" class="img-responsive img-markdown" /></p>
]]></description><link>https://forum.pycom.io/topic/3122/2-of-my-lopy-stop-working-trying-on-the-expansion-board-2-and-pysense</link><generator>RSS for Node</generator><lastBuildDate>Thu, 12 Mar 2026 16:52:49 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/3122.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 25 Apr 2018 10:00:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 2 of my LoPy Stop Working trying on the expansion board 2 and pysense on Thu, 26 Apr 2018 07:31:39 GMT]]></title><description><![CDATA[<p dir="auto">I dont understand why it stop working.... I have a expansion board 2 and pysense and problem is in both. This code is just a easy test to try upload the code.</p>
<p dir="auto">It stops working after a time i dont get it, I have latest firmware on lopy.</p>
<p dir="auto">Firmware:<br />
---&gt; atom 124.1 x64 (Only firmware that works)<br />
---&gt; pymakr 1.2.7 (Only firmware that works)</p>
<p dir="auto"><img src="/assets/uploads/files/1524650076996-dcf53fcf-08d0-4c50-aa2a-4a52b95c3bb0-image-resized.png" alt="0_1524650077801_dcf53fcf-08d0-4c50-aa2a-4a52b95c3bb0-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto">Still same thing.... Nothing happens...:</p>
<p dir="auto"><img src="/assets/uploads/files/1524727898420-ff85eb52-cc2d-400e-89f4-7d518dd45ec6-image-resized.png" alt="0_1524727899967_ff85eb52-cc2d-400e-89f4-7d518dd45ec6-image.png" class="img-responsive img-markdown" /></p>
]]></description><link>https://forum.pycom.io/post/19000</link><guid isPermaLink="true">https://forum.pycom.io/post/19000</guid><dc:creator><![CDATA[stefan85e]]></dc:creator><pubDate>Thu, 26 Apr 2018 07:31:39 GMT</pubDate></item><item><title><![CDATA[Reply to 2 of my LoPy Stop Working trying on the expansion board 2 and pysense on Thu, 26 Apr 2018 13:05:24 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/2261">@stefan85e</a>, why don't you update the Atom to 1.26.0, and Pymakr to 1.2.12, these seems to be the latest?</p>
<p dir="auto">Secondly, if you want to test a simple micropython script, use some simple <code>print(&quot;Hello world!)</code>. Print uses UART0 which is connected to the Expansion board FTDI chip, and you can see the messages on USB.</p>
<p dir="auto">Thirdly, from your script, do you expect to see <code>hello</code> on Pymakr console? Your script defines UART1 on (P20-P23 pins), but these are not connected to the FTDI chip; the RX and TX are on P0 and P1. So you would need another FTDI chip interface connected to P20-P23 pins. Also, pay attention, that P20 is already used by UART0 RTS (and connected to FTDI_CTS). <a href="https://docs.pycom.io/chapter/datasheets/boards/expansion2.html" target="_blank" rel="noopener noreferrer nofollow">https://docs.pycom.io/chapter/datasheets/boards/expansion2.html</a></p>
]]></description><link>https://forum.pycom.io/post/19028</link><guid isPermaLink="true">https://forum.pycom.io/post/19028</guid><dc:creator><![CDATA[catalin]]></dc:creator><pubDate>Thu, 26 Apr 2018 13:05:24 GMT</pubDate></item><item><title><![CDATA[Reply to 2 of my LoPy Stop Working trying on the expansion board 2 and pysense on Thu, 26 Apr 2018 18:55:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1969">@catalin</a> first it won't work with latest atom and pymakr I tried that like 10 times already I get error and can't upload anything... sadly...</p>
<p dir="auto">FTDI chip; the RX and TX are on P0 and P1...</p>
<p dir="auto">I tried use P0 and P1 but then I had problem that it did not upload so I tried change it that's why it has there :)</p>
<p dir="auto">from machine import UART</p>
<p dir="auto">uart = UART(1,baudrate= 9600, pins=('P0','P1'))<br />
print('Hello World')<br />
#uart.write('Hello')</p>
<p dir="auto">#uart.read(5)</p>
<p dir="auto">print(uart.any())</p>
<p dir="auto">Do you mean something like this!?</p>
<p dir="auto"><a href="http://www.ftdichip.com/FTDrivers.htm" target="_blank" rel="noopener noreferrer nofollow">http://www.ftdichip.com/FTDrivers.htm</a></p>
<p dir="auto"><a href="http://www.ftdichip.com/Support/Documents/AppNotes/AN_107_AdvancedDriverOptions_AN_000073.pdf" target="_blank" rel="noopener noreferrer nofollow">http://www.ftdichip.com/Support/Documents/AppNotes/AN_107_AdvancedDriverOptions_AN_000073.pdf</a></p>
]]></description><link>https://forum.pycom.io/post/19053</link><guid isPermaLink="true">https://forum.pycom.io/post/19053</guid><dc:creator><![CDATA[stefan85e]]></dc:creator><pubDate>Thu, 26 Apr 2018 18:55:58 GMT</pubDate></item><item><title><![CDATA[Reply to 2 of my LoPy Stop Working trying on the expansion board 2 and pysense on Thu, 26 Apr 2018 19:14:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1969">@catalin</a> said in <a href="/post/19028">2 of my LoPy Stop Working trying on the expansion board 2 and pysense</a>:</p>
<blockquote>
<p dir="auto">micropython</p>
</blockquote>
<p dir="auto">When I trying this it stil dont work:</p>
<p dir="auto"><img src="/assets/uploads/files/1524770050977-83d402d9-1aee-4b08-b598-46b08005d06e-image-resized.png" alt="0_1524770049520_83d402d9-1aee-4b08-b598-46b08005d06e-image.png" class="img-responsive img-markdown" /></p>
]]></description><link>https://forum.pycom.io/post/19058</link><guid isPermaLink="true">https://forum.pycom.io/post/19058</guid><dc:creator><![CDATA[stefan85e]]></dc:creator><pubDate>Thu, 26 Apr 2018 19:14:14 GMT</pubDate></item><item><title><![CDATA[Reply to 2 of my LoPy Stop Working trying on the expansion board 2 and pysense on Thu, 26 Apr 2018 19:27:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/1969">@catalin</a> also this is why I dont use latest version:</p>
<p dir="auto">I have connect 3.3V to G28 so I can upload code, for some reason it work from my win10 computer to upload code but i still dont understand what I should do to be able to use the uart..</p>
<p dir="auto"><img src="/assets/uploads/files/1524770377797-b3dea26f-2bb4-4e80-9bd0-bc528489bd43-image-resized.png" alt="0_1524770376458_b3dea26f-2bb4-4e80-9bd0-bc528489bd43-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1524770422571-d87dfa8c-6ee3-41ac-a0fd-ff7c27954b9f-image-resized.png" alt="0_1524770421417_d87dfa8c-6ee3-41ac-a0fd-ff7c27954b9f-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1524770434440-38ef5ef4-e9b8-4bde-93eb-df140516e1fd-image-resized.png" alt="0_1524770433311_38ef5ef4-e9b8-4bde-93eb-df140516e1fd-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1524770476262-b925f551-8f7b-4ab5-bdb1-3e7f16bfc02b-image-resized.png" alt="0_1524770475072_b925f551-8f7b-4ab5-bdb1-3e7f16bfc02b-image.png" class="img-responsive img-markdown" /></p>
]]></description><link>https://forum.pycom.io/post/19059</link><guid isPermaLink="true">https://forum.pycom.io/post/19059</guid><dc:creator><![CDATA[stefan85e]]></dc:creator><pubDate>Thu, 26 Apr 2018 19:27:31 GMT</pubDate></item><item><title><![CDATA[Reply to 2 of my LoPy Stop Working trying on the expansion board 2 and pysense on Sat, 28 Apr 2018 16:27:16 GMT]]></title><description><![CDATA[<p dir="auto">hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/2261">@stefan85e</a>,</p>
<p dir="auto">Short between G28 and 3V3 it's for safe-boot (booting without executing micropython scrips or loading previous OTA firmware). This is not required.</p>
<p dir="auto">Let's simplify and isolate problems.</p>
<ol>
<li>
<p dir="auto">upload scripts with Atom<br />
Here make a simple <code>print(&quot;hello&quot;)</code> , no UART usage, yet; it should work</p>
</li>
<li>
<p dir="auto">usage of UART class.<br />
Here if you just want to output messages, <code>print()</code> method should be enough. UART 0 is already indirected to P0/P1, thru print(). The second UART (#1), it's for communicating with another device connected to the Expansion Board (not with the USB/FTDI chip).</p>
</li>
</ol>
]]></description><link>https://forum.pycom.io/post/19129</link><guid isPermaLink="true">https://forum.pycom.io/post/19129</guid><dc:creator><![CDATA[catalin]]></dc:creator><pubDate>Sat, 28 Apr 2018 16:27:16 GMT</pubDate></item></channel></rss>