hideakitai / ArtNet

Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)
MIT License
257 stars 52 forks source link

How to connect a W5500 shield on esp32 to run the example #40

Closed GabrielDSan closed 1 year ago

GabrielDSan commented 2 years ago

I'm using an esp32 with an etherner shield W5500, do you think it's possible to make it work? because I couldn't find any place to configure the module pins

SergDfv commented 2 years ago

Yes, it is possible. The pins are configured in the Ethernet library. By default, the VSPI pins are: SS - 5, SCLK - 18, MISO - 19, MOSI - 23.

hideakitai commented 1 year ago

Close this issue, thanks @SergDfv