Rodolphe Pineau
Rodolphe Pineau
I see your other question on the issue I opened for the Pico. I use the standard Ethernet library as I ported some of my code from Arduino DUE to...
The main issue is in the configuration of the interface (and yes I do use accept). the Ethernet.init is totally different but I can pre-declare the server with the CS...
Thanks for the link, It should help. I need to change quite a bit of code as now I have 2 interfaces and the WifiServer object need to bind to...
Wiznet5500lwIPc Ethernet works fine for standard TCP connectivity, but UDP `begin` return 1 ``` discoveryServer = new WiFiUDP(); nErr = discoveryServer->begin(m_UDPPort); ``` When using the standard Ethernet library with EternetUDP,...
So after a lot more time spend on this, turn out the code works, but the lwIP_w5500 library is more than 20 times slower than the standard Arduino Ethernet library...