Page 1 of 1

Use KSZ8081 Ethernet Phy

Posted: Wed Sep 09, 2020 4:09 pm
by ThisIsMrT
Hi there,

did someone ever used the KSZ8081 Ethernet Phy.
I have some of them in use on another Processor Board.

I saw in gitlab that a feq PHYs are already supported.
https://github.com/espressif/esp-idf/tr ... sp_eth/src
The question I am dealing with is if its easier to use/buy a new PHY and have direct support or
or use the existing one I have (KSZ8081) but have more work with Software.

Best regards
Mr.T

Re: Use KSZ8081 Ethernet Phy

Posted: Mon Sep 14, 2020 8:47 am
by ESP_morris
Yes, it should be easy to port a new PHY chip to esp-idf, since we already have a lot of template PHY codes there (although they're somehow duplicated). But to make your PHY chip work properly, you'd better read the datasheet of that PHY firstly.
In your case, KSZ8081, should be 99% similar to KSZ8041, maybe you only have to change the PHY chip ID in your code.