Closed TheGuyDanish closed 1 month ago
Please see our documentation, and follow the guidelines in our tutorials.
The pinout in the example is for the board in the example. Other possible pinouts depend on your board. https://mongoose.ws/documentation/tutorials/rp2040/pico-w5500/ All the examples in that tutorial work as expected Your expectation is not realistic, if you choose your board and choose your pinout, you can't expect us to guess why it does not work for you. I don't understand what is that code you place there, our tutorials tell you what to do, and they don't tell you to do something like that. I'm sorry, but I won't check your schematic. If you are a paying customer or want that service, please contact Support
Understood, I'll find another library. Thank you for your assistance.
pico-w5500
example to use the pins assigned on my board:enum { LED = 6, SPI_CS = 5, SPI_CLK = 2, SPI_TX = 3, SPI_RX = 4 };
Environment
9499669