Wizznet W5500 SPI Ethernet module for ESP32 Audio boards
This is a Wizznet W5500 SPI Ethernet module that can be used with Sonocotta ESP32 Audio boards. For the ESP32-specific pinout, refer to the board documentation and the silkscreen hints on the board.
Every ESP32 audio board has a header that allows for installing a W5500 SPI Ethernet module, which is very easy to set up and configure. The only downside is that with the module installed, the board will not fit the case, unless it is cut to accommodate extra height.
| HiFi-ESP32(S3) | Loud-ESP32(S3) | Louder-ESP32(S3) |
|---|---|---|
| Louder-ESP32-Plus | Amped-ESP32-Plus |
|---|---|
squeezelite-esp32 nvs settings that you need to apply to enable it
Classic ESP32: eth_config = model=w5500,cs=5,speed=20000000,intr=35,rst=14; spi_config = mosi=23,clk=18,host=2,miso=19
ESP32S3: eth_config = model=w5500,cs=10,speed=20000000,intr=6,rst=5; spi_config = mosi=11,clk=12,host=2,miso=13