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 Feb 4, 2023. It is now read-only.
6.[`WebServer_WT32_ETH01 library v1.4.1+`](https://github.com/khoih-prog/WebServer_WT32_ETH01) to use WT32_ETH01 (ESP32 + LAN8720). To install, check [](https://www.ardu-badge.com/WebServer_WT32_ETH01). **Not ready yet**
133
+
6.[`WebServer_WT32_ETH01 library v1.4.1+`](https://github.com/khoih-prog/WebServer_WT32_ETH01) to use WT32_ETH01 (ESP32 + LAN8720). To install, check [](https://www.ardu-badge.com/WebServer_WT32_ETH01). **Ready from v1.1.0**
@@ -320,7 +329,7 @@ This is terminal debug output when running [FullyFeature_ESP8266](examples/ESP82
320
329
321
330
```
322
331
Starting FullyFeature_ESP8266 on ESP8266_NODEMCU_ESP12E
323
-
AsyncMQTT_Generic v1.0.1 for ESP8266
332
+
AsyncMQTT_Generic v1.1.0 for ESP8266
324
333
Connecting to Wi-Fi...
325
334
Connected to Wi-Fi. IP address: 192.168.2.82
326
335
Connecting to MQTT...
@@ -382,7 +391,7 @@ This is terminal debug output when running [FullyFeature_ESP32](examples/ESP32/F
382
391
383
392
```
384
393
Starting FullyFeature_ESP32 on ESP32_DEV
385
-
AsyncMQTT_Generic v1.0.1 for ESP32 core v2.0.0+
394
+
AsyncMQTT_Generic v1.1.0 for ESP32 core v2.0.0+
386
395
Connecting to Wi-Fi...
387
396
WiFi ready
388
397
WiFi STA starting
@@ -448,7 +457,7 @@ This is terminal debug output when running [FullyFeatureSSL_ESP32](examples/ESP3
448
457
449
458
```
450
459
Starting FullyFeatureSSL_ESP32 on ESP32_DEV
451
-
AsyncMQTT_Generic v1.0.1 for ESP32 core v2.0.0+
460
+
AsyncMQTT_Generic v1.1.0 for ESP32 core v2.0.0+
452
461
Connecting to Wi-Fi...
453
462
WiFi ready
454
463
WiFi STA starting
@@ -515,7 +524,7 @@ This is terminal debug output when running [FullyFeatureSSL_ESP32](examples/ESP3
515
524
516
525
```
517
526
Starting FullyFeatureSSL_ESP32 on ESP32_DEV
518
-
AsyncMQTT_Generic v1.0.1 for ESP32 core v2.0.0+
527
+
AsyncMQTT_Generic v1.1.0 for ESP32 core v2.0.0+
519
528
Connecting to Wi-Fi...
520
529
WiFi ready
521
530
WiFi STA starting
@@ -676,6 +685,64 @@ Publish acknowledged
676
685
[AMQTT] PINGRESP
677
686
```
678
687
688
+
---
689
+
690
+
#### 5. FullyFeatureSSL_WT32_ETH01 on WT32-ETH01 with ETH_PHY_LAN8720
691
+
692
+
This is terminal debug output when running [FullyFeatureSSL_WT32_ETH01](examples/WT32_ETH01/FullyFeatureSSL_WT32_ETH01) on **WT32-ETH01** connecting to `broker.emqx.io` secured MQTT server (port 8883).
693
+
694
+
695
+
```
696
+
Starting FullyFeatureSSL_WT32_ETH01 on WT32-ETH01 with ETH_PHY_LAN8720
697
+
WebServer_WT32_ETH01 v1.4.1 for core v2.0.0+
698
+
AsyncMQTT_Generic v1.1.0 for ESP32 core v2.0.0+
699
+
ETH starting
700
+
ETH connected
701
+
ETH got IP
702
+
IP address: 192.168.2.97
703
+
Connecting to MQTT...
704
+
Connected to MQTT broker: broker.emqx.io, port: 8883
705
+
PubTopic: async-mqtt/WT32_ETH01_SSL_Pub
706
+
************************************************
707
+
Session present: 0
708
+
Subscribing at QoS 2, packetId: 1
709
+
Publishing at QoS 0
710
+
Publishing at QoS 1, packetId: 2
711
+
Publishing at QoS 2, packetId: 3
712
+
************************************************
713
+
Subscribe acknowledged.
714
+
packetId: 1
715
+
qos: 2
716
+
Publish received.
717
+
topic: async-mqtt/WT32_ETH01_SSL_Pub
718
+
qos: 0
719
+
dup: 0
720
+
retain: 0
721
+
len: 15
722
+
index: 0
723
+
total: 15
724
+
Publish acknowledged
725
+
packetId: 2
726
+
Publish received.
727
+
topic: async-mqtt/WT32_ETH01_SSL_Pub
728
+
qos: 1
729
+
dup: 0
730
+
retain: 0
731
+
len: 6
732
+
index: 0
733
+
total: 6
734
+
Publish received.
735
+
topic: async-mqtt/WT32_ETH01_SSL_Pub
736
+
qos: 2
737
+
dup: 0
738
+
retain: 0
739
+
len: 6
740
+
index: 0
741
+
total: 6
742
+
Publish acknowledged
743
+
packetId: 3
744
+
```
745
+
679
746
---
680
747
---
681
748
@@ -721,9 +788,9 @@ Submit issues to: [AsyncMQTT_Generic issues](https://github.com/khoih-prog/Async
721
788
722
789
### DONE
723
790
724
-
1. Add support to ESP32 (SSL and non-SSL)
725
-
2. Add support to ESP8266 (non-SSL).
726
-
791
+
1. Add support to **ESP32 (SSL and non-SSL)**
792
+
2. Add support to **ESP8266 (non-SSL)**
793
+
3. Add support to **WT32_ETH01 (SSL and non-SSL)**
"description": "Arduino Library for ESP8266, ESP32, Portenta_H7 and STM32 asynchronous MQTT client implementation. This library, ported to support ESP32, WT32_ETH01, ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A Ethernet), is currently supporting only ESP32 (SSL and non-SSL), ESP8266 (non-SSL). Support for Portenta_H7 and STM32 will be added gradually",
"description": "Arduino Library for ESP8266, ESP32, Portenta_H7 and STM32 asynchronous MQTT client implementation. This library, ported to support ESP32, WT32_ETH01, ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A Ethernet), is currently supporting ESP32, WT32_ETH01 (SSL and non-SSL), ESP8266 (non-SSL). Support for Portenta_H7 and STM32 will be added gradually",
sentence=Arduino Library for ESP8266, ESP32, Portenta_H7 and STM32 asynchronous MQTT client implementation
6
-
paragraph=This library, ported to support ESP32, WT32_ETH01, ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A Ethernet), is currently supporting only ESP32 (SSL and non-SSL), ESP8266 (non-SSL). Support for Portenta_H7 and STM32 will be added gradually.
6
+
paragraph=This library, ported to support ESP32, WT32_ETH01, ESP8266, Portenta_H7 (Ethernet or WiFi) and STM32 (LAN8742A Ethernet), is currently supporting ESP32, WT32_ETH01 (SSL and non-SSL), ESP8266 (non-SSL). Support for Portenta_H7 and STM32 will be added gradually.
0 commit comments