Hi All.
I need some help regarding GPIO pin option for connecting a W5500 Ethernet module to an ESP32 dev kit. I am planing on building a controller for my home automation which connects to my home server via ethernet. I am a not sure regarding the pins and if I understand the documentation correctly which states that one can define most of the ESP32 pins via Software.
Q: Can I connect the Ethernet module USR-ES1 to ESP32 as follows?
ESP32 ------- USR-ES1
GPIO33 ------> Miso
GPIO32 ------> Reset
GPIO26 ------> SCLK
GPIO25 ------> Mosi
GPIO27 ------> SCS (Chip select)
Reason for these GPIO choice is that I want to keep the PCB breakout board simple, single sided with no trace crossing where possible.
Regards
Mike
ESP32 GPIO pin options for USR-ES1
Re: ESP32 GPIO pin options for USR-ES1
In fact, you could use ang unused GPIO as SPI, so the pins you select are acceptable.
Re: ESP32 GPIO pin options for USR-ES1
Great. Thanks
Re: ESP32 GPIO pin options for USR-ES1
Hi All!
I have ESP32-S3-WROOM-1 (ESP32N4R8) and try connect to the USR-ES1 ethernet module.
I use pins:
Are these pins compatible for connection with the module?
Does ESP32-S3 support Ethernet MAC or I should use another
When I try connect to it with `basic` example i get error:
... version mismatch 0x04 instead 0x00 ...
Could you help me with wiring and work for this ethernet module (USR-ES1)?
I have ESP32-S3-WROOM-1 (ESP32N4R8) and try connect to the USR-ES1 ethernet module.
I use pins:
Code: Select all
[ESP32-S3] --- [USR-ES1]
IO3 <--> MOSI
IO4 <--> SCLK
IO5 <--> SCSn
IO6 <--> INTn
IO7 <--> MISO
IO8 <--> RESETn
3V <--> 3V
GND <--> GND
Does ESP32-S3 support Ethernet MAC or I should use another
When I try connect to it with `basic` example i get error:
... version mismatch 0x04 instead 0x00 ...
Could you help me with wiring and work for this ethernet module (USR-ES1)?
Who is online
Users browsing this forum: Bing [Bot] and 79 guests