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.
*[3. WiFiWebClientRepeating on ARDUINO_NANO_RP2040_CONNECT](#3-wifiwebclientrepeating-on-arduino_nano_rp2040_connect)
93
94
*[4. WiFiUdpNtpClient on MBED NANO_RP2040_CONNECT](#4-wifiudpntpclient-on-arduino_nano_rp2040_connect)
94
95
*[5. WiFiUdpNtpClient on ARDUINO_NANO_RP2040_CONNECT](#5-wifiudpntpclient-on-mbed-nano_rp2040_connect)
96
+
*[6. WiFiWebServer_BigData on SAMD_NANO_33_IOT](#6-WiFiWebServer_BigData-on-SAMD_NANO_33_IOT)
97
+
*[7. WiFiWebServer_BigData on NANO_RP2040_CONNECT](#7-WiFiWebServer_BigData-on-NANO_RP2040_CONNECT)
95
98
*[Debug](#debug)
96
99
*[Troubleshooting](#troubleshooting)
97
100
*[TO DO](#to-do)
@@ -106,6 +109,8 @@
106
109
107
110
### Important Notes
108
111
112
+
The new [WiFiNINA_Generic v1.8.15-0+](https://github.com/khoih-prog/WiFiNINA_Generic/releases/tag/v1.8.15-0) fixes severe limitation to permit sending much larger data than total 4K.
113
+
109
114
The new [WiFiNINA_Generic v1.8.14-5+](https://github.com/khoih-prog/WiFiNINA_Generic/releases/tag/v1.8.14-5) fixes bug causing data lost when sending large files, such as FTP Client uploading files.
110
115
111
116
Please use the new firmware `NINA_W102.zip`, modified by [Juraj Andrássy](https://github.com/JAndrassy), from [Using WIFI-NINA with FtpServer; no accept() #31](https://forum.arduino.cc/t/using-wifi-nina-with-ftpserver-no-accept/933690/31) to use with new version [WiFiNINA_Generic v1.8.14-4+](https://github.com/khoih-prog/WiFiNINA_Generic/releases/tag/v1.8.14-4) to fix some issues, such as FTPServer port 23, etc.
@@ -600,7 +605,7 @@ For example
600
605
601
606
```
602
607
Start WiFiNINA CheckFirmwareVersion on SAMD_NANO_33_IOT
603
-
WiFiNINA_Generic v1.8.14-7
608
+
WiFiNINA_Generic v1.8.15-0
604
609
Firmware version installed: aaa.bbb.ccc
605
610
Latest firmware version available : aaa.bbb.ccc
606
611
@@ -650,6 +655,7 @@ This is the screen to demonstrate the SSL certificates have been loaded successf
@@ -694,7 +700,7 @@ The following are screen shot and debug terminal output when running example [Ad
694
700
695
701
```
696
702
Starting AdvancedServer on SAMD_NANO_33_IOT
697
-
WiFiNINA_Generic v1.8.14-7
703
+
WiFiNINA_Generic v1.8.15-0
698
704
[NN] ===============================
699
705
[NN]
700
706
Used/default SPI pinout:
@@ -847,7 +853,7 @@ The following is debug terminal output when running example [WiFiWebClientRepeat
847
853
848
854
```
849
855
Start WiFiWebClientRepeating on MBED NANO_RP2040_CONNECT
850
-
WiFiNINA_Generic v1.8.14-7
856
+
WiFiNINA_Generic v1.8.15-0
851
857
Attempting to connect to SSID: HueNet1
852
858
SSID: HueNet1
853
859
IP Address: 192.168.2.86
@@ -940,7 +946,7 @@ The following is debug terminal output when running example [WiFiWebClientRepeat
940
946
941
947
```
942
948
Start WiFiWebClientRepeating on ARDUINO_NANO_RP2040_CONNECT
943
-
WiFiNINA_Generic v1.8.14-7
949
+
WiFiNINA_Generic v1.8.15-0
944
950
Attempting to connect to SSID: HueNet1
945
951
SSID: HueNet1
946
952
IP Address: 192.168.2.86
@@ -1017,7 +1023,7 @@ The following is debug terminal output when running example [WiFiUdpNtpClient](e
1017
1023
1018
1024
```
1019
1025
Start WiFiUdpNtpClient on ARDUINO_NANO_RP2040_CONNECT
1020
-
WiFiNINA_Generic v1.8.14-7
1026
+
WiFiNINA_Generic v1.8.15-0
1021
1027
Attempting to connect to SSID: HueNet1
1022
1028
Connected to WiFi
1023
1029
SSID: HueNet1
@@ -1047,7 +1053,7 @@ The following is debug terminal output when running example [WiFiUdpNtpClient](e
1047
1053
1048
1054
```
1049
1055
Start WiFiUdpNtpClient on MBED NANO_RP2040_CONNECT
1050
-
WiFiNINA_Generic v1.8.14-7
1056
+
WiFiNINA_Generic v1.8.15-0
1051
1057
Attempting to connect to SSID: HueNet1
1052
1058
Connected to WiFi
1053
1059
SSID: HueNet1
@@ -1063,7 +1069,90 @@ Packet received
1063
1069
Seconds since Jan 1 1900 = 3849967865
1064
1070
Unix time = 1640979065
1065
1071
The UTC time is 19:31:05
1072
+
```
1073
+
1074
+
1075
+
---
1076
+
1077
+
#### 6. [WiFiWebServer_BigData](examples/WiFiWebServer_BigData) on SAMD_NANO_33_IOT
1078
+
1079
+
The following is debug terminal output when running example [WiFiWebServer_BigData](examples/WiFiWebServer_BigData) on `SAMD_NANO_33_IOT` board, using this [WiFiNINA_Generic Library](https://github.com/khoih-prog/WiFiNINA_Generic), to demo how to send much larger data than total 4K
1080
+
1081
+
##### MULTIPLY_FACTOR = 1.0f
1082
+
1083
+
```
1084
+
Start WiFiWebServer_BigData on SAMD_NANO_33_IOT
1085
+
WiFiNINA_Generic v1.8.15-0
1086
+
WiFiWebServer v1.10.0
1087
+
Attempting to connect to SSID: HueNet
1088
+
Attempting to connect to SSID: HueNet
1089
+
SSID: HueNet
1090
+
IP Address: 192.168.2.107
1091
+
Signal strength (RSSI):-15 dBm
1092
+
String Len = 8103
1093
+
String Len = 8103
1094
+
String Len = 8103
1095
+
String Len = 8103
1096
+
String Len = 8103
1097
+
String Len = 8103
1098
+
```
1099
+
1100
+
##### MULTIPLY_FACTOR = 2.0f
1101
+
1102
+
```
1103
+
Start WiFiWebServer_BigData on SAMD_NANO_33_IOT
1104
+
WiFiNINA_Generic v1.8.15-0
1105
+
WiFiWebServer v1.10.0
1106
+
Attempting to connect to SSID: HueNet
1107
+
Attempting to connect to SSID: HueNet
1108
+
SSID: HueNet
1109
+
IP Address: 192.168.2.107
1110
+
Signal strength (RSSI):-15 dBm
1111
+
String Len = 15903
1112
+
String Len = 15903
1113
+
String Len = 15903
1114
+
String Len = 15903
1115
+
String Len = 15903
1116
+
```
1066
1117
1118
+
##### MULTIPLY_FACTOR = 2.5f
1119
+
1120
+
```
1121
+
Start WiFiWebServer_BigData on SAMD_NANO_33_IOT
1122
+
WiFiNINA_Generic v1.8.15-0
1123
+
WiFiWebServer v1.10.0
1124
+
Attempting to connect to SSID: HueNet
1125
+
Attempting to connect to SSID: HueNet
1126
+
SSID: HueNet
1127
+
IP Address: 192.168.2.107
1128
+
Signal strength (RSSI):-17 dBm
1129
+
String Len = 19803
1130
+
String Len = 19803
1131
+
String Len = 19803
1132
+
String Len = 19803
1133
+
String Len = 19803
1134
+
String Len = 19803
1135
+
```
1136
+
1137
+
---
1138
+
1139
+
#### 7. [WiFiWebServer_BigData](examples/WiFiWebServer_BigData) on NANO_RP2040_CONNECT
1140
+
1141
+
The following is debug terminal output when running example [WiFiWebServer_BigData](examples/WiFiWebServer_BigData) on `NANO_RP2040_CONNECT` board, using this [WiFiNINA_Generic Library](https://github.com/khoih-prog/WiFiNINA_Generic), to demo how to send much larger data than total 4K
1142
+
1143
+
##### MULTIPLY_FACTOR = 3.0f
1144
+
1145
+
```
1146
+
Start WiFiWebServer_BigData on NANO_RP2040_CONNECT
1147
+
WiFiNINA_Generic v1.8.15-0
1148
+
WiFiWebServer v1.10.0
1149
+
Attempting to connect to SSID: HueNet
1150
+
Attempting to connect to SSID: HueNet
1151
+
SSID: HueNet
1152
+
IP Address: 192.168.2.117
1153
+
Signal strength (RSSI):-24 dBm
1154
+
String Len = 27609
1155
+
String Len = 27609
1067
1156
```
1068
1157
1069
1158
---
@@ -1133,6 +1222,8 @@ Sometimes, the library will only work if you update the `WiFiNINA module/shield`
1133
1222
24. Add support to Teensy 4.x using `Adafruit Airlift Featherwing Co-Processor`
1134
1223
25. Modify [WiFiWebServer](https://github.com/khoih-prog/WiFiNINA_Generic/tree/master/examples/WiFiWebServer) example to avoid `analogRead()` crash in `arduino-pico` core. Check [WiFi.localIP() hangs in Nano RP2040 Connect with Arduino-Pico core (EarlePhilhower) #24](https://github.com/khoih-prog/WiFiNINA_Generic/discussions/24)
1135
1224
26. Use `allman astyle` and add `utils`
1225
+
27. Fix severe limitation to permit sending much larger data than total 4K. Check [server.send buffer size limited to 4k #23](https://github.com/khoih-prog/WiFiWebServer/issues/23)
1226
+
28. Add examples [WiFiWebServer_BigData](https://github.com/khoih-prog/WiFiNINA_Generic/tree/main/examples/WiFiWebServer_BigData) to demo how to send much larger data than total 4K
1136
1227
1137
1228
1138
1229
---
@@ -1163,6 +1254,8 @@ Submit issues to: [WiFiNINA_Generic issues](https://github.com/khoih-prog/WiFiNI
10. Thanks to [NachtRave](https://github.com/NachtRaveVL) to report issue [**Flush method not implemented #22**](https://github.com/khoih-prog/WiFiNINA_Generic/issues/22) leading to version v1.8.14-6
1165
1256
11. Thanks to [Stefano](https://github.com/stefat) to report issue [**WiFi.localIP() hangs in Nano RP2040 Connect with Arduino-Pico core (EarlePhilhower) #24**](https://github.com/khoih-prog/WiFiNINA_Generic/issues/24) leading to version v1.8.14-7
1257
+
12. Thanks to [jlemieux55](https://github.com/jlemieux55) to report issue [**server.send buffer size limited to 4k #23**](https://github.com/khoih-prog/WiFiWebServer/issues/23) leading to version v1.8.15-0
1258
+
1166
1259
1167
1260
1168
1261
---
@@ -1181,6 +1274,7 @@ Submit issues to: [WiFiNINA_Generic issues](https://github.com/khoih-prog/WiFiNI
Copy file name to clipboardExpand all lines: changelog.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,13 @@
49
49
50
50
## Changelog
51
51
52
+
### Releases v1.8.15-0
53
+
54
+
1. Fix severe limitation to permit sending much larger data than total 4K. Check [server.send buffer size limited to 4k #23](https://github.com/khoih-prog/WiFiWebServer/issues/23)
55
+
2. Add examples [WiFiWebServer_BigData](https://github.com/khoih-prog/WiFiNINA_Generic/tree/main/examples/WiFiWebServer_BigData) to demo how to send much larger data than total 4K
56
+
3. Optimize code
57
+
4. Clean up
58
+
52
59
### Releases v1.8.14-7
53
60
54
61
1. Modify [WiFiWebServer](https://github.com/khoih-prog/WiFiNINA_Generic/tree/master/examples/WiFiWebServer) example to avoid `analogRead()` crash in `arduino-pico` core. Check [WiFi.localIP() hangs in Nano RP2040 Connect with Arduino-Pico core (EarlePhilhower) #24](https://github.com/khoih-prog/WiFiNINA_Generic/discussions/24)
"description": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect",
5
+
"description": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect. Now with fix of severe limitation to permit sending much larger data than total 4K",
sentence=Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect
5
+
sentence=Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect. Now with fix of severe limitation to permit sending much larger data than total 4K
6
6
paragraph=With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.
0 commit comments