W55RP20-arduino
Overview
W55RP20-arduino is an evaluation board for W55RP20, a chip that combines W5500, a wired TCP/IP controller, and RP2040. Therefore, both the functions of Raspberry Pi Pico and those of the W5500 are available.
- Raspberry Pi Pico Clone
- Ethernet (W55RP20 Hardwired TCP/IP CHIP)

Features
- W55RP20 microcontroller
- Internal 2MByte Flash
- Dual-core cortex M0+ at up to 133MHz
- 264kByte multi-bank high performance SRAM
- External Quad-SPI Flash with eXecute In Place (XIP)
- High performance full-crossbar bus fabric
- 22 multi-function General Purpose IO (4 can be used for ADC)
- 1.8-3.3V IO Voltage (NOTE. Pico IO voltage is fixed at 3.3V)
- 12-bit 500ksps Analogue to Digital Converter (ADC)
- Various digital peripherals
- 2 × UART, 2 × I2C, 2 × I2C, 2 × SPI, 16 × PWM channels
- 1 × Timer with 4 alarms, 1 × Real Time Counter
- 2 × Programmable IO (PIO) blocks, 8 state machines total
- Flexible, user-programmable high-speed IO
- Can emulate interfaces such as SD Card and VGA
- Supports Hardwired Internet Protocols: TCP, UDP, ICMP, IPv4, ARP, IGMP, PPPoE
- Supports 8 Independent Hardware SOCKETs simultaneously
- Internal 32 Kbytes Memory for TX/ RX Buffers
- Supports High Speed Serial Peripheral Interface(SPI MODE 0, 3)
- USB C port for power and data (and for reprogramming the Flash)
- 3-pin ARM Serial Wire Debug (SWD) port
- 10 / 100 Ethernet PHY embedded
- Supports Auto Negotiation
- Full / Half Duplex
- 10 / 100 Based
- Built-in RJ45 (POE)
- Built-in DCDC (PWM/PFM)
- Additional modules are installed to enable POE
Hardware Specification
Pin-out

This product is optimized for an external input DC range of 5V to 3.3V. Excessive heat generation may occur when supplying DC power of 7V or higher.
Technical Reference
RP2040 Datasheet
W5500 Datasheet
W55RP20 Datasheet
Schematic
Schematic & Part list & Gerber File
Dimension (Unit : mm)

Firmware Example
Please refer to below links to find firmware example.
- C/C++
- MicroPython Examples
- CircuitPython Examples
- Arduino Examples
Application Notes
C/C++
- Ethernet Examples
- DHCP_DNS_EXAMPLE_AN_V100 - English
- FTP_Client_EXAMPLE_AN_V100 - English
- FTP_Server_EXAMPLE_AN_V100 - English
- HTTP_Server_EXAMPLE_AN_V100 - English
- LOOPBACK_EXAMPLE_AN_V100 - English
- MQTT_Publish_EXAMPLE_AN_V100 - English
- MQTT_Publish_Subscribe_EXAMPLE_AN_V100 - English
- MQTT_Subscribe_EXAMPLE_AN_V100 - English
- NETBIOS_EXAMPLE_AN_V100 - English
- SNTP_EXAMPLE_AN_V100 - English
- TCP_Client_over_SSL_EXAMPLE_AN_V100 - English
- TFTP_Client_EXAMPLE_AN_V100 - English
- UDP_multicast_receiver_EXAMPLE_AN_V100 - English
- AWS Examples
- Azure Examples
- LwIP Examples