eppp_link wifi and spi ethernet (w5500) don't play nice together (IDFGH-14567) #757
Open
3 tasks done
Labels
Status: Opened
Issue is new
Answers checklist.
General issue report
I have 2 ESP32-S3 devices connected to each other with eppp_link using SPI mode (Using host 2).
On the slave ESP (running the eppp_link server) I have a w5500 SPI ethernet net connection (Using host 1).
I a running a http server on each ESP, and have set up a port forward from the slave ESP to the HOST ESP allowing me to happily access both web servers from the wired network that is the w5500.
If I replace the w5500 with the WiFi interface on the slave ESP everything works as it should also.
However if I enable both the w5500 and the WiFi adapters the w5500 works as expected but the WiFi connections drops packets and does not let me connect to the the webserver on the slave (or the host), and once I try to establish a connection to the slave webserver I get errors with the packets between the eppp_link with the sockets being closed and not being able to be opened again with bad file number errors.
I am going to try and pair down to a very simple application with nothing else running other that the 3 networks to make sure I can rule everything else out like memory issues etc.
But if in the mean time anybody has any insight into this I'd be interested.
The text was updated successfully, but these errors were encountered: