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

_From @JanosAudron on April 11, 2013 20:37_ Hardware: Arduino UNO + Ethernet Shield Software: IDE 1.0.4 and 1.5.2 After some test I think the problem of the crash of W5100...

**Problem:** After upgrading from Ethernet lib 1.1.2 to 2.0.0 things stopped working. **Board:** Arduino UNO R3 **Shield:** Arduino Compatible Ethernet Shield by ELECFreaks (https://www.robotshop.com/en/arduino-compatible-ethernet-shield.html) **Shield Specs:** https://www.robotshop.com/media/files/zip/documentation-ef02007.zip I ran the...

Hello. I'm having a problem when printing long blocks of text with this library when using a Teensyduino 3.2. I noticed the problem because I'm developing a webserver for Arduino...

Arduino DUE, Arduino Ethernet Shield 2, IDE 1.8.8, windows 10 Application: Web Server from David A Mellis and Tom Igoe, The text of the code was copied from here: https://www.arduino.cc/en/Tutorial/WebServer...

topic: documentation
type: imperfection

This Ethernet library does **not** define the BYTE_ORDER of the chipset that is used, the wifi library does (as does the ESP32). I have made a suggestion [here](https://github.com/lathoub/Arduino_Endian), so that...

i have simple server app. see: // https://wiznetmuseum.com/portfolio-items/lets-build-a-functional-arduino-webserver-with-the-ethernetsd-card-shield/?portfolioID=11350 // https://www.hackshed.co.uk/lets-build-a-functional-arduino-webserver-with-the-ethernet-sd-card-shield/ that app fails when a browser requests index.htlm that inside it contains. argh in chrome debugger you see it trying...

brand new arduino branded ethernet 2 with using your latest code. my app functions as web server. when client sends large file, web server gets client.available to false at times...

Recommend changing return type from uint16_t to int and adding code to detect socket states that preclude successful writes and report with them a negative return value so they can...

I had an occurence where Ethernet.socketSend() is hanging about 20s. After verification, this is due to Ethernet.socketSendAvailable not having enough space on the output buffer. This is easily replicable by...

topic: code
type: imperfection

I am working on a project where i don't rely on multiple accepted sockets. But i need the buffer to be bigger, to reduce some overhead i had to implement....