How to Build W55RP20-EVB-Pico on Arduino

Components
Hardware Components

WIZnet – W55RP20-EVB-Pico
Software Applications and Online Services

Arduino – Arduino IDE
Project Description
This guide provides instructions on how to build W55RP20-EVB-Pico on Arduino. The version of Arduino used is 1.8.19, which can be downloaded from the link below.https://www.arduino.cc/en/software
Additionally, this article is based on Earlephilhower’s arduino-pico and collaborates with it.https://github.com/earlephilhower/arduino-pico
Steps to Follow
-
Install Raspberry Pico/RP2040/RP2350 Board
Open Arduino, go to File -> Preferences -> Additional Boards Manager URLs:Inputhttps://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
Then go toTools -> Board -> Boards Manager, search for ‘RP2040’, and installRaspberry Pi Pico/RP2040/RP2350 (version 4.2.0 or later).
-
Build Example and Check
Click onFile -> Examples -> lwIP_w55rp20 -> WiFiClient-W55RP20and go toTools -> Board -> Raspberry Pi RP2040 -> WIZnet W5500-EVB-Pico
-
Click Upload
Check the serial terminalSince the WiFi module is currently not connected, an error will occur, but you can check if an IP address is assigned to the Ethernet via DHCP.

Documentation
Github Code
For download links, please click “Read Original” to get.