Use KSZ8081 Ethernet Phy

ThisIsMrT
Posts: 2
Joined: Wed Sep 09, 2020 4:02 pm

Use KSZ8081 Ethernet Phy

Postby ThisIsMrT » Wed Sep 09, 2020 4:09 pm

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

ESP_morris
Posts: 290
Joined: Wed Sep 05, 2018 6:23 am

Re: Use KSZ8081 Ethernet Phy

Postby ESP_morris » Mon Sep 14, 2020 8:47 am

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.

Who is online

Users browsing this forum: No registered users and 82 guests