stm32duino / STM32Ethernet

Arduino library to support Ethernet for STM32 based board
151 stars 41 forks source link

Generic PHY support #34

Open fpistm opened 4 years ago

fpistm commented 4 years ago

Currently, LAN8742A_PHY is only supported. Goal is to have a generic PHY support to be able to support some other.

requested PHY support:

sstaub commented 6 months ago

Is there any progress? The thread started 2019 and meanwhile it is very annoying that nothing happens, especially because most of the supported boards are deprecated.

fpistm commented 6 months ago

Not at this time. If I can have some bandwidth I'd like to implement it. Do not forget, it is a community project, any contribution are also welcome.

realitytech commented 6 months ago

In the same boat here. Have found a really handy little board that would be perfect for so many projects but as it uses the DP83848 PHY I'm unable to use it. I'm happy to provide a board if it helps at all. This board ticks all the boxes for a lot of users and the last peice of the puzzle is the Ethernet.

https://www.aliexpress.com/item/1005006166302701.html

wowtah commented 6 months ago

I'm trying to get the library working with a KSZ8863 PHY, but so far haven't been successful. So +1 for this request.