Wiznet makers

NEWS

How to add W5500 on RaspberryPi Pico with CircuitPython
  • Author : WIZnet
  • Date : 2021-06-01
  • Views : 2560
How to add W5500 on RaspberryPi Pico with CircuitPython

 

Let's connect W5500 into RPi Pico world and Python as well. To connect W5500 on Pico, you should change “CircuitPython env” on your Pico board.

1. Install Circuit Python

Please visit the below link for details.

Without any problem, you can see the below pic. Then, you just edit “code.py” to make a python code to run the code.

circuitpy code.py

2. Pin connect to W5500, WIZ850io

Second, you should connect the W5500 board with Pico board. Please refer below pic for the connection.

Use SPI1 on rpi pi board for this example.

Pico connect to WIZ850io

3. Code it

Last, you refer the below link code for the Ping + DHCP example.

for the details, please visit the below link.

https://www.hackster.io/bjnhur/how-to-add-w5500-ethernet-to-raspberry-pi-pico-python-2-77c78c#toc-2–dhcp-example-1

 

As mentioned, I introduce some useful links about W5500 and Pico board, please visit these links and follow up the instructions.

I think, there is no problem, to connect W5500 on RaspberryPi Pico.

Raspberry Pi Pico IoT Demo - W5500 Ethernet + NeoPixel LED

Enjoy it!