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.
Copy file name to clipboardExpand all lines: README.md
+22-21Lines changed: 22 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -271,14 +271,14 @@ This [**WiFiWebServer library**](https://github.com/khoih-prog/WiFiWebServer) cu
271
271
272
272
11.[`Arduino Core for STM32 v2.3.0+`](https://github.com/stm32duino/Arduino_Core_STM32) for STM32F/L/H/G/WB/MP1 boards. [](https://github.com/stm32duino/Arduino_Core_STM32/releases/latest)
273
273
274
-
12.[`Earle Philhower's arduino-pico core v2.4.0+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
274
+
12.[`Earle Philhower's arduino-pico core v2.5.2+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
275
275
276
276
13.[`ArduinoCore-mbed mbed_rp2040, mbed_nano, mbed_portenta core 3.1.1+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino (Use Arduino Board Manager) **Portenta_H7, RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO**. [](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
277
277
278
278
14.[`Arduino megaAVR core 1.8.7+`](https://github.com/arduino/ArduinoCore-megaavr/releases) for Arduino megaAVR boards such as **UNO_WIFI_REV2, NANO_EVERY**
279
279
280
280
15.[`Functional-Vlpp library v1.0.2+`](https://github.com/khoih-prog/functional-vlpp) to use server's lambda function. To install, check [](https://www.ardu-badge.com/Functional-Vlpp)
281
-
16.[`WiFiNINA_Generic library v1.8.14-5+`](https://github.com/khoih-prog/WiFiNINA_Generic) if using WiFiNINA. To install, check [](https://www.ardu-badge.com/WiFiNINA_Generic).
281
+
16.[`WiFiNINA_Generic library v1.8.14-6+`](https://github.com/khoih-prog/WiFiNINA_Generic) if using WiFiNINA. To install, check [](https://www.ardu-badge.com/WiFiNINA_Generic).
282
282
17.[`ESP_AT_Lib library v1.4.1+`](https://github.com/khoih-prog/ESP_AT_Lib) if using ESP8288/ESP32-AT shields. To install, check [](https://www.ardu-badge.com/ESP_AT_Lib).
283
283
18.[`Modified WiFi101 Library v0.16.1+`](https://github.com/khoih-prog/WiFi101) to use SAMD MKR1000, etc. boards with WiFi101.
284
284
19.[`WiFiEspAT library v1.4.1+`](https://github.com/jandrassy/WiFiEspAT) if using ESP8288/ESP32-AT shields. [](https://github.com/jandrassy/WiFiEspAT/releases/latest)
@@ -915,7 +915,7 @@ The following are debug terminal output and screen shot when running example [**
915
915
916
916
```
917
917
Starting AdvancedServer on SAMD_NANO_33_IOT
918
-
WiFiWebServer v1.9.3
918
+
WiFiWebServer v1.9.4
919
919
[NN] ===============================
920
920
[NN]
921
921
Used/default SPI pinout:
@@ -1068,7 +1068,7 @@ The terminal output of **SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic L
1068
1068
1069
1069
```
1070
1070
Starting SimpleWebSocket on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1071
-
WiFiWebServer v1.9.3
1071
+
WiFiWebServer v1.9.4
1072
1072
Connecting to SSID: HueNet1
1073
1073
You're connected to the network, IP = 192.168.2.98
1074
1074
SSID: HueNet1, Signal strength (RSSI):-24 dBm
@@ -1102,7 +1102,7 @@ The terminal output of **SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic L
1102
1102
1103
1103
```
1104
1104
Starting SimpleHTTPExample on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1105
-
WiFiWebServer v1.9.3
1105
+
WiFiWebServer v1.9.4
1106
1106
Connecting to SSID: HueNet1
1107
1107
You're connected to the network, IP = 192.168.2.98
1108
1108
SSID: HueNet1, Signal strength (RSSI):-21 dBm
@@ -1161,7 +1161,7 @@ The terminal output of **SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic L
1161
1161
1162
1162
```
1163
1163
Starting DweetPost on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1164
-
WiFiWebServer v1.9.3
1164
+
WiFiWebServer v1.9.4
1165
1165
Connecting to SSID: HueNet1
1166
1166
You're connected to the network, IP = 192.168.2.98
1167
1167
SSID: HueNet1, Signal strength (RSSI):-22 dBm
@@ -1184,7 +1184,7 @@ The terminal output of **SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic L
1184
1184
1185
1185
```
1186
1186
Starting DweetGet on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1187
-
WiFiWebServer v1.9.3
1187
+
WiFiWebServer v1.9.4
1188
1188
Connecting to SSID: HueNet1
1189
1189
You're connected to the network, IP = 192.168.2.98
1190
1190
SSID: HueNet1, Signal strength (RSSI):-25 dBm
@@ -1213,7 +1213,7 @@ The terminal output of **SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic L
1213
1213
1214
1214
```
1215
1215
Starting MQTTClient_Auth on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1216
-
WiFiWebServer v1.9.3
1216
+
WiFiWebServer v1.9.4
1217
1217
Please upgrade the firmware
1218
1218
Connecting to WPA SSID: HueNet1
1219
1219
Connected! IP address: 192.168.2.98
@@ -1234,7 +1234,7 @@ The terminal output of **SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic L
1234
1234
```
1235
1235
Start MQTT_ThingStream on SAMD_NANO_33_IOT
1236
1236
Starting MQTTClient_Auth on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1237
-
WiFiWebServer v1.9.3
1237
+
WiFiWebServer v1.9.4
1238
1238
Please upgrade the firmware
1239
1239
Connecting to WPA SSID: HueNet1
1240
1240
Connected! IP address: 192.168.2.98
@@ -1262,7 +1262,7 @@ The terminal output of **RASPBERRY_PI_PICO with Custom WiFi (ESP8266-AT) using C
1262
1262
1263
1263
```
1264
1264
Starting WebClientRepeating on RASPBERRY_PI_PICO with Custom WiFi using Custom WiFi Library
1265
-
WiFiWebServer v1.9.3
1265
+
WiFiWebServer v1.9.4
1266
1266
WiFi shield init done
1267
1267
Connecting to SSID: HueNet1
1268
1268
You're connected to the network, IP = 192.168.2.76
@@ -1334,7 +1334,7 @@ The following are debug terminal output and screen shot when running example [**
1334
1334
1335
1335
```
1336
1336
Starting AdvancedServer on Nano RP2040 Connect with WiFiNINA using WiFiNINA_Generic Library
1337
-
WiFiWebServer v1.9.3
1337
+
WiFiWebServer v1.9.4
1338
1338
Connecting to WPA SSID: HueNet1
1339
1339
HTTP server started @ 192.168.2.130
1340
1340
H[WIFI] handleClient: New Client
@@ -1460,7 +1460,7 @@ The terminal output of **ESP32_DEV** running [SimpleHTTPExample example](example
1460
1460
1461
1461
```
1462
1462
Starting SimpleHTTPExample on ESP32_DEV with ESP WiFi using WiFi Library
1463
-
WiFiWebServer v1.9.3
1463
+
WiFiWebServer v1.9.4
1464
1464
Connecting to SSID: HueNet1
1465
1465
You're connected to the network, IP = 192.168.2.80
1466
1466
SSID: HueNet1, Signal strength (RSSI):-23 dBm
@@ -1526,7 +1526,7 @@ The following are debug terminal output and screen shot when running example [**
1526
1526
1527
1527
```
1528
1528
Starting AdvancedServer on PORTENTA_H7_M7 with Portenta_H7 WiFi
1529
-
WiFiWebServer v1.9.3
1529
+
WiFiWebServer v1.9.4
1530
1530
Connecting to WPA SSID: HueNet1
1531
1531
HTTP server started @ 192.168.2.138
1532
1532
H[WIFI] String Len = 0, extend to 2048
@@ -1542,7 +1542,7 @@ The terminal output of **PORTENTA_H7_M7 with Portenta_H7 WiFi** running [MQTTCli
1542
1542
1543
1543
```
1544
1544
Starting MQTTClient_Auth on PORTENTA_H7_M7 with Portenta_H7 WiFi
1545
-
WiFiWebServer v1.9.3
1545
+
WiFiWebServer v1.9.4
1546
1546
Connecting to SSID: HueNet1
1547
1547
Connected! IP address: 192.168.2.130
1548
1548
Attempting MQTT connection to broker.emqx.io...connected
@@ -1562,7 +1562,7 @@ The terminal output of **PORTENTA_H7_M7 with Portenta_H7 WiFi** running [WebClie
1562
1562
1563
1563
```
1564
1564
Starting WebClientRepeating on PORTENTA_H7_M7 with Portenta_H7 WiFi
1565
-
WiFiWebServer v1.9.3
1565
+
WiFiWebServer v1.9.4
1566
1566
Connecting to SSID: HueNet1
1567
1567
You're connected to the network, IP = 192.168.2.130
1568
1568
SSID: HueNet1, Signal strength (RSSI):-33 dBm
@@ -1634,7 +1634,7 @@ The following are debug terminal output and screen shot when running example [**
1634
1634
1635
1635
```
1636
1636
Starting AdvancedWebServer on ESP32C3_DEV with ESP WiFi using WiFi Library
1637
-
WiFiWebServer v1.9.3
1637
+
WiFiWebServer v1.9.4
1638
1638
Connecting to WPA SSID: HueNet1
1639
1639
HTTP server started @ 192.168.2.86
1640
1640
HH
@@ -1653,7 +1653,7 @@ The following are debug terminal output and screen shot when running example [**
1653
1653
1654
1654
```
1655
1655
Starting AdvancedWebServer on ESP32S3_DEV with ESP WiFi using WiFi Library
1656
-
WiFiWebServer v1.9.3
1656
+
WiFiWebServer v1.9.4
1657
1657
Connecting to WPA SSID: HueNet1
1658
1658
HTTP server started @ 192.168.2.86
1659
1659
HH
@@ -1673,7 +1673,7 @@ The following are debug terminal output and screen shot when running example [**
1673
1673
```
1674
1674
Starting AdvancedWebServer_WiFiMulti on Nano RP2040 Connect with WiFiNINA using WiFiNINA_Generic Library
1675
1675
WiFiMulti_Generic v1.2.2
1676
-
WiFiWebServer v1.9.3
1676
+
WiFiWebServer v1.9.4
1677
1677
Connecting WiFi...
1678
1678
WiFi connected, IP address: 192.168.2.113
1679
1679
You're connected to the network, IP = 192.168.2.113
@@ -1691,7 +1691,7 @@ The following are debug terminal output and screen shot when running example [**
1691
1691
```
1692
1692
Starting MQTTClient_Auth_WiFiMulti on Nano RP2040 Connect with WiFiNINA using WiFiNINA_Generic Library
1693
1693
WiFiMulti_Generic v1.2.2
1694
-
WiFiWebServer v1.9.3
1694
+
WiFiWebServer v1.9.4
1695
1695
Connecting WiFi...
1696
1696
WiFi connected, IP address: 192.168.2.113
1697
1697
You're connected to the network, IP = 192.168.2.113
@@ -1721,7 +1721,7 @@ The following are debug terminal output and screen shot when running example [**
1721
1721
```
1722
1722
Starting WiFiUdpNTPClient_WiFiMulti on Nano RP2040 Connect with WiFiNINA using WiFiNINA_Generic Library
1723
1723
WiFiMulti_Generic v1.2.2
1724
-
WiFiWebServer v1.9.3
1724
+
WiFiWebServer v1.9.4
1725
1725
Connecting WiFi...
1726
1726
WiFi connected, IP address: 192.168.2.113
1727
1727
You're connected to the network, IP = 192.168.2.113
@@ -1755,7 +1755,7 @@ The following are debug terminal output and screen shot when running example [**
1755
1755
```
1756
1756
Starting AdvancedWebServer_WiFiMulti on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1757
1757
WiFiMulti_Generic v1.2.2
1758
-
WiFiWebServer v1.9.3
1758
+
WiFiWebServer v1.9.4
1759
1759
Connecting WiFi...
1760
1760
1761
1761
WiFi connected, IP address: 192.168.2.180
@@ -1797,6 +1797,7 @@ Submit issues to: [WiFiWebServer issues](https://github.com/khoih-prog/WiFiWebSe
1797
1797
---
1798
1798
1799
1799
### TO DO
1800
+
1800
1801
1. Bug Searching and Killing
1801
1802
2. Add SSL/TLS Client and Server support
1802
1803
3. Support more types of boards using WiFiNINA and other WiFi shields.
"description": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, CYW43439, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries",
0 commit comments