Skip to content

Latest commit

 

History

History
88 lines (55 loc) · 4 KB

getting_started.md

File metadata and controls

88 lines (55 loc) · 4 KB

Ethernet Example Getting Started

These sections will guide you through a series of steps from configuring development environment to running ethernet examples using the WIZnet's ethernet products.

Development environment configuration

To test the ethernet examples, the development environment must be configured to use Raspberry Pi Pico.

The ethernet examples were tested by configuring the development environment for Windows. Please refer to the '9.2. Building on MS Windows' section of 'Getting started with Raspberry Pi Pico' document below and configure accordingly.

Hardware requirements

The ethernet examples use Raspberry Pi Pico and WIZnet Ethernet HAT ethernet I/O module built on WIZnet's W5100S ethernet chip or W5100S-EVB-Pico ethernet I/O module built on RP2040 and WIZnet's W5100S ethernet chip.

Ethernet example structure

Ethernet examples are available at 'RP2040-HAT-C/examples/' directory. As of now, following examples are provided.

Note that ioLibrary_Driver is needed to run ethernet examples. This library is applicable to WIZnet's W5x00 ethernet chip and is located in the 'RP2040-HAT-C/libraries/' directory.

Ethernet example testing

Please refer to 'README.md' in each examples directory to find detail guide for testing ethernet examples.