Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit c2081b1

Browse files
authored
v1.2.1 to remove support to ESP8266
### Releases v1.2.1 1. Remove support to ESP8266 to use native [**ESP8266mDNS** library](https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266mDNS)
1 parent 1e14dc4 commit c2081b1

File tree

1 file changed

+53
-2
lines changed

1 file changed

+53
-2
lines changed

README.md

Lines changed: 53 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@
8484
* [ 8.1 PING Terminal](#81-ping-terminal)
8585
* [ 9. WiFiRegisteringServices on ESP32_DEV](#9-wifiregisteringservices-on-esp32_dev)
8686
* [ 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)
8789
* [Debug](#debug)
8890
* [Troubleshooting](#troubleshooting)
8991
* [Releases](#releases)
@@ -1493,7 +1495,7 @@ To access, using MBED-NANO_RP2040_CONNECT.local
14931495
##### 8.1 PING Terminal
14941496

14951497
```
1496-
kh@kh-Inspiron-3593:~$ ping arduino.local
1498+
kh@kh-Inspiron-3593:~$ ping MBED-NANO_RP2040_CONNECT.local
14971499
PING arduino.local (192.168.2.111) 56(84) bytes of data.
14981500
64 bytes from arduino-1f98 (192.168.2.111): icmp_seq=1 ttl=255 time=65.1 ms
14991501
64 bytes from arduino-1f98 (192.168.2.111): icmp_seq=2 ttl=255 time=48.6 ms
@@ -1507,6 +1509,7 @@ PING arduino.local (192.168.2.111) 56(84) bytes of data.
15071509
64 bytes from arduino-1f98 (192.168.2.111): icmp_seq=10 ttl=255 time=59.5 ms
15081510
64 bytes from arduino-1f98 (192.168.2.111): icmp_seq=11 ttl=255 time=29.0 ms
15091511
64 bytes from arduino-1f98 (192.168.2.111): icmp_seq=12 ttl=255 time=48.7 ms
1512+
...
15101513
```
15111514

15121515
---
@@ -1529,7 +1532,7 @@ To access, using ESP_9ABF498.local
15291532
##### 9.1 PING Terminal
15301533

15311534
```
1532-
kh@kh-Inspiron-3593:~$ ping arduino.local
1535+
kh@kh-Inspiron-3593:~$ ping ESP_9ABF498.local
15331536
PING arduino.local (192.168.2.80) 56(84) bytes of data.
15341537
64 bytes from esp32-090ADC (192.168.2.80): icmp_seq=1 ttl=255 time=29.4 ms
15351538
64 bytes from esp32-090ADC (192.168.2.80): icmp_seq=2 ttl=255 time=49.3 ms
@@ -1546,8 +1549,56 @@ PING arduino.local (192.168.2.80) 56(84) bytes of data.
15461549
64 bytes from esp32-090ADC (192.168.2.80): icmp_seq=13 ttl=255 time=39.7 ms
15471550
64 bytes from esp32-090ADC (192.168.2.80): icmp_seq=14 ttl=255 time=10.9 ms
15481551
64 bytes from esp32-090ADC (192.168.2.80): icmp_seq=15 ttl=255 time=33.5 ms
1552+
...
15491553
```
15501554

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
1575+
W5100::init: W5500, SSIZE =8192
1576+
=========================
1577+
Currently Used SPI pinout:
1578+
MOSI:25
1579+
MISO:24
1580+
SCK:26
1581+
SS:5
1582+
=========================
1583+
Using mac index = 11
1584+
Connected! IP address: 192.168.2.106
1585+
Registering mDNS hostname: NRF52840_FEATHER_11
1586+
To access, using NRF52840_FEATHER_11.local
1587+
AddService : NRF52840_FEATHER_mDNS_Webserver._http
1588+
```
1589+
1590+
1591+
##### 10.1 PING Terminal
1592+
1593+
```
1594+
kh@kh-Inspiron-3593:~$ ping NRF52840_FEATHER_11.local
1595+
PING NRF52840_FEATHER_11.local (192.168.2.106) 56(84) bytes of data.
1596+
64 bytes from WIZnetEFBE0C (192.168.2.106): icmp_seq=1 ttl=128 time=0.253 ms
1597+
64 bytes from WIZnetEFBE0C (192.168.2.106): icmp_seq=2 ttl=128 time=0.303 ms
1598+
64 bytes from WIZnetEFBE0C (192.168.2.106): icmp_seq=3 ttl=128 time=0.289 ms
1599+
64 bytes from WIZnetEFBE0C (192.168.2.106): icmp_seq=4 ttl=128 time=0.256 ms
1600+
...
1601+
```
15511602

15521603
---
15531604
---

0 commit comments

Comments
 (0)