Wiznet makers

Grace_Koo

Published November 13, 2024 ©

0 UCC

5 WCC

0 VAR

0 Contests

0 Followers

0 Following

How to Send a Ping with W55RP20

W55RP20-EVB-PICO Ping example

COMPONENTS Hardware components

WIZnet - W55RP20-EVB-Pico

x 1


PROJECT DESCRIPTION

This contents covers the setup and execution results.

https://github.com/WIZnet-ioNIC/WIZnet-PICO-PING-C.git

Hardware Requirements

  • W55RP20-EVB-PICO
  • Desktop or Laptop
  • USB Type-C Cable

Software Tools

  • Visual Studio Code
  • Serial Terminal : Tera Term

Setup board

Need to set up the board in the 'WIZnet-PICO-PING-C/CMakeLists.txt' file.

Activate the 8th line in this file by setting 'set(BOARD_NAME W55RP20_EVB_PICO)'.

WIZnet-PICO-PING-C/CMakeLists.txt

 

If you want to view log messages via USB serial, modify the following file as shown below.

WIZnet-PICO-PING-C\examples\ping_client\CMakeLists.txt

Setup Network Info

Set up the desired network information.

WIZnet-PICO-PING-C\examples\ping_client\ping_client.c

Enter the IP address to send the ping for verification.

WIZnet-PICO-PING-C\examples\ping_client\ping_client.c

Run

If the ping is successfully delivered to 'remote_ip', the screen shown in the image below will appear.

If there is an issue with remote_ip or the network environment, the screen shown in the image below will appear.

The following is a Wireshark capture of when the ping was delivered.

Wireshark
Documents
  • WIZnet-PICO-PING-C

Comments Write