<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Getting Started with WiFi on Raspberry PI Pico W and MicroPython	</title>
	<atom:link href="https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/feed/" rel="self" type="application/rss+xml" />
	<link>https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/</link>
	<description>Raspberry PI, Arduino and Electronics made simple</description>
	<lastBuildDate>Tue, 04 Jun 2024 06:08:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-23774</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Wed, 24 Jan 2024 16:00:16 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=7558#comment-23774</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-23771&quot;&gt;Jim&lt;/a&gt;.

Hi Jim,
-70 is measured in dBm, a common measurement unit for radio waves in terms of power loss from the radio source. The best is 0 dBm, even quite never rechable as radio transmission involves a not null power reduction]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-23771">Jim</a>.</p>
<p>Hi Jim,<br />
-70 is measured in dBm, a common measurement unit for radio waves in terms of power loss from the radio source. The best is 0 dBm, even quite never rechable as radio transmission involves a not null power reduction</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jim		</title>
		<link>https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-23771</link>

		<dc:creator><![CDATA[Jim]]></dc:creator>
		<pubDate>Wed, 24 Jan 2024 15:48:59 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=7558#comment-23771</guid>

					<description><![CDATA[You state &quot;signals from “-70” are usable with common WiFi)&quot;, &quot;from&quot; is ambigous, what does &quot;from -70&quot; actually mean, is it &quot;-70 to 0&quot; or &quot;-70 to -9999&quot;?]]></description>
			<content:encoded><![CDATA[<p>You state &#8220;signals from “-70” are usable with common WiFi)&#8221;, &#8220;from&#8221; is ambigous, what does &#8220;from -70&#8221; actually mean, is it &#8220;-70 to 0&#8221; or &#8220;-70 to -9999&#8221;?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-19141</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Fri, 14 Oct 2022 13:59:46 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=7558#comment-19141</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-19131&quot;&gt;Mike Thierry&lt;/a&gt;.

Hi Mike,
the code exception is the one you correctly identified. I would double check SSID and password: for example, characters link the &quot;-&quot; (minus) or brakets can bring errors if copied from some advanced text editors like MS Word or similar.
If these parameters are ok, you should add a print(str(wlan.status())) line in the code just before the identified code lines and see the resulting error code. Then, you can check what the error code means at the Raspberry PI Pico W datasheet &lt;a href=&quot;https://datasheets.raspberrypi.com/picow/connecting-to-the-internet-with-pico-w.pdf&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow ugc&quot;&gt;https://datasheets.raspberrypi.com/picow/connecting-to-the-internet-with-pico-w.pdf&lt;/a&gt; in the &quot;3.6.1. Connection status codes&quot; section]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-19131">Mike Thierry</a>.</p>
<p>Hi Mike,<br />
the code exception is the one you correctly identified. I would double check SSID and password: for example, characters link the &#8220;-&#8221; (minus) or brakets can bring errors if copied from some advanced text editors like MS Word or similar.<br />
If these parameters are ok, you should add a print(str(wlan.status())) line in the code just before the identified code lines and see the resulting error code. Then, you can check what the error code means at the Raspberry PI Pico W datasheet <a href="https://datasheets.raspberrypi.com/picow/connecting-to-the-internet-with-pico-w.pdf" target="_blank" rel="noopener nofollow ugc">https://datasheets.raspberrypi.com/picow/connecting-to-the-internet-with-pico-w.pdf</a> in the &#8220;3.6.1. Connection status codes&#8221; section</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike Thierry		</title>
		<link>https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-19131</link>

		<dc:creator><![CDATA[Mike Thierry]]></dc:creator>
		<pubDate>Fri, 14 Oct 2022 09:02:36 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=7558#comment-19131</guid>

					<description><![CDATA[Hi peppe8o,
Great tutorial, very analytical thank you.
I have a problem though, I can&#039;t connect to my wifi ap.I get an error :
&quot;RuntimeError: network connection failed&quot;.
So I see that wlan.status() != 3 to bring this problem. How do I go about troubleshooting this issue? Thank you!
Mike]]></description>
			<content:encoded><![CDATA[<p>Hi peppe8o,<br />
Great tutorial, very analytical thank you.<br />
I have a problem though, I can&#8217;t connect to my wifi ap.I get an error :<br />
&#8220;RuntimeError: network connection failed&#8221;.<br />
So I see that wlan.status() != 3 to bring this problem. How do I go about troubleshooting this issue? Thank you!<br />
Mike</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-17562</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Thu, 18 Aug 2022 17:35:07 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=7558#comment-17562</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-17560&quot;&gt;Peter&lt;/a&gt;.

It should be a default request from the browser, it doesn&#039;t start from the Pico. I don&#039;t think that we can do more... Nevertheless, as said it shouldn&#039;t affect your code.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-17560">Peter</a>.</p>
<p>It should be a default request from the browser, it doesn&#8217;t start from the Pico. I don&#8217;t think that we can do more&#8230; Nevertheless, as said it shouldn&#8217;t affect your code.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-17560</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Thu, 18 Aug 2022 17:15:15 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=7558#comment-17560</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-17555&quot;&gt;peppe8o&lt;/a&gt;.

Thanks! That makes sense. Also noticed, that while I&#039;m on my iPhone, I only get one request (iPhone13 PRO/Safari).

Is there a way we can get rid of this favicon connection? Or filter this connection in any way?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-17555">peppe8o</a>.</p>
<p>Thanks! That makes sense. Also noticed, that while I&#8217;m on my iPhone, I only get one request (iPhone13 PRO/Safari).</p>
<p>Is there a way we can get rid of this favicon connection? Or filter this connection in any way?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-17555</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Thu, 18 Aug 2022 09:14:59 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=7558#comment-17555</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-17512&quot;&gt;Peter&lt;/a&gt;.

Hi Peter. Just tested. On each conection, the second request is for the favicon: the icon that the browser shows in your tabs near the page title. That&#039;s just the browser requesting for the favicon, but it shouldn&#039;t affect the result.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-17512">Peter</a>.</p>
<p>Hi Peter. Just tested. On each conection, the second request is for the favicon: the icon that the browser shows in your tabs near the page title. That&#8217;s just the browser requesting for the favicon, but it shouldn&#8217;t affect the result.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-17512</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Tue, 16 Aug 2022 02:00:35 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=7558#comment-17512</guid>

					<description><![CDATA[Great tutorial! I have one issue. When I visit &lt;code&gt;http://10.0.0.8/light/on&lt;/code&gt; it works fine, but I&#039;ve noticed, that this code executes twice. Maybe this is the chrome issue (something like background preloading)? To summarize - every time I click on a link the code runs twice, not once, like it is supposed to. I get two lines:

&quot;client connected from (&#039;10.0.0.8&#039;, XXXXX)&quot;
&quot;client connected from (&#039;10.0.0.8&#039;, XXXXX+1)&quot;

Any idea how to fix this?]]></description>
			<content:encoded><![CDATA[<p>Great tutorial! I have one issue. When I visit <code>http://10.0.0.8/light/on</code> it works fine, but I&#8217;ve noticed, that this code executes twice. Maybe this is the chrome issue (something like background preloading)? To summarize &#8211; every time I click on a link the code runs twice, not once, like it is supposed to. I get two lines:</p>
<p>&#8220;client connected from (&#8216;10.0.0.8&#8217;, XXXXX)&#8221;<br />
&#8220;client connected from (&#8216;10.0.0.8&#8217;, XXXXX+1)&#8221;</p>
<p>Any idea how to fix this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-17467</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Sat, 13 Aug 2022 07:50:42 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=7558#comment-17467</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-17407&quot;&gt;AR&lt;/a&gt;.

Hi Alasdair,
your one is a good suggestion for a new post... I hope to be able to arrange it in next days. Anyway, the simpler way you should be able, on client request, to open the file, read and print it on HTML. From the client side, using a wget and redirecting the output to a text file should give a first, basic solution]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-17407">AR</a>.</p>
<p>Hi Alasdair,<br />
your one is a good suggestion for a new post&#8230; I hope to be able to arrange it in next days. Anyway, the simpler way you should be able, on client request, to open the file, read and print it on HTML. From the client side, using a wget and redirecting the output to a text file should give a first, basic solution</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: AR		</title>
		<link>https://peppe8o.com/getting-started-with-wifi-on-raspberry-pi-pico-w-and-micropython/#comment-17407</link>

		<dc:creator><![CDATA[AR]]></dc:creator>
		<pubDate>Wed, 10 Aug 2022 21:56:55 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=7558#comment-17407</guid>

					<description><![CDATA[Thanks peppe8o - very useful indeed.
One thing I hope you can help me with  -  is it possible to have the published webpage to include a download link to download a log file from the Pico W?
I am using mine to sample a bunch of temperature probe data, activate relays as a result and log a bunch of data, and woudl love to be able to have it publish a very simple web page where i could access that data as a .log file dowload or the equivalent.
Any thoughts appreciated.]]></description>
			<content:encoded><![CDATA[<p>Thanks peppe8o &#8211; very useful indeed.<br />
One thing I hope you can help me with  &#8211;  is it possible to have the published webpage to include a download link to download a log file from the Pico W?<br />
I am using mine to sample a bunch of temperature probe data, activate relays as a result and log a bunch of data, and woudl love to be able to have it publish a very simple web page where i could access that data as a .log file dowload or the equivalent.<br />
Any thoughts appreciated.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
