Hey Guys, I'm building a custom PCB with a W5500 chip for Ethernet connection. I come far with the schematic but wanna know if I do it right. Here it is:
There are also other components connected to the Arduino, but don't mind them.
So what do I miss in my schematic and what extra do I need to do to make it work?
any particular reason to design and implement a custom PCB?
there are PCBs with 32bit microcontrollers and onboard Ethernet connection, e.g. wt32-eth01, RP2040-ETH, Cortex-M4 STM32F407VGT6, etc
Yeah, it's for a custom project and needs to be intergrated in the circuit because of space issues. Do you have some suggestions or advice how to implement it in my own PCB?
I really need it because it's more complicated than I thought.
if you are only building a small number of units could you design a daughter board with a socket to take an existing microcontroller/ethernet PCB such as the wt32-eth01
this would probably remove much of the circuit complexity and you just have sensor IO, relays, power supply, etc on the daughter board
Yeah the thing is, that unit also takes up to much space. Do you have any smaller/simpeler units? Otherwise I just want to make it on the daughterboard. I only need Ethernet, nothing more.
what microcontroller or PLC are you using at the moment which is using WiFi?
if it has an SPI interface the device referenced in post 7 should connect OK but is there libraries to support it?
No, way to big. We will plug the arduino on the motherboard, and the Ethernet module also. Do you any suggestions how to get the layout of the Ethernet Module form post 7 and 9?