-
Hello.
I'm using a Wemos D1 (ESP8266) with a W5100 Ethernet shield. It works generally but I'm not able to set a MAC address. It always uses the generic MAC FE-AB-CD-EF-ED-BA which is hardcoded in…
-
I am using RP20408(Arduino-Mbed core) and W5500. I tried UdpSendReceive but I can't work it.
```
Start UDPSendReceive on MBED RASPBERRY_PI_PICO with W5x00 using Ethernet_Generic Library on SPI0/S…
-
I see this is only ESP8266 and your version for ESP32 is only for the Ethernet PHY boards.
Do you plan on an ESP32 version to work with the SPI boards (such as ENC28J60)?
Why ?
From what I can se…
-
Using MKR1010 FW v1.4.8, Windows Arduino IDE v1.8.19, NTPClient_Generic v3.7.5.
Pi is running NTP server and its IP address is hardcoded in the NINA_NTPClient_Advanced.ino sketch.
1. When I stop…
-
Hi,
I am using ESP32 Dev Module with W5500.I tried Webclient and webserver example but it's not working.
```
Starting WebServer on ESP32 with W5x00 using Ethernet_Generic Library with Large Buffe…
-
Hi @khoih-prog
thanks for your amazing work...
I saw you uploaded an example of the connection with aws with wifi using your lib.
Do you think it is possible to upload the same example of conne…
-
### Describe the bug
Its impossible to build because of build is broken. Build log is full of errors like
.pio\libdeps\STM32\STM32Ethernet\src\utility\ethernetif.cpp:80:15: error: 'ETH_DMADescT…
dm5xx updated
2 years ago
-
Hi there,
I am currently working on an esp32 dev board with ethernet shield module W5100. I am trying to get data from certain holding registers from a PLC device (looking at it as a server). I used…
-
would it be possible to support the LAN8720A network-Adapter used on several ESP32 boards (or seperate module).
There is an Ethernet Lib available which works but I can't use it as another library I …
-
### Describe the bug
A clear and concise description of what the bug is.
### Steps to Reproduce
Steps to reproduce the behavior. Including the [MRE](https://stackoverflow.com/help/minimal-rep…