Ethernet icon indicating copy to clipboard operation
Ethernet copied to clipboard

Ethernet Library for Arduino

Results 138 Ethernet issues
Sort by recently updated
recently updated
newest added

On an Arduino Due I've trouble to get SD card functionality (reading from/writing into files) running when running an Ethernet webserver at the same time. According to the posts in...

type: enhancement
topic: documentation

Partially resolves #267

topic: code
type: enhancement

Hello all, I have tried many combinations but I just can't understand what's the problem. I have an ESP32 Dev module that I have successfully connected to the old W5100...

type: imperfection

I might be missing something here, but I am trying to send raw bytes over TCP. This works totally fine whenever I first try to send and receive a packet....

topic: code
type: imperfection

I found some time flag away not send then loop is infinite, Fixed by add timer to socket.cpp

topic: code
type: imperfection

Hi, I'm likely sure that i'll be blasted by a RTFM but... i was not able to find out why the Ethernet class is not supporting the NTP/Time options (eg...

topic: code
type: enhancement

Hello I've been struggling for several months with a prototype that uses the W5500 and I can't get it to work properly. The assembly is an ATmega2560 and a W5500...

While using ESP32 with W5500 it sometimes sends malformed packet. Time periods between malformed packets differs significantly - from few seconds to couple of hours. I've found this problem when...

[WIZnet](https://wizwiki.net/wiki/doku.php?id=start) has launched a new chip [W6100](https://wizwiki.net/wiki/doku.php?id=products:w6100:start). And W6100 Ethernetshiled is developing for ARDUINO. W6100 is a hardwired Internet controller chip supporting IPv4/IPv6 dual stack.

topic: code
type: enhancement

_From @mji83 on May 14, 2013 17:58_ There's a hardcoded assumption in the following code in dhcp.cpp: printByte((char*)&(buffer[24]), _dhcpMacAddr[3]); printByte((char*)&(buffer[26]), _dhcpMacAddr[4]); printByte((char*)&(buffer[28]), _dhcpMacAddr[5]); This causes various failures with the DHCP...