-
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
Basic example for modified ethernet.h #2671
Comments
Also ... is there a clear document or diff that can show exactly what was changed in this version of the lib to work with the ESP? I'm wanting to use both the W5100, and the better/faster W5500 for Ethernet, and so I want to update this support to support both ... but I'm hoping I don't have to start from scratch and guess? |
Curious if anyone has any experience using this with the W5500? I'm digging in to see if I can get it working, but was curious if anyone knows the pitfalls I might run into? |
@Humancell did you make any progress? if so, you may want to open a new issue as a feature request, and make a PR. |
@FernandoGarcia There are examples provided together with the lib. |
You should check my issue first! https://github.com/esp8266/Arduino/tree/master/libraries/Ethernet/examples |
@FernandoGarcia sorry, I took your post to mean you were requesting examples. |
Look for examples and tell me where to put SSID and password at least. It was just a copy and paste from Arduino IDE |
@Humancell since you have W5100 (which I don't have), |
Hi !
Is possible give us a working basic example for this modified ethernet.h library?
The default examples available here doesn't work without changes.
https://github.com/esp8266/Arduino/tree/master/libraries/Ethernet/examples
Best regards.
The text was updated successfully, but these errors were encountered: