diff --git a/docs/Product/iEthernet/W5500/W5500-EVB-PoE-Pico.md b/docs/Product/iEthernet/W5500/W5500-EVB-PoE-Pico.md
index 83249983f3..a1afe51c81 100644
--- a/docs/Product/iEthernet/W5500/W5500-EVB-PoE-Pico.md
+++ b/docs/Product/iEthernet/W5500/W5500-EVB-PoE-Pico.md
@@ -1,23 +1,21 @@
---
-id: W5500-EVB-PoE-Pico
-title: W5500-EVB-PoE-Pico
+id: W5500-EVB-Pico-PoE
+title: W5500-EVB-Pico-PoE
date: 2024-09-27
keywords: [raspberry pi pico, rp2040, pico ethernet, w5500, poe]
-description: W5500-EVB-PoE-Pico made for prototyping and testing Ethernet capabilities on Pico
+description: W5500-EVB-Pico-PoE made for prototyping and testing Ethernet capabilities on Pico
---
## Overview
-W5500-EVB-PoE-Pico is a microcontroller evaluation board based on the Raspberry Pi RP2040 and fully hardwired TCP/IP controller W5500 – and basically works the same as Raspberry Pi Pico board but with additional Ethernet via W5500.
+W5500-EVB-Pico-PoE is a microcontroller evaluation board based on the Raspberry Pi RP2040 and fully hardwired TCP/IP controller W5500 – and basically works the same as Raspberry Pi Pico board but with additional Ethernet via W5500.
- Raspberry Pi Pico Clone
- Ethernet (W5500 Hardwired TCP/IP CHIP)
-![W5500-EVB-PoE-Pico](/img/products/W5500-EVB-PoE-Pico/Diagonal_TOP(with POE).png)
+![W5500-EVB-Pico-PoE](/img/products/w5500-evb-pico-poe/w5500-evb-pico-poe-side.png)
-![Powered By Raspberry Pi logo](/img/pbp-logo-small.jpg)
-
## Features
- RP2040 microcontroller with 2MByte Flash
@@ -53,11 +51,11 @@ W5500-EVB-PoE-Pico is a microcontroller evaluation board based on the Raspberry
### Pin-out
-![W5500-EVB-RP2040](/img/products/W5500-EVB-PoE-Pico/W5500-EVB-PoE-Pico-pinout.png)
+![W5500-EVB-Pico-PoE](/img/products/w5500-evb-pico-poe/W5500-EVB-PoE-Pico-pinout.png)
-W5500-EVB-PoE-Pico pinout is directly connected to the GPIO of RP2040 as shown in the picture above. It has the same pinout as the Raspberry Pi Pico board. However, GPIO16, GPIO17, GPIO18, GPIO19, GPIO20, GPIO21 are connected to W5500 inside the board. These pins enable SPI communication with W5500 to use Ethernet function. If you are using the Ethernet function, these pins cannot be used for any other purpose.
+W5500-EVB-Pico-PoE pinout is directly connected to the GPIO of RP2040 as shown in the picture above. It has the same pinout as the Raspberry Pi Pico board. However, GPIO16, GPIO17, GPIO18, GPIO19, GPIO20, GPIO21 are connected to W5500 inside the board. These pins enable SPI communication with W5500 to use Ethernet function. If you are using the Ethernet function, these pins cannot be used for any other purpose.
-The RP2040 GPIO used inside W5500-EVB-PoE-Pico is as follows.
+The RP2040 GPIO used inside W5500-EVB-Pico-PoE is as follows.
| I/O | Pin Name | Description |
| :--: | -------- | ---------------------------------------------- |
@@ -79,7 +77,7 @@ Apart from GPIO and ground pins, there are 7 other pins on the main 40-pin inter
| PIN39 | VSYS | Main system input voltage, which can vary in the allowed range 4.3V to 5.5V, and is used by the on-board LDO to generate the 3.3V . |
| PIN37 | 3V3_EN | Connects to the on-board LDO enable pin. To disable the 3.3V (which also de-powers the RP2040 and W5500), short this pin low. |
| PIN36 | 3V3 | Main 3.3V supply to RP2040 and W5500, generated by the on-board LDO. |
-| PIN35 | ADC_VREF | ADC power supply (and reference) voltage, and is generated on W5500-EVB-PoE-Pico by filtering the 3.3V supply. |
+| PIN35 | ADC_VREF | ADC power supply (and reference) voltage, and is generated on W5500-EVB-Pico-PoE by filtering the 3.3V supply. |
| PIN33 | AGND | Ground reference for GPIO26-29. |
| PIN30 | RUN | RP2040 enable pin, To reset RP2040, short this pin low. |
@@ -107,15 +105,15 @@ Recommended maximum ambient temperature of operation is 70C.
### Schematic
-![W5500-EVB-RP2040](/img/products/W5500-EVB-PoE-Pico/W5500-EVB-PoE-Pico_sch.jpeg)
+![W5500-EVB-RP2040](/img/products/w5500-evb-pico-poe/W5500-EVB-PoE-Pico_sch.jpeg)
### Schematic & Part list & Gerber File
- [Go to Github](https://github.com/Wiznet/Hardware-Files-of-WIZnet/tree/master/02_iEthernet/W5500)
-### Dimension (Unit : mm)
+### Dimension (Unit : mil)
-![W5500-EVB-RP2040](/img/products/W5500-EVB-PoE-Pico/W5500-EVB-PoE-Pico-Dimension.png)
+![W5500-EVB-RP2040](/img/products/w5500-evb-pico-poe/W5500-EVB-PoE-Pico-Dimension.png)
### Firmware Example
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 65b69a0b48..8e1cb27ec2 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -28,7 +28,7 @@
},
announcementBar: {
id: 'announcementBar-2', // Increment on change
- content: '⭐️ Meet our new products: WIZnet Pico PoE and W5500-EVB-Pico ⭐️',
+ content: '⭐️ Meet our new products: ioNIC Chip and W55RP20-EVB-Pico ⭐️',
backgroundColor: '#C51A4A',
textColor: '#fafbfc',
isCloseable: false,
diff --git a/sidebars.js b/sidebars.js
index d0ca0cbf7f..3accec432e 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -282,7 +282,9 @@ module.exports = {
],
},
'Product/iEthernet/W5500/w5500-evb-pico',
- 'Product/iEthernet/W5500/w5500-evb-pico2'
+ 'Product/iEthernet/W5500/W5500-EVB-Pico-PoE',
+ 'Product/iEthernet/W5500/w5500-evb-pico2',
+
],
},
{
diff --git a/static/img/products/W5500-EVB-PoE-Pico/W5500-EVB-PoE-Pico-Dimension.png b/static/img/products/w5500-evb-pico-poe/W5500-EVB-PoE-Pico-Dimension.png
similarity index 100%
rename from static/img/products/W5500-EVB-PoE-Pico/W5500-EVB-PoE-Pico-Dimension.png
rename to static/img/products/w5500-evb-pico-poe/W5500-EVB-PoE-Pico-Dimension.png
diff --git a/static/img/products/W5500-EVB-PoE-Pico/W5500-EVB-PoE-Pico-pinout.png b/static/img/products/w5500-evb-pico-poe/W5500-EVB-PoE-Pico-pinout.png
similarity index 100%
rename from static/img/products/W5500-EVB-PoE-Pico/W5500-EVB-PoE-Pico-pinout.png
rename to static/img/products/w5500-evb-pico-poe/W5500-EVB-PoE-Pico-pinout.png
diff --git a/static/img/products/W5500-EVB-PoE-Pico/W5500-EVB-PoE-Pico_sch.jpeg b/static/img/products/w5500-evb-pico-poe/W5500-EVB-PoE-Pico_sch.jpeg
similarity index 100%
rename from static/img/products/W5500-EVB-PoE-Pico/W5500-EVB-PoE-Pico_sch.jpeg
rename to static/img/products/w5500-evb-pico-poe/W5500-EVB-PoE-Pico_sch.jpeg
diff --git a/static/img/products/W5500-EVB-PoE-Pico/test.txt b/static/img/products/w5500-evb-pico-poe/test.txt
similarity index 100%
rename from static/img/products/W5500-EVB-PoE-Pico/test.txt
rename to static/img/products/w5500-evb-pico-poe/test.txt
diff --git a/static/img/products/W5500-EVB-PoE-Pico/Diagonal_TOP(with POE).png b/static/img/products/w5500-evb-pico-poe/w5500-evb-pico-poe-side.png
similarity index 100%
rename from static/img/products/W5500-EVB-PoE-Pico/Diagonal_TOP(with POE).png
rename to static/img/products/w5500-evb-pico-poe/w5500-evb-pico-poe-side.png