raspberrypi / pico-vscode

The official VS Code extension for Raspberry Pi Pico development. It includes several features to simplify project creation and deployment.
https://marketplace.visualstudio.com/items?itemName=raspberry-pi.raspberry-pi-pico
Mozilla Public License 2.0
132 stars 16 forks source link

Change SPI pins for picow_tcp_server example #26

Closed SeyranGrig closed 4 months ago

SeyranGrig commented 4 months ago

please tell me how to change the SPI pins for connecting the ethernet module W5500. And how set IP address for TCP v.4

will-v-pi commented 4 months ago

This question would be better asked on the pico-examples repository, as that contains the actual example code. However, you would need to change more than just the SPI pins to use a W5500 Ethernet module instead of the Pico W's CYW43439 module, as it will require a different library.