arduino_uip icon indicating copy to clipboard operation
arduino_uip copied to clipboard

UIPEthernet: A plugin-replacement of the stock Arduino Ethernet library for ENC28J60 shields and breakout boards. Full support for persistent (streaming) TCP-connections and UDP (Client and Server eac...

Results 96 arduino_uip issues
Sort by recently updated
recently updated
newest added

I tested the code on nano V3 and work . But now i try to move to nano Every bu have this issue UIPEthernetClass::tick() ERROR:EREVID=0 -> Not found ENC28j60 device...

I use a TCP client socket on a ESP8266 to connect a server socket on a PC, and send periodic packets. If from Windows, I deactivate the network card on...

I must say you've got quite a nice library, however, it seems to break my code for no apparent reason. I've got a encoder (Keyes K-040) with built-in button, and...

compiler throws a warning warning: #import is a deprecated GCC extension [-Wdeprecated] Multiple use of import need to change to include

I use ATmega328-based Arduino & ENC28J60 (revision 6) & Arduino_UIP (fix_errata12) in my hobby project for a long time. My device(s) handles requests from the monitoring service (Zabbix). But i...

Hi, this is not an issue as such so I apologise... I am committed to using this library and have the experience of the hang on some networks, and in...

Arduino Micro is simliar to ardunio Leonardo ethernet, that is; it has a spi breakout. I've found that there are diffrences when it comes to SPI_SC. I thought that this...

enc28j60 server connection only 4 times `while (true) { if (!client.connect(IPAddress(192, 168, 1, 111), 123)) { delay(100); Serial.println("not connection"); } else{ break; } } ` //action repeats this process only...

remove this issue... sry about this... thak you