Skip to content

General-Embedded/RP2040-HAT-CircuitPython-modded

 
 

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

About

Because of pins 21 and 22 being used for PICO_FSYNC and CAM_VSYNC by the Pico4ML device, we forked this driver to make it use pins 1 and 2 for HAT's SPI0_RX and SPI0_CSn respectively..

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%