-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Esp32 - W5500 TCP Server #8605
Comments
Hello @Impavido85 this (or similar) issue has been reported before. See here and here. Thanks |
Hi Felix, |
Hello @Impavido85 it looks like it is in the works. See this PR. Thanks |
Yes, this is something which will be investigated. |
@Impavido85 I saw somewhere else to change the server.h line from virtual void begin(uint16_t port=0) =0; to void begin() {}; You can give it a try and see if it works. |
This is an external library that will be made obsolete with 3.0.0 and the ETH updates we have ready there |
Are there news? Thanks |
Relates to #8760 |
W5500 is natively supported in Arduino v3.0.0 You can use it the same way you use WiFi |
Board
Esp32 Dev module
Device Description
DevKit
Hardware Configuration
GPIO
Version
v2.0.11
IDE Name
Arduino IDE
Operating System
windows 10
Flash frequency
80
PSRAM enabled
no
Upload speed
921000
Description
I'm using a w5500 with the esp32 and I need to get both wifi and ethernet working, as a client and as a TCP server. I have not found any examples. If I try to use the Arduino's "Ethernet.h" library, it works as a TCP client but not as a TCP server. When compiling I get the error "virtual void Server::begin(uint16_t)" How can I do? thank you all
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: