Skip to content
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 with W5500 ethernet adapter using WebServer_ESP32_SC_W5500 #46

Open
micfuc opened this issue Oct 12, 2024 · 2 comments
Open

esp32 with W5500 ethernet adapter using WebServer_ESP32_SC_W5500 #46

micfuc opened this issue Oct 12, 2024 · 2 comments

Comments

@micfuc
Copy link

micfuc commented Oct 12, 2024

I am using WebServer_ESP32_SC_W5500 library over a custom board based on ESP32-S3 ( and another on -C3) with attached SPI TFT display, a LoRa RTX attached to the SPI bus and a W5500 for having the ethernet as an alternative to the WiFi for upstream network connection.

Everything works very well either with the WiFi and the Ethernet interfacing (as an alternative.. not concurrently).
I am now adding the WireGuard interface via the ESP32 library ciniml/WireGuard-ESP32 ... it actually works perfectly via WiFi but not at all via Ethernet... i.e. apparently the WG connection is setup correctly but the handshake does not happen and no data is exchanged over the WG connection...

My project is developed under platformio using the arduino framework.

Does anybody have successfully done this setup ? any hint on how to solve this issue is welcome
Best regards
Michele

@micfuc
Copy link
Author

micfuc commented Oct 14, 2024

Hi,
found the solution in the following post:
#26
so it now WG works also on the Ethernet W5500 interface... wonderfull!!!
Thanks anyway !!!

@micfuc
Copy link
Author

micfuc commented Oct 14, 2024

closing this issue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant