Search found 1 match
- Sun May 09, 2021 11:56 am
- Forum: ESP32 Arduino
- Topic: ENC28J60 and UIPEthernet only connects once?
- Replies: 0
- Views: 2299
ENC28J60 and UIPEthernet only connects once?
Hello! I trying to connect ESP32 to LAN over ethernet using ENC28J60 with UIPEthernet library. I can get ip from DHCP just fine, and the first ever connection works ok. However the next connection doesn't work and simply hangs. What might be the problem? #include <UIPEthernet.h> EthernetClient ethCl...