-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Is core v2.0.1 compatible with W5500 ethernet module ? #5913
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
Comments
Hello @kbssa I don't think ETH.h library is compatible with W5500 given this list in ETH.h:
What is the exact issue you are getting with the Arduino Ethernet library? Compilation? Error at runtime? Thanks |
W5500 is supported by IDF 4.4 but the current Arduino v2.0.0+ Lib ETH.h does not implement it, yet. About W5500 IDF support in Arduino Core v2.0.0+:It can be found in sdkconfig file for ESP32. W5500 initialization function from IDF 4.4 is included here: ESP-IDF example with W5500 is here, but this piece of code is not included within core 2.0.1 version of ETH.cpp: |
I could not find W5500 in Arduino Core v1.0.6 From ETH.h I found this list: Which one of those options did you use to make W5500 work? |
Is there any working example ? I have no idea on how to include it in my code as I am completely noob with IDF implemention. |
The W5500 works with the Arduino Ethernet library in Arduino Core v1.0.6. |
@kbssa Arduino has a standard library that works fine with W5500/W5100/W5200: |
I can't manage to get the W5500 working over the v2.0.1 core with Arduino Ethernet library.
The ETH.h library is compatible with W5500 ? If so, is there any example or any guide where I can see how to make it work ?
Any help would be appreciated.
Now it's working over de core v1.0.6 with Arduino Ethernet library, but I want to upgrade to v2.0.1.
Thanks in advance.
The text was updated successfully, but these errors were encountered: