Introduction: Raspberry Pi Pico(RP2040) MicroPython Network Example

This is the MicroPython project, which aims to put an implementation of micropython, WIZnet ethernet chip and raspberry pi pico(RP2040). And, there are some micoropython examples using it.

Supplies

Step 1: Hardware Requirements

The W5100S-EVB-Pico is a microcontroller evaluation board based on the Raspberry Pi RP2040 microcontroller chip and full hardwired TCP/IP controller W5100S chip. The W5100S-EVB-Pico has the same role as the Raspberry Pi Pico platform and includes W5100S, so the Ethernet function is basically included. But in this repo, I used W5100S MacRaw mode and lwIP TCP/IP stack.

Step 2: Major Features (components) Based on On Micropython

Step 3: Quick Start YouTube

Step 4: Micropython Network Examples