ESP-IDF Ethernet Basic Example not working with ESP32S3 and W5500-EVB
Posted: Mon Jul 10, 2023 10:50 pm
Hi, I have been trying to run the Ethernet Basic example (https://github.com/espressif/esp-idf/tr ... rnet/basic) on my ESP32S3-WROOM-1 devkit connected through SPI to a W5500-EVB board (https://www.digikey.com/en/products/det ... VB/8789607) and have been unable to have the example successfully work. The program begins infinitely looping once the "Ethernet Started" message is outputted to the terminal. Then at seemingly random intervals, error messages are outputted to the terminal before once more looping.
Here are some more specific hardware details:
Pin Layouts
ESP32S3-WROOM-1 Devkit
MOSI - GPIO11 (FSPID)
MISO - GPIO13 (FSPIQ)
CLK - GPIO12 (FSPICLK)
CS - not connected since the W5500-EVB dev board has CS tied low
RESET - RST
W5500-EVB
MOSI - D11
MISO - D12
CLK - D13
CS - tied low
RESET - RST
Other connection notes:
- Ethernet port on W5500-EVB connected directly to back of router
- USB port on ESP32S3 connected to laptop
- Jumper cables to supply power to the connected boards through 3V3 and GND ports also added
Terminal output:
Any help would be greatly appreciated, thanks!
Here are some more specific hardware details:
Pin Layouts
ESP32S3-WROOM-1 Devkit
MOSI - GPIO11 (FSPID)
MISO - GPIO13 (FSPIQ)
CLK - GPIO12 (FSPICLK)
CS - not connected since the W5500-EVB dev board has CS tied low
RESET - RST
W5500-EVB
MOSI - D11
MISO - D12
CLK - D13
CS - tied low
RESET - RST
Other connection notes:
- Ethernet port on W5500-EVB connected directly to back of router
- USB port on ESP32S3 connected to laptop
- Jumper cables to supply power to the connected boards through 3V3 and GND ports also added
Terminal output:
Any help would be greatly appreciated, thanks!