I need a schematic diagram showing how to connect a W5500 Ethernet module to the EC200U module.
Additionally, please provide example QuecPython code that demonstrates how to interface with the W5500 and get it working (e.g., initialize the SPI interface and establish a basic Ethernet connection).
The diagram should clearly show:
- Power connections
- SPI pins (MOSI, MISO, SCK, CS)
- Reset/interrupt pins if required
The example code should include:
- SPI initialization
- W5500 initialization
- Basic network configuration or test communication.