-
Notifications
You must be signed in to change notification settings - Fork 439
ETH support #10
Comments
yes, I'm using with ethernet without problems |
Could you post any sample code, please? |
not W5500 :) use a real ethernet PHY :) W5500 works through Arduino and does not attach to the LwIP stack. It will never work with Async. |
Which PHY would you recommend? |
@ahk97 any that are supported by esp-idf. The example readme for Ethernet phy with IDF has a few types that are supported: https://github.com/espressif/esp-idf/blob/master/examples/ethernet/basic/README.md |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
Can the lib be used with ETH on the ESP32 instead of WiFi?
The text was updated successfully, but these errors were encountered: