You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+53-2Lines changed: 53 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,8 @@
84
84
*[ 8.1 PING Terminal](#81-ping-terminal)
85
85
*[ 9. WiFiRegisteringServices on ESP32_DEV](#9-wifiregisteringservices-on-esp32_dev)
86
86
*[ 9.1 PING Terminal](#91-ping-terminal)
87
+
*[10. RegisteringServices on NRF52840_FEATHER with W5x00 using EthernetLarge Library](#10-registeringservices-on-nrf52840_feather-with-w5x00-using-ethernetlarge-library)
88
+
*[10.1 PING Terminal](#101-ping-terminal)
87
89
*[Debug](#debug)
88
90
*[Troubleshooting](#troubleshooting)
89
91
*[Releases](#releases)
@@ -1493,7 +1495,7 @@ To access, using MBED-NANO_RP2040_CONNECT.local
64 bytes from esp32-090ADC (192.168.2.80): icmp_seq=13 ttl=255 time=39.7 ms
1547
1550
64 bytes from esp32-090ADC (192.168.2.80): icmp_seq=14 ttl=255 time=10.9 ms
1548
1551
64 bytes from esp32-090ADC (192.168.2.80): icmp_seq=15 ttl=255 time=33.5 ms
1552
+
...
1549
1553
```
1550
1554
1555
+
---
1556
+
1557
+
#### 10. RegisteringServices on NRF52840_FEATHER with W5x00 using EthernetLarge Library
1558
+
1559
+
This is terminal debug output when running [RegisteringServices](examples/WiFi/RegisteringServices) on **NRF52840_FEATHER with W5x00 using EthernetLarge Library**
1560
+
1561
+
1562
+
```
1563
+
Start RegisteringServices on NRF52840_FEATHER using W5x00 using EthernetLarge Library
1564
+
MDNS_Generic v1.2.1
1565
+
=========================
1566
+
Default SPI pinout:
1567
+
MOSI:25
1568
+
MISO:24
1569
+
SCK:26
1570
+
SS:5
1571
+
=========================
1572
+
[MDNS] Board : NRF52840_FEATHER , setCsPin: 10
1573
+
_pinCS = 0
1574
+
W5100 init, using SS_PIN_DEFAULT = 10, new ss_pin = 10, W5100Class::ss_pin = 10
0 commit comments