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

Using Releases > v1.59 it does compile and upload but doesn't start the Ethernet controller. `void setup()` `{` `// Open serial communications and wait for port to open:` `Serial.begin(9600);` `Serial.print("Serial...

I have tried to compile the TcpServer Example with an Arduino Due and the enc28j60 but I always run into the following error message. Not sure if this is an...

Hi there, looking for some guidance with sending UDP broadcast messages. Have written a small program to send data via UDP to my local network; packets are very short (maybe...

question

Now it is possible to set CS pin for ENC28J60 in the following way: Ethernet.begin(mac, 14); or use default: Ethernet.begin(mac);

Hi, I've built a related library ( [RF24Ethernet](https://github.com/TMRh20/RF24Ethernet) ) based on this library, and seem to have discovered some issues that seem more prominent with a lossy radio network, but...

Compiler output C:\Users\EGN\AppData\Local\Temp\build5593042996246348312.tmp\ARD.cpp.o: In function `__static_initialization_and_destruction_0': C:\Program Files (x86)\Arduino/ARD.ino:19: undefined reference to`UIPUDP::UIPUDP()' C:\Users\EGN\AppData\Local\Temp\build5593042996246348312.tmp\ARD.cpp.o: In function `setup': C:\Program Files (x86)\Arduino/ARD.ino:29: undefined reference to`UIPUDP::begin(unsigned int)' C:\Users\EGN\AppData\Local\Temp\build5593042996246348312.tmp\ARD.cpp.o: In function `loop': C:\Program Files (x86)\Arduino/ARD.ino:39:...

I use Jeedom to send XPL message to my arduino. We have the heardbeat message and just after the command message (see on the socket test capture) ![socket-test](https://cloud.githubusercontent.com/assets/8274801/8761054/7b946714-2d3d-11e5-92ac-ae63e6c812e3.jpg) With UIPEthernet...

Hi, Thank you for this library. It is wonderful. I'm having a hard time debugging an issue. I have a system with 21 nodes (arduino nano + ENC28J60, as well...

Hi I've made to send data to emoncms.org about energy consumption and have a problem that packages are sent randomly. In the beginning packages are sent, and after some time...