SparkFun
W55RP20-EVB-Pico RP2040 Ethernet Evaluation Board
· MPN: DEV-26586
The W55RP20-EVB-Pico is an evaluation board for the W55RP20, a chip that combines the W5500 wired TCP/IP controller with the RP2040 microcontroller. It works...
Get notified when back in stock
The W55RP20-EVB-Pico is an evaluation board for the W55RP20, a chip that combines the W5500 wired TCP/IP controller with the RP2040 microcontroller. It works much like a Raspberry Pi Pico, with the addition of W5500-based wired Ethernet.
The board pinout is directly connected to the RP2040 GPIO and follows the Raspberry Pi Pico board pinout. Note that GPIO17, GPIO20, GPIO21, GPIO22, GPIO23, GPIO24, and GPIO25 are not available due to internal board connections.
USB-C is provided for power, data and reprogramming the flash, with a built-in RJ45 connector and 3-pin ARM Serial Wire Debug port for development and debugging. Documentation includes the W55RP20 Datasheet and RP2040 Datasheet.
Features:
- Microcontroller: W55RP20 microcontroller
- Flash execution: External Quad-SPI Flash with eXecute In Place (XIP)
- Bus fabric: High performance full-crossbar bus fabric
- Digital peripherals: Various digital peripherals
- Programmable IO: Flexible, user-programmable high-speed IO
- Interface emulation: Can emulate interfaces such as SD Card and VGA
- Internet protocols: Supports Hardwired Internet Protocols: TCP, UDP, ICMP, IPv4, ARP, IGMP, PPPoE
- Hardware sockets: Supports 8 Independent Hardware SOCKETs simultaneously
- SPI: Supports High Speed Serial Peripheral Interface(SPI MODE 0, 3)
- USB: USB C port for power and data (and for reprogramming the Flash)
- Ethernet PHY: 10 / 100 Ethernet PHY embedded
- Auto negotiation: Supports Auto Negotiation
- Duplex: Full / Half Duplex
- Ethernet: 10 / 100 Based
- RJ45: Built-in RJ45 (POE)
- Power conversion: Built-in DCDC (PWM/PFM)
- POE: Additional modules are installed to enable POE
Specifications:
- Flash: Internal 2MByte Flash
- Processor: Dual-core cortex M0+ at up to 133MHz
- SRAM: 264kByte multi-bank high performance SRAM
- General Purpose IO: 22 multi-function General Purpose IO (4 can be used for ADC)
- IO Voltage: 1.8-3.3V IO Voltage (NOTE. Pico IO voltage is fixed at 3.3V)
- ADC: 12-bit 500ksps Analogue to Digital Converter (ADC)
- Digital peripheral channels: 2 × UART, 2 × I2C, 2 × I2C, 2 × SPI, 16 × PWM channels
- Timer: 1 × Timer with 4 alarms, 1 × Real Time Counter
- PIO: 2 × Programmable IO (PIO) blocks, 8 state machines total
- TX/RX buffer memory: Internal 32 Kbytes Memory for TX/ RX Buffers
- Debug: 3-pin ARM Serial Wire Debug (SWD) port
- Operating Temperature Max: 85°C (including self-heating)
- Operating Temperature Min: -45°C
- Recommended maximum ambient temperature: Recommended maximum ambient temperature of operation is 70°C
- VBUS: DC 5V (+/- 10%)
- VSYS Min: DC 4.3V
- VSYS Max: DC5.5V
A handy choice for Pico-style projects that need wired networking while keeping the familiar RP2040 development workflow.
Jargon buster
Plain-language definitions for the technical terms used above.
- ADC
- An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
- DC
- DC means direct current, where electricity flows in one constant direction, as supplied by batteries, USB ports and many plug-pack power supplies. When a product specifies DC, it runs from a DC supply rather than mains AC, so you need to provide the correct voltage and polarity.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- PoE
- Power over Ethernet lets one Ethernet cable carry both network data and electrical power. This is useful when installing a device where running a separate power adaptor would be difficult.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RJ45
- The common plug and socket style used for wired Ethernet network cables. If a board has an RJ45 connector, you can usually plug it into standard Ethernet cabling without making a custom connector.
- RP2040
- The RP2040 is a dual-core Arm Cortex-M0+ microcontroller chip from Raspberry Pi, used on many maker boards and offering programmable I/O, multiple GPIO pins and reasonable processing speed. Code and accessories built for that chip should work where RP2040 compatibility is listed, though demanding tasks such as reading a camera can require careful pin allocation and timing.
- RX
- RX means receive, usually showing data being received by the board. An RX indicator LED can help with troubleshooting USB or serial communication.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- SWD
- Serial Wire Debug (SWD) is a two-wire programming and debugging interface used with many ARM Cortex-M microcontrollers. It provides low-level access to program, recover or debug the microcontroller.
- TX
- TX means transmit, usually showing data being sent from the board. A TX indicator LED can help you see when the board is communicating or uploading code.
- UART
- UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
- USB-C
- USB-C is a small, reversible USB connector that can carry power, data and, on some devices, video over a single cable. The same connector can range from charging only to high-speed data, so the functions a given port actually supports vary.
- VBUS
- VBUS is a label for a bus or supply voltage. Most commonly it is the +5V power line carried over USB, though on power-monitoring hardware it instead marks the bus-voltage input being measured, so check which sense applies before connecting power or a measurement point.
- VGA
- VGA has two common meanings in electronics: as a resolution it usually refers to a 640 x 480 pixel image, which is modest detail suitable for basic display or inspection rather than high definition; as a connector it refers to the analogue 15-pin video output long used on computers and monitors. Check which sense a listing means.
Find this product in
Microcontrollers
W55RP20 Datasheet
Datasheet · 1013.4 KB · Click any page to view full size
RP2040 Datasheet
Datasheet · 4.9 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 648.8 KB · Click any page to view full size