<?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[Unable to communicate to pybytes app]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Trying to get started with my first GPy here and I'm not sure if I'm using it right.  First thing I did was to update the FW with the <code>pycom-fwtool</code> (1.16.5) and then I tried to connect to the REPL in the <code>pymakr</code> extension for <code>Atom</code>.  With the device connected I can see the boot message from the device but then I don't see anything beyond this and the console does not appear to be responsive.  I'm also unable to upload files.</p>
<pre><code>ets Jun 8 2016 00:22:57

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff8020,len:8
load:0x3fff8028,len:2128
load:0x4009fa00,len:19760
entry 0x400a05bc

Uploading project (main folder)...
Safe booting device... (see settings for more info)
Safe boot failed, uploading anyway.
Upload failed: timeout. Please reboot your device manually.
</code></pre>
<p dir="auto">Any help with what to try next?</p>
<p dir="auto">Thanks,<br />
Devan</p>
]]></description><link>https://forum.pycom.io/topic/7374/unable-to-communicate-to-pybytes-app</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 22:19:39 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/7374.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 29 Nov 2021 14:43:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unable to communicate to pybytes app on Mon, 29 Nov 2021 14:43:46 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Trying to get started with my first GPy here and I'm not sure if I'm using it right.  First thing I did was to update the FW with the <code>pycom-fwtool</code> (1.16.5) and then I tried to connect to the REPL in the <code>pymakr</code> extension for <code>Atom</code>.  With the device connected I can see the boot message from the device but then I don't see anything beyond this and the console does not appear to be responsive.  I'm also unable to upload files.</p>
<pre><code>ets Jun 8 2016 00:22:57

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff8020,len:8
load:0x3fff8028,len:2128
load:0x4009fa00,len:19760
entry 0x400a05bc

Uploading project (main folder)...
Safe booting device... (see settings for more info)
Safe boot failed, uploading anyway.
Upload failed: timeout. Please reboot your device manually.
</code></pre>
<p dir="auto">Any help with what to try next?</p>
<p dir="auto">Thanks,<br />
Devan</p>
]]></description><link>https://forum.pycom.io/post/39614</link><guid isPermaLink="true">https://forum.pycom.io/post/39614</guid><dc:creator><![CDATA[Devan Lippman]]></dc:creator><pubDate>Mon, 29 Nov 2021 14:43:46 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to communicate to pybytes app on Mon, 29 Nov 2021 15:31:48 GMT]]></title><description><![CDATA[<p dir="auto">It seems to me that the firmware was not uploaded correctly for some reason, and that's why it's not booting. You could attempt using the <code>cli</code> tool for <code>pycom-fwtool</code>, which is in the same directory as the GUI tool and is called <code>pycom-fwtool-cli</code>. Simply download the firmware version you want from <a href="https://software.pycom.io/downloads/pybytes/GPy.html" target="_blank" rel="noopener noreferrer nofollow">here</a> and flash it using <code>pycom-fwtool-cli.exe -p &lt;your_COM&gt; flash -t &lt;name_of_fw_file_you_downloaded&gt;</code>.</p>
<p dir="auto">If that still doesn't work, you might want to erase the board completely first by executing <code>pycom-fwtool-cli.exe -p &lt;your_COM&gt; erase_all</code>. This will erase <strong>everything</strong> from the board's flash, including the past firmware, and you could then attempt re-flashing it.</p>
<p dir="auto">Note: I am not familiar with <code>GPy</code>, only with <code>LoPy4</code>. In the <code>LoPy4</code>, I usually run the <code>smac</code> command on the <code>cli</code> tool before performing <code>erase_all</code>, so that I can restore the LPWAN MAC address in the board afterwards. I <em>think</em> this is only the case for the <code>LoPy4</code>, since the <code>GPy</code> only has the LTE-M modem. Anyways, wouldn't hurt to run a <code>smac</code> command before <code>erase_all</code>, just in case there's any info there. If there's no any info, you should get <code>SMAC=FFFFFFFFFFFFFFFF</code> in response.</p>
]]></description><link>https://forum.pycom.io/post/39616</link><guid isPermaLink="true">https://forum.pycom.io/post/39616</guid><dc:creator><![CDATA[d.alvrzx]]></dc:creator><pubDate>Mon, 29 Nov 2021 15:31:48 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to communicate to pybytes app on Sun, 12 Dec 2021 23:24:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/5886">@d-alvrzx</a> this seems to have the application running thanks!  <code>smac</code> does not appear to apply to GPy.  Won't know more until I get the modem running I guess...</p>
<p dir="auto">Thanks again,<br />
Devan</p>
]]></description><link>https://forum.pycom.io/post/39666</link><guid isPermaLink="true">https://forum.pycom.io/post/39666</guid><dc:creator><![CDATA[Devan Lippman]]></dc:creator><pubDate>Sun, 12 Dec 2021 23:24:43 GMT</pubDate></item></channel></rss>