How to Build W55RP20-EVB-Pico on Arduino

How to Build W55RP20-EVB-Pico on Arduino
How to Build W55RP20-EVB-Pico on Arduino

Components

Hardware Components

How to Build W55RP20-EVB-Pico on Arduino

WIZnet – W55RP20-EVB-Pico

Software Applications and Online Services

How to Build W55RP20-EVB-Pico on Arduino

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

  1. 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

    How to Build W55RP20-EVB-Pico on Arduino

    Then go toTools -> Board -> Boards Manager, search for ‘RP2040’, and installRaspberry Pi Pico/RP2040/RP2350 (version 4.2.0 or later).

    How to Build W55RP20-EVB-Pico on Arduino
  2. Build Example and Check

    Click onFile -> Examples -> lwIP_w55rp20 -> WiFiClient-W55RP20and go toTools -> Board -> Raspberry Pi RP2040 -> WIZnet W5500-EVB-Pico

    How to Build W55RP20-EVB-Pico on Arduino
    How to Build W55RP20-EVB-Pico on Arduino
  3. Click Upload

    How to Build W55RP20-EVB-Pico on Arduino

    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.

How to Build W55RP20-EVB-Pico on Arduino

Documentation

Github Code

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

Leave a Comment

×