I'm using esp32-s Development board and W5500 module.
My project doesn't require a lot of data transfer but requires that the speed should be maximum.
Is W5500 a good choice?
I'm using esp32-s Development board and W5500 module.
My project doesn't require a lot of data transfer but requires that the speed should be maximum.
Is W5500 a good choice?
Yes W5500 is a good choice for most needs - if you were requiring IPv6 functionality then it would be better to choose the W6100.
Data transfer speeds on these type of Ethernet modules are essentially capped by speed of SPI bus (80MHz max).
Thank you.
I will go for it.
Thank you.
I will go for it.