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?
esp32 should have builtin Ethernet MAC - so maybe connecting only a PHY would yield a better performance? Didn't tried it through...
esp32 should have builtin Ethernet MAC - so maybe connecting only a PHY would yield a better performance? Didn't tried it through...
There is LAN8720 PHY, But I can't find it.
That's why I'm using W5500.