<?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[No gpy wifi AP on power up]]></title><description><![CDATA[<p dir="auto">My gpy no longer establishes an ad hoc wifi on powerup. Both <a href="http://main.py" target="_blank" rel="noopener noreferrer nofollow">main.py</a> &amp; <a href="http://boot.py" target="_blank" rel="noopener noreferrer nofollow">boot.py</a> are empty so something else in flash is permanently disabling the bootup AP.</p>
<pre><code>
Pycom MicroPython 1.18.1.r4 [v1.8.6-849-dfa1176] on 2018-11-12; GPy with ESP32
Type &quot;help()&quot; for more information.
&gt;&gt;&gt;
&gt;&gt;&gt; from network import WLAN; wlan=WLAN(); print(wlan.mode())
1
&gt;&gt;&gt;
</code></pre>
<p dir="auto">the mode=1 tells me it's booting in STA mode, but it's not configured</p>
<pre><code>&gt;&gt;&gt; wlan.ifconfig()
('0.0.0.0', '0.0.0.0', '0.0.0.0', '0.0.0.0')
</code></pre>
<p dir="auto">Presumably come config parameter in flash is responsible but I can't find any hint in the docs as to what it could be?</p>
]]></description><link>https://forum.pycom.io/topic/4048/no-gpy-wifi-ap-on-power-up</link><generator>RSS for Node</generator><lastBuildDate>Thu, 12 Mar 2026 16:30:57 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/4048.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Nov 2018 06:58:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to No gpy wifi AP on power up on Wed, 28 Nov 2018 06:58:36 GMT]]></title><description><![CDATA[<p dir="auto">My gpy no longer establishes an ad hoc wifi on powerup. Both <a href="http://main.py" target="_blank" rel="noopener noreferrer nofollow">main.py</a> &amp; <a href="http://boot.py" target="_blank" rel="noopener noreferrer nofollow">boot.py</a> are empty so something else in flash is permanently disabling the bootup AP.</p>
<pre><code>
Pycom MicroPython 1.18.1.r4 [v1.8.6-849-dfa1176] on 2018-11-12; GPy with ESP32
Type &quot;help()&quot; for more information.
&gt;&gt;&gt;
&gt;&gt;&gt; from network import WLAN; wlan=WLAN(); print(wlan.mode())
1
&gt;&gt;&gt;
</code></pre>
<p dir="auto">the mode=1 tells me it's booting in STA mode, but it's not configured</p>
<pre><code>&gt;&gt;&gt; wlan.ifconfig()
('0.0.0.0', '0.0.0.0', '0.0.0.0', '0.0.0.0')
</code></pre>
<p dir="auto">Presumably come config parameter in flash is responsible but I can't find any hint in the docs as to what it could be?</p>
]]></description><link>https://forum.pycom.io/post/23803</link><guid isPermaLink="true">https://forum.pycom.io/post/23803</guid><dc:creator><![CDATA[kjm]]></dc:creator><pubDate>Wed, 28 Nov 2018 06:58:36 GMT</pubDate></item><item><title><![CDATA[Reply to No gpy wifi AP on power up on Wed, 28 Nov 2018 07:19:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/3449">@kjm</a> in your pymakr terminal try</p>
<pre><code>Import machine
machine.reset()
#once reset try
Import pycom
Pycom.wifi_on_boot(True)
Import machine
Machine.reset()
</code></pre>
<p dir="auto">If that doesn't work, I would suggest re flashing the firmware.  Make sure you have the up-to-date firmware.</p>
]]></description><link>https://forum.pycom.io/post/23804</link><guid isPermaLink="true">https://forum.pycom.io/post/23804</guid><dc:creator><![CDATA[wghirakawa]]></dc:creator><pubDate>Wed, 28 Nov 2018 07:19:00 GMT</pubDate></item><item><title><![CDATA[Reply to No gpy wifi AP on power up on Wed, 28 Nov 2018 23:32:28 GMT]]></title><description><![CDATA[<p dir="auto">Yea! That worked (once I removed the capitals). Interesting side bonus. The gpy FTP refused Filezilla connections in STA mode through my router once I lost the powerup ad hoc network, FTP now working again in both STA &amp; AP modes. Can you tell me where in flash the pycom.wifi_on_boot(1) flag is stored? Is there a list in the docs somewhere of other flags that permanently alter the gpy? If so could you link me to it?</p>
]]></description><link>https://forum.pycom.io/post/23820</link><guid isPermaLink="true">https://forum.pycom.io/post/23820</guid><dc:creator><![CDATA[kjm]]></dc:creator><pubDate>Wed, 28 Nov 2018 23:32:28 GMT</pubDate></item><item><title><![CDATA[Reply to No gpy wifi AP on power up on Wed, 28 Nov 2018 23:55:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/3449">@kjm</a> I just double checked this. Beware boys &amp; girls. pycom.wifi_on_boot(0) not only permanently disables the power up ad hoc wifi it breaks the gpy FTP server so that it won't work on any wifi network you subsequently join.</p>
]]></description><link>https://forum.pycom.io/post/23822</link><guid isPermaLink="true">https://forum.pycom.io/post/23822</guid><dc:creator><![CDATA[kjm]]></dc:creator><pubDate>Wed, 28 Nov 2018 23:55:19 GMT</pubDate></item></channel></rss>