Raspberry Pi Pico(RP2040) MicroPython Network Example

by SteveK2 in Circuits > Microcontrollers

7210 Views, 3 Favorites, 0 Comments

Raspberry Pi Pico(RP2040) MicroPython Network Example

micropython-rp2040.png

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

Hardware Requirements

145735128-98105336-dbeb-4fda-b5e8-89aff0156b8e.png

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.

Major Features (components) Based on On Micropython

Quick Start YouTube

Raspberry Pi Pico MicroPython Ethernet

Micropython Network Examples