-
I'm working with the WIZnet `W5100S-EVB-Pico`. As part of troubleshooting another issue, I wanted timestamps, so I configured NTP. I saw there was no NTP example code, so here is my short example code…
-
### Description
Finally I got the communication running but I'm really stuck with how to transfer the ModbusTCP received values (register) to the GPIO pins...
After days of searching the web I find…
-
I compiled the example code
`/*
ModbusTCP for W5x00 Ethernet library
Basic Server code example
(c)2020 Alexander Emelianov (a.m.emelianov@gmail.com)
https://github.com/emelianov…
-
I have been trying to compile the code for esp32 and enc28j60 as an ftp client to receive the data. but throws the following error
Using board 'esp32doit-devkit-v1' from platform in folder:
```
…
-
Error:
```
Ethernet_Generic/src/EthernetServer_Impl.h:364:81: error: 'ETHERNET_SERVER_SEND_MAX_SIZE' was not declared in this scope
```
If you don't enable large buffer support, then the `ETHERN…
-
Hi
I am running the UdpSendReceive with a RP2040 (Earle Philhower port) and a W5500 Ethernet Shield
This is what I get when running the code
```
Start UDPSendReceive on RASPBERRY_PI_PICO with…
-
### Describe the bug
I have a new board SAMD21 M0 size as Arduino UNO, compatible with Arduino M0, native port, with ethernet shield Wiznet W5100.
I tried example code Hello World, edit all serial…
-
There are three issues:
socket.recvfrom result does not contain remote address
datagrams are not delimited on message boundary. For example, a recv(10) will contain data from 2 datagrams if two se…
tom24 updated
2 years ago
-
Dear.
Thank you for your effort on this library, it is very helpful for everyone.
I have a question, I know that this library works with W5x00. It is possible to use enc68j60 chip?
-
Hi there,
For an experiment I'm trying to network 2 pico devices with the Wiznet 5100s ethernet hat.
I've used the same code on both, and I'm hoping to perform an operation where they have a htm…