Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

ETH support #10

Closed
heleon19 opened this issue Jan 23, 2018 · 7 comments
Closed

ETH support #10

heleon19 opened this issue Jan 23, 2018 · 7 comments
Labels

Comments

@heleon19
Copy link

Can the lib be used with ETH on the ESP32 instead of WiFi?

@copercini
Copy link
Contributor

copercini commented Feb 28, 2018

yes, I'm using with ethernet without problems

@ahk97
Copy link

ahk97 commented Jun 27, 2019

Could you post any sample code, please?
I am using Wifi and ETH / W5500 and the AsyncTCP Webserver will only bind to the wifi interface
thanks

@me-no-dev
Copy link
Owner

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.

@ahk97
Copy link

ahk97 commented Aug 22, 2019

Which PHY would you recommend?
And, if I replace the W5500 with the recommended PHY, will WiFi and ETH work simultaneously with AsyncTCP? (I would like to start one AsyncWebServer and serve requests via either Interface).
Thanks!

@atanisoft
Copy link
Contributor

@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
Copy link

stale bot commented Oct 21, 2019

[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 stale bot added the stale label Oct 21, 2019
@stale
Copy link

stale bot commented Nov 4, 2019

[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.

@stale stale bot closed this as completed Nov 4, 2019
megax pushed a commit to The-Megax/AsyncTCP that referenced this issue Aug 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants