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.8.14-1
1. Fix examples to support ATmega4809 such as UNO_WIFI_REV2 and NANO_EVERY
2. Add support to generic `__SAMD21E1xA__`, `__SAMD21G1xA__` and `__SAMD21J1xA__`
3. Add `headers` in `library.json` for PIO
4. Update `platform.io`
5. Remove debug leftovers. Check [Debug text comes out of the serial port when listening for UDP connections #15](#15)
8.[`Adafruit nRF52 v1.1.0+`](https://www.adafruit.com) for nRF52 boards such as Adafruit NRF52840_FEATHER, NRF52832_FEATHER, NRF52840_FEATHER_SENSE, NRF52840_ITSYBITSY, NRF52840_CIRCUITPLAY, NRF52840_CLUE, NRF52840_METRO, NRF52840_PCA10056, PARTICLE_XENON, **NINA_B302_ublox**, etc. [](https://github.com/adafruit/Adafruit_nRF52_Arduino/releases/latest)
140
140
9.[`Arduino Core for STM32 v2.1.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)
141
-
10.[`Arduino mbed_rp2040 core 2.5.2+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino (Use Arduino Board Manager) RP2040-based boards, such as **Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, etc.**. [](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
142
-
11.[`Earle Philhower's arduino-pico core v1.9.5+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
141
+
10.[`Arduino mbed_rp2040 core 2.6.1+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino (Use Arduino Board Manager) RP2040-based boards, such as **Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, etc.**. [](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
142
+
11.[`Earle Philhower's arduino-pico core v1.9.6+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
143
143
12.[`Arduino AVR core 1.8.3+`](https://github.com/arduino/ArduinoCore-avr) for Arduino AVR boards. Use Arduino Board Manager to install. [](https://github.com/arduino/ArduinoCore-avr/releases/latest/)
144
144
13.[`Adafruit AVR core 1.4.14+`](https://github.com/adafruit/Adafruit_Arduino_Boards) for Adafruit AVR boards. Use Arduino Board Manager to install.
145
145
14.[`Sparkfun AVR core 1.1.13+`](https://github.com/sparkfun/Arduino_Boards) for Sparkfun AVR boards. Use Arduino Board Manager to install.
@@ -524,7 +524,7 @@ For example
524
524
525
525
```
526
526
Start WiFiNINA CheckFirmwareVersion on SAMD_NANO_33_IOT
527
-
WiFiNINA_Generic v1.8.13
527
+
WiFiNINA_Generic v1.8.14-1
528
528
Firmware version installed: aaa.bbb.ccc
529
529
Latest firmware version available : aaa.bbb.ccc
530
530
@@ -590,7 +590,7 @@ This is the screen to demonstrate the SSL certificates have been loaded successf
590
590
591
591
// To eliminate FW warning when using not latest nina-fw version
592
592
// To use whenever WiFi101-FirmwareUpdater-Plugin is not sync'ed with nina-fw version
593
-
#define WIFI_FIRMWARE_LATEST_VERSION "1.4.5"
593
+
//#define WIFI_FIRMWARE_LATEST_VERSION "1.4.5"
594
594
595
595
#include <SPI.h>
596
596
#include <WiFiNINA_Generic.h>
@@ -1105,7 +1105,7 @@ The following are screen shot and debug terminal output when running example [Ad
1105
1105
1106
1106
```
1107
1107
Starting AdvancedServer on SAMD_NANO_33_IOT
1108
-
WiFiNINA_Generic v1.8.13
1108
+
WiFiNINA_Generic v1.8.14-1
1109
1109
[NN] ===============================
1110
1110
[NN]
1111
1111
Used/default SPI pinout:
@@ -1275,116 +1275,6 @@ Sometimes, the library will only work if you update the `WiFiNINA module/shield`
1275
1275
---
1276
1276
---
1277
1277
1278
-
## Releases
1279
-
1280
-
### Releases v1.8.13
1281
-
1282
-
1. Sync with [Arduino WiFiNINA Library v1.8.13](https://github.com/arduino-libraries/WiFiNINA/releases/tag/1.8.13).
1283
-
- Update latest available nina-fw to v1.4.8
1284
-
1285
-
2. Add support to SAMD51 ADAFRUIT_MATRIXPORTAL_M4_EXPRESS
1286
-
1287
-
### Releases v1.8.12
1288
-
1289
-
1. Sync with [Arduino WiFiNINA Library v1.8.12](https://github.com/arduino-libraries/WiFiNINA/releases/tag/1.8.12).
1290
-
- Update latest available nina-fw to v1.4.7
1291
-
1292
-
2. Add support to many AVR (328P, 32U4, 16U4, etc.) boards. Check [Add support to Arduino UNO board #9](https://github.com/khoih-prog/WiFiNINA_Generic/pull/9)
1293
-
1294
-
### Releases v1.8.11
1295
-
1296
-
1. Sync with [Arduino WiFiNINA Library v1.8.11](https://github.com/arduino-libraries/WiFiNINA/releases/tag/1.8.11).
1297
-
- RP2040 - adapt NinaPins to be used as class
1298
-
- Provide clean API for passing watchdog function
1299
-
- Update latest available nina-fw to v1.4.6
1300
-
1301
-
2. Permit nina-fw version overridden to use whenever WiFi101-FirmwareUpdater-Plugin is not sync'ed with nina-fw version
1302
-
1303
-
### Releases v1.8.10-1
1304
-
1305
-
1. Fix PinStatus-related compile error for some platforms
1306
-
1307
-
### Releases v1.8.10
1308
-
1309
-
1. Sync with [Arduino WiFiNINA Library v1.8.10](https://github.com/arduino-libraries/WiFiNINA/releases/tag/1.8.10).
1310
-
- Add support to **Arduino Nano RP2040 Connect** using [**Arduino mbed OS for Nano boards**](https://github.com/arduino/ArduinoCore-mbed).
1311
-
- Update latest available nina-fw to v1.4.5
1312
-
- Bug fixes.
1313
-
2. Add support to RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Earle Philhower's arduino-pico** v1.5.1+ core](https://github.com/earlephilhower/arduino-pico).
1314
-
3. Add support to RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Arduino-mbed RP2040** v2.1.0+ core](https://github.com/arduino/ArduinoCore-mbed).
1315
-
4. Update `Packages' Patches`
1316
-
1317
-
### Releases v1.8.5
1318
-
1319
-
1. Sync with [Arduino WiFiNINA Library v1.8.5](https://github.com/arduino-libraries/WiFiNINA/releases/tag/1.8.5). Bugfix: Feed watchdog within busy-wait-loop within connectBearSSL to prevent a premature reset.
1320
-
2. Update `Packages' Patches`
1321
-
1322
-
### Releases v1.8.2
1323
-
1324
-
1. Sync with [Arduino WiFiNINA Library v1.8.2](https://github.com/arduino-libraries/WiFiNINA/releases/tag/1.8.2). Using the latest WiFiNINA FW v1.4.3 in [WiFi101-FirmwareUpdater-Plugin v0.10.13](https://github.com/arduino/WiFi101-FirmwareUpdater-Plugin/releases/tag/v0.10.13)
1325
-
2. Add possibility to resend data if lwip_send fails.
1326
-
1327
-
### Releases v1.8.0
1328
-
1329
-
1. Sync with [Arduino WiFiNINA Library v1.8.0](https://github.com/arduino-libraries/WiFiNINA/releases/tag/1.8.0). Using the latest WiFiNINA FW v1.4.2 in [WiFi101-FirmwareUpdater-Plugin v0.10.13](https://github.com/arduino/WiFi101-FirmwareUpdater-Plugin/releases/tag/v0.10.13)
1330
-
2. Limit the maximum length of the download URL for the OTA binary since the receive buffer on the nina firmware can't hold more than 128 bytes.
1331
-
3. Introduce **WiFiBearSSLClient (offloaded to Nina)**
1332
-
1333
-
### Releases v1.7.2
1334
-
1335
-
1. Add support to **Adafruit Airlift M4 boards: METRO_M4_AIRLIFT_LITE, PYBADGE_AIRLIFT_M4.** Thanks to [Gerard Moorcroft](https://github.com/gmstuff) to report issue [**WiFi Hangs when attempting to start WiFi (Adafruit M4 Express Airlift Lite board)**](https://github.com/khoih-prog/MySQL_MariaDB_Generic/issues/2) leading to this new version.
1336
-
2. Add WIFININA_GENERIC_VERSION
1337
-
1338
-
#### Releases v1.7.1
1339
-
1340
-
1. Sync with [Arduino WiFiNINA Library v1.7.1](https://github.com/arduino-libraries/WiFiNINA/releases/tag/1.7.1). Using the latest WiFiNINA FW v1.4.1 in [WiFi101-FirmwareUpdater-Plugin v0.10.12](https://github.com/arduino/WiFi101-FirmwareUpdater-Plugin/releases/tag/v0.10.12)
1341
-
1342
-
#### Releases v1.7.0
1343
-
1344
-
1. Sync with [Arduino WiFiNINA Library v1.7.0](https://github.com/arduino-libraries/WiFiNINA/releases/tag/1.7.0). See [Add 'downloadOTA' command to download OTA file and verify length/CRC](https://github.com/arduino-libraries/WiFiNINA/pull/124)
1345
-
2. Add Arduino SAMD Packages_Patches to fix Arduino SAMD compiler error when using STL. See [Improve Arduino compatibility with the STL (min and max macro)](https://github.com/arduino/ArduinoCore-samd/pull/399)
1346
-
1347
-
#### Releases v1.6.2
1348
-
1349
-
1. Fix WiFiStorage bug introduced from v1.6.0 resulting compile error.
1350
-
2. Add example for WiFiStorage.
1351
-
1352
-
#### Releases v1.6.1
1353
-
1354
-
1. Add support to all **STM32F/L/H/G/WB/MP1**
1355
-
2. Add support to **Seeeduino SAMD21/SAMD51 boards **
1356
-
3. Fix bug introduced to v1.6.0 resulting nRF52 compile error.
1357
-
1358
-
#### Releases v1.6.0
1359
-
1360
-
1. Sync'ed with latest WiFiNINA Library v1.6.0.
1361
-
2. New features include **WiFiStorage** and update to **NINA Firmware v1.4.0** from v1.3.0
1362
-
1363
-
1364
-
#### Releases v1.5.3
1365
-
1366
-
1. Add function to support new WebSockets2_Generic Library
1367
-
2. Update default pin-outs for nRF52 boards, especially NINA_112_ublox.
1368
-
1369
-
#### Releases v1.5.2
1370
-
1371
-
1. Port FirmwareUpdater to permit **nRF52, Teensy, SAMD21, SAMD51, etc.** boards to update WiFiNINA W101/W102 firmware and SSL certificates using **Arduino IDE WiFi101/WiFiNINA Firmware Updater.**
1372
-
2. Update default pin-outs for nRF52 boards, especially NINA_B302_ublox.
1373
-
1374
-
Again with credits of [Miguel Alexandre Wisintainer](https://github.com/tcpipchip).
1375
-
1376
-
#### Releases v1.5.1
1377
-
1378
-
1. Add support to **nRF52** boards, such as **AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, Clue nRF52840, Nordic nRF52840DK, Particle Xenon, etc.** Raytac MDBT50Q-RX Dongle is not supported.
1379
-
2. Add support to **NINA_B302_ublox running as nRF52840**. Thanks to great work of [Miguel Alexandre Wisintainer](https://github.com/tcpipchip) for initiating, inspriring, working with, developing, debugging and testing. See [u-blox nina b](https://github.com/khoih-prog/WiFiNINA_Generic/issues/1)
1380
-
1381
-
#### Releases v1.5.0
1382
-
1383
-
1. The original [Arduino WiFiNINA library](http://www.arduino.cc/en/Reference/WiFiNINA) only supports very limited boards, such as: the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2. This library is based on and modified from [Arduino WiFiNINA library](http://www.arduino.cc/en/Reference/WiFiNINA) to provide support for many more boards, such as **SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, etc.**
1384
-
1385
-
---
1386
-
---
1387
-
1388
1278
### TO DO
1389
1279
1. Bug Searching and Killing
1390
1280
2. Support more types of boards using WiFiNINA and other WiFi shields.
@@ -1412,6 +1302,7 @@ Again with credits of [Miguel Alexandre Wisintainer](https://github.com/tcpipchi
1412
1302
17. Add support to **Generic or Sparkfun AVR ATmega_328(P)** such as **ARDUINO_REDBOT, ARDUINO_AVR_DIGITAL_SANDBOX, etc.**
1413
1303
18. Add support to **Generic or Sparkfun AVR ATmega128RFA1** such as **ATMEGA128RFA1_DEV_BOARD, etc.**
1414
1304
19. Add support to **ADAFRUIT_MATRIXPORTAL_M4_EXPRESS**
1305
+
20. Add support to generic `__SAMD21E1xA__`, `__SAMD21G1xA__` and `__SAMD21J1xA__`
Copy file name to clipboardExpand all lines: changelog.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
## Table of Contents
13
13
14
14
*[Changelog](#changelog)
15
+
*[Releases v1.8.14-1](#releases-v1814-1)
15
16
*[Releases v1.8.13](#releases-v1813)
16
17
*[Releases v1.8.12](#releases-v1812)
17
18
*[Releases v1.8.11](#releases-v1811)
@@ -36,6 +37,15 @@
36
37
37
38
## Changelog
38
39
40
+
### Releases v1.8.14-1
41
+
42
+
1. Fix examples to support ATmega4809 such as UNO_WIFI_REV2 and NANO_EVERY
43
+
2. Add support to generic `__SAMD21E1xA__`, `__SAMD21G1xA__` and `__SAMD21J1xA__`
44
+
3. Add `headers` in `library.json` for PIO
45
+
4. Update `platform.io`
46
+
5. Remove debug leftovers. Check [Debug text comes out of the serial port when listening for UDP connections #15](https://github.com/khoih-prog/WiFiNINA_Generic/issues/15)
47
+
48
+
39
49
### Releases v1.8.13
40
50
41
51
1. Sync with [Arduino WiFiNINA Library v1.8.13](https://github.com/arduino-libraries/WiFiNINA/releases/tag/1.8.13).
0 commit comments