@@ -117,6 +117,11 @@ Check [`EthernetWebServer Library Issue: Support for STM32F Series`](https://git
117
117
---
118
118
---
119
119
120
+ ### Release v1.1.1
121
+
122
+ 1 . Permit sites with "Chain could not be linked to a trust anchor" such as mqtt.thingstream.io.
123
+ 2 . Add example MQTTS_ThingStream to demonstrate new feature
124
+
120
125
### Release v1.1.0
121
126
122
127
1 . Initial coding for ** STM32F/L/H/G/WB/MP1 boards (with 32+K Flash) running LAN8742A, W5x00 or ENC28J60 shields** using SSL.
@@ -901,6 +906,7 @@ If for some unfortunate reason you need SSL 3.0 or SSL 2.0, you will need to mod
901
906
16 . [ WebClientRepeating] ( examples/WebClientRepeating )
902
907
17 . [ WebClient_SSL] ( examples/WebClient_SSL )
903
908
18 . [ WebServer] ( examples/WebServer )
909
+ 19 . [ ** MQTTS_ThingStream** ] ( examples/MQTTS_ThingStream ) . New from v1.1.1
904
910
905
911
---
906
912
---
@@ -1863,11 +1869,107 @@ Message Send : STM32_Pub => Hello from MQTTClient_SSL_Complex on NUCLEO_F767ZI,
1863
1869
Message arrived [STM32_Pub] Hello from MQTTClient_SSL_Complex on NUCLEO_F767ZI, millis = 25025
1864
1870
```
1865
1871
1872
+ ---
1873
+
1874
+ 9 . The terminal output of ** NUCLEO_F767ZI with LAN8742A Ethernet & STM32Ethernet Library** running [ MQTTS_ThingStream example] ( examples/MQTTS_ThingStream )
1875
+
1876
+ ```
1877
+ Start MQTTS_ThingStream on NUCLEO_F767ZI with LAN8742A Ethernet & STM32Ethernet Library
1878
+ [ETHERNET_WEBSERVER] Board : NUCLEO_F767ZI , setCsPin: 10
1879
+ [ETHERNET_WEBSERVER] Default SPI pinout:
1880
+ [ETHERNET_WEBSERVER] MOSI: 11
1881
+ [ETHERNET_WEBSERVER] MISO: 12
1882
+ [ETHERNET_WEBSERVER] SCK: 13
1883
+ [ETHERNET_WEBSERVER] SS: 10
1884
+ [ETHERNET_WEBSERVER] =========================
1885
+ You're connected to the network, IP = 192.168.2.97
1886
+ ***************************************
1887
+ esp32-sniffer/12345678/ble
1888
+ ***************************************
1889
+ Attempting MQTT connection to mqtt.thingstream.io
1890
+ ...connected
1891
+ Published connection message successfully!
1892
+ Subcribed to: esp32-sniffer/12345678/ble
1893
+ MQTT Message Send : esp32-sniffer/12345678/ble => Hello from MQTTS_ThingStream on NUCLEO_F767ZI with LAN8742A Ethernet & STM32Ethernet Library
1894
+ MQTT Message receive [esp32-sniffer/12345678/ble] Hello from MQTTS_ThingStream on NUCLEO_F767ZI with LAN8742A Ethernet & STM32Ethernet Library
1895
+ MQTT Message Send : esp32-sniffer/12345678/ble => Hello from MQTTS_ThingStream on NUCLEO_F767ZI with LAN8742A Ethernet & STM32Ethernet Library
1896
+ MQTT Message receive [esp32-sniffer/12345678/ble] Hello from MQTTS_ThingStream on NUCLEO_F767ZI with LAN8742A Ethernet & STM32Ethernet Library
1897
+ MQTT Message Send : esp32-sniffer/12345678/ble => Hello from MQTTS_ThingStream on NUCLEO_F767ZI with LAN8742A Ethernet & STM32Ethernet Library
1898
+ MQTT Message receive [esp32-sniffer/12345678/ble] Hello from MQTTS_ThingStream on NUCLEO_F767ZI with LAN8742A Ethernet & STM32Ethernet Library
1899
+ MQTT Message Send : esp32-sniffer/12345678/ble => Hello from MQTTS_ThingStream on NUCLEO_F767ZI with LAN8742A Ethernet & STM32Ethernet Library
1900
+ MQTT Message receive [esp32-sniffer/12345678/ble] Hello from MQTTS_ThingStream on NUCLEO_F767ZI with LAN8742A Ethernet & STM32Ethernet Library
1901
+ ```
1902
+
1903
+ ---
1904
+
1905
+ 10 . The terminal output of ** NUCLEO_F767ZI with ENC28J60 & EthernetENC Library** running [ MQTTS_ThingStream example] ( examples/MQTTS_ThingStream )
1906
+
1907
+ ```
1908
+ Start MQTTS_ThingStream_ThingStream on NUCLEO_F767ZI with ENC28J60 & EthernetENC Library
1909
+ [ETHERNET_WEBSERVER] Board : NUCLEO_F767ZI , setCsPin: 10
1910
+ [ETHERNET_WEBSERVER] Default SPI pinout:
1911
+ [ETHERNET_WEBSERVER] MOSI: 11
1912
+ [ETHERNET_WEBSERVER] MISO: 12
1913
+ [ETHERNET_WEBSERVER] SCK: 13
1914
+ [ETHERNET_WEBSERVER] SS: 10
1915
+ [ETHERNET_WEBSERVER] =========================
1916
+ You're connected to the network, IP = 192.168.2.97
1917
+ ***************************************
1918
+ esp32-sniffer/12345678/ble
1919
+ ***************************************
1920
+ Attempting MQTT connection to mqtt.thingstream.io
1921
+ ...connected
1922
+ Published connection message successfully!
1923
+ Subcribed to: esp32-sniffer/12345678/ble
1924
+ MQTT Message Send : esp32-sniffer/12345678/ble => Hello from MQTTS_ThingStream_ThingStream on NUCLEO_F767ZI with ENC28J60 & EthernetENC Library
1925
+ MQTT Message receive [esp32-sniffer/12345678/ble] Hello from MQTTS_ThingStream_ThingStream on NUCLEO_F767ZI with ENC28J60 & EthernetENC Library
1926
+ MQTT Message Send : esp32-sniffer/12345678/ble => Hello from MQTTS_ThingStream_ThingStream on NUCLEO_F767ZI with ENC28J60 & EthernetENC Library
1927
+ MQTT Message receive [esp32-sniffer/12345678/ble] Hello from MQTTS_ThingStream_ThingStream on NUCLEO_F767ZI with ENC28J60 & EthernetENC Library
1928
+ MQTT Message Send : esp32-sniffer/12345678/ble => Hello from MQTTS_ThingStream_ThingStream on NUCLEO_F767ZI with ENC28J60 & EthernetENC Library
1929
+ MQTT Message receive [esp32-sniffer/12345678/ble] Hello from MQTTS_ThingStream_ThingStream on NUCLEO_F767ZI with ENC28J60 & EthernetENC Library
1930
+ ```
1931
+
1932
+ ---
1933
+
1934
+ 11 . The terminal output of ** NUCLEO_F767ZI with W5x00 & Ethernet3 Library** running [ MQTTS_ThingStream example] ( examples/MQTTS_ThingStream )
1935
+
1936
+ ```
1937
+ Start MQTTS_ThingStream_ThingStream on NUCLEO_F767ZI with W5x00 & Ethernet3 Library
1938
+ [ETHERNET_WEBSERVER] Board : NUCLEO_F767ZI , setCsPin: 10
1939
+ [ETHERNET_WEBSERVER] Default SPI pinout:
1940
+ [ETHERNET_WEBSERVER] MOSI: 11
1941
+ [ETHERNET_WEBSERVER] MISO: 12
1942
+ [ETHERNET_WEBSERVER] SCK: 13
1943
+ [ETHERNET_WEBSERVER] SS: 10
1944
+ [ETHERNET_WEBSERVER] =========================
1945
+
1946
+ Ethernet3 W5500 init, using SPI_CS = 10, number of sockets = 4
1947
+ You're connected to the network, IP = 192.168.2.107
1948
+ ***************************************
1949
+ esp32-sniffer/12345678/ble
1950
+ ***************************************
1951
+ Attempting MQTT connection to mqtt.thingstream.io
1952
+ ...connected
1953
+ Published connection message successfully!
1954
+ Subcribed to: esp32-sniffer/12345678/ble
1955
+ MQTT Message Send : esp32-sniffer/12345678/ble => Hello from MQTTS_ThingStream_ThingStream on NUCLEO_F767ZI with W5x00 & Ethernet3 Library
1956
+ MQTT Message receive [esp32-sniffer/12345678/ble] Hello from MQTTS_ThingStream_ThingStream on NUCLEO_F767ZI with W5x00 & Ethernet3 Library
1957
+ MQTT Message Send : esp32-sniffer/12345678/ble => Hello from MQTTS_ThingStream_ThingStream on NUCLEO_F767ZI with W5x00 & Ethernet3 Library
1958
+ MQTT Message receive [esp32-sniffer/12345678/ble] Hello from MQTTS_ThingStream_ThingStream on NUCLEO_F767ZI with W5x00 & Ethernet3 Library
1959
+ MQTT Message Send : esp32-sniffer/12345678/ble => Hello from MQTTS_ThingStream_ThingStream on NUCLEO_F767ZI with W5x00 & Ethernet3 Library
1960
+ MQTT Message receive [esp32-sniffer/12345678/ble] Hello from MQTTS_ThingStream_ThingStream on NUCLEO_F767ZI with W5x00 & Ethernet3 Library
1961
+ ```
1962
+
1866
1963
---
1867
1964
---
1868
1965
1869
1966
## Releases History
1870
1967
1968
+ ### Release v1.1.1
1969
+
1970
+ 1 . Permit sites with "Chain could not be linked to a trust anchor" such as mqtt.thingstream.io.
1971
+ 2 . Add example MQTTS_ThingStream to demonstrate new feature
1972
+
1871
1973
### Release v1.1.0
1872
1974
1873
1975
1 . Initial coding for ** STM32F/L/H/G/WB/MP1 boards (with 32+K Flash) running LAN8742A, W5x00 or ENC28J60 shields** using SSL.
0 commit comments