Wiznet makers

mason

Published October 18, 2024 ©

82 UCC

17 WCC

28 VAR

0 Contests

0 Followers

0 Following

How to Build W55RP20-EVB-Pico on Arduino

How to Build W55RP20-EVB-Pico on Arduino

COMPONENTS Hardware components

WIZnet - W55RP20-EVB-Pico

x 1

Software Apps and online services

Arduino - Arduino IDE

x 1


PROJECT DESCRIPTION

This guide provides instructions on how to build the W55RP20-EVB-Pico on Arduino. The Arduino version used is 1.8.19, which can be downloaded from the link below.
https://www.arduino.cc/en/software

Additionally, this library is based on and works with earlephilhower's arduino-pico.
https://github.com/earlephilhower/arduino-pico

 

  1. Installing Raspberry Pi Pico/RP2040/RP2350 Boards
    Open Arduino, go to File -> Preferences -> Additional Boards Manager URLs:
    Input https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json


    And go to Tools -> Board -> Boards Manager, search for "RP2040", and install Raspberry Pi Pico/RP2040/RP2350.

     
  2. Clone WIZnet-ioNIC-arduino-library
    Clone the WIZnet-ioNIC-arduino-library from the link below into the Arduino Libraries directory (e.g., Documents\Arduino\libraries).
    git clone https://github.com/WIZnet-ioNIC/WIZnet-ioNIC-arduino-library.git
     
  3. Build example and check
    Open \...\Arduino\libraries\WIZnet-ioNIC-arduino-library\examples\WiFiClient-W55RP20\WiFiClient-W55RP20.ino
    Go to Tools -> Board -> Raspberry Pi RP2040 -> WIZnet W5500-EVB-Pico

    Click Upload


    Check serial terminal
    Since the WiFi module is not currently connected, an error will occur, but you can check that an IP address is assigned to the Ethernet through DHCP.

     
Documents
  • Github Code

Comments Write