Skip to content

Wiznet/RP2040-HAT-CircuitPython

Repository files navigation

WIZnet Ethernet HAT & Raspberry Pi Pico [RP2040]

📘Overview

WIZnet W5100S Ethernet Shield includes W5100S chip - hardwired TCP/IP internet controller. The Ethernet Shield is connected to the Raspberry Pi Pico via SPI interface, making it easy to add Ethernet communication ability. Another option is using WIZ810Sio module which is also built on W5100S chip.

🚀CircuitPython Getting Started

Please refer to getting_stared.md for examples usage.

✒️Directory Structure

├─examples
│  ├─Adafruit_IO
│  │  ├─DownLink
│  │  ├─Up&DownLink
│  │  └─UpLink
│  ├─DHCP
│  ├─DNS
│  ├─HTTP
│  │  ├─Webclient
│  │  └─Webserver
│  ├─HTTP_Request
│  ├─Loopback
│  ├─MQTT
│  │  ├─Publish
│  │  ├─PubSub
│  │  └─Subscribe
│  ├─Neopixel
│  ├─Network
│  └─SNTP
└─libraries
    ├─adafruit_bus_device
    ├─adafruit_io
    ├─adafruit_minimqtt
    ├─adafruit_wiznet5k  
    └─adafruit_wsgi