<?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: Raspberry PI Pico Ethernet Port: adding the WIZNET Ethernet HAT	</title>
	<atom:link href="https://peppe8o.com/raspberry-pi-pico-ethernet-port-adding-the-wiznet-ethernet-hat/feed/" rel="self" type="application/rss+xml" />
	<link>https://peppe8o.com/raspberry-pi-pico-ethernet-port-adding-the-wiznet-ethernet-hat/</link>
	<description>Raspberry PI, Arduino and Electronics made simple</description>
	<lastBuildDate>Sun, 15 Mar 2026 11:25:33 +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/raspberry-pi-pico-ethernet-port-adding-the-wiznet-ethernet-hat/#comment-79205</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Sun, 15 Mar 2026 11:25:33 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=5331#comment-79205</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/raspberry-pi-pico-ethernet-port-adding-the-wiznet-ethernet-hat/#comment-79203&quot;&gt;APL&lt;/a&gt;.

Hi Paul. I think the speed you achieved is already a good number and it is similar to a test from another user on the Wiznet blog (&lt;a href=&quot;https://maker.wiznet.io/scarlet/projects/boost-your-w5100s-evb-pico-with-hardwired-tcp-ip/&quot; target=&quot;_blank&quot; rel=&quot;nofollow ugc&quot;&gt;https://maker.wiznet.io/scarlet/projects/boost-your-w5100s-evb-pico-with-hardwired-tcp-ip/&lt;/a&gt;).
On the theory side, the Pico runs at 125MHz (125Mbps), but the SPI clock divides this by 2 (to get a clean signal border) -&gt; now around 60Mbps. On top of this, internal buffers (shared between the CPU sockets) gives you another limitation.
Another limitation comes from the MicroPython framework, which takes a number of cycles to send a bit on the wire. For example, if you would transmit data from a C firmware I think it would give you a some speed improvements, but you would lose the MicroPython simplicity and you wouldn&#039;t get so big speed improvements.

At the end, i think thath reaching 8-10 Mbps is a great result for Raspberry Pi Pico with the WIZnet Ethernet HAT]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/raspberry-pi-pico-ethernet-port-adding-the-wiznet-ethernet-hat/#comment-79203">APL</a>.</p>
<p>Hi Paul. I think the speed you achieved is already a good number and it is similar to a test from another user on the Wiznet blog (<a href="https://maker.wiznet.io/scarlet/projects/boost-your-w5100s-evb-pico-with-hardwired-tcp-ip/" target="_blank" rel="nofollow ugc">https://maker.wiznet.io/scarlet/projects/boost-your-w5100s-evb-pico-with-hardwired-tcp-ip/</a>).<br />
On the theory side, the Pico runs at 125MHz (125Mbps), but the SPI clock divides this by 2 (to get a clean signal border) -> now around 60Mbps. On top of this, internal buffers (shared between the CPU sockets) gives you another limitation.<br />
Another limitation comes from the MicroPython framework, which takes a number of cycles to send a bit on the wire. For example, if you would transmit data from a C firmware I think it would give you a some speed improvements, but you would lose the MicroPython simplicity and you wouldn&#8217;t get so big speed improvements.</p>
<p>At the end, i think thath reaching 8-10 Mbps is a great result for Raspberry Pi Pico with the WIZnet Ethernet HAT</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: APL		</title>
		<link>https://peppe8o.com/raspberry-pi-pico-ethernet-port-adding-the-wiznet-ethernet-hat/#comment-79203</link>

		<dc:creator><![CDATA[APL]]></dc:creator>
		<pubDate>Sun, 15 Mar 2026 09:55:13 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=5331#comment-79203</guid>

					<description><![CDATA[Hello Peppe80,

I&#039;ve been working on a door access control system using the PICO and WIZNET Ethernet hat, I really like both devices. However, I can&#039;t get the Ethernet have to connect at 100Mb/s, ( it&#039;s fine at 10Mb/s ) and this is not a problem for my application using MQTT, but the system is up and running, but the 10Mb/s connection speed is an itch I&#039;d like to scratch. Have you noticed the same behaviour ? Or is it just a problem between my Wiznet and TPLink swich ?

About my project: I have a Pico 2 with a Wiznet hat managing a cheap ( from Amazon ) RFID card reader over the Weigand protocol. The PICO sends MQTT requests when a Card is presented to a back-end system that interfaces with a MySQL db that provides user authorisation, and card validity. Once the credentials are authorised, the Acknowledge  is sent back to the card reader, but also to another PICO and WIznet device to manage the electronic door lock. This is because the external card reader is physically distant from the internal door lock. 

Next thing, I&#039;d like to try is audio, since the PICO 2 is idle 99% of the time, I think it could handle digitised speech too.

Anyway, interested to hear your feedback on the WIZnet 10/100 Mb/s issue]]></description>
			<content:encoded><![CDATA[<p>Hello Peppe80,</p>
<p>I&#8217;ve been working on a door access control system using the PICO and WIZNET Ethernet hat, I really like both devices. However, I can&#8217;t get the Ethernet have to connect at 100Mb/s, ( it&#8217;s fine at 10Mb/s ) and this is not a problem for my application using MQTT, but the system is up and running, but the 10Mb/s connection speed is an itch I&#8217;d like to scratch. Have you noticed the same behaviour ? Or is it just a problem between my Wiznet and TPLink swich ?</p>
<p>About my project: I have a Pico 2 with a Wiznet hat managing a cheap ( from Amazon ) RFID card reader over the Weigand protocol. The PICO sends MQTT requests when a Card is presented to a back-end system that interfaces with a MySQL db that provides user authorisation, and card validity. Once the credentials are authorised, the Acknowledge  is sent back to the card reader, but also to another PICO and WIznet device to manage the electronic door lock. This is because the external card reader is physically distant from the internal door lock. </p>
<p>Next thing, I&#8217;d like to try is audio, since the PICO 2 is idle 99% of the time, I think it could handle digitised speech too.</p>
<p>Anyway, interested to hear your feedback on the WIZnet 10/100 Mb/s issue</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MC		</title>
		<link>https://peppe8o.com/raspberry-pi-pico-ethernet-port-adding-the-wiznet-ethernet-hat/#comment-9523</link>

		<dc:creator><![CDATA[MC]]></dc:creator>
		<pubDate>Mon, 03 Jan 2022 08:59:31 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=5331#comment-9523</guid>

					<description><![CDATA[Thanks a lot.
We will be ready to Micropython WIZnet5K library for RPI-Pico soon. I will notify you to complete micro python library. 
Please, good post about the library.
Thank you.]]></description>
			<content:encoded><![CDATA[<p>Thanks a lot.<br />
We will be ready to Micropython WIZnet5K library for RPI-Pico soon. I will notify you to complete micro python library.<br />
Please, good post about the library.<br />
Thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/raspberry-pi-pico-ethernet-port-adding-the-wiznet-ethernet-hat/#comment-9521</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Mon, 03 Jan 2022 08:38:22 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=5331#comment-9521</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/raspberry-pi-pico-ethernet-port-adding-the-wiznet-ethernet-hat/#comment-9519&quot;&gt;MC&lt;/a&gt;.

Sure you can! :D]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/raspberry-pi-pico-ethernet-port-adding-the-wiznet-ethernet-hat/#comment-9519">MC</a>.</p>
<p>Sure you can! 😀</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MC		</title>
		<link>https://peppe8o.com/raspberry-pi-pico-ethernet-port-adding-the-wiznet-ethernet-hat/#comment-9519</link>

		<dc:creator><![CDATA[MC]]></dc:creator>
		<pubDate>Mon, 03 Jan 2022 08:03:54 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=5331#comment-9519</guid>

					<description><![CDATA[Dear Peppe!
Good Post!
I&#039;m a member of WIZnet.  Your tutorial is very useful about our users. Thanks a lot for interesting in WIZnet product. Can I introduce your post our wiznet maker site(http://maker.wiznet.io)? 
Thanks in advance.

WIZnet have a good news about design contest of WIZnet Ethernet HAT &#038; W5100S-EVB-Pico. 
For more detail, You can refer to &quot;https://maker.wiznet.io/wiznet-ethernet-hat-contest/&quot;.
Can you introduce the good news to your homepage? It would be even more appreciated if you directly participate in this contest. 
If you want, Feel free contact to me. Thank you so much.]]></description>
			<content:encoded><![CDATA[<p>Dear Peppe!<br />
Good Post!<br />
I&#8217;m a member of WIZnet.  Your tutorial is very useful about our users. Thanks a lot for interesting in WIZnet product. Can I introduce your post our wiznet maker site(<a href="http://maker.wiznet.io" rel="nofollow ugc">http://maker.wiznet.io</a>)?<br />
Thanks in advance.</p>
<p>WIZnet have a good news about design contest of WIZnet Ethernet HAT &amp; W5100S-EVB-Pico.<br />
For more detail, You can refer to &#8220;https://maker.wiznet.io/wiznet-ethernet-hat-contest/&#8221;.<br />
Can you introduce the good news to your homepage? It would be even more appreciated if you directly participate in this contest.<br />
If you want, Feel free contact to me. Thank you so much.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/raspberry-pi-pico-ethernet-port-adding-the-wiznet-ethernet-hat/#comment-8744</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Fri, 10 Dec 2021 18:09:03 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=5331#comment-8744</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/raspberry-pi-pico-ethernet-port-adding-the-wiznet-ethernet-hat/#comment-8742&quot;&gt;Chris Gibson&lt;/a&gt;.

Hi Chris, sorry for the late answer. Is that meaning that you found the answer?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/raspberry-pi-pico-ethernet-port-adding-the-wiznet-ethernet-hat/#comment-8742">Chris Gibson</a>.</p>
<p>Hi Chris, sorry for the late answer. Is that meaning that you found the answer?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris Gibson		</title>
		<link>https://peppe8o.com/raspberry-pi-pico-ethernet-port-adding-the-wiznet-ethernet-hat/#comment-8742</link>

		<dc:creator><![CDATA[Chris Gibson]]></dc:creator>
		<pubDate>Fri, 10 Dec 2021 16:23:16 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=5331#comment-8742</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/raspberry-pi-pico-ethernet-port-adding-the-wiznet-ethernet-hat/#comment-8741&quot;&gt;Chris Gibson&lt;/a&gt;.

#HTTP Request handlers with routing params
@web_app.route(&quot;/gpio_toggle///&quot;)
def gpio_toggle(request, gpio, value, isPerm):]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/raspberry-pi-pico-ethernet-port-adding-the-wiznet-ethernet-hat/#comment-8741">Chris Gibson</a>.</p>
<p>#HTTP Request handlers with routing params<br />
@web_app.route(&#8220;/gpio_toggle///&#8221;)<br />
def gpio_toggle(request, gpio, value, isPerm):</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris Gibson		</title>
		<link>https://peppe8o.com/raspberry-pi-pico-ethernet-port-adding-the-wiznet-ethernet-hat/#comment-8741</link>

		<dc:creator><![CDATA[Chris Gibson]]></dc:creator>
		<pubDate>Fri, 10 Dec 2021 13:49:19 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=5331#comment-8741</guid>

					<description><![CDATA[This is a cool project, thanks.  I&#039;m busy using this project as a base, but for some reason, in my noobness, I can&#039;t load an image, use an image map or create endpoints with parameters for the GPIO toggling.  Any help would be amazing and really make this article 5*]]></description>
			<content:encoded><![CDATA[<p>This is a cool project, thanks.  I&#8217;m busy using this project as a base, but for some reason, in my noobness, I can&#8217;t load an image, use an image map or create endpoints with parameters for the GPIO toggling.  Any help would be amazing and really make this article 5*</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
