- Add W5500 Ethernet to Raspberry Pi Pico
- Add W5100S Driver code into /lib/adafruit_wiznet5k
- Open the code.
- Copy the content to code.py on your RPI Pico board
- Save & Done :)
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.
- https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/tag/20210409
- Download adafruit-circuitpython-bundle-6.x-mpy-20210409.zip
- Download adafruit-circuitpython-bundle-6.x-mpy-20210813.zip
- unzip and find adafruit_requests.mpy.
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.
- support W5100S chip version : this repo /lib/adafruit_wiznet5k
- modify version : https://github.com/bjnhur/Adafruit_CircuitPython_Wiznet5k
- original version : https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k
For neopixel library,
For minimqtt library,
For basic examples,