You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: