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

The previous installation instructions recommended installing the library to the Arduino IDE installation folder. This is a terrible idea because all libraries installed there are lost whenever you update to...

A popular library installation technique is to download the library via GitHub's **Clone or download > Download ZIP** and then use the Arduino IDE's **Sketch > Include Library > Add...

I used the example---TCPClient. my arduino is use Dynamic IP. my pc is use static IP. I want to make arduino send package to pc with tcp. uint8_t mac[6] =...

The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is...

Hello im using Visual Micro with Visual Studio. I cannot compile because the IDE is telling me thare is missing source files. i have confirmed that they do exist, and...

Hi there, I'ld like to build a simple remote switch through HTTP. The examples are good points to start. But there is a problem: when I set up the gateway,...

Hello, I would like recover the IP address of the client. I already tried to add this line in UIPClient.cpp: `uint8_t *EthernetClient::getRemoteIP(uint8_t remoteIP[]) { W5100.readSnDIPR(_sock, remoteIP); return remoteIP; } `...

I have a enc28j60 module (not shield) and want to connect it to arduino mega 2560 and use this library What pinouts sholud i connect to which pin of arduino?

I created an etherent handler for my project and I would like to add a method to "StartEtherner()" but when i do this it get stuck on connecting... any advice...