-
```
What steps will reproduce the problem?
1. Open up one of the Ethernet example sketches
2. Build and upload it to a Current Cost Bridge device
3. Observe the Ethernet traffic
What is the expected …
-
```
What steps will reproduce the problem?
1. Open up one of the Ethernet example sketches
2. Build and upload it to a Current Cost Bridge device
3. Observe the Ethernet traffic
What is the expected …
-
```
What steps will reproduce the problem?
1. Open up one of the Ethernet example sketches
2. Build and upload it to a Current Cost Bridge device
3. Observe the Ethernet traffic
What is the expected …
-
### Related area
Mac Address Ethernet W5500 SPI
### Hardware specification
ESP32 DevKitC
### Is your feature request related to a problem?
Currently the MAC address configuration in the…
-
```
What steps will reproduce the problem?
Ethernet shield + DHCP. If the DHCP server gives you lease with "infinite"
lease time (0xFFFFFFFF) the method calculating rebind time (_dhcpT2 = _dhcpT1
-
Working on a raspberry, smply installed from the github cloned repo, I can't build or upload for Leonardo and if I run
`ino list-models`
I get :
```
uno: [DEFAULT] Arduino Uno
alamode:…
-
Before opening a feature request against this repo, consider whether the feature should/could be implemented in the [other OpenTelemetry client libraries](https://github.com/open-telemetry/). If so, p…
-
**When setting Static IP as follows**
```
eth.setDefault();
#ifdef STATIC
IPAddress ip(e_defaultIP);
IPAddress gateway(e_gatewayIP);
IPAddress subnet(e_subnetIP);
IPAddress dns(e_dn…
-
As stated in https://github.com/arduino/Arduino/issues/6369, this causes much confusion, suffering and generally makes Arduino look bad. Let's use the correct name! That extra "P" is really not so sca…
-
```
In the comments from issue 716 it was noted that the Ethernet library doesn't
automatically renew the lease if the DHCP server is rebooted. Here are the
relevant comments from that:
Comment 20…