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.
### Releases v1.3.0
1. Add support to **Portenta_H7**, using either `Murata WiFi` or `Vision-shield Ethernet`
2. Add examples for `Portenta_H7_Ethernet` and `Portenta_H7_WiFi`
@@ -418,7 +433,7 @@ This is terminal debug output when running [FullyFeatured_ESP8266](examples/ESP8
418
433
419
434
```
420
435
Starting FullyFeature_ESP8266 on ESP8266_NODEMCU_ESP12E
421
-
AsyncMQTT_Generic v1.2.1 for ESP8266
436
+
AsyncMQTT_Generic v1.3.0 for ESP8266
422
437
Connecting to Wi-Fi...
423
438
Connected to Wi-Fi. IP address: 192.168.2.82
424
439
Connecting to MQTT...
@@ -480,7 +495,7 @@ This is terminal debug output when running [FullyFeatured_ESP32](examples/ESP32/
480
495
481
496
```
482
497
Starting FullyFeature_ESP32 on ESP32_DEV
483
-
AsyncMQTT_Generic v1.2.1 for ESP32 core v2.0.0+
498
+
AsyncMQTT_Generic v1.3.0 for ESP32 core v2.0.0+
484
499
Connecting to Wi-Fi...
485
500
WiFi ready
486
501
WiFi STA starting
@@ -546,7 +561,7 @@ This is terminal debug output when running [FullyFeaturedSSL_ESP32](examples/ESP
546
561
547
562
```
548
563
Starting FullyFeatureSSL_ESP32 on ESP32_DEV
549
-
AsyncMQTT_Generic v1.2.1 for ESP32 core v2.0.0+
564
+
AsyncMQTT_Generic v1.3.0 for ESP32 core v2.0.0+
550
565
Connecting to Wi-Fi...
551
566
WiFi ready
552
567
WiFi STA starting
@@ -613,7 +628,7 @@ This is terminal debug output when running [FullyFeaturedSSL_ESP32](examples/ESP
613
628
614
629
```
615
630
Starting FullyFeatureSSL_ESP32 on ESP32_DEV
616
-
AsyncMQTT_Generic v1.2.1 for ESP32 core v2.0.0+
631
+
AsyncMQTT_Generic v1.3.0 for ESP32 core v2.0.0+
617
632
Connecting to Wi-Fi...
618
633
WiFi ready
619
634
WiFi STA starting
@@ -784,7 +799,7 @@ This is terminal debug output when running [FullyFeaturedSSL_WT32_ETH01](example
784
799
```
785
800
Starting FullyFeatureSSL_WT32_ETH01 on WT32-ETH01 with ETH_PHY_LAN8720
786
801
WebServer_WT32_ETH01 v1.4.1 for core v2.0.0+
787
-
AsyncMQTT_Generic v1.2.1 for ESP32 core v2.0.0+
802
+
AsyncMQTT_Generic v1.3.0 for ESP32 core v2.0.0+
788
803
ETH starting
789
804
ETH connected
790
805
ETH got IP
@@ -841,7 +856,7 @@ This is terminal debug output when running [FullyFeature_STM32](examples/STM32/F
841
856
842
857
```
843
858
Starting FullyFeature_STM32 on NUCLEO_F767ZI
844
-
AsyncMQTT_Generic v1.2.1 for STM32
859
+
AsyncMQTT_Generic v1.3.0 for STM32
845
860
Connected to network. IP = 192.168.2.118
846
861
Connecting to MQTT...
847
862
Connected to MQTT broker: broker.emqx.io, port: 1883
@@ -962,7 +977,7 @@ Publish acknowledged.
962
977
963
978
```
964
979
Starting FullyFeature_STM32 on NUCLEO_F767ZI
965
-
AsyncMQTT_Generic v1.2.1 for STM32
980
+
AsyncMQTT_Generic v1.3.0 for STM32
966
981
Connected to network. IP = 192.168.2.126
967
982
Connecting to MQTT...
968
983
[AMQTT] CONNECTING
@@ -1137,7 +1152,7 @@ This is terminal debug output when running [FullyFeatured_STM32_LAN8720](example
1137
1152
1138
1153
```
1139
1154
Starting FullyFeatured_STM32_LAN8720 on BLACK_F407VE
1140
-
AsyncMQTT_Generic v1.2.1 for STM32
1155
+
AsyncMQTT_Generic v1.3.0 for STM32
1141
1156
Connected to network. IP = 192.168.2.132
1142
1157
Connecting to MQTT...
1143
1158
Connected to MQTT broker: broker.emqx.io, port: 1883
@@ -1193,6 +1208,202 @@ Publish received.
1193
1208
Publish acknowledged.
1194
1209
packetId: 3
1195
1210
```
1211
+
1212
+
---
1213
+
1214
+
#### 9. FullyFeatured_PortentaH7_WiFi on PORTENTA_H7_M7
1215
+
1216
+
1217
+
This is terminal debug output when running [FullyFeatured_PortentaH7_WiFi](examples/PortentaH7_WiFi/FullyFeatured_PortentaH7_WiFi) on **STM32H7 PORTENTA_H7_M7** using `Murata WiFi`, connecting to `broker.emqx.io` MQTT server.
1218
+
1219
+
1220
+
```
1221
+
Starting FullyFeatured_PortentaH7_WiFi on PORTENTA_H7_M7
1222
+
AsyncMQTT_Generic v1.3.0 for Portenta_H7_M7
1223
+
Connecting to SSID: HueNet1
1224
+
Connected to SSID: HueNet1
1225
+
Local IP Address: 192.168.2.134
1226
+
Signal strength (RSSI):-37 dBm
1227
+
Connecting to MQTT...
1228
+
Connected to MQTT broker: broker.emqx.io, port: 1883
1229
+
PubTopic: async-mqtt/Portenta_H7_WiFi_Pub
1230
+
************************************************
1231
+
Session present: 0
1232
+
Subscribing at QoS 2, packetId: 1
1233
+
Publishing at QoS 0
1234
+
Publishing at QoS 1, packetId: 2
1235
+
Publishing at QoS 2, packetId: 3
1236
+
************************************************
1237
+
Subscribe acknowledged.
1238
+
packetId: 1
1239
+
qos: 2
1240
+
Publish received.
1241
+
topic: async-mqtt/Portenta_H7_WiFi_Pub
1242
+
message: Portenta_H7_WiFi Test 3
1243
+
qos: 2
1244
+
dup: 0
1245
+
retain: 1
1246
+
len: 23
1247
+
index: 0
1248
+
total: 23
1249
+
Publish acknowledged.
1250
+
packetId: 2
1251
+
Publish received.
1252
+
topic: async-mqtt/Portenta_H7_WiFi_Pub
1253
+
message: Portenta_H7_WiFi Test1
1254
+
qos: 0
1255
+
dup: 0
1256
+
retain: 0
1257
+
len: 22
1258
+
index: 0
1259
+
total: 22
1260
+
Publish received.
1261
+
topic: async-mqtt/Portenta_H7_WiFi_Pub
1262
+
message: Portenta_H7_WiFi Test 2
1263
+
qos: 1
1264
+
dup: 0
1265
+
retain: 0
1266
+
len: 23
1267
+
index: 0
1268
+
total: 23
1269
+
Publish received.
1270
+
topic: async-mqtt/Portenta_H7_WiFi_Pub
1271
+
message: Portenta_H7_WiFi Test 3
1272
+
qos: 2
1273
+
dup: 0
1274
+
retain: 0
1275
+
len: 23
1276
+
index: 0
1277
+
total: 23
1278
+
Publish acknowledged.
1279
+
packetId: 3
1280
+
```
1281
+
1282
+
---
1283
+
1284
+
#### 10. FullyFeatured_Portenta_H7_Ethernet on PORTENTA_H7_M7
1285
+
1286
+
This is terminal debug output when running [FullyFeatured_PortentaH7_Ethernet](examples/PortentaH7_WiFi/FullyFeatured_PortentaH7_Ethernet) on **STM32H7 PORTENTA_H7_M7**, using `built-in Ethernet`, connecting to `broker.emqx.io` MQTT server.
1287
+
1288
+
1289
+
```
1290
+
Starting FullyFeatured_PortentaH7_Ethernet on PORTENTA_H7_M7
1291
+
AsyncMQTT_Generic v1.3.0 for Portenta_H7_M7
1292
+
Connected to network. IP = 192.168.2.133
1293
+
Connecting to MQTT...
1294
+
Connected to MQTT broker: broker.emqx.io, port: 1883
1295
+
PubTopic: async-mqtt/Portenta_H7_Ethernet_Pub
1296
+
************************************************
1297
+
Session present: 0
1298
+
Subscribing at QoS 2, packetId: 1
1299
+
Publishing at QoS 0
1300
+
Publishing at QoS 1, packetId: 2
1301
+
Publishing at QoS 2, packetId: 3
1302
+
************************************************
1303
+
Subscribe acknowledged.
1304
+
packetId: 1
1305
+
qos: 2
1306
+
Publish received.
1307
+
topic: async-mqtt/Portenta_H7_Ethernet_Pub
1308
+
message: Portenta_H7_Ethernet Test3
1309
+
qos: 2
1310
+
dup: 0
1311
+
retain: 1
1312
+
len: 26
1313
+
index: 0
1314
+
total: 26
1315
+
Publish acknowledged.
1316
+
packetId: 2
1317
+
Publish received.
1318
+
topic: async-mqtt/Portenta_H7_Ethernet_Pub
1319
+
message: Portenta_H7_Ethernet Test1
1320
+
qos: 0
1321
+
dup: 0
1322
+
retain: 0
1323
+
len: 26
1324
+
index: 0
1325
+
total: 26
1326
+
Publish received.
1327
+
topic: async-mqtt/Portenta_H7_Ethernet_Pub
1328
+
message: Portenta_H7_Ethernet Test2
1329
+
qos: 1
1330
+
dup: 0
1331
+
retain: 0
1332
+
len: 26
1333
+
index: 0
1334
+
total: 26
1335
+
Publish received.
1336
+
topic: async-mqtt/Portenta_H7_Ethernet_Pub
1337
+
message: Portenta_H7_Ethernet Test3
1338
+
qos: 2
1339
+
dup: 0
1340
+
retain: 0
1341
+
len: 26
1342
+
index: 0
1343
+
total: 26
1344
+
Publish acknowledged.
1345
+
packetId: 3
1346
+
Ethernet disconnected <==== Test disconnect Ethernet very short time
1347
+
Ethernet reconnected.
1348
+
Ethernet disconnected <==== Test disconnect Ethernet long enough time to force MQTT disconnection
1349
+
Ethernet reconnected.
1350
+
[ATCP] setCloseError() to: Connection reset => -14
1351
+
Disconnected from MQTT. <==== MQTT disconnected and reconnected
1352
+
Connected to MQTT broker: broker.emqx.io, port: 1883
1353
+
PubTopic: async-mqtt/Portenta_H7_Ethernet_Pub
1354
+
************************************************
1355
+
Session present: 0
1356
+
Subscribing at QoS 2, packetId: 4
1357
+
Publishing at QoS 0
1358
+
Publishing at QoS 1, packetId: 5
1359
+
Publishing at QoS 2, packetId: 6
1360
+
************************************************
1361
+
Subscribe acknowledged.
1362
+
packetId: 4
1363
+
qos: 2
1364
+
Publish received.
1365
+
topic: async-mqtt/Portenta_H7_Ethernet_Pub
1366
+
message: Portenta_H7_Ethernet Test3
1367
+
qos: 2
1368
+
dup: 0
1369
+
retain: 1
1370
+
len: 26
1371
+
index: 0
1372
+
total: 26
1373
+
Publish acknowledged.
1374
+
packetId: 5
1375
+
Publish received.
1376
+
topic: async-mqtt/Portenta_H7_Ethernet_Pub
1377
+
message: Portenta_H7_Ethernet Test1
1378
+
qos: 0
1379
+
dup: 0
1380
+
retain: 0
1381
+
len: 26
1382
+
index: 0
1383
+
total: 26
1384
+
Publish received.
1385
+
topic: async-mqtt/Portenta_H7_Ethernet_Pub
1386
+
message: Portenta_H7_Ethernet Test2
1387
+
qos: 1
1388
+
dup: 0
1389
+
retain: 0
1390
+
len: 26
1391
+
index: 0
1392
+
total: 26
1393
+
Publish received.
1394
+
topic: async-mqtt/Portenta_H7_Ethernet_Pub
1395
+
message: Portenta_H7_Ethernet Test3
1396
+
qos: 2
1397
+
dup: 0
1398
+
retain: 0
1399
+
len: 26
1400
+
index: 0
1401
+
total: 26
1402
+
Publish acknowledged.
1403
+
packetId: 6
1404
+
```
1405
+
1406
+
1196
1407
---
1197
1408
---
1198
1409
@@ -1229,9 +1440,8 @@ Submit issues to: [AsyncMQTT_Generic issues](https://github.com/khoih-prog/Async
1229
1440
1230
1441
### TO DO
1231
1442
1232
-
1. Add support to **Portenta_H7**, using either `Murata WiFi` or `Vision-shield Ethernet`
1233
-
2. Support ESP8266 using SSL/TLS
1234
-
3. Bug fixing.
1443
+
1. Support ESP8266, STM32, Portenta_H7 using SSL/TLS
1444
+
2. Bug fixing.
1235
1445
1236
1446
---
1237
1447
@@ -1242,7 +1452,7 @@ Submit issues to: [AsyncMQTT_Generic issues](https://github.com/khoih-prog/Async
1242
1452
3. Add support to **WT32_ETH01 (SSL and non-SSL)**
1243
1453
4. Add support to **Ethernet LAN8742A (non-SSL)**, using [`STM32Ethernet library`](https://github.com/stm32duino/STM32Ethernet) and [`STM32duino_LwIP library`](https://github.com/stm32duino/LwIP).
1244
1454
5. Add support to many **STM32F4 and STM32F7 (without TLS/SSL)** using `LAN8720` Ethernet, such as F407xx, NUCLEO_F429ZI, DISCO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG, etc.
1245
-
1455
+
6. Add support to **Portenta_H7**, using either `Murata WiFi` or `Vision-shield Ethernet`
Copy file name to clipboardExpand all lines: changelog.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
## Table of Contents
12
12
13
13
*[Changelog](#changelog)
14
+
* [Releases v1.3.0](#releases-v130)
14
15
* [Releases v1.2.1](#releases-v121)
15
16
* [Releases v1.2.0](#releases-v120)
16
17
* [Releases v1.1.0](#releases-v110)
@@ -22,6 +23,11 @@
22
23
23
24
## Changelog
24
25
26
+
### Releases v1.3.0
27
+
28
+
1. Add support to **Portenta_H7**, using either `Murata WiFi` or `Vision-shield Ethernet`
29
+
2. Add examples for `Portenta_H7_Ethernet` and `Portenta_H7_WiFi`
30
+
25
31
### Releases v1.2.1
26
32
27
33
1. Add support to many **STM32F4 and STM32F7 (without TLS/SSL)** using `LAN8720` Ethernet, such as F407xx, NUCLEO_F429ZI, DISCO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG, etc.
"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), STM32 using LAN8742A or LAN8720 (non-SSL). Support for Portenta_H7 will be added",
5
+
"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), STM32 using LAN8742A or LAN8720 (non-SSL), Portenta_H7 Ethernet or Murata WiFi (non-SSL)",
0 commit comments