-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add support WizNet W5500 for Ethernet lib. #3943
Comments
@MirekFonCZ Are you willing to implement this yourself? You could port this implementation, for example. |
You can try https://github.com/d-a-v/W5500lwIP |
@MirekFonCZ can we close this issue ? |
Closing due to lack of feedback and precision. |
@d-a-v this was recently closed, but I'm searching for a way to add Ethernet to ESP8266 (in my case Wemos D1) and I found this issue. |
It's already implemented, and in a much better way with integration into lwip instead of a completely separate thing. It's not merged into core yet, still being tested. |
See this: |
I find another way to use ESP8266 working with an ethernet board, from here, which Tony Onofrio "thoughts".
|
Please be aware that use of Ethernet in that way doesn't integrate with the core, i. e. it's a completely different and stand-alone piece of code. As a result, there are a lot of things that can't be used, like the webserver/httpclient, among a lot of other things. |
The newer Arduino official Ethernet library will be imported in this core when @PaulStoffregen accepts to merge this very minor pull-request as a counterpart of his requests so we can submodule it to replace the older locally patched version we still have here. Because they have much to do, maybe you can go there and gently remind this is needed. |
I no longer have write access to Arduino's repository. I can not merge it. You must ask the Arduino developers to merge it. |
Another PR is now ongoing on PaulStoffregen/Ethernet#37 |
No description provided.
The text was updated successfully, but these errors were encountered: