bjnhur / pico-W5500

Add W5500 & W5100S Ethernet to Raspberry Pi Pico - CircuitPython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pico-W5500

  • Add W5500 Ethernet to Raspberry Pi Pico
  • Add W5100S Driver code into /lib/adafruit_wiznet5k

Usage the example codes

  1. Open the code.
  2. Copy the content to code.py on your RPI Pico board
  3. Save & Done :)

Library

Find and copy adafruit_bus_device & adafruit_requests.mpy file from Adafruit's CircuitPython library bundle matching your version of CircuitPython. Don't copy all files and folder in the library.

Used library list - python codes information in /lib folder (updated.2021.08.13)

For SPI communication, adafruit_bus_device (I2C, SPI support)

Use adafruit_requests.py instead of adafruit_requests.mpy ; because of some changes from Adafruit_CircuitPython_Wiznet5k

For adafruit_wsgi, download from below link.

For adafruit_bus_device, download from below link.

For adafruit_wiznet5k, download from below link.

For neopixel library,

For minimqtt library,

For basic examples,

About

Add W5500 & W5100S Ethernet to Raspberry Pi Pico - CircuitPython

License:MIT License


Languages

Language:Python 99.8%Language:HTML 0.2%